Hi everybody,
I'm glad to present you the sonnar UI version of the appointments applet.
This version bring some changes to the standard version.
- colored bullets are replaced by icons (The configuration file is now CategoryIcons.xml). For the moment only 3 icons are available I'm waiting for some more from Appelton.
- Icons are assigned to categories using numbers this way:
- Only today and tomorrow (by clicking on the tomorrow button) appointments are displayed on the applet but you can get a lot more by clicking on the more button.
- The current appointment is tagged with the "current" keyword.
- Appointment which are passed are no more displayed.
This is for the moment a beta version, so please post here your feedback.
I wasn't able to test this applet on a QVGA phone, so I'm not 100% sure that this is compilent ;).
Changelog V3Beta2 (needs Home 2 Free Build 2.0.28b or higher):
- AppointmentsSettings.xml file replace CategoryIcons.xml file
- The last choosen scren (today or tomorrow) will stay if you browse trough your applets, you won't be redirect automaticaly to the today screen.
- Change the background in order to fit with the position of other Sonnar project applets.
- Add auto updates of the appointment display (the intervall can be configured in the AppointmentsSettings.xml file).
- Add colored text for the appointment subjects. This color can be configured for each category in the AppointmentsSettings.xml file.
In order to use a color you need to have it declared in the Theme.xml file from your theme folder for instance :
<theme>
<colors>
<color>
<name>Black</name>
<rgb>#000000</rgb>
</color>
<color>
<name>Cyan</name>
<rgb>#7fffff</rgb>
</color>
<color>
<name>Red</name>
<rgb>#ff0000</rgb>
</color>
</colors>
</theme>
PS : If you add the colors to your theme.xml file you will need to restart home in order to apply the changes.
Changelog V3Beta3 (needs Home 2 Free Build 2.0.28b or higher):
- Small Design changes
Changelog V3Beta4 (needs Home 2 Free Build 2.0.28b or higher):
- Add graphical configuration stuff for categories icons and colors
- You just need to maintain a category list in categories.xml, the icons and colors are set via the Applet configuration menu
- New category icons
Changelog V3Final (needs Home 2 Free/Pro Build 2.0.32 or higher):
- Category List is automaticaly created using your appointments categories
- Configuration screen for calendar application choice
