Update metadata and README

pull/1916/head
Martin Boonk 2022-03-01 22:20:20 +01:00
parent 2c9939578e
commit ec7125c7dd
3 changed files with 13 additions and 6 deletions

View File

@ -3,3 +3,4 @@
0.03: Allow partly importing Amazfit decompiler formatted watchfaces
0.04: Allow writing all image data to separate file to save some RAM
Allow hiding elements on lock
0.05: Add precompilation to js for performance

View File

@ -100,7 +100,7 @@ The `Value` field is one of the implemented numerical values.
##### Number
Can bottom right, or top left aligned. Will currently force all numbers to
Can be aligned to bottom left, top left, bottom right, top right and center. Will currently force all numbers to
be integer.
```
@ -215,6 +215,8 @@ Container names can be everything but other object names.
* SecondAnalog
* SecondTens
* SecondOnes
* WeekDay
* WeekDayMondayFirst
* Day
* DayTens
* DayOnes
@ -228,6 +230,7 @@ Container names can be everything but other object names.
* Altitude
* BatteryPercentage
* BatteryVoltage
* StepsGoal
* WeatherCode
* WeatherTemperature
@ -243,8 +246,12 @@ Container names can be everything but other object names.
* Barometer
* Compass
* GPS
* StepsGoal
* WeatherTemperatureNegative
* on/off/vibrate
* Notifications
* celsius/fahrenheit/unknown
* WeatherTemperatureUnit
### info.json
@ -253,14 +260,13 @@ stored on the watch
# TODO
* Handle events and redraws better, actually hit minutes/seconds for redraw
* Handle events and redraws better
* Performance improvements
* Mark elements with how often they need to be redrawn
* Use less RAM (maybe dedicated parser for JSON working on a stack/queue)
* Mark elements with how often they need to be redrawn
* Drawing to buffers and compositing later
* Allow watchfaces to declare if the want to show widgets
* Temporarily show widgets with slide up/down
* Finalize the file format
* Allow additional files for upload declared in info.json
* Settings
* Localization

View File

@ -2,7 +2,7 @@
"id": "imageclock",
"name": "Imageclock",
"shortName": "imageclock",
"version": "0.04",
"version": "0.05",
"type": "clock",
"description": "BETA!!! File formats still subject to change --- This app is a highly customizable watchface. To use it, you need to select a watchface. You can build the watchfaces yourself without programming anything. All you need to do is write some json and create image files.",
"icon": "app.png",