1
0
Fork 0
Commit Graph

222 Commits (af4e0479487fff0ef18eeab11c69f5f6a9cbb6af)

Author SHA1 Message Date
Stefan Kuehnel c4acfadabb implemented simple version of a Berlin Clock 2019-12-09 22:06:47 +01:00
Gordon Williams 282408ba6b Merge branch 'master' of github.com:espruino/BangleApps 2019-12-05 14:49:39 +00:00
Gordon Williams bcf0f80d29 add gadgetbridge app, plus ad versions 2019-12-05 14:48:36 +00:00
Gordon Williams 24269067b9 Bootloader tweaks to load widgets before clock 2019-12-05 14:48:14 +00:00
Gordon Williams cc06038619 enable BLE/programmable by default for now or it's a support nightmare 2019-12-05 11:48:41 +00:00
Ákos Lukács 5ed970abc2
GPS needs more speed!
Some tweaks to the GPS info app:
 - Speed is shown on the screen
 - "Animation" on the "Waiting for GPS" screen
 - With 10px padding feels a bit nicer :)
2019-12-05 11:10:20 +01:00
MaBecker 8aade6d9d6 some small fiex
fix simple clock tags
add  drawWidgets()
add color to battery widget
2019-12-04 00:34:18 +01:00
Gordon Williams e6b0343b7c add flappy bird game 2019-12-03 17:07:26 +00:00
Gordon Williams 7ebde31f63 docs and example fix 2019-12-03 17:07:15 +00:00
sebi5361 960401b53c bug fix2 2019-12-03 02:46:38 +01:00
sebi5361 d3830e6dc6 bug fix 2019-12-02 21:43:34 +01:00
sebi5361 52be9ef483 message16 2019-12-02 20:57:55 +01:00
sebi5361 0f90c06ec7 message16 2019-12-02 20:57:13 +01:00
sebi5361 8c5852ec91 message15 2019-12-02 20:47:58 +01:00
sebi5361 2a9c16c160 message14 2019-12-02 20:26:35 +01:00
sebi5361 3fe78154c3 message13 2019-12-02 20:23:21 +01:00
sebi5361 bdfbb52766 message12 2019-12-02 20:09:56 +01:00
sebi5361 69ce853d71 message11 2019-12-02 19:35:55 +01:00
sebi5361 68fbcd49a5 message10 2019-12-02 19:27:15 +01:00
sebi5361 03fa1e9349 MESSAGE9 2019-12-02 19:05:00 +01:00
sebi5361 bbc9d5f0c9 MESSAGE8 2019-12-02 19:03:45 +01:00
sebi5361 a5217341c9 MESSAGE7 2019-12-02 19:00:57 +01:00
sebi5361 1925676ea5 MESSAGE6 2019-12-02 18:56:02 +01:00
sebi5361 c557bc518f MESSAGE5 2019-12-02 18:31:25 +01:00
sebi5361 f6191c0589 MESSAGE4 2019-12-02 18:13:26 +01:00
sebi5361 1314d2ec86 Adding a 3x2 pixel digit clock app 2019-12-02 17:01:14 +01:00
Gordon Williams 091979038d
Merge pull request #55 from ra100/feature/Pomodoro-update
Feature/pomodoro update
2019-11-27 09:04:16 +00:00
🦑Svarba, Rastislav ebaf96bdbd
📝 [Pomodoro] Update changelog 2019-11-27 10:01:07 +01:00
🦑Svarba, Rastislav 05d70c75ad
🔇 [Pomodoro] Remove unnecessary logs 2019-11-27 10:00:15 +01:00
🦑Svarba, Rastislav 06758f3788
📝 [Pomodoro] Add changelog 2019-11-27 09:18:01 +01:00
🦑Svarba, Rastislav 1f457ed9d1
[Pomodoro] Save the last interval value 2019-11-27 09:18:01 +01:00
🦑Svarba, Rastislav 624b53094d
🚚 [Pomodoro] Rename Promodoro to Pomodoro 2019-11-27 09:17:51 +01:00
🦑Svarba, Rastislav 62095bbb75
🐛 [Pomodoro] Fix pomodoro newlines 2019-11-27 09:17:43 +01:00
MaBecker 913440c596 minor fixes
- add drawWidgets()
2019-11-26 17:51:23 +01:00
Gordon Williams 59cc57a75a merge skeleton README into original README, and make example apps so you can just copy the folder 2019-11-26 10:27:31 +00:00
Gordon Williams 51b6cd0ad6 Merge branch 'master' of https://github.com/MaBecker/BangleApps into MaBecker-master 2019-11-26 09:37:36 +00:00
MaBecker 74f54f4500 update skeleton and some minor clcok fixes 2019-11-23 20:00:31 +01:00
Gordon Williams 31a2131da7 fix regressions caused by #50 2019-11-20 15:54:57 +00:00
Gordon Williams f04f6f62aa just quickly fix #15 2019-11-20 08:19:56 +00:00
Gordon Williams bc9e1e566f Merge branch 'clock-select' of https://github.com/knolleary/BangleApps into knolleary-clock-select 2019-11-18 10:09:48 +00:00
ra100 da1d4d768c
🚚 Move apps to subfolders #46 2019-11-17 23:43:58 +01:00
Nick O'Leary dc2013751a Highlight default clock if none currently selected 2019-11-16 22:36:43 +00:00
Nick O'Leary c89ad11d69 Add Select Clock option to settings app
This adds an option to select the preferred clock to show on the
main screen.

The settings app menu lists all apps of type 'clock' with the
current one marked with a *. It stores the src property
of the selected clock as settings.clock.

The bootloader app checks this property and tries to load
that app. If the property is not set, or the app not found
then it reverts to the current behaviour of using the first
clock app it finds.
2019-11-16 22:13:49 +00:00
Nick O'Leary 59dc02648f Shorten clock title so it fits in menu 2019-11-16 21:29:40 +00:00
Nick O'Leary 7763fb5673 Add Large Digit Clock to apps 2019-11-16 21:22:26 +00:00
Gordon Williams a26df19e87 minor tweaks - add JS icon 2019-11-15 11:02:56 +00:00
Andrei Georgian CRISTINESCU 52431af1e7 remove apps.json from aps 2019-11-15 11:15:17 +02:00
Andrei Georgian CRISTINESCU fa090ff8da [app] promodoro 2019-11-14 21:45:04 +02:00
MaBecker 945418ca41 add set timezone 2019-11-14 13:34:04 +01:00
MaBecker 6208a39695 add set timezone 2019-11-14 10:05:49 +01:00
Gordon Williams c9c4309b51
Merge branch 'master' into master 2019-11-13 17:29:17 +00:00
MaBecker f94af8a72d include widgets during start 2019-11-13 18:25:01 +01:00
Gordon Williams 09ea6fdec2 added binary text keyboard 2019-11-13 17:22:23 +00:00
Gordon Williams 9f1827200d Fix occasional NaN values! 2019-11-13 17:03:41 +00:00
MaBecker 0487c0f97b do set color before the image draw
Image charging sometimes get displayed with the last app coller setting instead of white.
2019-11-13 13:41:56 +01:00
MaBecker 7c276e3ac1 flip draws 2019-11-13 12:19:20 +01:00
Chris Veleris c9609f441b Add png icon 2019-11-13 11:12:52 +00:00
Chris Veleris 77c1b10f5a Add GPS Info app 2019-11-13 11:09:41 +00:00
MaBecker f9e419a4d0 update id 2019-11-13 11:58:43 +01:00
Gordon Williams 8c17d9b281 adjust spacing to allow many players 2019-11-13 10:56:44 +00:00
MaBecker bf906e1469 add a mixed clock app 2019-11-13 11:50:05 +01:00
Gordon Williams 9eb5b20efe icon 2019-11-13 10:34:44 +00:00
Gordon Williams 071b2bbf01 Merge branch 'master' of github.com:espruino/BangleApps 2019-11-13 10:26:23 +00:00
Gordon Williams defdf30393
Merge branch 'master' into binary-clock 2019-11-13 10:26:07 +00:00
Gordon Williams 6aa4739365
Merge pull request #34 from jh3y/master
feat: add morse code teacher
2019-11-13 10:25:33 +00:00
Gordon Williams 12e4daf61a
Merge pull request #32 from aivopaas/master
Added Clock-Tris game
2019-11-13 10:25:16 +00:00
Gordon Williams 86ae38dcfd tweaks 2019-11-13 10:11:11 +00:00
jh3y a3bd3f0504 feat: add morse code teacher 2019-11-13 02:08:48 +00:00
Aivo Paas d7a004cd05 Fix font and icon yet again 2019-11-12 23:03:59 +00:00
Aivo Paas 3f27b8f5e7 Fix icon and font 2019-11-12 22:55:02 +00:00
Mark McNelis fcb2a168e6 add: simple binary clock 2019-11-12 22:16:03 +00:00
Gordon Williams 74c13edd30 oops 2 2019-11-12 19:44:10 +00:00
Aivo Paas 72ddefebc4 Added Clock-Tris game 2019-11-12 19:17:17 +00:00
Gordon Williams 35d42f590d oops 2019-11-12 19:15:12 +00:00
Gordon Williams 81456744f6 horse race 2019-11-12 19:14:14 +00:00
Gordon Williams e25680b0c0 Add 'Click Master' multiplayer game 2019-11-12 17:55:13 +00:00
Gordon Williams 59ce46a482 Minor bootloader/setting tweaks now we know we fixed the underlying firmware issue with HID 2019-11-12 17:54:41 +00:00
Gordon Williams 00cba8c9ac Merge branch 'master' of github.com:espruino/BangleApps 2019-11-12 17:11:41 +00:00
Gordon Williams 7a113bf208
Merge pull request #30 from MaBecker/master
new app - Show Color
2019-11-12 17:11:19 +00:00
Gordon Williams 6dc93c8f7d hypno ring fixes 2019-11-12 17:05:31 +00:00
Gordon Williams 0b52aef741
Merge pull request #29 from jh3y/master
feat: hypno-rings
2019-11-12 16:53:24 +00:00
MaBecker 4569ed201b new app "Show Color" 2019-11-12 17:42:18 +01:00
jh3y 3bfbe37a15 feat: hypno-rings 2019-11-12 16:31:44 +00:00
Gordon Williams 24074f80d9
Merge pull request #26 from RichardBoyewa/master
Quick fixes and performance improvement.
2019-11-12 16:24:10 +00:00
Akinboyewa Akindolani 66c7ead819
Quick fixes based on comment (#5)
* Some performance improvement updates. Suspends timer when LCD is off, and resume when it comes back.
2019-11-12 15:35:49 +00:00
Akinboyewa Akindolani a417241174
Fixed the issue with clock app picking when there are more than one clock app (#4) 2019-11-12 15:22:12 +00:00
Gordon Williams dab769a641
Merge pull request #28 from MaBecker/master
update simple watch
2019-11-12 15:18:39 +00:00
Akinboyewa Akindolani b384eeb084
Quick fixes and performance improvement (#3)
* Some performance improvement updates. Suspends timer when LCD is off, and resume when it comes back.
2019-11-12 14:32:07 +00:00
MaBecker 4ea7cfb513 update icon 2019-11-12 15:27:51 +01:00
Gordon Williams 94f29a23ae fix broken BLE sleep settings 2019-11-12 12:47:17 +00:00
Gordon Williams 5a6c11ad8e stop beep/buzz disable storing the function scope 2019-11-12 12:07:04 +00:00
Andrea 266a065cda Jingle Bells App 2019-11-12 10:16:09 +00:00
John Behan b640ee18d9
Update manic-monday.js 2019-11-12 07:22:13 +00:00
John Behan 345a478fd4
Add files via upload 2019-11-11 22:04:58 +00:00
John Behan 12fe890db1
Create manic-monday.js 2019-11-11 22:04:20 +00:00
John Behan a37b541cee
Update manic-monday.json 2019-11-11 22:02:53 +00:00
John Behan 15e177cb21
Update and rename manic-monday-icon.png to manic-monday-icon.js 2019-11-11 21:58:18 +00:00
John Behan d0cdaf58c9
Create manic-monday-icon.png 2019-11-11 21:57:28 +00:00
John Behan b4043d801b
Create manic-monday.json 2019-11-11 21:49:13 +00:00
Gordon Williams 51888d724c tweak seconds markers 2019-11-11 19:02:18 +00:00