Commit Graph

2431 Commits (c1e7829c7abbf32f0f32e77c66e3f7b6ae453fd5)

Author SHA1 Message Date
Gordon Williams 420c9ab4fc
Merge pull request #40 from gdorsi/master
Adds search and filters to the app library
2019-11-13 17:40:59 +00:00
gdorsi 8a240cca37 adds search and filters to the app library, closes #2 2019-11-13 18:33:54 +01:00
Gordon Williams 3808c81d7e
Merge pull request #38 from MaBecker/master
Analog and Digital mixed Clock App
2019-11-13 17:29:24 +00: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
Gordon Williams c4daf19ab8
Merge pull request #39 from gdorsi/master
corrects toast location when scrolling, closes #36
2019-11-13 16:56:12 +00:00
gdorsi 1734a4e229 corrects toast location when scrolling, closes #36 2019-11-13 17:43:09 +01: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
Gordon Williams 541b40fc7f
Merge pull request #37 from chrisvel/master
Add GPS Info application
2019-11-13 11:44:52 +00:00
Chris Veleris 41e259fcc6 Revert whitespace changes in app.json 2019-11-13 11:42:17 +00: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 9e5d536206 update apps record 2019-11-13 12:03:17 +01: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 ee35ead580
Merge pull request #33 from markmcnelis/binary-clock
add: simple binary clock
2019-11-13 10:26:14 +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 b5677826fd random code to allow you to type using binary search 2019-11-12 17:55:59 +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 ed50b282e7 try and handle 404s better 2019-11-12 17:05:20 +00:00
Gordon Williams 0b52aef741
Merge pull request #29 from jh3y/master
feat: hypno-rings
2019-11-12 16:53:24 +00:00
MaBecker 8b66eecd08 update tag 2019-11-12 17:51:15 +01: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
Gordon Williams fcaf5cf510
Merge pull request #27 from gdorsi/master
added the disconnect button
2019-11-12 15:23:26 +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