Added new version and png files for vga and qvga in first post.
The new version should select vga or qvga automatically
You can delete the graphic folder you do not need
Backup your folder before installing new version
There are a few new image files so if you have made a theme you will have to add these files.
Other changes:
- New way of handling locations. All is in the locations.xml file. No more settings.txt
You will have to copy your changes to the new file format. Otherwise it should work as before.
- conversions.xml file contains conversions from the standard metric system used in yr.no. Each type of info has its section and i will tr to explain how it works
<conv use="0">
<show>F</show>
<name>Fahrenheit</name>
<mult>1.8</mult>
<add>32</add>
<format>%.0f</format>
</conv>
The above shows the conversion to fahrenheit as an example. "use" should be set to 1 for the one you want to use and 0 for the rest inside one group (e.g temperature)
<show> is used as unit in the applet
<name> will be used when I get the config system in the applet up
<mult> is the multiplikator
<add> is the number to add (Mainly used for fahrenheit)
<format> is the format this number will be presented with in the applet
The conversion will be used on all pages of the applet
I have included the conversions I could think of but it is possible to add your own using the same format as described above.
-The configuration system is reached by click and hold the location
As of this version, only the autoupdate will work. The unit setup will come in a later version
- Arrow buttons in detailed view for navigating between the available days
I have also moved the units down to the bottom of the deailed page to save some space
-Click and hold to show meteogram (This is not fully functioning yet)
The terms files have been added to so if anyone have done any translations, you will have to update. Also, please post any translated terms files.
If you use the file naming convention in Pointui, the applet will automatically select your language
I hope I have remembered all changes and that you will find them usable
As always, can someone check the qvga version in case I have overlooked something