Updated changelog
parent
e09baafafa
commit
2d192f486d
|
|
@ -4486,7 +4486,7 @@
|
||||||
"name": "LCARS Clock",
|
"name": "LCARS Clock",
|
||||||
"shortName":"LCARS",
|
"shortName":"LCARS",
|
||||||
"icon": "lcars.png",
|
"icon": "lcars.png",
|
||||||
"version":"0.06",
|
"version":"0.07",
|
||||||
"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.",
|
||||||
|
|
|
||||||
|
|
@ -3,4 +3,5 @@
|
||||||
0.03: New design with different icons if gps, hrm or compass is on.
|
0.03: New design with different icons if gps, hrm or compass is on.
|
||||||
0.04: Inluded LCARS Logo.
|
0.04: Inluded LCARS Logo.
|
||||||
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.
|
||||||
|
|
@ -5,10 +5,9 @@ Note: To display the steps, its necessary to install
|
||||||
the [Pedometer widget](https://banglejs.com/apps/#pedometer%20widget).
|
the [Pedometer widget](https://banglejs.com/apps/#pedometer%20widget).
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Shows the time
|
* LCARS Style watch face
|
||||||
* Shows the date
|
* Shows satate (charging, out of battery etc.)
|
||||||
* Shows the current battery level in %
|
* SHows data that can be configured (steps, HRM, temperature etc.)
|
||||||
* Shows the number of daily steps
|
|
||||||
* Swipe left/right to activate an alarm
|
* Swipe left/right to activate an alarm
|
||||||
|
|
||||||
## Icons
|
## Icons
|
||||||
|
|
|
||||||
|
|
@ -21,7 +21,7 @@
|
||||||
var data_options = ['Battery', 'Steps', 'Temp.', "HRM"];
|
var data_options = ['Battery', 'Steps', 'Temp.', "HRM"];
|
||||||
|
|
||||||
E.showMenu({
|
E.showMenu({
|
||||||
'': { 'title': 'Rebble Clock' },
|
'': { 'title': 'LCARS Clock' },
|
||||||
'< Back': back,
|
'< Back': back,
|
||||||
'Row 1': {
|
'Row 1': {
|
||||||
value: 0 | data_options.indexOf(settings.dataRow1),
|
value: 0 | data_options.indexOf(settings.dataRow1),
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue