Andrew Gregory
21b49ab032
Merge branch 'espruino:master' into master
2021-11-03 00:05:41 +08:00
Andrew Gregory
4ec7555e03
Update interface.html
...
Add preliminary settings loading/saving.
2021-11-03 00:05:17 +08:00
Gordon Williams
68d3cd97df
Merge pull request #875 from jeffmer/master
...
fix minute tick bug in multiclock
2021-11-02 14:12:29 +00:00
jeffmer
37b1e38e7f
fix minute tick bug
2021-11-02 12:52:22 +00:00
Gordon Williams
6cf3fe7eee
Merge pull request #873 from rigrig/menusmall-wrap
...
menusmall: follow latest E_showMenu improvements
2021-11-02 08:22:24 +00:00
Gordon Williams
b3bf56d5c9
Merge pull request #874 from jeffmer/master
...
Multiclock app update to run on Bangle and Bangle 2
2021-11-02 08:17:11 +00:00
Andrew Gregory
afebfd80bb
Update interface.html
...
Fix regexp.
2021-11-02 13:05:20 +08:00
Andrew Gregory
88dff14f8a
Update interface.html
...
URI encode label, clean the secret value.
2021-11-02 13:02:31 +08:00
Andrew Gregory
73f9a831ef
Merge branch 'espruino:master' into master
2021-11-02 12:48:13 +08:00
Andrew Gregory
a1cdbc1e2a
Update app.js
...
Use Bangle.appRect where appropriate.
2021-11-02 12:47:59 +08:00
jeffmer
4e331e58cf
final release fixes
2021-11-01 20:38:22 +00:00
Gordon Williams
26beb8fafd
health 0.05: Fix daily summary calculation
2021-11-01 19:47:57 +00:00
jeffmer
33763110cc
tunig layout
2021-11-01 19:19:16 +00:00
Richard de Boer
9f8e451a24
menusmall: follow latest E_showMenu improvements
...
- remove unused variable
- remove unused parameter from `select()`
- shave a few bytes off `move()`
If a numerical item has `item.wrap` we no longer check if `item.min/max` is set,
because your menu will be broken either way.
Only small optimizations, so skip the version bump.
2021-11-01 19:50:21 +01:00
jeffmer
54514220db
fix file names
2021-11-01 18:06:15 +00:00
jeffmer
6f5b902adb
multiclock - new bangle 2 compatible
2021-11-01 17:46:50 +00:00
Andrew Gregory
505addcf71
Merge branch 'espruino:master' into master
2021-11-01 21:55:49 +08:00
Gordon Williams
ed9daa139a
ensure non-ascii is converted properly
2021-11-01 11:38:58 +00:00
Gordon Williams
c0c8f36573
health 0.04: Add HRM graph view
...
Don't restart HRM when changing apps if we've already got a good BPM value
2021-11-01 09:54:28 +00:00
Gordon Williams
07845e9c6b
Merge pull request #871 from rigrig/menusmall-wrap
...
menusmall `wrap` option
2021-11-01 08:45:15 +00:00
Gordon Williams
47a6e60daf
Merge pull request #872 from labarks/README-travis-ci
...
Update README.md
2021-11-01 08:44:25 +00:00
Andrew Gregory
7f320eb35b
Update interface.html
...
Remove unnecessary style.
2021-11-01 10:22:52 +08:00
Andrew Gregory
86c93233bf
Delete qrcode.min.js
...
Switch to Espruino Core copy.
2021-11-01 10:08:20 +08:00
Andrew Gregory
066eb28760
Update interface.html
...
Switch to Espruino Core copy of QRCode generator.
2021-11-01 10:07:45 +08:00
Andrew Gregory
151b639061
Update apps.json
...
Use conventional data filename.
2021-10-31 22:20:59 +08:00
Andrew Gregory
c0b5926619
Create qrcode.min.js
2021-10-31 22:17:57 +08:00
Andrew Gregory
f8bef17812
Create qr_packed.js
2021-10-31 22:17:27 +08:00
Andrew Gregory
e373988fea
Update interface.html
...
Implement token editing.
2021-10-31 22:16:46 +08:00
Andrew Gregory
36afdad86b
Update app.js
...
Add widget support. Add custom font for digits.
2021-10-31 22:15:25 +08:00
Andrew Gregory
7205e22c44
Merge branch 'espruino:master' into master
2021-10-30 23:47:12 +08:00
David Skrabal
77a74fbeb7
Update README.md
...
Updated links to travis-ci.org to app.travis-ci.com per "ORG Shutdown" https://blog.travis-ci.com/2021-05-07-orgshutdown
2021-10-29 17:37:33 -04:00
Gordon Williams
6d27159cdd
health: Settings to turn HRM on
2021-10-29 20:50:51 +01:00
Gordon Williams
aeaf508897
general widget fixes and tweaks
2021-10-29 20:21:12 +01:00
Richard de Boer
310bf60ed7
menusmall: use Bangle.appRect
2021-10-29 18:45:30 +02:00
Richard de Boer
f2f500e474
menusmall: add `wrap` option
2021-10-29 18:35:55 +02:00
Andrew Gregory
ba90251724
Create interface.html
2021-10-29 22:36:30 +08:00
Andrew Gregory
9b5bda19c5
Update apps.json
2021-10-29 22:27:14 +08:00
Andrew Gregory
654e0b1e38
Update apps.json
2021-10-29 22:25:26 +08:00
Andrew Gregory
9b2d8f8cc4
Update app.js
2021-10-29 22:10:43 +08:00
Andrew Gregory
3235c642bd
Update apps.json
2021-10-29 22:05:16 +08:00
Andrew Gregory
f1c3696208
Update apps.json
2021-10-29 22:01:23 +08:00
Andrew Gregory
c7232538cf
Add files via upload
2021-10-29 21:56:16 +08:00
Andrew Gregory
38559fce4e
Update apps.json
2021-10-29 21:52:06 +08:00
Andrew Gregory
2cbb0b4685
Update apps.json
2021-10-29 21:50:54 +08:00
Andrew Gregory
e60f6447a5
Add authentiwatch
2021-10-29 21:46:35 +08:00
Andrew Gregory
d2fd5af3e6
Create app-icon.js
2021-10-29 21:41:01 +08:00
Andrew Gregory
7747ec8a9e
Create app.js
2021-10-29 21:37:38 +08:00
Gordon Williams
b878a9bb37
banglejs2 support for widgets
2021-10-29 13:55:57 +01:00
Gordon Williams
3890f32d97
Merge branch 'master' of github.com:espruino/BangleApps
2021-10-29 10:34:25 +01:00
Gordon Williams
2a97f49ded
health 0.02: Modified data format to include daily summaries
2021-10-29 10:34:14 +01:00