Commit Graph

10476 Commits (229d0dc1580b423385a1a82c809233094dcee889)

Author SHA1 Message Date
kirktrekkie 229d0dc158 Adding Dice-n-Roll app. 2022-05-14 10:13:42 +02:00
Gordon Williams 0e2dccdbda
Merge pull request #1805 from asmaps/master
[terminalclock] Add altitude to terminalclock
2022-05-09 14:42:09 +01:00
Arne Schauf c1cae40d80 Disable barometer/altitude stuff for Bangle.js 1 2022-05-09 14:15:30 +02:00
Gordon Williams 991028d25b
Merge pull request #1806 from nxdefiant/master
noteify: Add interface
2022-05-09 11:23:33 +01:00
Erik Andresen be230aad2b Merge branch 'master' of github.com:nxdefiant/BangleApps 2022-05-09 11:25:09 +02:00
Gordon Williams b8b69cc854
Merge pull request #1795 from nemesisridiculii/master
[Bordle] Fix bug in valid word detection
2022-05-09 09:48:37 +01:00
Gordon Williams 09fe49055f
Merge pull request #1798 from trufae/tabanchi
Initial import of the tabanchi watch/app
2022-05-09 09:42:37 +01:00
Gordon Williams a801922562
Merge pull request #1802 from idavydov/widslimbat
Slim battery widget with cells
2022-05-09 09:40:37 +01:00
Gordon Williams 30aea6f318
Merge pull request #1799 from jdekarske/update-eslint
Update eslint
2022-05-09 09:40:31 +01:00
Gordon Williams 1ee2ee9184
Merge pull request #1801 from peerdavid/master
[NeoX] Better lock animation.
2022-05-09 09:38:26 +01:00
Gordon Williams e1b8c93ed2
Merge pull request #1803 from Santagain/patch-1
Update pt_BR Translation
2022-05-09 09:37:20 +01:00
Arne Schauf 5ac85350f9 [terminalclock] Add altitude to terminalclock 2022-05-09 10:36:20 +02:00
Gordon Williams 34ee9c8151
Merge pull request #1800 from nxdefiant/master
widgps: add intervall to update the widget
2022-05-09 09:36:06 +01:00
Erik Andresen 6fc5edf428 noteify: Add interface
Add web interface to add, edit and delete notes
2022-05-09 10:32:13 +02:00
Dione Batista 0e78ab8243
Update pt_BR Translation 2022-05-08 22:55:00 -03:00
Iakov Davydov 522a9759b5 widslimbat 2022-05-08 21:33:38 +02:00
David Peer 6dd5eeffed Minor change 2022-05-08 21:29:25 +02:00
David Peer acacc3497d Animate from outside to inside for IO 2022-05-07 17:25:35 +02:00
David Peer a97215860a Improved color order for animation 2022-05-07 17:24:38 +02:00
David Peer 521fd4cb8f Minor refactoring. 2022-05-07 17:15:52 +02:00
David Peer f5900b5a17 Draw on lock only if lock settings are enabled. 2022-05-07 17:14:39 +02:00
David Peer c145785716 Minor fix -- queue draw alo on lock 2022-05-07 17:13:51 +02:00
David Peer 6a9ca6f32a Animate only once. 2022-05-07 17:12:53 +02:00
David Peer d07124b749 Minor changes 2022-05-07 16:35:16 +02:00
David Peer d063eaae21 Better lock animation. 2022-05-07 14:30:33 +02:00
Erik Andresen 9fa406450b widgps: move interval check to draw method 2022-05-07 13:26:35 +02:00
Erik Andresen d20b52ee79 widgps: add intervall to update the widget
Periodically update so the always on display does show current GPS fix
2022-05-07 10:39:28 +02:00
Jason Dekarske 9737014a5f actually add eslint 2022-05-06 12:58:56 -07:00
Jason Dekarske 4c4cf0ddf7 fix some non-conformers 2022-05-06 12:58:28 -07:00
Jason Dekarske bcb380c970 bump eslint version
add airbnb config
add suggested package.json attrs
2022-05-06 12:58:10 -07:00
pancake 5161b91a7d Initial import of the tabanchi watch/app 2022-05-06 19:47:11 +02:00
Gordon Williams d1873ad166
Merge pull request #1796 from nxdefiant/master
miclock2: Redraw only when seconds change
2022-05-06 09:02:17 +01:00
Gordon Williams 23c6233561
Merge pull request #1797 from jdekarske/course-search
[GolfView] Course search
2022-05-06 09:01:45 +01:00
Jason Dekarske 3dda60ee7a metadata version 2022-05-05 11:50:37 -07:00
Jason Dekarske a6d8f65bf8 changelog 2022-05-05 11:36:22 -07:00
Jason Dekarske 505be54ceb clarify some wording 2022-05-05 11:31:00 -07:00
Jason Dekarske 3d3919f9d9 use course ids as filenames 2022-05-05 11:30:25 -07:00
Jason Dekarske 6f48d9119f populate courses in spectre tiles 2022-05-05 10:51:10 -07:00
nxdefiant 048f4dedd8
Merge branch 'espruino:master' into master 2022-05-05 18:56:05 +02:00
Erik Andresen 24181f65bb miclock2: Redraw only when seconds change 2022-05-05 18:52:23 +02:00
Gordon Williams 5dd232d7c9
Merge pull request #1791 from peerdavid/master
[NotAnalog Clock] Use Bangle.getHealthStatus("day").steps as fallback if no widget is installed.
2022-05-05 14:10:58 +01:00
Gordon Williams fa3f187ea9
Merge pull request #1792 from nxdefiant/master
sched: add day of week check to getActiveAlarms()
2022-05-05 14:10:34 +01:00
Gordon Williams 23d0047c52
Merge pull request #1794 from nxdefiant/calendar
Calendar
2022-05-05 14:10:03 +01:00
Jeffrey Adair 5152e68c80 Fix bug in valid word detection
The valid word detection did not account for the fact that a valid word
could exist twice in the list: once at a non-multiple-of-five index
because it is the end of one word and the start of another, and again at
a multiple-of-five index for the word itself. An example is aglow agony
contains wagon. This prevented wagon from being considered a valid word
(even though it could be selected as the target word).

This fix loops through all detections of the word in the dictionary to
see if any are at a multiple-of-five index.
2022-05-04 23:52:07 -04:00
Erik Andresen 500309e217 calendar
- Do not register as watch, manually start clock on button
  (Compatibility with Quick Launch)
- Read start of week from new system settings instead of own
  configuration
2022-05-04 23:55:15 +02:00
Erik Andresen 6fafba454d calendar
- Do not register as watch, manually start clock on button
  (Compatibility with Quick Launch)
- Read start of week from new system settings instead of own
  configuration
2022-05-04 23:49:59 +02:00
Erik Andresen 43d696e90b sched: Fix typo 2022-05-04 23:09:04 +02:00
Erik Andresen 1d22050dc6 sched: add day of week check to getActiveAlarms() 2022-05-04 22:58:45 +02:00
Erik Andresen 54f2017c23 Merge branch 'master' of github.com:nxdefiant/BangleApps 2022-05-04 22:37:51 +02:00
David Peer d4ecf16616 FIrst queue draw... 2022-05-04 22:31:11 +02:00