Skip to content

Commit b48603f

Browse files
authored
Merge pull request #3893 from RKBoss6/Modern-Clock
Create Modern Clock App
2 parents f555365 + af2f861 commit b48603f

File tree

8 files changed

+252
-0
lines changed

8 files changed

+252
-0
lines changed

apps/modclock/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.01: App Created w/ clockInfos, bold font, date and time.

apps/modclock/README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Modern Clock
2+
3+
4+
5+
A beautifully simple, modern clock with two Clock Infos, and a clean UI. Fast-Loads.
6+
7+
![](Screenshot1.png)
8+
9+
10+
11+
## Features
12+
13+
* Has 2 Clock Infos, that are individually changeable.
14+
* Low battery consumption.
15+
* Uses locale for time and date.
16+
* Bold time font, for quicker readability.
17+
* Has Fast Loading, for quicker access to launcher.
18+
19+
20+
## Creator
21+
22+
RKBoss6
23+
24+
Github: https://github.com/RKBoss6

apps/modclock/Screenshot1.png

20.3 KB
Loading

apps/modclock/Screenshot2.png

19.9 KB
Loading

apps/modclock/app-icon.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apps/modclock/app.js

Lines changed: 206 additions & 0 deletions
Large diffs are not rendered by default.

apps/modclock/icon.png

3.54 KB
Loading

apps/modclock/metadata.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"id": "modclock",
3+
"name": "Modern Clock",
4+
"shortName":"Modern Clk",
5+
"icon": "icon.png",
6+
"version":"0.01",
7+
"description": "A modern, simple clock, with two Clock Infos and Fast Loading",
8+
"type":"clock",
9+
"tags": "clock,clkinfo",
10+
"supports": ["BANGLEJS2"],
11+
"screenshots" : [ { "url":"Screenshot1.png" },
12+
{ "url":"Screenshot2.png" } ],
13+
"dependencies" : { "clock_info":"module"},
14+
"allow_emulator":true,
15+
"readme":"README.md",
16+
"storage": [
17+
{"name":"modclock.app.js","url":"app.js"},
18+
{"name":"modclock.img","url":"app-icon.js","evaluate":true}
19+
]
20+
}

0 commit comments

Comments
 (0)