Commit Graph

15932 Commits (0e53f127a101f4f873cbcec835c872fe7f8628df)

Author SHA1 Message Date
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
Gordon Williams 0279d7528d parrot tweaks 2019-11-11 18:44:42 +00:00
Gordon Williams af0064947e Party parrot tweaks to make it work ok 2019-11-11 18:31:14 +00:00
Gordon Williams 834b4d8485
Merge branch 'master' into apps/pparrot 2019-11-11 18:12:08 +00:00
Glen Keane f4bfddd5b3 add party parrot w000 2019-11-11 18:06:29 +00:00
Shane T Odlum cf5cc648d5 BLE Scanner icon 2019-11-11 17:19:02 +00:00
Shane T Odlum 953ee0471b Add BLE Scanner app 2019-11-11 16:59:02 +00:00
Gordon Williams 80d88200c1 Add simple gesture test app 2019-11-11 15:23:50 +00:00
Gordon Williams 21a52670fa Merge branch 'master' of github.com:espruino/BangleApps 2019-11-11 13:01:58 +00:00
Gordon Williams ff75d91266 analog clock 2019-11-11 13:01:47 +00:00
Gordon Williams 7eed118055 fix deleted file 2019-11-11 12:44:57 +00:00
Gordon Williams a6a2806fe4
Merge pull request #13 from MaBecker/clock-simple
remove old code and fix typos
2019-11-11 11:21:05 +00:00
MaBecker b2e2d15ee1 remove old code and fix typos 2019-11-11 11:56:12 +01:00
Gordon Williams e7fbbd36ff move animals down as it's not very exciting and takes ages to load 2019-11-11 06:29:48 +00:00
Gordon Williams eb59410048
Merge pull request #12 from MaBecker/clock-simple
Add Simple Digital Clock
2019-11-10 22:09:24 +00:00
Gordon Williams 61ccf32cc9 updated firmware info 2019-11-10 17:01:40 +00:00
Gordon Williams 90cf76249f minified hid 2019-11-10 17:00:21 +00:00
Gordon Williams c02e388cd9 more tweaking 2019-11-10 14:01:12 +00:00
Gordon Williams aa56c174a7 fix startup 2019-11-10 13:40:54 +00:00
Gordon Williams 947e39fc8d trying to free more memory 2019-11-10 12:16:04 +00:00
Gordon Williams 6d2627a2f4 HID tweaks to try and stop watchdog reboot 2019-11-10 11:46:50 +00:00
Gordon Williams 7b15866b8b start apps on release - so apps don't pick up a button release event 2019-11-10 11:46:28 +00:00
Gordon Williams 8b86190a36 Settings name tweak 2019-11-10 11:46:05 +00:00
Gordon Williams dae7fe3b0f fix gesture 2019-11-10 11:23:35 +00:00
MaBecker ec9935687e Add Simple Digital Clock 2019-11-10 10:47:13 +01:00
Gordon Williams beb1b75da2 fixing settings hopefully 2019-11-09 20:45:10 +00:00
Gordon Williams 21d3dcedd5 oops 2019-11-09 20:41:35 +00:00
Gordon Williams 47b7ef53dd adjust sortorder, make default clock always stay white even if colour got changed, add nceu widget 2019-11-09 20:31:03 +00:00
Gordon Williams 9a3ecb6e78 Sort apps by sort order - ensure nceu ones are at the start for now 2019-11-09 20:29:15 +00:00
Gordon Williams 640529afb9 Upodated settings app to have a 'Make Connectable' menu that shows the watch's name 2019-11-09 20:01:36 +00:00
Gordon Williams b529bc7a99 fix beer compass https 2019-11-09 18:06:26 +00:00
Gordon Williams d954a8ebce Attempt at adding coordinate scaling so distances are correct 2019-11-09 18:03:13 +00:00
MaBecker a642ec07b1 switch font and stay out of widget area 2019-11-09 16:31:14 +01:00
Gordon Williams 7e6a7ef7e1
Merge branch 'master' into out-of-the-box 2019-11-09 09:25:32 +00:00
Gordon Williams 3cb96ecc75
Merge pull request #9 from jasnell/hid.gestures
Experimental HID gestures
2019-11-09 09:22:21 +00:00
James M Snell 1f558cd899 Use loopbacka intead of disabling uart 2019-11-08 18:36:30 -08:00
James M Snell 62d87b8853 Fixups 2019-11-08 18:24:19 -08:00
James M Snell 79377b20c5 Dev/Uart setting 2019-11-08 15:59:37 -08:00
James M Snell f7cccd4fa7 Out of the box improvements 2019-11-08 15:43:06 -08:00
James M Snell ad1d27463b NCEU Start Sequence 2019-11-08 12:10:49 -08:00
James M Snell 21274595f3 Initial start up app 2019-11-08 11:06:51 -08:00
James M Snell 75f8f7b86a Setting to turn Bluetooth on and off 2019-11-08 09:52:37 -08:00
James M Snell 52c4d0c6be Experimental HID gestures 2019-11-08 07:54:57 -08:00
Conor ONeill 44dedb2a67 updated fun run app to obey BangleApps structure 2019-11-08 15:22:33 +00:00
Conor ONeill 1139745028 added code for OpenLocation icon 2019-11-08 14:27:26 +00:00
Conor ONeill 81e7a7bf3a added NodeConf EU 5k Fun Run dedicated app 2019-11-08 14:18:47 +00:00
Gordon Williams 4d3bcd94a3 Merge branch 'master' of github.com:espruino/BangleApps 2019-11-08 13:00:18 +00:00
Gordon Williams d027f12f58 trim kml 2019-11-08 13:00:11 +00:00
James M Snell 4326676535 Settings menu for manually setting the time/date 2019-11-07 15:28:07 -08:00
Gordon Williams 145ca9fa9e fix icon 2019-11-07 22:35:20 +00:00
Gordon Williams 773ab1429e Updated word clock to not use an offscreen buffer, as it seems to really struggle with memory usage 2019-11-07 22:30:57 +00:00
Gordon Williams 966c1c4b1e renaming and fiddling to ensure you can have differnt types of clock app, even more than one installed at the same time 2019-11-07 22:24:20 +00:00
Gordon Williams 041a539390
Merge pull request #5 from MaBecker/word-clock
word-clock
2019-11-07 21:54:20 +00:00
Gordon Williams 27867133c3 Merge branch 'master' of github.com:espruino/BangleApps 2019-11-07 21:50:00 +00:00
Gordon Williams 7ea95ddce8 add JSON for widgets, and fix filenames for settings (only 8 chars allowed, so '@setting') 2019-11-07 21:49:47 +00:00
MaBecker 292d6ab5c9 word-clock
Dispaly Time as Text
2019-11-07 22:44:05 +01:00
James M Snell 24cea03b41 Stopwatch: beep on button press, reset laptimes 2019-11-07 12:36:46 -08:00
Gordon Williams f28c141f22 Add HID apps 2019-11-07 20:24:57 +00:00
Gordon Williams 8f2bf34585 asteroids 2019-11-07 09:50:03 +00:00
Gordon Williams a9f545a4c0 tweaks 2019-11-07 09:29:31 +00:00
Gordon Williams 821bf21046 bluetooth widget 2019-11-07 09:17:24 +00:00
Gordon Williams 5a5a12662e fix trex 2019-11-07 08:49:28 +00:00
Gordon Williams a1c33d16b5 New files and animals apps 2019-11-07 08:44:08 +00:00
Gordon Williams 567d124a6a make boot menu more resilient to bad app data 2019-11-07 08:43:08 +00:00
Gordon Williams 67ee321185 fix JSON 2019-11-07 08:42:45 +00:00
Gordon Williams 819c67d442 add other apps 2019-11-06 22:12:54 +00:00
Gordon Williams fe2a5e6f28 Add route uploader 2019-11-06 21:51:47 +00:00
Gordon Williams 12281bc629 add beer compass loader 2019-11-06 21:35:14 +00:00
Gordon Williams eb71f80ef2 Added customised app loading 2019-11-06 17:25:02 +00:00
Gordon Williams 6671bc098f right way around now firmware updated 2019-11-06 15:52:41 +00:00
Gordon Williams d769d27fbd add icons 2019-11-03 11:13:03 +00:00
Gordon Williams 532d2d3695 Add more apps 2019-10-30 20:34:41 +00:00
Gordon Williams 4c20d622ea Initial stab at app loading tool 2019-10-30 17:33:58 +00:00