diff --git a/apps.json b/apps.json index 19a11b723..f87eb2a0f 100644 --- a/apps.json +++ b/apps.json @@ -213,17 +213,17 @@ {"name":"wclock.img","url":"clock-word-icon.js","evaluate":true} ] }, - { "id": "xclock", - "name": "X Clock", - "icon": "xclock.png", - "version":"0.09", - "description": "Text Readable Time", + { "id": "shifttext", + "name": "Shift Text Clock", + "icon": "shifttext.png", + "version":"0.01", + "description": "Shifting Text Clock", "tags": "clock", "type":"clock", "allow_emulator":true, "storage": [ - {"name":"xclock.app.js","url":"xclock.js"}, - {"name":"xclock.img","url":"xclock-icon.js","evaluate":true} + {"name":"shifttext.app.js","url":"shifttext.js"}, + {"name":"shifttext.img","url":"shifttext-icon.js","evaluate":true} ] }, { "id": "imgclock", diff --git a/apps/slidingtext/README.md b/apps/slidingtext/README.md new file mode 100644 index 000000000..5701b108d --- /dev/null +++ b/apps/slidingtext/README.md @@ -0,0 +1,18 @@ +# Sliding Text Clock - See the time in different languages + +Inspired by the Pebble sliding clock the shift clock shifts changes the time by scrolling the old time off the screen and the new time on. You are also able to change language on the fly so you can see the time as written in other languages. Currently only English, French and Japanese are supported + +![](app.png) + +## Usage + +Use Button 1 (the top right button) to change the language + + +## Requests + +[Reach out to Adrian](https://www.github.com/awkirk71) if you have feature requests or notice bugs. + +## Creator + +Made by [Adrian Kirk](https://www.github.com/awkirk71). diff --git a/apps/slidingtext/app.png b/apps/slidingtext/app.png new file mode 100644 index 000000000..7ded64937 Binary files /dev/null and b/apps/slidingtext/app.png differ diff --git a/apps/slidingtext/slidingtext-icon.js b/apps/slidingtext/slidingtext-icon.js new file mode 100644 index 000000000..aae4163b2 --- /dev/null +++ b/apps/slidingtext/slidingtext-icon.js @@ -0,0 +1 @@ +require("heatshrink").decompress(atob("////////////////////////////////////////////////////////////////////////4C2gXzoH4CggHzIH/eAnnzJ/+eAhn5If+eAgn4YP+fBnn4Z/+fBggcYH+fJgQc4H////////////////4gGFf///9gRs////9iRs////9yFv////////////7CH/////4AP/////4gf/////6kP/////////////////////////////////////////////////////////////")) diff --git a/apps/xclock/xclock.js b/apps/slidingtext/slidingtext.js similarity index 100% rename from apps/xclock/xclock.js rename to apps/slidingtext/slidingtext.js diff --git a/apps/slidingtext/slidingtext.png b/apps/slidingtext/slidingtext.png new file mode 100644 index 000000000..2dccd7831 Binary files /dev/null and b/apps/slidingtext/slidingtext.png differ diff --git a/apps/xclock/xclock-icon.js b/apps/xclock/xclock-icon.js deleted file mode 100644 index 920b490b8..000000000 --- a/apps/xclock/xclock-icon.js +++ /dev/null @@ -1 +0,0 @@ -require("heatshrink").decompress(atob("mEwgIIFiOAgEgoN4n+AsEw4f8mEAoEwwIaBAok/AoMZwP4AocBwARCjYuBAoUPAodgh0D/kQBYMGgP8IIseF4f8FINgnIFBmOAoEfBAM4AQMPAQIIBoEOAoMHCIILCkIFBjYFBDoUZNAJrCmPAsA4CkCMHn+Y8U/4MAl2M80/O4MEhnmTQQFB8gFDhu0CIcF3gLDg8cAokYAoOAAoQvB/A9H4BBDwPwX4P4nEDnAFBEAMGFIPDhk4g0MAoN8n4FD/ARBAoODuAFBjExwYdBEYMZwYOBgPwh8DhhBHACo")) diff --git a/apps/xclock/xclock.png b/apps/xclock/xclock.png deleted file mode 100644 index f8cbdbf04..000000000 Binary files a/apps/xclock/xclock.png and /dev/null differ