forked from FOSS/BangleApps
minor tweaks
parent
bcc7ecd942
commit
ee739ec447
|
@ -0,0 +1,2 @@
|
|||
0.20: New App!
|
||||
|
|
@ -2,10 +2,9 @@
|
|||
"id": "glbasic",
|
||||
"name": "GLBasic Clock",
|
||||
"shortName": "GLBasic",
|
||||
"version": "0.2",
|
||||
"version": "0.20",
|
||||
"description": "A clock with large numbers",
|
||||
"dependencies": {"widpedom":"app"},
|
||||
"readme": "readme.md",
|
||||
"icon": "icon48.png",
|
||||
"screenshots": [{"url":"glbasic_screenshot.png"}],
|
||||
"type": "clock",
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
|
|
@ -40,4 +40,4 @@
|
|||
0.25: Fix widget memory usage issues if message received and watch repeatedly calls Bangle.drawWidgets (fix #1550)
|
||||
0.26: Setting to auto-open music
|
||||
0.27: Add 'mark all read' option to popup menu (fix #1624)
|
||||
Option to auto-unlock the watch when a new message arrives
|
||||
0.28: Option to auto-unlock the watch when a new message arrives
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
"id": "messages",
|
||||
"name": "Messages",
|
||||
"version": "0.27",
|
||||
"version": "0.28",
|
||||
"description": "App to display notifications from iOS and Gadgetbridge/Android",
|
||||
"icon": "app.png",
|
||||
"type": "app",
|
||||
|
|
Loading…
Reference in New Issue