Skip to content

Commit ddeb886

Browse files
author
thyttan
committed
Merge branch 'swipeinv' into app-loader
2 parents f7d72b7 + 02a0eec commit ddeb886

30 files changed

+893
-57
lines changed

.github/pull_request_template.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!--
2+
3+
Thanks for submitting a pull request!
4+
5+
Please see https://github.com/espruino/BangleApps/wiki/App-Contribution
6+
for some suggestions that make it easier for us to merge your work.
7+
8+
Before submitting, please ensure that `Actions` for your
9+
repository (https://github.com/your_user/BangleApps/actions) shows a green
10+
tick next to the latest commit.
11+
12+
If there's a red cross, click on it, then click on `build` under `nodejs.yml`
13+
to see a list of warnings/errors and where they occur.
14+
15+
-->

apps/cc_clock24/ChangeLog

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
0.01: copied from andark (V0.08)
22
refactored
33
add 24 hour mode
4+
0.02: fix icon + screenshots

apps/cc_clock24/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Analog Clock With 24 hour hands
1+
# Analog Clock With Optional 24 hour hands
22

33
## Features
44

@@ -7,7 +7,7 @@
77
* battery percentage (showing charge status with color)
88
* turned off or swipeable widgets (choose in settings)
99

10-
![logo](cc_clock24_screen.png)
10+
![logo](screenshot1.png)
1111

1212
## Settings
1313

apps/cc_clock24/app_icon.js

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

apps/cc_clock24/app_icon.png

2.31 KB
Loading
-3.91 KB
Binary file not shown.

apps/cc_clock24/metadata.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
{ "id": "cc_clock24",
22
"name": "CC Clock 24",
3-
"shortName":"CC-Clock24",
4-
"version":"0.01",
3+
"shortName": "CC-Clock24",
4+
"version": "0.02",
55
"description": "analog clock face with 24 hour pointer",
6-
"icon": "cc_clock24_icon.png",
6+
"icon": "app_icon.png",
77
"type": "clock",
88
"tags": "clock",
99
"supports" : ["BANGLEJS2"],
10-
"screenshots": [{"url":"cc_clock24_screen.png"}],
10+
"screenshots": [{"url": "screenshot1.png"}, {"url": "screenshot2.png"}, {"url": "screenshot3.png"}],
1111
"readme": "README.md",
1212
"storage": [
13-
{"name":"cc_clock24.app.js","url":"app.js"},
14-
{"name":"cc_clock24.settings.js","url":"settings.js"},
15-
{"name":"cc_clock24.img","url":"app_icon.js","evaluate":true}
13+
{"name": "cc_clock24.app.js", "url": "app.js"},
14+
{"name": "cc_clock24.settings.js", "url": "settings.js"},
15+
{"name": "cc_clock24.img", "url": "app_icon.js", "evaluate": true}
1616
],
17-
"data": [{"name":"cc_clock24.json"}]
17+
"data": [{"name": "cc_clock24.json"}]
1818
}

apps/cc_clock24/screenshot1.png

2.41 KB
Loading

apps/cc_clock24/screenshot2.png

2.79 KB
Loading

0 commit comments

Comments
 (0)