Merge branch 'master' of https://github.com/Vingelar/BangleApps into Vingelar-master

# Conflicts:
#	apps.json
pull/900/head
Gordon Williams 2021-11-19 10:53:22 +00:00
parent ca300abc49
commit b236327c18
9 changed files with 17 additions and 2 deletions

View File

@ -1420,12 +1420,12 @@
{
"id": "pomodo",
"name": "Pomodoro",
"version": "0.01",
"version": "0.02",
"description": "A simple pomodoro timer.",
"icon": "pomodoro.png",
"type": "app",
"tags": "pomodoro,cooking,tools",
"supports": ["BANGLEJS"],
"supports": ["BANGLEJS", "BANGLEJS2"],
"allow_emulator": true,
"storage": [
{"name":"pomodo.app.js","url":"pomodoro.js"},
@ -4292,5 +4292,20 @@
{"name":"lcars.app.js","url":"lcars.app.js"},
{"name":"lcars.img","url":"lcars.icon.js","evaluate":true}
]
},
{ "id": "binwatch",
"name": "Binary Watch",
"shortName":"BinWatch",
"icon": "app.png",
"version":"0.02",
"supports": ["BANGLEJS","BANGLEJS2"],
"allow_emulator":true,
"description": "Famous binary watch",
"tags": "clock",
"type": "clock",
"storage": [
{"name":"binwatch.app.js","url":"app.js"},
{"name":"binwatch.img","url":"app-icon.js","evaluate":true}
]
}
]

View File

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 4.4 KiB

View File

Before

Width:  |  Height:  |  Size: 6.3 KiB

After

Width:  |  Height:  |  Size: 6.3 KiB

View File

Before

Width:  |  Height:  |  Size: 3.7 KiB

After

Width:  |  Height:  |  Size: 3.7 KiB

View File

Before

Width:  |  Height:  |  Size: 708 B

After

Width:  |  Height:  |  Size: 708 B