mirror of https://github.com/espruino/BangleApps
Created version 0.09
parent
47b93192b2
commit
154dc0a315
|
@ -4487,7 +4487,7 @@
|
||||||
"name": "LCARS Clock",
|
"name": "LCARS Clock",
|
||||||
"shortName":"LCARS",
|
"shortName":"LCARS",
|
||||||
"icon": "lcars.png",
|
"icon": "lcars.png",
|
||||||
"version":"0.08",
|
"version":"0.09",
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"supports": ["BANGLEJS2"],
|
"supports": ["BANGLEJS2"],
|
||||||
"description": "Library Computer Access Retrieval System (LCARS) clock.",
|
"description": "Library Computer Access Retrieval System (LCARS) clock.",
|
||||||
|
@ -5099,7 +5099,7 @@
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"allow_emulator":true,
|
"allow_emulator":true,
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"contourclock.app.js","url":"app.js"},
|
{"name":"contourclock.app.js","url":"app.js"},
|
||||||
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
{"name":"contourclock.img","url":"app-icon.js","evaluate":true}
|
||||||
|
@ -5334,7 +5334,7 @@
|
||||||
"icon": "andark_icon.png",
|
"icon": "andark_icon.png",
|
||||||
"type": "clock",
|
"type": "clock",
|
||||||
"tags": "clock",
|
"tags": "clock",
|
||||||
"supports" : ["BANGLEJS2"],
|
"supports" : ["BANGLEJS2"],
|
||||||
"readme": "README.md",
|
"readme": "README.md",
|
||||||
"storage": [
|
"storage": [
|
||||||
{"name":"andark.app.js","url":"app.js"},
|
{"name":"andark.app.js","url":"app.js"},
|
||||||
|
|
|
@ -5,4 +5,5 @@
|
||||||
0.05: Additional icons for (1) charging and (2) bat < 30%.
|
0.05: Additional icons for (1) charging and (2) bat < 30%.
|
||||||
0.06: Fix - Alarm disabled, if clock was closed.
|
0.06: Fix - Alarm disabled, if clock was closed.
|
||||||
0.07: Added settings to adjust data that is shown for each row.
|
0.07: Added settings to adjust data that is shown for each row.
|
||||||
0.08: Support for multiple screens. 24h graph for steps + HRM. Fullscreen Mode.
|
0.08: Support for multiple screens. 24h graph for steps + HRM. Fullscreen Mode.
|
||||||
|
0.09: Tab anywhere to open the launcher.
|
|
@ -8,13 +8,15 @@ To contribute you can open a PR at this [GitHub Repo]( https://github.com/peerda
|
||||||
* LCARS Style watch face.
|
* LCARS Style watch face.
|
||||||
* Full screen mode - widgets are still loaded.
|
* Full screen mode - widgets are still loaded.
|
||||||
* Supports multiple screens with different data.
|
* Supports multiple screens with different data.
|
||||||
|
* Tab anywhere to open the launcher.
|
||||||
* [Screen 1] Date + Time + Lock status.
|
* [Screen 1] Date + Time + Lock status.
|
||||||
* [Screen 1] Shows randomly images of real planets.
|
* [Screen 1] Shows randomly images of real planets.
|
||||||
* [Screen 1] Shows different states such as (charging, out of battery, GPS on etc.)
|
* [Screen 1] Shows different states such as (charging, out of battery, GPS on etc.)
|
||||||
* [Screen 1] Swipe up/down to activate an alarm.
|
* [Screen 1] Swipe up/down to activate an alarm.
|
||||||
* [Screen 1] Shows 3 customizable datapoints on the first screen.
|
* [Screen 1] Shows 3 customizable datapoints on the first screen.
|
||||||
* [Screen 1] The lower orange line indicates the battery level.
|
* [Screen 1] The lower orange line indicates the battery level.
|
||||||
* [Screen 2] Display month graphs for steps + hrm on the second screen.
|
* [Screen 2] Display graphs for steps + hrm on the second screen.
|
||||||
|
* [Screen 2] Switch between day/month via swipe up/down.
|
||||||
|
|
||||||
|
|
||||||
## Multiple screens support
|
## Multiple screens support
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 5.5 KiB |
Loading…
Reference in New Issue