Commit Graph

4065 Commits (cf36400faa5f05e4a10a5546cbcc247a68c48edf)

Author SHA1 Message Date
Ronin0000 15d34b9f5d
Update README.md 2021-08-23 10:27:26 -07:00
Ronin0000 47893eda83
Update app.js 2021-08-23 10:02:44 -07:00
Ronin0000 2bfce0b08d
Create ChangeLog 2021-08-23 09:45:29 -07:00
Ronin0000 719be99d5b
Create README.md 2021-08-23 09:43:24 -07:00
Ronin0000 b9375375ba
Delete app.png 2021-08-23 09:42:38 -07:00
Ronin0000 eb83ce4fad
Add files via upload 2021-08-22 14:15:59 -07:00
Ronin0000 a1f7913efe
Add files via upload 2021-08-22 14:08:40 -07:00
Ronin0000 7669df9dcc
Create app-icon.js 2021-08-22 13:48:28 -07:00
Ronin0000 4e84c7c6d5
Create app.js 2021-08-22 13:45:00 -07:00
Thomas ICHÉ 183a36f5ac Added Cycling for Values in Color Schemes 2021-08-20 15:55:10 +02:00
Thomas ICHÉ 4d933ed959 Added Settings for Color scheme 2021-08-20 15:49:13 +02:00
Gordon Williams 1592bcb1a5 calculator 0.03 - Support for different screen sizes and touchscreen 2021-08-18 16:17:20 +01:00
Gordon Williams d6750129d6 welcome 0.11: Fix initial screen fill colour 2021-08-18 11:17:01 +01:00
Gordon Williams a10427e76b gpsrec 0.23: Fix issue where tracks wouldn't record when running from OpenStMap if a period hadn't been set up first 2021-08-16 20:13:34 +01:00
Gordon Williams 6afd7ae7f6 notifyfs 0.10: Ensure dismissing a notification dismissal doesn't enter launcher if in clock mode 2021-08-16 12:27:26 +01:00
Gordon Williams 7e93e639e5 version for ac1ea15bd3 2021-08-12 10:32:17 +01:00
Gordon Williams ac1ea15bd3
Merge pull request #787 from ihewitt/master
Adjust hand lengths to be relative to tick marks
2021-08-12 10:31:55 +01:00
Ivor Hewitt 642485c0b1 Adjust hand lengths to be relative to tick marks 2021-08-12 09:55:50 +01:00
Gordon Williams 7d919b3854
Merge pull request #783 from awkirk71/master
Solar Clock: Bug Fixes and Memory Footprint reduction
2021-08-12 09:55:45 +01:00
Gordon Williams 27aae18604
Merge branch 'master' into master 2021-08-12 09:54:38 +01:00
Richard de Boer 1aeed274c3 settings: update Quiet Mode widget (if present) 2021-08-11 01:30:11 +02:00
Richard de Boer b21d432cce qmsched: add widget 2021-08-11 01:30:11 +02:00
adrian w kirk 7487ea5e08 Solar clock: updating the version no and change log for next release 2021-08-11 00:22:52 +01:00
Richard de Boer 1d649a58fd qmsched: Simplify scheduling logic
Instead of keeping track when a schedule last fired, just check if the
time is in the future.
2021-08-10 22:26:17 +02:00
adrian w kirk 8bcf8887cc Solar Clock: Memory footprint reduction. It appears that each object created is extremely expensive memorywise. Have merged together the night and data strategy which reduces the footprint by 5% 2021-08-08 16:16:05 +01:00
adrian w kirk 91a957adeb Solar Clock: BUGFIX:Sun sometimes disappearing from view completely until button1 is pressed. 2021-08-05 20:36:58 +01:00
adrian w kirk 581e2773d7 Merge branch 'master' of https://github.com/awkirk71/BangleApps 2021-08-04 00:10:33 +01:00
adrian w kirk 7ba2cb6a4d Solar Clock: Sun sometimes not getting cleared at steapest part of slope. Change large sun movements detections to be in x and y directions 2021-08-04 00:10:02 +01:00
awkirk71 8c4d1ed54e
Merge branch 'espruino:master' into master 2021-07-29 12:45:23 +01:00
adrian w kirk b25a7cc20d Solar Clock: added GPS reset instructions 2021-07-29 12:43:29 +01:00
adrian w kirk c169d42455 Solar Clock: Added comments 2021-07-29 02:10:23 +01:00
adrian w kirk 6277fa3b74 Solar Clock: Added Seoul 2021-07-28 15:35:05 +01:00
Gordon Williams 6d73d175eb More testing and tweaking of existing clock apps 2021-07-28 10:54:22 +01:00
Gordon Williams c1d06ef4d9 Modified more clocks to use 'setUI' instead of a setWatch. All tested on Bangle.js 1 2021-07-28 09:55:32 +01:00
Gordon Williams 04b7af4a6a Tweaks to notify to allow Gadgetbridge to dismiss notifications on phone from watch 2021-07-28 09:41:27 +01:00
adrian w kirk 6d3fb37851 SolarClock: Updated the README for the GPS update 2021-07-28 01:58:48 +01:00
adrian w kirk d03e7debd2 Solar Clock: typo in set_color 2021-07-28 01:37:25 +01:00
adrian w kirk 3e0cbf5d8d SolarClock: Hong Kong file changed it name 2021-07-28 01:25:49 +01:00
adrian w kirk 65e578c2a3 Solar Clock: Optimized Date writing
- also allow place names with space
2021-07-28 01:00:31 +01:00
Gordon Williams 3d9435e67e more hrm tweaks - show filtered data if available 2021-07-27 17:01:00 +01:00
Gordon Williams c09ec22599 hrm 0.05: Tweaks for 'HRM-raw' handling 2021-07-27 15:41:36 +01:00
Gordon Williams 2066d124fb
Merge pull request #774 from peeweek/app/hc-clock
High Contrast Clock
2021-07-27 13:41:42 +01:00
peeweek 9c058a51f7 Fixed newlines 2021-07-27 13:49:13 +02:00
peeweek ba10201442 Removed emit from notifyfs as lcdPower event works 2021-07-27 13:44:50 +02:00
peeweek 827e1538a8 Test : removing callback attachment to notifyHide to evaluate if lcdPower On is enough 2021-07-27 11:59:23 +02:00
Gordon Williams 2dda299cab Fixing some issues after recent merges 2021-07-27 10:22:41 +01:00
adrian w kirk 66096e5d91 Solar Clock: Change of variable name for gps callback installation 2021-07-27 02:06:16 +01:00
adrian w kirk e137452baf Solar Clock: fixed memory leak. GPS callbacks being installed for every location change 2021-07-27 01:54:00 +01:00
adrian w kirk 81a5c0847e Solar Clock: changed from daily GPS update to GPS update on request because it can take hours to get a GPS fix indoors which will drain the battery. Replaced it with GPS on request of button1 2021-07-26 22:38:23 +01:00
peeweek 00b6f29b94 Merge branch 'app/hc-clock' of github.com:peeweek/BangleApps into app/hc-clock 2021-07-26 21:46:16 +02:00
peeweek 12894bf1b3 Rolled back non-fullscreen notify.js as emit was not necesary + added comment in notifyfs about the emit() 2021-07-26 21:45:53 +02:00
Gordon Williams 0f2bded511
Merge branch 'master' into app/hc-clock 2021-07-26 16:06:40 +01:00
Gordon Williams 6168782cf5 bootloader 0.28: Fix double clock load after settings are changed 2021-07-26 15:53:46 +01:00
adrian w kirk 788e72a5cb Solar Clock - filled out README file 2021-07-26 14:35:39 +01:00
Gordon Williams 73b1cfde88
Merge pull request #779 from ZenMondo/master
Added Fahrenheit Thermometer (please disregard last pull request)
2021-07-26 09:46:27 +01:00
Gordon Williams b57179dff2
Merge pull request #773 from numerist/master
Dozenal Time
2021-07-26 09:08:12 +01:00
Gordon Williams b27efe378b
Merge pull request #771 from FxIII/master
some fixes/ improvement and a couple of clones
2021-07-26 09:06:32 +01:00
adrian w kirk bed3878a05 solar clock: fixed typo in custom.html 2021-07-25 20:57:17 +01:00
adrian w kirk cb31c2cef5 Adding the custom page to choose locations 2021-07-25 20:42:41 +01:00
adrian w kirk e5c0216656 Solar Clock: changed icon 2021-07-25 10:41:36 +01:00
adrian w kirk 6c96a02a5e Solar Clock: GPS location now only updates once per day. 2021-07-24 16:45:43 +01:00
adrian w kirk 1dded3904f Solar Clock: changed to proper location names 2021-07-24 01:48:34 +01:00
adrian w kirk 8653c9c72e Solar Clock: Shaved off some memory use with location 2021-07-24 01:48:04 +01:00
peeweek 72d82c641f nofity.js emits a 'notifyHide' event upon dismiss 2021-07-23 16:06:35 +02:00
peeweek 452c27b1be Notify Hide callback to redraw clock 2021-07-23 15:52:51 +02:00
adrian w kirk 945ef8e1de solar clock: typo side panels 2021-07-22 21:01:02 +01:00
adrian w kirk 2b09d70226 Solar clock: shaving off memory usage on the side panels 2021-07-22 20:48:09 +01:00
L. Christopher Bird 944d89468b fkxed icon from object to string 2021-07-22 12:38:24 -07:00
L. Christopher Bird dda544bd58 Fixed Syntax error 2021-07-22 12:17:58 -07:00
L. Christopher Bird 2c952dc281 FAFF 2021-07-22 11:58:03 -07:00
L. Christopher Bird 026c63f7dd correct syntax error 2021-07-22 11:53:26 -07:00
L. Christopher Bird 0d6524ff2e fixed synatx error 2021-07-22 10:45:24 -07:00
L. Christopher Bird 51a10df84c formatting fixes (forgive the noob) 2021-07-22 10:11:24 -07:00
L. Christopher Bird 3f50989e03 Formating fixes 2021-07-22 09:59:39 -07:00
L. Christopher Bird 1d5dc855d0 Added Fahrenheit Thermometer 2021-07-22 09:34:03 -07:00
numerist b5b85fe7f6
Update app.js 2021-07-22 12:08:15 -04:00
numerist d19f96f8ce
Update ChangeLog 2021-07-22 11:56:14 -04:00
peeweek 627dee86bf Added Readme 2021-07-22 15:59:40 +02:00
peeweek 40ce43df31 Merge commit '8c2865f558bb7983dce91dccbebb249a13247256' 2021-07-22 15:51:57 +02:00
peeweek 09ee8a5cf9 Optimized when lcd off, back lcd on screen 2021-07-22 15:46:39 +02:00
peeweek 54b961d7d6 Updated Icon 2021-07-22 10:11:58 +02:00
Gordon Williams 8c2865f558
Merge pull request #772 from JorgePRamos/master
Addition of widget BangleBridge
2021-07-21 21:47:27 +01:00
peeweek e812c526b1 Tentative : make icon work 2021-07-21 20:45:08 +02:00
peeweek 42ef7f23d2 Updated Icon 2021-07-21 15:59:30 +02:00
peeweek 19dcb38dfb Shortened Months to fit width in AMPM mode 2021-07-21 15:35:53 +02:00
peeweek 8550b1a09a Fixed buttons at startup, app visibility, added AM/PM support 2021-07-21 15:27:58 +02:00
peeweek 563030affb Added HC Clock Application 2021-07-21 14:09:40 +02:00
adrian w kirk 432636106e solar clock: BUGFIX current location not being written to file 2021-07-20 19:07:52 +01:00
adrian w kirk 967cd6a861 Solar clock - changed back to having long and lat combined with status 2021-07-20 16:36:48 +01:00
adrian w kirk 1733489df5 Solar Clock: Decreasing the memory consumption - deleting the Long and Lat readout 2021-07-20 01:59:04 +01:00
adrian w kirk 224975ea81 solar clock BUGFIX. Clock missing GPS update on screen 2021-07-19 09:18:14 +01:00
adrian w kirk 07698a9cf1 Solar Clock - need to update the twilight times on a new day 2021-07-19 01:51:38 +01:00
adrian w kirk a8dac4729b solar clock: added the sun up and sundown times
- also tidied up long and lat readouts
2021-07-18 14:11:56 +01:00
numerist ba63388a09
Update ChangeLog 2021-07-18 06:31:23 -04:00
adrian w kirk 9ffb1062eb solar clock: display North and East around the wrong way 2021-07-17 21:36:20 +01:00
awkirk71 4c9436a5c0
Merge branch 'espruino:master' into master 2021-07-17 21:08:06 +01:00
adrian w kirk 03716d5b80 solar clock: First Commit 2021-07-17 21:04:04 +01:00
numerist 13598a209a
Update ChangeLog 2021-07-17 15:57:58 -04:00
numerist 7c5369d11f
Update app.js 2021-07-17 15:49:50 -04:00
Jorge Pérez Ramos 906b530f58
Add files via upload 2021-07-15 16:45:52 +02:00
Jorge Pérez Ramos 4c8cd1f581
Add files via upload 2021-07-15 16:41:05 +02:00
Jorge Pérez Ramos 185ed9ed9b
Add files via upload 2021-07-15 16:35:42 +02:00
Jorge Pérez Ramos 78bf4516f2
Delete heart.img 2021-07-15 16:35:06 +02:00
Jorge Pérez Ramos 12fd3ca464
Delete iconWatch.img 2021-07-15 16:34:52 +02:00
Jorge Pérez Ramos 232c49a6ce
Delete app.js 2021-07-15 16:33:41 +02:00
Jorge Pérez Ramos 6acfa724fa
Add files via upload 2021-07-15 15:33:02 +02:00
Jorge Pérez Ramos 99860e9ff6
Delete widget.js 2021-07-12 22:22:54 +02:00
Jorge Pérez Ramos 9839e65fe6
Add files via upload 2021-07-12 22:22:29 +02:00
Jorge Pérez Ramos bdfb28ab42
Add files via upload 2021-07-12 22:13:28 +02:00
Jorge Pérez Ramos 696385b38d
Add files via upload 2021-07-12 21:51:02 +02:00
Jorge Pérez Ramos da87512cb8
Add files via upload 2021-07-12 21:44:10 +02:00
Jorge Pérez Ramos 42b4f71f4f
Add files via upload 2021-07-12 21:42:00 +02:00
Jorge Pérez Ramos f1fc7256b7
Add files via upload 2021-07-12 21:36:35 +02:00
Jorge Pérez Ramos 230d8e195e
Delete app.js 2021-07-12 21:32:10 +02:00
Jorge Pérez Ramos c7abb95f90
Add files via upload 2021-07-12 21:28:30 +02:00
Jorge Pérez Ramos 223ccb7e38
Delete algo.txt 2021-07-12 21:26:49 +02:00
Jorge Pérez Ramos 8d9b078a48
Delete widget.js 2021-07-12 21:26:42 +02:00
Jorge Pérez Ramos b20e1ff2de
Add files via upload 2021-07-12 21:25:12 +02:00
Jorge Pérez Ramos 5838f49683
Add files via upload 2021-07-12 21:21:02 +02:00
Jorge Pérez Ramos 284beede2a
Add files via upload 2021-07-12 21:13:23 +02:00
Jorge Pérez Ramos 51f380099c
Rename connection.wid.js to widget.js 2021-07-12 21:04:45 +02:00
Jorge Pérez Ramos 6caa55054f
Add files via upload 2021-07-12 21:02:22 +02:00
Jorge Pérez Ramos 596fcfd01c
Delete widget.js 2021-07-12 21:02:08 +02:00
Jorge Pérez Ramos 749eed2a61
Add files via upload 2021-07-12 20:59:49 +02:00
Jorge Pérez Ramos f39f1d6804
Add files via upload 2021-07-12 20:56:31 +02:00
fxiii b166efc912 Magic 8 Ball Italiano : like Magic 8 Ball but in italian :D 2021-07-11 21:47:34 +02:00
fxiii c341947e7d Red torch: like torch but red :D 2021-07-11 21:27:09 +02:00
fxiii d62dec7dcb App Manager: Allow negative numbers when manual-sorting 2021-07-11 21:18:13 +02:00
fxiii fc0989ca41 Desktop Launcher: reset to clock after 2 mins of inactivity 2021-07-11 21:13:18 +02:00
fxiii c882c52b27 Black Jack game: ignoring buttons events on pauses 2021-07-11 21:07:20 +02:00
Eric Willisson 3e41465d64 Fix tabbing 2021-07-09 20:10:13 -04:00
Eric Willisson c3e91b4a30 Adds support for dismissing Gadgetbridge notifications through notify app.
Most of the support was already there, so this is just a few small steps:
- notify.js gets a dismiss_and_hide() exported function that can send the "notify-" event to Gadgetbridge, if installed
- dismiss_and_hide() is called when the Bangle.js screen is touched, instead of just hide()
- Gadgetbridge's widget.js saves "notify"-type events to a variable
- Gadgetbridge's widget.js sends a DISMISS action back to the Android app on "notify-" events, using the saved event data

Note that this is a limited implementation. For example, only the most recent notfication is saved (when a new one comes in, the old one is overridden in the variable), so it will be dismissed on the phone. A more advanced implementation might make it possible to choose which notification to dismiss.

From my own testing, this does properly count as a "swipe-away" style dismiss event in Android, so apps that react to notifications being swiped away will be triggered as expected.
2021-07-09 14:56:19 -04:00
hughbarney 5c14bf19a4 widpedom settings option to hide widget 2021-07-05 23:25:43 +01:00
hughbarney 281b2fdb1a use kitchen tag when setGPSPower() 2021-07-05 22:23:03 +01:00
hughbarney 568b74e0ca Merge remote-tracking branch 'upstream/master' 2021-07-05 22:14:03 +01:00
hughbarney 076249bd9f only toggle gps logger if GPS is in RUNNING state 2021-07-05 22:11:56 +01:00
Gordon Williams 3979665634 0.22: Ensure Bangle.setGPSPower uses 'gpsrec' as a tag 2021-07-05 10:01:11 +01:00
hughbarney 53fc24ee01 updated ChangeLog and bumped version in apps.json 2021-07-04 19:49:30 +01:00
hughbarney 044ffe945b Merge remote-tracking branch 'upstream/master' 2021-07-04 19:39:14 +01:00
hughbarney d4435366a4 added BTN2 toggle gps recording in gps watch 2021-07-04 19:38:53 +01:00
Gordon Williams 2b53e6f84d correct default light theme 2021-06-30 13:52:52 +01:00
Gordon Williams 97e6d54f89 Quick about tweak to make it work if only one button 2021-06-30 10:18:21 +01:00
Gordon Williams 8e11e1811c Add Bangle.js 2 scroll launcher 2021-06-30 10:17:55 +01:00
Gordon Williams a4358600a0 verticalface 0.09: Fix time when minutes<10 and hours>9 (fix #767) 2021-06-28 11:13:47 +01:00
Jorge Pérez Ramos 0188dbeff5
Add files via upload 2021-06-25 20:25:56 +02:00
Jorge Pérez Ramos d552bb8e8a
Add files via upload 2021-06-25 20:17:26 +02:00
Jorge Pérez Ramos 058047bf6d
Create algo.txt 2021-06-25 20:16:49 +02:00
Jorge Pérez Ramos b49335181d
Delete apps/Banglebridge directory 2021-06-25 20:16:21 +02:00
Jorge Pérez Ramos 2984fd5fc8
Add files via upload 2021-06-25 20:05:40 +02:00
Jorge Pérez Ramos f89da0b8c1
Create some.js 2021-06-25 19:56:38 +02:00
Jorge Pérez Ramos 3cb1d3481f
Delete apps/BangleBridge directory 2021-06-25 19:56:10 +02:00
Jorge Pérez Ramos f53554d63c
Update Visuals 2021-06-25 19:36:45 +02:00
Jorge Pérez Ramos 7f9f767809
Fix of inofrmation display 2021-06-25 19:31:46 +02:00
Jorge Pérez Ramos efb67968d8
First commit to App Loader 2021-06-25 19:12:36 +02:00
Jorge Pérez Ramos dfa901c673
Create some.js 2021-06-25 18:02:53 +02:00
Gordon Williams 0688d79d3f Merge branch 'master' of github.com:espruino/BangleApps 2021-06-25 10:50:31 +01:00
Gordon Williams 1ebd554ef8 tweak for #766 to copy with very slow file reads 2021-06-25 10:50:23 +01:00
hughbarney 5730d8cc23 kitchen: added stepo2 as a replacement for stepo and digi 2021-06-24 21:15:25 +01:00
hughbarney 48033a47b4 Merge remote-tracking branch 'upstream/master' 2021-06-24 20:38:08 +01:00
hughbarney df2b229a1d Added stepo2, a combo of stepo and digi 2021-06-24 20:36:45 +01:00
Gordon Williams ede6318ac6 add settings theme menu 2021-06-24 16:09:40 +01:00
Gordon Williams 9aa746fbc3 Modified to use setUI, theme and different screens 2021-06-24 15:45:49 +01:00
Gordon Williams e4dc3e7afd Changed setWatch to Bangle.setUI 2021-06-24 15:13:45 +01:00
Gordon Williams e54466d7b3 Changed setWatch to Bangle.setUI 2021-06-24 15:11:14 +01:00
Gordon Williams 1d0a618356 setui 2021-06-24 14:39:25 +01:00
Gordon Williams 272007c652 more tweaks 2021-06-24 14:29:13 +01:00
Gordon Williams 490a0b9670 0.05: setUI, screen size changes 2021-06-24 14:17:44 +01:00
Gordon Williams 083eac0143 setUI tweaks 2021-06-24 14:14:42 +01:00
Gordon Williams 36a1678931 update APIs 2021-06-24 14:00:40 +01:00
Gordon Williams 1d3079528a Use setUI, work with smaller screens and themes 2021-06-24 13:34:45 +01:00
Gordon Williams f6389ead76 cliock 0.13: Use setUI, work with smaller screens and themes 2021-06-24 13:24:43 +01:00
Gordon Williams 03ee6aea83 Update to use Bangle.setUI instead of setWatch 2021-06-24 13:12:59 +01:00
Gordon Williams 0abc0ae213 animclk 0.03: Update to use setUI 2021-06-24 12:15:01 +01:00
Gordon Williams 8fe6a38eaf analogimgclk Update to use setUI 2021-06-24 12:13:56 +01:00
Gordon Williams 547d9c8bf5 0.15: Add color scheme, different size screen support 2021-06-24 12:04:53 +01:00
Gordon Williams fec0aad0eb openstmap Update for drag event refactor 2021-06-24 11:37:30 +01:00
Gordon Williams 50c7c15a50 tweaks for low BPP screens 2021-06-22 09:36:57 +01:00
Gordon Williams cd329f5f20 0.07: Move to 96px tiles - less files (64 -> 25) and speed up rendering 2021-06-21 13:46:16 +01:00
Gordon Williams 0efbb734a7 Merge branch 'master' of github.com:espruino/BangleApps 2021-06-21 12:58:39 +01:00
Gordon Williams 3c2eedbda4 misc welcome tweaks to bring both in line 2021-06-21 12:58:34 +01:00
Gordon Williams 38068ba981 ensure rotating cube is a bit more reliable 2021-06-21 12:49:05 +01:00
Gordon Williams 4a876079d5
Merge pull request #763 from rigrig/weather
weather: show wind direction, check bluetooth status when showing "weather unknown"
2021-06-21 10:09:22 +01:00
Gordon Williams 5aa11ef71e 0.21: Fix issue where a period of 1s recorded every 2s, 5s every 6s, and so on 2021-06-21 09:23:09 +01:00
Richard de Boer 863923a3aa fix #485: weather: add wind direction 2021-06-18 20:19:34 +02:00
Richard de Boer aaadbd89f2 fix #762: Adjust "weather unknown" message according to Bluetooth status
Also make weather setup instructions more explicit.
2021-06-18 19:27:50 +02:00
Gordon Williams ac75110504 widlock: Handle new firmwares with 'lock' event 2021-06-17 14:14:09 +01:00
Gordon Williams d40c64a805 Reset file modes 2021-06-17 14:13:38 +01:00
Gordon Williams eba4d815aa Merge branch 'master' of github.com:espruino/BangleApps 2021-06-14 16:43:10 +01:00
Gordon Williams 5d93dc0a97 Add simple thermometer 2021-06-14 16:41:09 +01:00
Weiming 664632f9a0 add tips 2021-06-11 19:34:27 -04:00
Weiming 2a209cb66a add doc for GPS fix 2021-06-11 19:30:55 -04:00
Weiming 19c456c141 Merge branch 'espruino:master' into master 2021-06-11 19:20:33 -04:00
Gordon Williams 90a118a3ae Merge branch 'master' of github.com:espruino/BangleApps 2021-06-11 11:35:19 +01:00
Gordon Williams 7a287c497e Add option for 3 bit maps, scrolling support 2021-06-11 11:34:19 +01:00
Gordon Williams 45b5ab231a minor colour change to help with rounding on 3bpp 2021-06-11 11:15:18 +01:00
Gordon Williams ca12134ffe lock alignment 2021-06-11 11:14:52 +01:00
Gordon Williams 5e16929733
Merge pull request #758 from rigrig/barclock
barclock: use timeout instead of interval, add screenshots
2021-06-11 08:19:34 +01:00
hughbarney c1358b51bc updated README for gpsservice app, to state its superceded by gpssetup 2021-06-10 23:49:44 +01:00
Richard de Boer c6bafb6b0a barclock: add readme with screenshots 2021-06-10 20:51:03 +02:00
Richard de Boer 002f861038 barclock: use timeout to tick exactly on the second, instead of interval 2021-06-10 20:47:08 +02:00
Smooklu 19d3e0401f Merge branch 'espruino:master' into master 2021-06-08 21:00:15 -05:00
Gordon Williams 2dd8844a45 0.26: Remove buzz in setUI polyfill (#750) 2021-06-08 09:38:08 +01:00
Gordon Williams 6a092262fd
Merge pull request #751 from neshanjo/trex-highscore
T-Rex: Made x movements work and added highscore
2021-06-08 09:33:07 +01:00
Weiming e409ada347
Update ChangeLog 2021-06-07 16:40:23 -04:00
Smooklu 72299583d4
Add files via upload 2021-06-07 13:02:25 -05:00
Smooklu 09f13c242a
Create FD6FDetect.app.js 2021-06-07 13:02:11 -05:00
Johannes Schneider 6de833db3b trex: added highscore and setting (for highscore reset) 2021-06-07 14:11:01 +02:00
Gordon Williams ae6201f743
Merge branch 'master' into mystic-dock 2021-06-07 10:59:35 +01:00
Gordon Williams 16e414c786
Merge pull request #756 from ItsEricWoodward/mystic-clock
Add Mystic Clock v1.00
2021-06-07 10:58:18 +01:00
Francesco Bedussi a3edf90bc5 Merge remote-tracking branch 'upstream/master' 2021-06-06 17:26:20 +02:00
Eric Woodward 111dd0b898 Add Mystic Clock v1.00 2021-06-05 16:47:18 -04:00
Eric Woodward 5dad6caa1d Add Mystic Dock v1.00 2021-06-05 16:39:30 -04:00
hughbarney 5055333b30 kitchen - corrections to README file 2021-06-04 22:47:32 +01:00
hughbarney d68a7c6630 kitchen remove heart.kit.js from the install config in apps.json 2021-06-02 23:42:22 +01:00
hughbarney 5fa79e56b3 Merge remote-tracking branch 'upstream/master' 2021-06-02 23:31:09 +01:00
hughbarney f7dd6badd3 kitchen detect missing waypoint.json file 2021-06-02 23:30:42 +01:00
Johannes Schneider d49a22a990 trex: enabling move left and right 2021-05-30 20:41:14 +02:00
Gordon Williams d570261e47 Revert "Revert softOff as it seems broken on Bangle.js" - fixed! https://github.com/espruino/Espruino/issues/2011
This reverts commit d92855a4c6.
2021-05-28 19:41:33 +01:00
Gordon Williams d92855a4c6 Revert softOff as it seems broken on Bangle.js 2021-05-28 14:50:52 +01:00
Gordon Williams 48c4b79026 welcome 0.10: Tweaks to reduce memory usage 2021-05-28 14:47:59 +01:00
Gordon Williams 2f2bd423dd Misc tweaks to reduce RAM usage - not really enough to warrant version change 2021-05-28 14:38:14 +01:00
Gordon Williams 901adb4328 boot 0.25: Fix error in 'no clock app' message 2021-05-28 14:20:01 +01:00
Gordon Williams 9f9ba8aac5 tweak 2021-05-28 12:50:34 +01:00
Gordon Williams 3b82fefd54 minor layout tweak 2021-05-28 12:49:29 +01:00
Gordon Williams 96afb54d0a setting 0.26: Use Bangle.softOff if available as this keeps the time 2021-05-28 12:02:59 +01:00
Gordon Williams f382c8b68f misc app tweaks 2021-05-28 11:58:08 +01:00
Gordon Williams 34228a84d9 Merge branch 'master' of github.com:espruino/BangleApps 2021-05-28 09:30:15 +01:00
radsvvid 7c60b8fddd
Update ChangeLog 2021-05-28 01:18:03 +02:00
radsvvid b54431b8fe
Update ChangeLog 2021-05-28 01:17:38 +02:00
radsvvid 58744984da
Create app-icon.js 2021-05-28 01:11:18 +02:00
radsvvid c0e38a8185
Add files via upload 2021-05-28 01:08:43 +02:00
radsvvid 799738f85b
Delete app.png 2021-05-28 01:07:22 +02:00
radsvvid b0e768c0f0
Delete app.js 2021-05-28 01:07:11 +02:00
radsvvid 5ab3a32a29
Delete app-icon.js 2021-05-28 01:07:04 +02:00
radsvvid dcca6f043d
Update README.md 2021-05-28 01:05:03 +02:00
radsvvid a29614c88a
Update README.md 2021-05-28 01:02:50 +02:00
radsvvid 9137797665
Delete screenshot1.jpg 2021-05-28 01:02:19 +02:00
radsvvid 7161b62531
Update README.md 2021-05-28 01:01:40 +02:00
radsvvid f6973a6ab5
Create README.md 2021-05-28 01:00:11 +02:00
radsvvid a10792af7f
Add files via upload 2021-05-28 00:50:50 +02:00
radsvvid 994ea1298b
Create ChangeLog 2021-05-28 00:50:30 +02:00
Gordon Williams 7f80cb1625 Added super simple clock
Ensure pedometer uses system colour scheme
2021-05-26 21:06:48 +01:00
Gordon Williams 6d1ac3b7c6 Add 'Bangle.setUI' polyfill and use it from launcher 2021-05-26 20:21:28 +01:00
Gordon Williams 1dca641ff0 boot 0.23: Move to a precalculated .boot0 file which should speed up load time
setting 0.25: Move boot.js code into 'boot' app itself
launch 0.05: Use g.theme for colours
widbat 0.06: Use 'g.theme' (requires bootloader 0.23)
widlock: new widget
2021-05-26 16:21:52 +01:00
Gordon Williams 03d580160d bump version 2021-05-26 08:28:34 +01:00
Gordon Williams 02b6a7c0aa
Merge pull request #747 from neshanjo/cliock-locale
cliock - using locale for internationalization
2021-05-26 08:27:27 +01:00
Johannes Schneider 35daeafe17 cliock - using locale for internationalization 2021-05-25 21:15:20 +02:00
Johannes Schneider c146cfb6cb multiclock - Added localisation to digi.js and timedat.js
- using the locale module for language-specific time and date formats
- in timdat.js, a special date format consisting of day of week, month and day of month is used that is not available as a date pattern. Hence, it's built in place.
- in timedat.js, some unused variables have been removed and lastmin now uses the number returned by the Date object directly
2021-05-24 16:58:12 +02:00
Gordon Williams b6cc5fa45b
Merge pull request #744 from awkirk71/master
Font Clock: Initial Version
2021-05-24 09:20:19 +01:00
adrian w kirk 1fc24b9fe7 font clock bug fix: Transition on vecotor 4 clock between roman numerals and digits not clearing 2021-05-23 23:03:38 +01:00
adrian w kirk 658b10fed3 font clock.
- Took out old code
- Code now too complexed for emulator so took it off
- Added ROman Numerals to vector fonts
2021-05-23 22:29:08 +01:00
adrian w kirk 1647352838 font clock bug fix: not saving settings when background is changed 2021-05-23 15:04:32 +01:00
adrian w kirk 739ab474d5 font clock - added new icons 2021-05-23 00:28:03 +01:00
adrian w kirk 8ec3572119 fontclock: changed black background second hand to yellow 2021-05-22 13:31:41 +01:00
adrian w kirk 0692ae20aa Intial version of font clock 2021-05-22 00:38:30 +01:00
Gordon Williams 994c923c1d
Merge pull request #743 from awkirk71/master
Sweep Clock: reduced memory footprint
2021-05-18 08:02:09 +01:00
adrian w kirk e029071678 sweepclock: touching README.md file to get the git App Loader site working 2021-05-17 13:41:06 +01:00
adrian w kirk 193b880ffb sweepclock: Added a memory printout to the console so the memory usage can be followed when connected 2021-05-16 20:04:32 +01:00
adrian w kirk a2ba365a07 sweepclock: fixing README page 2021-05-16 14:45:34 +01:00
awkirk71 6c20f9c96a Merge branch 'espruino:master' into master 2021-05-16 14:22:40 +01:00
adrian w kirk 3730e6a6ba Sweep clock: memory effeciency part 2. Changing out JSON maps for switch statements in Fonts to save another 8% of memory 2021-05-16 12:04:40 +01:00
adrian w kirk 3fe4cd2515 SweepClock - uppped version number 2021-05-15 20:30:57 +01:00
adrian w kirk e10a7527fe Sweep clock - reduce memory footprint 2021-05-15 20:27:33 +01:00
numerist 051f2cb71b
Merge branch 'master' into master 2021-05-14 11:47:09 -04:00
numerist 459f2b2133
Update app.js 2021-05-14 10:27:48 -04:00
numerist 811cc510ff
Update app.js 2021-05-14 10:13:59 -04:00
Gordon Williams 2b356a22f5
Merge pull request #741 from rigrig/gbmusic
gbmusic: Setting to disable double/triple press control, remove touch controls setting, reduce fadeout flicker
2021-05-13 15:56:03 +01:00
Gordon Williams b3a3dae04f
Merge pull request #740 from awkirk71/master
Sweep Clock: Adding date to clock face
2021-05-13 15:55:33 +01:00
Richard de Boer d642ad5c80 gbmusic: `Simple button` setting to disable double/triple pressing
For music players which handle multiple button presses themselves.
see http://forum.espruino.com/comments/15984222/
2021-05-13 15:48:41 +02:00
Richard de Boer 14c4bfdb8b gbmusic: Remove touch controls setting
Firmware 2v10 will disable touch/swipe while the LCD is off anyway, so
just enable them always. (but keeps the check that the LCD is on until
the whole world has upgraded their firmware)
2021-05-13 15:21:24 +02:00
Richard de Boer 195f5928f6 gbmusic: Simplify touch controls setting
Firmware 2v10 will disable touch/swipe while the LCD is off anyway.
(Next commit will just remove this setting altogether, but just in case)
2021-05-13 15:16:45 +02:00
Richard de Boer da8dc6cd57 gbmusic: reduce fadeout flicker, clean comments 2021-05-13 15:00:03 +02:00
Gordon Williams 51fe73152d fix 'npm test' version warnings, add README 2021-05-13 08:20:46 +01:00
Gordon Williams 193e24e844
Merge pull request #739 from numerist/master
Dozenal Time
2021-05-13 08:16:43 +01:00
adrian w kirk d6d8747a2e Sweep clock - added documentation for the date button 2021-05-13 00:45:21 +01:00
adrian w kirk 1e68caf22d sweep clock. Added date placement with bitton 4 2021-05-12 18:56:15 +01:00
numerist a50816a4a5
Update app.js 2021-05-12 09:06:07 -04:00
numerist a29a202a4a
Update app.js 2021-05-12 08:01:16 -04:00
numerist 08f998b0c8
Update app.js 2021-05-12 07:58:07 -04:00
numerist 7b68fc8ddf
Update app.js 2021-05-12 07:56:15 -04:00
numerist 636fb40fea
Update app.js 2021-05-12 07:53:53 -04:00
numerist c613035f74
Update app.js 2021-05-12 07:49:43 -04:00
numerist 8480daf4fa
Update app.js 2021-05-12 07:48:55 -04:00
numerist f1bf9cc598
Update app.js 2021-05-12 07:44:17 -04:00
numerist f96f52c756
Update app.js 2021-05-12 07:42:39 -04:00
numerist df94ad0b6d
Update app.js 2021-05-12 07:41:23 -04:00
numerist e80a4dd54d
Update app-icon.js 2021-05-11 21:20:43 -04:00
numerist 6fe2e59128
Add files via upload 2021-05-11 21:18:21 -04:00
numerist d198b5deb2
Update app.js 2021-05-11 19:30:49 -04:00
numerist 48004d81d7
Rename doztime.app.js to app.js 2021-05-11 18:54:31 -04:00
numerist 476efccd7d
Rename doztime-icon.js to app-icon.js 2021-05-11 18:54:12 -04:00
numerist 7c60245063
Rename app.js to doztime.app.js 2021-05-11 16:48:49 -04:00
numerist 628376eb41
Rename app-icon.js to doztime-icon.js 2021-05-11 16:40:50 -04:00
numerist c9a706589d
Update app-icon.js 2021-05-11 16:23:54 -04:00
numerist cf1ee75e8d
Update app.js 2021-05-11 16:10:31 -04:00
numerist 2500242e04
Create app-icon.js 2021-05-11 12:10:01 -04:00
numerist 288be35478
Update app.js 2021-05-10 22:41:39 -04:00
numerist 8973ebe7a8
Create app.js 2021-05-10 22:24:27 -04:00
numerist 40ee87674d
Delete app.js 2021-05-10 22:19:49 -04:00
numerist 18e443ec08
Add files via upload 2021-05-10 21:59:50 -04:00
numerist 1c2d59b1a8
Create app.js 2021-05-10 21:55:00 -04:00
hughbarney 41dde5ff2d kitchen: added trip counter to stepo, revertd to direct screen writes to avoid mem errors 2021-05-10 20:32:02 +01:00
hughbarney 1c7fd13cba corrected apps.json for data setting for kitchen, missed a comma before data 2021-05-10 20:05:09 +01:00
hughbarney 785fd175b8 Merge remote-tracking branch 'upstream/master' 2021-05-10 20:00:03 +01:00
adrian w kirk 9aced63de9 Added date to sweep clock face 2021-05-10 16:23:54 +01:00
hughbarney 061766e470 added debug object to write to debug.log 2021-05-08 19:42:41 +01:00
dapgo 17b8e77b72 Update ChangeLog 2021-05-08 17:21:16 +02:00
dapgo 5c670d9fcb v006 improvements 2021-05-08 17:19:52 +02:00
hughbarney 9a4c90da69 kitchen: added screenshots for heart and swatch, updated README 2021-05-08 14:14:02 +01:00
hughbarney 68c24811c5 kitchen: Added basic heart rate monitor watch face 2021-05-08 13:32:37 +01:00
hughbarney c82d06e573 Merge remote-tracking branch 'upstream/master' 2021-04-30 18:08:07 +01:00
hughbarney 2a40de9f4c improved handling of missing firmware features 2021-04-30 18:07:43 +01:00
Richard de Boer 366f7899ba gbmusic: setting to disable touch controls 2021-04-29 22:17:21 +02:00
Richard de Boer 546b5e819a gbmusic: fix dynamic track/album colors
Not really broken, just didn't do what it said
2021-04-29 21:48:06 +02:00
hughbarney 40851ec0c4 Merge remote-tracking branch 'upstream/master' 2021-04-28 22:47:09 +01:00
hughbarney 6a2f47f035 added error codes to kicthen combo to warn of missing dependancy 2021-04-28 22:46:26 +01:00
adrian w kirk 78899b2063 Slding Clock - prepared version no and ChangeLog for new version 2021-04-27 15:57:51 +01:00
adrian w kirk 8ba61f44ef Merge branch 'master' of https://github.com/awkirk71/BangleApps 2021-04-27 12:06:54 +01:00
adrian w kirk 09194a31b4 BUGFIX: Pedometer interferes with sliding text clock by aletering font alignment 2021-04-27 12:05:39 +01:00
Gordon Williams 302d63a985
Merge pull request #731 from rigrig/gbmusic
Gadgetbridge Music Controls: only auto-start from clock apps, auto close after 1 hour of inactivity
2021-04-26 09:15:04 +01:00
Gordon Williams 88618bad2a
Merge pull request #730 from awkirk71/master
SlidingText Clock: Added German Language
2021-04-26 08:32:34 +01:00
Richard de Boer 2ca3ccfaa0 gbmusic: auto close after double song duration (or 1 hour) of inactivity
Because some phones don't end an update when the music simply finished.
2021-04-25 16:21:59 +02:00
Richard de Boer ca394e3ff7 gbmusic: reformat widget code 2021-04-25 15:28:38 +02:00
Richard de Boer 94fe988b08 gbmusic: only auto-start from clock apps 2021-04-25 15:28:38 +02:00
adrian w kirk 5a1b564249 liding text clock: updated change log 2021-04-23 22:54:38 +01:00
adrian w kirk 8277958349 Sliding text clock: changed README photos 2021-04-23 22:44:25 +01:00
adrian w kirk 88211e1b03 Sliding Text clock: spelling mistake in French clock 2021-04-22 22:30:13 +01:00
adrian w kirk 5e39c9a8a8 Sliding Text Clock changing to German characters 2021-04-22 21:48:30 +01:00
adrian w kirk a916652a89 Sliding text clock - Reducing no of languages loadable as a memory limit has been hit 2021-04-22 15:46:32 +01:00
adrian w kirk 4efe461dfe sliding text clock adding new languages to REAMDME 2021-04-22 13:00:36 +01:00
adrian w kirk c7237282a4 sliding text - make the german clock more straight forward by just using straight time 2021-04-22 09:41:18 +01:00
Andrwe Lord Weber 2307dfafbf multiple improvements of heart app
* fix timezone offset
* draw chart based on height and width of display instead of hard-coded limits
* reduce memory usage
* generate scale based on defined minimum and maximum measurement
* added background line on 50% to ease estimation of drawn values

Signed-off-by: Andrwe Lord Weber <github@andrwe.org>
2021-04-21 14:45:16 +02:00
Andrwe Lord Weber 4de2306e85 added loading screen for viewRecord
Signed-off-by: Andrwe Lord Weber <github@andrwe.org>
2021-04-21 14:45:16 +02:00
Andrwe Lord Weber a338d5e20e reduced memory usage of heart-app
Signed-off-by: Andrwe Lord Weber <github@andrwe.org>
2021-04-21 14:45:16 +02:00
adrian w kirk 4a20d95207 sliding text clock - fix typo in upload page 2021-04-21 11:22:53 +01:00
adrian w kirk dcf5765e09 Sliding text clock. Adding German language
also limiting the numer of loaded clocks to 4
2021-04-21 11:09:18 +01:00
Gordon Williams 4d0aa393bc
Merge pull request #728 from StuntsPT/master
Adds pt_PT locale
2021-04-20 08:34:56 +01:00
Gordon Williams cf007f6919
Merge pull request #726 from hughbarney/master
kicthen combo: improved stopwatch display, rewrite compass arrow to use direct screen write to avoid mem defrag
2021-04-20 08:26:08 +01:00
Gordon Williams 96ec8ccb6e
Merge pull request #727 from awkirk71/master
Adding Spanish Support to Sliding Text Clock
2021-04-20 08:25:19 +01:00
adrian w kirk 7d279495df Updated Changelog for sliding text clock 2021-04-20 00:26:08 +01:00
hughbarney d1c31ac498 Merge remote-tracking branch 'upstream/master' 2021-04-19 21:48:29 +01:00
hughbarney 9bce2540db modified kitchen/compass to write directly to screen to avoid LOW_MEMORY exceptions 2021-04-19 21:48:12 +01:00
adrian w kirk 9f19d26762 sligingtext clock bug fix: multiple calls to draw clock in a short space of time causing draw problems. 2021-04-19 12:05:50 +01:00
Gordon Williams b3315225a4
Merge pull request #725 from ra101/Omnitrix
Update README.md
2021-04-19 09:49:34 +01:00
Gordon Williams 22b9ae1d70
Merge pull request #724 from ra101/Bat-Clock
batclock updated
2021-04-19 09:49:14 +01:00
Parth Agarwal befcf91009 Update readme-screenshot link 2021-04-19 13:45:30 +05:30
Parth Agarwal d724185b00 Update readme-screenshot link 2021-04-19 13:44:01 +05:30
Parth Agarwal 0fe8b18a23 batclock updated 2021-04-19 13:29:54 +05:30
Parth Agarwal 3bdd0afe76
Update README.md 2021-04-19 13:08:09 +05:30
Gordon Williams 99d16f917d
Merge branch 'master' into Omnitrix 2021-04-19 08:14:29 +01:00
Francisco Pina-Martins eb16d85a8b
Adds pt_PT locale
Just adds a new pt_PT locale
2021-04-19 03:38:43 +01:00
hughbarney e49ced572a Merge remote-tracking branch 'upstream/master' 2021-04-18 12:28:20 +01:00
hughbarney 2644f2226d improved display in kitchen/stopwatch, updated README files 2021-04-18 12:28:13 +01:00
adrian w kirk 2bdf1afda7 sliding text clock - forgot to add spanish language module 2021-04-18 09:38:33 +01:00
adrian w kirk 6446d5e00b Added Spanish language to sliding text clock
Also improved handling of lcdon
2021-04-18 09:31:25 +01:00
Parth Agarwal e2a38b5cc1
Update README.md 2021-04-18 00:57:04 +05:30
Parth Agarwal ecb0334c6a Omnitrix app Init 2021-04-17 21:46:30 +05:30
Parth Agarwal 2b0c34a8d7 Bat Clock Init 2021-04-17 19:55:13 +05:30
seb 82f839bd3f Added my "Where in the world?" application 2021-04-15 17:34:14 +01:00
hughbarney cd5d5cd3f5 turned off debugging in kitchen combo 2021-04-14 23:30:42 +01:00
hughbarney 7be55db00e bumped version of kitchen combo, updated README file for swatch, bumped Change Log 2021-04-14 23:14:00 +01:00
hughbarney 612717fd54 Merge remote-tracking branch 'upstream/master' 2021-04-14 22:54:21 +01:00
hughbarney 5226a19ef1 added stopwatch face to Kitchen combo 2021-04-14 22:54:01 +01:00
Gordon Williams bf44683bfe Merge branch 'master' of github.com:espruino/BangleApps 2021-04-14 14:04:33 +01:00
Gordon Williams 79b18bcb85 heart 0.04: Fix memory usage when viewing HRM traces 2021-04-14 14:02:07 +01:00
Gordon Williams 1c2e901a8d 0.02: Change color from red->yellow to ease readability (fix #710) 2021-04-14 13:58:09 +01:00
Gordon Williams ae25b098bf gpsrec 0.19: Fix memory usage issues inside track viewer app 2021-04-14 13:10:19 +01:00
Gordon Williams 7f0b323f3c
Merge branch 'master' into quiet-mode 2021-04-13 08:34:28 +01:00
Gordon Williams b817316df2
Merge pull request #719 from awkirk71/master
Smoother Sliding Text Clock with Colour themes
2021-04-13 08:27:06 +01:00
adrian w kirk 615c84800e slidingtext clock fix to README tables 2021-04-12 22:57:29 +01:00
adrian w kirk ee2efb9a63 Slidingtext clock added Reandme page 2021-04-11 22:14:48 +01:00
adrian w kirk fb993f94d1 sliding text - refactored common en formatting functions into common module 2021-04-11 15:18:30 +01:00
adrian w kirk 30a5fe6656 Adding custom page for selecting sliding text languages 2021-04-11 11:09:57 +01:00
Richard de Boer 66c5284d23 gbmusic: improve controls
Using BTN3-rising for `volumedown` meant that everytime you hold BTN3 to
reload the watch it first messes with your volume. So now we listen for
falling edge only.
Also add double/triple pressing BTN2 for next/previous.
And fix a bug with the scroller interval.
2021-04-10 18:32:20 +02:00
Richard de Boer 2de7a2dea0 gbmusic: simplify code some more
Remove Ticker classes, shorten some variable names
2021-04-10 16:21:36 +02:00
Richard de Boer 5283f95320 gbmusic: cleanup/simplify code
Get rid of the whole settings+drawText(), just hardcode positions in
drawSomething() functions.
2021-04-10 16:21:36 +02:00
Richard de Boer 721c0e7ba5 gbmusic: Increase text brightness, improve memory usage 2021-04-10 16:21:36 +02:00
Richard de Boer 33105c5820 gbmusic: code style (add semicolons) 2021-04-10 16:21:36 +02:00
adrian w kirk 0b11b47f91 BUGFIX: traditional english needs to increase the hour > 30 mins past the hour 2021-04-10 01:24:51 +01:00
adrian w kirk 2946e10122 Bug fix to quarter from/to 2021-04-10 00:03:39 +01:00
adrian w kirk 40e77618a1 Added Traditional English Formatting 2021-04-09 23:42:20 +01:00
adrian w kirk 0d8a7c0d50 Added traditional english date formatter 2021-04-09 23:33:21 +01:00
Gordon Williams 039024c4ad Allow 'data' style app files to be uploaded with the app (and switch over settings files for various apps) 2021-04-09 09:58:38 +01:00
adrian w kirk c093fc2f9f - Added colour theming with button 3
- put the formatters outside in modules so they can selected
2021-04-07 22:45:50 +01:00
Gordon Williams c05d44286e
Merge pull request #715 from Weiming-Hu/master
New app: Hour Strike
2021-04-07 11:55:08 +01:00
Gordon Williams 5b82b2c90e
Merge pull request #712 from Andrwe/hrm_graphing
added graphing for Heart Rate Recorder
2021-04-06 10:06:12 +01:00
Gordon Williams 7782a40e26
Merge pull request #709 from awkirk71/master
Sweep Clock Color Themes
2021-04-06 09:09:18 +01:00
Gordon Williams fd2aa95689
Merge pull request #713 from flautrup/master
Moved which ring shows seconds and minutes
2021-04-06 09:06:38 +01:00
Fredrik Lautrup 0eb8fc8fb3 Added images 2021-04-05 16:22:16 +02:00
Fredrik Lautrup 57c45ae631 Try to fix that it drains battery 2021-04-05 16:08:06 +02:00
Weiming 10c7e2e8d6 update boot code 2021-04-02 22:22:08 -04:00
Weiming df6d34b951 update version 2021-03-31 18:32:11 -04:00
Weiming 24a0e239a1 too many texts, remove some 2021-03-31 18:22:36 -04:00
Weiming 6a861afea3 update app menu 2021-03-31 18:20:05 -04:00
Weiming 08e0ae7320 change next strike time when strike is off 2021-03-31 09:51:07 -04:00
Weiming bd68c53d0b fix a bug when strike time is outside the working range 2021-03-31 08:33:38 -04:00
Weiming 4d1a98e009 add strike time preview 2021-03-30 22:07:41 -04:00
Weiming 107e865d3f bug fix when cloning a date object 2021-03-30 20:28:58 -04:00
Weiming d923201c79 fix bug for quiet time 2021-03-30 10:05:53 -04:00
Weiming 1701e79f0c add strength and more strike times 2021-03-29 21:49:35 -04:00
Weiming d45c91aa4e remove testing code 2021-03-29 17:35:19 -04:00
Weiming 686e0cd091 buzz 2021-03-29 17:26:02 -04:00
Weiming 137ed3ee2d testing 2021-03-29 17:21:32 -04:00
Weiming ebc535d7eb check menu 2021-03-29 17:11:28 -04:00
Weiming 9605c628de update version 2021-03-29 17:06:45 -04:00
Weiming d867ff35e3 bug fix 2021-03-29 17:03:53 -04:00
Weiming 314ea623a7 add quiet time and intervals 2021-03-29 16:59:00 -04:00
Fredrik Lautrup bec44e9d5d Fix to get min and sec right 2021-03-29 20:15:10 +02:00
Fredrik Lautrup 3c109a4126 Fixes 2021-03-29 19:53:28 +02:00
Fredrik Lautrup 68c04698f5 First version 2021-03-29 19:49:19 +02:00
Fredrik Lautrup 94f1475a12 Merge remote-tracking branch 'upstream/master' 2021-03-29 19:09:16 +02:00
Fredrik Lautrup 9af705ed0f Fix 2021-03-29 19:09:00 +02:00
Weiming 4574726f5d trying to resolve the issue for quiet time 2021-03-28 23:28:45 -04:00
Weiming 794b85834c rename 2021-03-28 23:28:23 -04:00
Weiming 1807651001 update text 2021-03-28 23:28:15 -04:00
Weiming 9f82c9ce50 add hourstrike -- a new app 2021-03-28 22:34:25 -04:00
Andrwe Lord Weber aa12ed310b added graphing for HRM
Signed-off-by: Andrwe Lord Weber <github@andrwe.org>
2021-03-28 20:11:02 +02:00
adrian w kirk 0ef7369c35 Changed sweep clock icon 2021-03-28 00:53:05 +00:00
adrian w kirk c8a2218a55 corrected Sweepclock README markdown 2021-03-27 18:17:32 +00:00
adrian w kirk c20d48fc1c tidied up README page for sweepclock 2021-03-27 18:07:46 +00:00
Richard de Boer da82682f6b add qmsched: Quiet Mode schedule 2021-03-27 18:05:01 +01:00
hughbarney 9f18be847e small code reduction, call getWaypoint() in draw() 2021-03-27 01:21:27 +00:00
adrian w kirk 4b7cff7806 Simplified Sweepclock README page 2021-03-26 03:00:44 +00:00
adrian w kirk 5d14142c9d Added sweep clock photos 2021-03-26 02:58:00 +00:00
adrian w kirk a84cdcf8dc Added to changelog for v2 of sweep clock 2021-03-26 02:41:56 +00:00
adrian w kirk e6522d58dc Added blue colour theme and updated the documentation 2021-03-26 02:27:24 +00:00
Richard de Boer 41bfa8cbbb widbatwarn: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer d23954a3f7 widancs: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 6f4913bf5f widpedom: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer f30187e77a kitchen: don't buzz for GPS fix during Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 9c3cfc544c walkersclock: don't buzz for GPS fix during Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 6e51c1321d notify,notifyfs: don't turn on screen during Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 0b76f7848e gbridge: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 0c36041e18 sleepphasealarm: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 04f02f4274 hardalarm: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer f459839c12 alarm: respect Quiet Mode 2021-03-25 23:53:51 +01:00
Richard de Boer 7a4f69526d marioclock: disable notification buzz during Quiet Mode
Also convert CRLF->LF
2021-03-25 23:53:51 +01:00
Richard de Boer 9b772b01c3 settings: add Quiet Mode to README.md 2021-03-25 23:53:51 +01:00
Richard de Boer ed548dd6e9 settings: add Quiet Mode options
Override LCD options during quiet time:
- Brightness
- Timeout
- Wake on Touch
- Wake on Twist
- Wake on Face Up
2021-03-25 23:53:51 +01:00
Richard de Boer 2ce6adcb55 settings: add Quiet Mode setting
options: Off/Alarms/Silent
2021-03-25 23:53:51 +01:00
hughbarney 0e43af0d63 bumped version of kitchen to 0.02, added change log 2021-03-25 21:21:16 +00:00
hughbarney 9aa2e0c311 kitchen don't action BTN1,BTN2 for next/prev waypoint until GPS is RUNNING 2021-03-25 21:12:46 +00:00
hughbarney cdce7a39ba Added screenshots for kitchen README file 2021-03-25 15:50:14 +00:00
hughbarney 50a3ac84de Merge remote-tracking branch 'upstream/master' 2021-03-25 13:27:16 +00:00
hughbarney 170cf6dff6 added kitchen combo app 2021-03-25 13:26:58 +00:00
adrian w kirk 90094e483f Added color schemes and saving/loading of settings 2021-03-25 09:55:37 +00:00
Richard de Boer 3fbf14cb23 fix widchime: make it actually chime the hour instead of crashing
Actually only needs two semicolons to fix, but just add them everywhere
2021-03-24 11:53:24 +01:00
Richard de Boer d63a801650 dotclock: remove hardcoded hour buzz (we have widchime now) 2021-03-23 19:28:57 +01:00
Richard de Boer ac07a6d4da beebclock: remove hardcoded hour buzz (we have widchime now) 2021-03-23 19:27:58 +01:00
Richard de Boer 169c7b119c aclock: remove hardcoded hour buzz (we have widchime now) 2021-03-23 19:26:56 +01:00
adrian w kirk f187929282 Added colour themes to the sweep clock 2021-03-23 13:12:20 +00:00
Gordon Williams 323006f742 bump version for last commit 2021-03-23 09:18:52 +00:00
Fredrik Lautrup 861e94548b Fix 2021-03-22 20:57:11 +01:00
Fredrik Lautrup 309a59cf1a Fix 2021-03-22 20:53:26 +01:00
Fredrik Lautrup d0c05a94b3 Test 2021-03-22 20:43:35 +01:00
Fredrik Lautrup 9a4d1ab407 Fix 2021-03-22 20:40:04 +01:00
Fredrik Lautrup 65efae98f3 Fix 2021-03-22 20:36:51 +01:00
Fredrik Lautrup 78c97904b2 Fix of reset 2021-03-22 20:27:15 +01:00
Tutturuuu b6a29a7da1
Made Date more visible 2021-03-22 20:19:31 +01:00
Fredrik Lautrup f695fd6c1d Fix 2021-03-22 19:52:15 +01:00
Fredrik Lautrup e2780176c4 Changes to colors 2021-03-22 19:45:06 +01:00
Fredrik Lautrup 7fe9f03f71 Test color 2021-03-22 19:34:31 +01:00
Fredrik Lautrup fca637a328 Spelling and color 2021-03-22 19:31:12 +01:00
Fredrik Lautrup 55d2f45754 Change colors 2021-03-22 19:21:20 +01:00
Fredrik Lautrup 8548d8d316 Added new version 2021-03-22 19:16:22 +01:00
Fredrik Lautrup 0c90fc1954 Changed to layout
Changes what circle is seconds and minutes
2021-03-22 19:13:18 +01:00
Gordon Williams df5fb6c052
Merge pull request #696 from awkirk71/master
Sweep Hand Clock
2021-03-22 13:59:38 +00:00
Richard de Boer 6345aa604c widchime: simple hour chime 2021-03-20 20:53:53 +01:00
adrian w kirk f1ec8463e4 correcting for failed travis test 2021-03-20 01:05:48 +00:00
adrian w kirk ed3cf621b0 next attempt at the sweep clock icon 2021-03-20 00:43:34 +00:00
adrian w kirk 20ed1abb23 attempt 3 at the sweep clock icon 2021-03-20 00:35:09 +00:00
adrian w kirk 13408e97ed 2nd attempt at changing the icon 2021-03-20 00:30:46 +00:00
adrian w kirk 846adb8d09 Adding proper icon to sweep clock 2021-03-20 00:25:00 +00:00
adrian w kirk e1883794ef Fixed typo in README file for sweep clock 2021-03-20 00:10:48 +00:00
adrian w kirk 0a27d4d63f Adding the proper supporting images and comments 2021-03-19 23:55:56 +00:00
hughbarney 44add51c80 reduced arrayBuffer size in stepo to save memory 2021-03-18 20:40:02 +00:00
hughbarney ae2f296b2c removed LCD1.write() from arrow as it was keeping LCD on 2021-03-18 12:03:24 +00:00
hughbarney b997bd9f6b Merge remote-tracking branch 'upstream/master' 2021-03-18 12:01:36 +00:00
hughbarney 70ea0026d7 removed LCD1.write() from arrow as it was keeping LCD on 2021-03-18 12:01:14 +00:00
Gordon Williams 8437293252 don't break the whole watch if widget is installed on 2v08 and older firmwares (fix #693) 2021-03-18 09:17:29 +00:00
Gordon Williams d344dc127b versions for #691 2021-03-17 14:51:44 +00:00
Gordon Williams 5ae5a8db57
Merge pull request #691 from jes/master
Make counter work even when widgets are hidden, and make blobclk draw the time a bit sooner when LCD is powered on
2021-03-17 14:49:53 +00:00
James Stanley 11a4fbd57c Draw the counter at startup instead of waiting until input is given 2021-03-17 14:31:42 +00:00
James Stanley 03e8e0ccf4 Make blobclk redraw sooner when the LCD is switched on, so that the time is visible sooner 2021-03-17 14:28:37 +00:00
James Stanley 37c8728696 Make counter work even when widgets are not visible, and always draw in white 2021-03-17 14:27:22 +00:00
hughbarney 8871c05d70 improved speed of arrow drawCompass(), updated calibrate for smaller arrayBuffer 2021-03-17 14:01:28 +00:00
hughbarney e259fbef10 improved speed of arrow drawCompass() function to avoid causing issue with buttons becoming unresponsive 2021-03-17 12:49:20 +00:00
Gordon Williams cc4cea3a30
Merge pull request #688 from ollycross/master
feat(app): Update "Lazy Clock" app to v0.02
2021-03-17 09:32:05 +00:00
Gordon Williams 6b39352894 Merge branch 'master' of github.com:espruino/BangleApps 2021-03-16 10:33:12 +00:00
Gordon Williams a812d1caab Another tweak - keep outputting newlines for each file even if they don't exist, which should stop any timeout 2021-03-16 10:32:56 +00:00
capybara1 c73a77ce6c Adding first version of app battleship 2021-03-15 17:06:20 +01:00
Gordon Williams 29ab659f99
Merge pull request #686 from rigrig/gbmusic
new app: gbmusic: Gadgetbridge Music Controls
2021-03-15 09:24:24 +00:00
Gordon Williams ffcd36084b Add empty line handling - eg http://forum.espruino.com/conversations/360747/#comment15877657 2021-03-15 08:53:00 +00:00
Richard de Boer a4465cb532 new app: gbmusic: Gadgetbridge Music Controls 2021-03-14 22:28:44 +01:00
adrian w kirk dd0d3a61ac Only redraw the digit when it needs to 2021-03-14 20:59:04 +00:00
adrian w kirk 4d71953cae ock now has ROman Numeral support 2021-03-13 00:07:36 +00:00
Gordon Williams 30d49662ae Merge branch 'master' of github.com:espruino/BangleApps 2021-03-11 10:58:52 +00:00
Gordon Williams cc59d35342 gpsrec 0.18: Period counter now uses GPS time rather than counting packets (allows use with GPS Setup) 2021-03-11 10:58:47 +00:00
hughbarney 3a591b85d7 stepo BTN2 switches to launcher 2021-03-09 21:28:32 +00:00
hughbarney 72c60dbfa7 improved speed of stepo draw and started and stopped timer on screen on / off 2021-03-09 21:09:43 +00:00
Gordon Williams a55ec3f1af removing sanity check warnings 2021-03-09 09:34:58 +00:00
Gordon Williams 1860ddb707
Merge pull request #684 from nujw/master
Kalman filter to smooth alt and speed readings.
2021-03-09 09:32:21 +00:00
nujw 28012bbb41
Update app.js 2021-03-09 17:53:50 +13:00
nujw f2baf6ad5f
Update README.md 2021-03-09 17:48:41 +13:00
nujw 5b4532eb86
Update README.md 2021-03-09 17:47:23 +13:00
nujw 069a1fa8c9
Update README.md 2021-03-09 17:46:42 +13:00
nujw 6b290d1c8c
Update ChangeLog 2021-03-09 17:36:24 +13:00
Gordon Williams 8ce54c2deb
Merge branch 'master' into master 2021-03-08 09:50:46 +00:00
dapgo 73251a1249 removing extra ; 2021-03-07 20:26:00 +01:00
dapgo 2beb873af5 filename corrected 2021-03-07 20:07:43 +01:00
dapgo 76b5f77acb filename corrected 2021-03-07 20:06:48 +01:00
dapgo 4cf3fe5db4 2 new apps and updates for another 2021-03-07 20:02:12 +01:00
adrian w kirk cc68a1be1c Sweep hand now red 2021-03-07 00:31:23 +00:00
adrian w kirk 9c2aa52e59 BUGFIX: clock not refreshing after faceup 2021-03-07 00:23:23 +00:00
adrian w kirk b5e9aebcd5 BUGIFX: incorrect files copied 2021-03-06 20:50:48 +00:00
adrian w kirk bc35f06d89 Renamed 2021-03-06 20:45:10 +00:00
adrian w kirk 1ed7d15a15 Renamed to Sweep Clock 2021-03-06 20:43:57 +00:00
adrian w kirk 53fbe9ceee Changed name to sweep clock (name clash) 2021-03-06 20:43:16 +00:00
adrian w kirk dec095d2d9 First test version of numeral clock 2021-03-06 20:23:56 +00:00
hughbarney 248547146f updates to README files for stepo and simplest clocks 2021-03-06 12:59:22 +00:00
hughbarney 2988266b43 updated simplest clock to clear rect first 2021-03-06 12:37:54 +00:00
hughbarney f03c24321f added Simplest clock, added Stepometer clock 2021-03-06 12:29:47 +00:00
nujw c88b6d58b6 Fix Kalman menu 2021-03-05 17:33:56 +13:00
nujw bef2955ba0 Add Kalman Filter switch on/off to settings menu. 2021-03-05 17:27:05 +13:00
nujw d3cd557e68 Tweak Kalman filter setting for speed. 2021-03-05 10:25:31 +13:00
Gordon Williams a7efdb9724 hrm 0.03: Fix timing issues, and use 1/2 scale to keep graph on screen 2021-03-04 11:10:17 +00:00
Gordon Williams 86d43c3fbb notify 0.07: Auto-calculate height, and pad text down even when there's no title (so it stays on-screen) 2021-03-04 10:30:23 +00:00
nujw c6e96119d9 Adjust kalman filter settings. 2021-03-03 09:31:17 +13:00
nujw e706c44ebb
Update app.js 2021-03-02 13:36:42 +13:00
nujw a116b95839 Change ver 2021-03-02 13:32:22 +13:00
nujw 70b231ee18 Tweaks to filter settings 2021-03-02 13:29:21 +13:00
nujw 67d48dad7d Add Kalman filtering to smooth speed and alt. 2021-03-02 12:56:48 +13:00
Gordon Williams 77277393d7
Merge branch 'master' into gbridge-fix 2021-03-01 11:49:16 +00:00
Gordon Williams dbbf4c3136 tweak to make sanity test pass 2021-03-01 11:47:58 +00:00
Richard de Boer 427fd49fa3 gbridge: fix HRM setting
The settings menu didn't handle `undefined` value for `hrm` properly, so
you were unable to toggle it.
Fixed by forcing the value to a boolean.
2021-02-28 21:55:29 +01:00
hughbarney 2a15a56a96 changed name to Arrow Compass, bumped versions, added changelog, moved image load to global scope 2021-02-25 22:15:42 +00:00
hughbarney f76eb21f38 moved arrow_img to global scope, so it is nit loaded on every drawCompass() call, set min change to 9 degrees 2021-02-25 22:04:32 +00:00
hughbarney eef93793e8 added entry for Waypointer in apps.json 2021-02-25 20:56:14 +00:00
hughbarney 52315bf9fd Added waypointer app 2021-02-25 19:51:35 +00:00
hughbarney 9d198df1d7 updated arrow.png as it was inverted 2021-02-24 20:48:32 +00:00
hughbarney 058deeee55 Merge remote-tracking branch 'upstream/master' 2021-02-24 20:26:05 +00:00
hughbarney ec21c63d1a Added screenshot for Arrow Compass README file 2021-02-24 20:25:06 +00:00
Gordon Williams f16c9b518c fix icon 2021-02-24 08:46:36 +00:00
hughbarney a364a0edf0 added entry in apps.json for Arrow compass, updated README.md file 2021-02-24 00:06:53 +00:00
hughbarney aa02f99164 added Moving Arrow Compass 2021-02-23 23:54:52 +00:00
hughbarney 5186c0d87c added lat/lon/course to Walkersclock GPS displays 2021-02-23 22:22:53 +00:00
hughbarney 012560e863 Added Compass power status widget 2021-02-23 22:18:09 +00:00
Gordon Williams 97cdf21654 Merge branch 'master' of github.com:espruino/BangleApps 2021-02-22 15:37:11 +00:00
Gordon Williams 3bb89c9388 Add labels for buttons 2021-02-22 15:36:56 +00:00
Gordon Williams 056bcd9eda banglerun 0.10: Removed kalman filtering to allow distance log to work
Only log data every 5 seconds (not 1 sec)
      Don't create a file until the first log entry is ready
2021-02-22 15:10:30 +00:00
Gordon Williams c951fda5e5
Merge branch 'master' into master 2021-02-22 09:07:44 +00:00
nujw c872417eda Enlarge units display. 2021-02-22 10:07:54 +13:00
dapgo 092d4477e0 new app: helloworld!
a sophisticated and international hello world
2021-02-21 14:52:04 +01:00
Shaylin Chetty 151a51470b Added countdown timer application 2021-02-21 11:49:37 +02:00
nujw a5a59dbd0f Enlarge mode indicators 2021-02-21 11:23:37 +13:00
nujw 10d2b0f956 Added waypoint selection to large display mode. Aids visibility in strong light. 2021-02-21 11:00:53 +13:00
nujw 2c0cff2b2c Clock update to 10 secs 2021-02-21 10:39:01 +13:00
nujw 109850bc89 Merge branch 'master' of git@github.com:nujw/BangleApps.git 2021-02-21 10:33:15 +13:00
nujw 75ed834129 Added third [C]lock mode to display large clock face. 2021-02-21 10:31:37 +13:00
dapgo 056db16aae replace tabs by spaces 2021-02-19 23:20:23 +01:00
dapgo 037836b6fa v0.04
probably the menu icon.js(require("heatshrink")...) will fail again when producing a valid .img on server
2021-02-19 20:39:37 +01:00
Gordon Williams a1454a9d85 geissclk 0.02: BTN2->launcher, use smaller text to allow "20:00" to fit on screen 2021-02-18 10:21:28 +00:00
Gordon Williams 64d379432d
Merge pull request #671 from hughbarney/master
fixed flicker in walkersclock
2021-02-18 09:03:14 +00:00
Gordon Williams 4408bf8597
Merge pull request #673 from awkirk71/master
Sliding Text Clock
2021-02-18 09:02:50 +00:00
Gordon Williams a9d9a0f14b
Merge pull request #674 from dapgo/master
testuserinput v0.03
2021-02-18 09:00:36 +00:00
dapgo da95b6357a tabs replaced by spaces 2021-02-18 06:05:20 +01:00
adrian w kirk ac87020621 Updated with new icon 2021-02-17 21:09:38 +00:00
dapgo 66b0fb6fbf improve app and fix icon
now BTN2 change color
icon: replace E.toArrayBuffer by require("heatshrink").decompress
2021-02-17 20:59:21 +01:00
hughbarney c1bda46364 Merge remote-tracking branch 'upstream/master' 2021-02-17 18:03:33 +00:00
Gordon Williams 54aed92f46 tweak 2021-02-17 16:56:10 +00:00
Gordon Williams 8c0cae87ed oops - remove debug 2021-02-17 16:51:34 +00:00
Gordon Williams 993f909335 add geiss clock 2021-02-17 16:46:58 +00:00
Gordon Williams 186f6c6180
Merge pull request #632 from OmegaVoid/release/dane/0.16
 Release DANE 0.16
2021-02-17 13:04:27 +00:00
adrian w kirk e065a9aaf0 BUGFIX: icon not working on watch 2021-02-17 02:06:09 +00:00
adrian w kirk b6555d8a3b tidied up code 2021-02-17 01:43:21 +00:00
adrian w kirk 8c8ade8528 More typos in apps file 2021-02-17 01:20:18 +00:00
adrian w kirk e3ee8142bf Renamed xclock to sliding text clock 2021-02-17 01:07:30 +00:00
hughbarney 49e964506a added ChangeLog for walkersclock 2021-02-16 21:16:45 +00:00
hughbarney c980a68a1f reduced flicker in walkersclock 2021-02-16 21:15:43 +00:00
hughbarney 32b91e4d57 adjusted a few sentences in walkersclock README.md 2021-02-16 21:15:00 +00:00
Gordon Williams 174e7055d8
Merge pull request #670 from nujw/master
Locale data for New Zealand (en_NZ)
2021-02-16 09:15:17 +00:00
nujw b5d84df06e
Added New Zealand en_NZ 2021-02-16 16:59:48 +13:00
nujw 7f89aec5e3
Update locales.js 2021-02-16 16:55:28 +13:00
nujw dec45dca82
Add en_NZ
Locale data for New Zealand
2021-02-16 16:52:47 +13:00
Gordon Williams 414505339b
Merge pull request #669 from hughbarney/master
added tiny power status widgets for GPS and HRM
2021-02-15 09:23:01 +00:00
Gordon Williams 0bae0c976e
Merge branch 'master' into master 2021-02-15 09:21:49 +00:00
nujw 1ab10da07b
Update ChangeLog 2021-02-15 08:27:40 +13:00
hughbarney 3a97e4a8a1 added README files to apps.json for widgps and widhrm 2021-02-12 20:53:07 +00:00
hughbarney 9064fe44b6 added not that firmware v2.08.267 or later is required 2021-02-12 20:41:01 +00:00
hughbarney bbc98d1d46 added gps and hrm power status widgets 2021-02-12 20:34:10 +00:00
nujw 97b47087f4
Update ChangeLog 2021-02-13 09:24:00 +13:00
nujw 56500622ee
Delete waypoints.json 2021-02-13 09:07:07 +13:00
nujw b55b53d5dc Merge branch 'master' of git@github.com:nujw/BangleApps.git 2021-02-13 08:55:54 +13:00
nujw a766807607 Final check and tidy 2021-02-13 08:54:34 +13:00
Gordon Williams c81091e8b8 fix walkersclock icon 2021-02-12 09:14:52 +00:00
nujw 6a18185ef8
Update README.md 2021-02-12 16:29:39 +13:00
nujw 2b08a4b0c3
Update README.md 2021-02-12 16:27:45 +13:00
nujw bce5b9f6d4
Update README.md 2021-02-12 16:25:33 +13:00
nujw c1b076f0c6 Changed multiple function arguments into a single object arg. 2021-02-12 16:04:11 +13:00
nujw 3585c468cf Tweak settings 2021-02-12 15:18:00 +13:00
nujw 925fff2181 Exit settings directly into app 2021-02-12 14:59:15 +13:00
nujw 8e4cc30b3f Display only actual fixes. If not a fix, then last fix 2021-02-12 14:41:37 +13:00
nujw 8fcebaa7f8 Rename var settings to cfg 2021-02-12 14:09:11 +13:00
nujw c3a45287d0 Use new GPS settings module 2021-02-12 13:53:08 +13:00
adrian w kirk db79b4f77c had to take out 1 clock face due to lack of memory 2021-02-11 23:42:53 +00:00
adrian w kirk bf0feecb3d corrected Japanese clock 2021-02-11 22:54:53 +00:00
hughbarney cd2b95f3ba fixed icon for walkerswatch 2021-02-11 21:06:29 +00:00
hughbarney 4fdba2ac90 removed osref.js and gps.js from multiclock, superceded by GPSsetup and Walkers Clock 2021-02-11 20:36:52 +00:00
hughbarney c5c3910bf5 added walkers clock 2021-02-11 20:20:57 +00:00
Gordon Williams 4a452f86b7 docs 2021-02-11 11:29:01 +00:00
Gordon Williams b794059884 0.02: Created gppsetup module 2021-02-11 11:24:44 +00:00
Gordon Williams b5c7ded4b5 gbridge 0.20: Reduce memory usage 2021-02-11 09:57:34 +00:00
Gordon Williams 0e2f33d656 gbridge: 0.19: Support for call incoming/start/end 2021-02-11 09:45:50 +00:00
Gordon Williams 28c7cfc3fa tweaks to pass CI test 2021-02-10 08:27:18 +00:00
Gordon Williams 6c53cf739b
Merge pull request #666 from hughbarney/master
gpssetup app
2021-02-10 08:26:09 +00:00
Gordon Williams f3373ca717 remove un-needed image 2021-02-10 08:24:49 +00:00
nujw 0784361e43 Bumped inter ver 2021-02-10 17:32:11 +13:00
hughbarney 0946a676b6 corrected typo in gpssetup README 2021-02-09 23:41:39 +00:00
hughbarney 119cf8183f working gpssetup app, removed old code, turned off debugging 2021-02-09 23:29:15 +00:00
hughbarney a264a7adc3 working gpssetup app, with promise chain, debugging left on 2021-02-09 23:14:19 +00:00
hughbarney e6206733ae updated gpssetup README file 2021-02-09 21:19:43 +00:00
adrian w kirk b393b7d32b bugfixes to Japanese clock 2021-02-09 19:48:30 +00:00
nujw ba01cdb0bc
Update README.md 2021-02-10 08:34:14 +13:00
nujw a167a17d3e
Update app.js 2021-02-10 08:10:06 +13:00
hughbarney c0d5d09671 corrected apps.json and added gpssetup.png 2021-02-09 18:47:12 +00:00
dapgo 47ebba1f11 correct file name
icon was failing before. now folder and .img  have the same name
2021-02-09 17:40:13 +01:00
dapgo a18cc34f82
Case Sensitive!!! delete Changelog keep ChangeLog 2021-02-09 17:34:40 +01:00
hughbarney 4fed30f5a2 added apps.json settings for gpssetup app 2021-02-09 13:06:19 +00:00
hughbarney 77c9345fc3 Merge remote-tracking branch 'upstream/master' 2021-02-09 12:53:04 +00:00
hughbarney 68252a0c5e added gpssetup app 2021-02-09 12:52:44 +00:00
Gordon Williams 11530da172 Build tweaks for app loader 2021-02-09 08:32:06 +00:00
Gordon Williams f2da4e5a0d
Merge pull request #662 from dapgo/master
Test User Input app v002
2021-02-09 08:29:01 +00:00
adrian w kirk 8cedf2d09b Now supports French and Japanese 2021-02-09 07:22:12 +00:00
hughbarney 754826a3a3 fixed issues with tapelauncher entries in apps.json 2021-02-08 20:44:27 +00:00
dapgo e87dda3979 app-icon and linux enol 2021-02-08 16:36:47 +01:00
dapgo 42870ad30d a missing semmicolon 2021-02-08 13:42:23 +01:00
dapgo 1227e80e45 minor update
mainly the forgotten app.png
2021-02-08 13:38:20 +01:00
Gordon Williams 77384543a4
Merge pull request #661 from pglez82/master
Version 0.03 of planetarium
2021-02-08 09:30:08 +00:00
dapgo c5c7ad06b7 Update test_userInput.app.js
fixed : Mixed spaces and tabs  no-mixed-spaces-and-tabs
2021-02-06 23:08:47 +01:00
dapgo a9f46c3899 Test User input v002 2021-02-06 22:54:51 +01:00
dapgo 5af6641f37 Test user Input v002.
App improved, removed warnings, and added screenshots to README
2021-02-06 22:38:59 +01:00
Pablo Gonzalez 34c2967c03 readme and status 2021-02-06 20:25:02 +01:00
Pablo Gonzalez 3e5396a451 adding pegasus 2021-02-06 20:21:09 +01:00
Pablo Gonzalez 21f4906141 adding a few constellations more 2021-02-06 20:21:09 +01:00
Pablo Gonzalez 58bc22b1e6 adding readme to main page 2021-02-06 20:21:09 +01:00
Pablo Gonzalez 69dcde511c adding leo 2021-02-06 20:21:09 +01:00
Pablo Gonzalez 6fa61caaa6 adding extra stars to constellations 2021-02-06 20:21:09 +01:00
Pablo Gonzalez e233f51dd9 updating readme 2021-02-06 20:21:09 +01:00
Pablo Gonzalez 6d22a9b69d updating readme 2021-02-06 20:21:09 +01:00
Pablo Gonzalez dd2920efe7 fixing a small bug 2021-02-06 20:21:09 +01:00
Pablo Gonzalez 360ebcf702 modify how to load the constellations 2021-02-06 20:21:09 +01:00
Fredrik Lautrup 8b0ba72442 Remove shadow 2021-02-06 17:24:17 +01:00
Fredrik Lautrup 7e8073251b Revert "Color update"
This reverts commit 0262148474.
2021-02-06 17:22:51 +01:00
Fredrik Lautrup 0262148474 Color update 2021-02-06 17:20:22 +01:00
Fredrik Lautrup 0c97a285bf Color changes 2021-02-06 17:06:06 +01:00
Fredrik Lautrup 82ed79ed76 Move date 2021-02-06 16:59:49 +01:00
Fredrik Lautrup 6f5a44625a Fix error 2021-02-06 16:57:40 +01:00
Fredrik Lautrup c6860e453f Testing colors 2021-02-06 16:53:02 +01:00
Fredrik Lautrup 61331350db Update readme and data placing 2021-02-06 16:42:09 +01:00
Fredrik Lautrup 779b64f82a Moving date 2021-02-06 16:37:54 +01:00
Fredrik Lautrup a50f3dd9f4 Test new placement 2021-02-06 16:34:46 +01:00
Fredrik Lautrup dd96f4c818 Fixes to alignment 2021-02-06 16:30:22 +01:00
Fredrik Lautrup 2997ddc47c A little more up 2021-02-06 16:28:36 +01:00
Fredrik Lautrup a9cfa0a9d5 Move data up 2021-02-06 16:27:25 +01:00
Fredrik Lautrup c2cb14c15e Aligning text 2021-02-06 16:23:48 +01:00
Fredrik Lautrup a988c51ec9 Merge remote-tracking branch 'upstream/master' 2021-02-06 16:08:20 +01:00
nujw e033a7bcab
Update app.js 2021-02-06 21:52:57 +13:00
nujw bafc1b5b48
Update app.js 2021-02-06 21:45:54 +13:00
nujw 9ee180cf41
Update app.js 2021-02-06 21:29:54 +13:00
nujw 0e2e17229a
Update README.md 2021-02-06 21:24:13 +13:00
nujw 48a6d29d60
Update app.js 2021-02-06 21:08:13 +13:00
nujw 90ae9f0f8c
Update app.js 2021-02-06 20:42:01 +13:00
nujw 64c1adeaf6
Update README.md 2021-02-06 20:33:57 +13:00
nujw 3f5552170d
Update app.js 2021-02-06 20:31:31 +13:00
nujw 39accb63b3
Update app.js 2021-02-06 17:23:17 +13:00
nujw 7ae823f639
Update app.js 2021-02-06 17:15:13 +13:00
nujw f5dcf7b0e6
Update app.js 2021-02-06 17:10:17 +13:00
adrian w kirk c846176290 Added different language support 2021-02-06 00:36:22 +00:00
nujw 417ebad08c
Update app.js 2021-02-06 12:09:14 +13:00
nujw 083ce365de
Update README.md 2021-02-06 11:17:07 +13:00
nujw 363ee0433a
Update app.js 2021-02-06 11:00:47 +13:00
nujw 464317aecb
Add files via upload 2021-02-06 11:00:09 +13:00
nujw aa6bcb11de
Update app-icon.js 2021-02-06 10:59:36 +13:00
Francesco Bedussi 1efadb816d fix(large clock): font size 2021-02-05 22:49:29 +01:00
nujw 3b3c1da0ea
Update app.js 2021-02-06 10:31:39 +13:00
nujw 7bd7f37106
Update app.js 2021-02-06 10:28:20 +13:00
nujw d6afa194a9
Update app.js 2021-02-06 09:26:41 +13:00
nujw 24afa000bd
Update app.js 2021-02-06 09:17:33 +13:00
dapgo 8fa2bb1432 new app to test the input
My very basic app to test bangle.js the input interfaces
2021-02-05 21:06:26 +01:00
nujw c8dfac215d
Update README.md 2021-02-05 22:11:02 +13:00
nujw 10539c2516
Update app.js 2021-02-05 22:07:31 +13:00
nujw 91935f4ebe
Update app.js 2021-02-05 21:58:14 +13:00
nujw 256cb4f6c3
Update app.js 2021-02-05 21:48:15 +13:00
nujw fd17073693
Update README.md 2021-02-05 18:22:25 +13:00
nujw f610ce521c
Update README.md 2021-02-05 18:08:33 +13:00
nujw c618ebfdcc
Update README.md 2021-02-05 17:56:37 +13:00
nujw 3e5fcbfdf0
Update README.md 2021-02-05 17:45:03 +13:00
nujw b019b7e6f8
Update app.js 2021-02-05 17:24:51 +13:00
nujw 2d935f77f8
Update ChangeLog 2021-02-05 17:23:33 +13:00
nujw cae0222b94
Update app.js 2021-02-05 15:20:17 +13:00
nujw 2c4f83d050
Update app.js 2021-02-05 14:51:49 +13:00
nujw f4815c5ff8
Update app.js 2021-02-05 14:46:26 +13:00
nujw acaf6d32b7
Update app.js 2021-02-05 14:44:12 +13:00
nujw 6f79080f8c
Update app.js 2021-02-05 14:31:24 +13:00
nujw 92f9a8e1c3
Update app.js 2021-02-05 14:03:07 +13:00
nujw c7aec562d9
Update app.js 2021-02-05 13:54:04 +13:00
nujw 40604b93a3
Update app.js 2021-02-05 13:27:24 +13:00
nujw 0e2c518efd
Update app.js 2021-02-05 13:22:00 +13:00
nujw c284a9c999
Update app.js 2021-02-05 11:55:25 +13:00
nujw 0f8af3e8ec
Update app.js 2021-02-05 11:27:07 +13:00
nujw fae839f86c
Update app.js 2021-02-05 11:23:12 +13:00
nujw 2e34b4f030
Update app.js 2021-02-05 11:14:34 +13:00
nujw 40346cfb6f
Update app.js 2021-02-05 10:47:54 +13:00
nujw 0520d9a207
Update app.js 2021-02-05 10:43:15 +13:00
nujw 569b08200c
Update app.js 2021-02-05 10:31:26 +13:00
nujw b3357b2efa
Update app.js 2021-02-05 10:19:49 +13:00
nujw 1116b4400a
Update app.js 2021-02-05 09:44:48 +13:00
nujw 7fb03ff900
Update app.js 2021-02-05 09:35:29 +13:00
nujw 0dc34edf3b
Update app.js 2021-02-05 09:23:56 +13:00
nujw 7044a12c63
Update app.js 2021-02-05 09:14:47 +13:00
nujw 961c5e4718
Update app.js 2021-02-05 09:01:14 +13:00
nujw e803faf71b
Update app.js 2021-02-05 08:47:59 +13:00
hughbarney 0941874983 Merge remote-tracking branch 'upstream/master' 2021-02-04 19:47:47 +00:00
hughbarney 472a0d0ea8 bumped activepedom Changelog and version number 2021-02-04 19:47:27 +00:00
nujw f290969ea1
Update app.js 2021-02-05 08:06:36 +13:00
nujw d79336d212
Low Power widget branch 2021-02-05 08:06:09 +13:00
nujw 82ffaf6383
Update ChangeLog 2021-02-05 08:02:35 +13:00
nujw e8605338bd
Update app.js 2021-02-04 22:57:01 +13:00
nujw 7d40130b20
Update settings.js 2021-02-04 22:48:35 +13:00
nujw 6fd412a25c
Update app.js 2021-02-04 22:47:18 +13:00
nujw acaa293abc
Update app.js 2021-02-04 22:45:37 +13:00
nujw 06651b2575
Update app.js 2021-02-04 22:42:05 +13:00
nujw 9f81246989
Update app.js 2021-02-04 22:28:29 +13:00
nujw 2ab9a56284
Update app.js 2021-02-04 22:26:30 +13:00
nujw cf08ec851d
Update app.js 2021-02-04 22:24:30 +13:00
nujw d20fb4cd53
Update app.js 2021-02-04 22:20:49 +13:00
nujw 0698cc31a3
Update app.js 2021-02-04 22:14:18 +13:00
nujw 2a120cb769
Update app.js 2021-02-04 22:07:22 +13:00
nujw 80927cfaab
Update app.js 2021-02-04 22:01:55 +13:00
Gordon Williams 28c9dc67c6 fix regex complaint 2021-02-04 08:56:49 +00:00
Gordon Williams addf3ceaa2
Merge pull request #658 from smcalilly/master
add Oblique Strategies to the app loader
2021-02-04 08:12:47 +00:00
Gordon Williams 09e207ac3d Update banglerun interface's use of RegExp char code (was actually a backreference) 2021-02-04 08:11:21 +00:00
Gordon Williams 27bdf73f6b fileman 0.03: Update RegExp use (Was using backreference instead of character code) 2021-02-04 08:10:42 +00:00
nujw 69c4519b94
Update settings.js 2021-02-04 21:03:05 +13:00
nujw 6bece4a54c
Update app.js 2021-02-04 18:58:03 +13:00
Sam McAlilly 2eef8fc019 fix oblique js icon 2021-02-03 23:13:00 -06:00
Sam McAlilly e7f3304904 change oblique image 2021-02-03 23:06:41 -06:00
nujw fb3853ce38
Update app.js 2021-02-04 18:04:48 +13:00
Sam McAlilly b1ed54ef86 change oblique image 2021-02-03 23:01:56 -06:00
Sam McAlilly 9938b25a24 add oblique strategies to the app loader 2021-02-03 22:56:23 -06:00
nujw 6500199663
Update app.js 2021-02-04 17:39:16 +13:00
Sam McAlilly f544462328
Add files via upload 2021-02-03 22:25:21 -06:00
Sam McAlilly 57cd117625
Create app-icon.js 2021-02-03 22:20:04 -06:00
Sam McAlilly d48a339258
Create app.js 2021-02-03 22:17:44 -06:00
nujw 50f6075d40
Update ChangeLog 2021-02-04 17:06:41 +13:00
nujw 20a02090ec
Update app.js 2021-02-04 17:03:44 +13:00
adrian w kirk 788642404b Bug fix to reset_clock 2021-02-04 01:39:43 +00:00
adrian w kirk 3d7ddfca15 - Bug fix to onTap behviour
- Generaization so that more languages can be added
2021-02-04 00:29:35 +00:00
hughbarney 15c95bf538 Merge remote-tracking branch 'upstream/master' 2021-02-03 19:03:45 +00:00
Gordon Williams 440af3ab05 fix lint warning 2021-02-03 10:27:48 +00:00
Gordon Williams 3c72f3674a docs 2021-02-03 10:11:47 +00:00
Gordon Williams 01214f6b1b docs 2021-02-03 10:06:05 +00:00
Gordon Williams 55a3fb08d3 add acceleration logger 2021-02-03 10:06:00 +00:00
adrian w kirk df39fcae20 clock now shifts between times 2021-02-03 00:30:34 +00:00
hughbarney 1dc1fde7a5 prettied up the user interface to the activepedom app, decluttered the graphs 2021-02-02 22:07:18 +00:00
hughbarney 75fe5ced02 fixed activepedom widget, only exit after lastupdate has been recorded 2021-02-02 21:19:11 +00:00
Gordon Williams 6e14194541 Tweak to avoid NaN durations! 2021-02-02 10:36:13 +00:00
Gordon Williams 15be69ba0b gpsrec 0.17: Disable recording if storage is full (fix #574) 2021-02-02 10:10:18 +00:00
Gordon Williams 83b88e0d80 banglerun 0.09: Another GPS fix (log raw coordinates - not filtered ones) 2021-02-02 09:58:40 +00:00
nujw 5b07163ecc
Update ChangeLog 2021-02-02 16:01:29 +13:00
nujw a91adfcf2d
Update ChangeLog 2021-02-02 15:59:12 +13:00
nujw fe9133cc24
Update app.js 2021-02-02 15:57:41 +13:00
nujw 8eb99f2452
Update app.js 2021-02-02 11:21:41 +13:00
nujw 04b35145f6
Add files via upload 2021-02-02 11:20:20 +13:00
nujw a7b79618e8
Update app.js 2021-02-02 11:09:40 +13:00
nujw d5e031b21f
Update README.md 2021-02-02 10:51:59 +13:00
nujw 2cda0b0a54
Update ChangeLog 2021-02-02 10:41:04 +13:00
nujw 098be8a59a
Memory optimisation
Stopped loading entire waypoint list into memory.
2021-02-02 10:40:27 +13:00
nujw 23493e946b
Update README.md 2021-02-02 08:42:53 +13:00
nujw 2f1f561d43
Update app.js 2021-02-02 08:32:36 +13:00
nujw 10c18757f4
Update app.js 2021-02-02 08:27:32 +13:00
nujw ae58842e72
Update app.js 2021-02-02 08:22:32 +13:00
nujw b7e0be2b4a
Update app.js 2021-02-02 08:16:28 +13:00
Gordon Williams d387fc83e4 Handle case where there is no data 2021-02-01 16:03:27 +00:00
Gordon Williams d8aceffa51 remove unused fn 2021-02-01 15:51:56 +00:00
Gordon Williams 4e095172dd banglerun 0.08: Fix issue with GPS coordinates being wrong after the first one 2021-02-01 15:46:33 +00:00
Gordon Williams 457ccb1d99 about 0.07: Pressing a button now exits immediately (fix #618) 2021-02-01 15:33:42 +00:00
Gordon Williams 38d3adc026 gpsservice 0.04: Only turn GPS off if it was previously on (stops other apps/widgets that use GPS getting broken) 2021-02-01 15:31:36 +00:00
nujw 2905f11094
Update ChangeLog 2021-02-01 22:49:44 +13:00
nujw 6e42bea69e
Update app.js 2021-02-01 22:48:30 +13:00
nujw 1669f5f910
Update app.js 2021-02-01 22:20:48 +13:00
Gordon Williams 20dc1ccf96 Fixing 'npm test' errors shown up in committed apps 2021-02-01 08:56:10 +00:00
Gordon Williams 9586669114
Merge pull request #654 from hughbarney/master
new launcher=tapelauncher, HRT display for cliock, bumped version of cliock
2021-02-01 08:12:33 +00:00
Gordon Williams cfb7243c91
Merge pull request #653 from pglez82/master
v0.02
2021-02-01 07:45:38 +00:00
nujw 677ed52b01
Change screen for no fix. 2021-02-01 19:40:37 +13:00
adrian w kirk 1a496d37c7 BUGFIX: thurty does not need trailing zero 2021-02-01 02:35:49 +00:00
adrian w kirk b1948af067 renamed clock 2021-02-01 02:17:53 +00:00
adrian w kirk 8881b0604e renaming clock 2021-02-01 02:16:56 +00:00
adrian w kirk 14e19413a9 Added wordy clock files for app store 2021-02-01 01:44:45 +00:00
adrian w kirk 007abce71f First version of word clock 2021-02-01 01:37:42 +00:00
hughbarney 565aa5a37d updated change log of cliock, for heart rate display 2021-01-31 21:02:27 +00:00
hughbarney 03bdfb9dbc commented out console.log() calls 2021-01-31 20:33:30 +00:00
Pablo Gonzalez 5cafc41dcf adding a few constelations 2021-01-31 16:15:00 +01:00
nujw 1ad16ab585
Update app.js 2021-01-31 22:25:44 +13:00
nujw 731303ee71
Update app.js 2021-01-31 22:24:58 +13:00
nujw b7b60dc3a6
Update README.md 2021-01-31 22:24:08 +13:00
nujw 6cc5761b76
Update app.js 2021-01-31 22:01:48 +13:00
nujw ad5169eb98
Update ChangeLog 2021-01-31 22:00:49 +13:00
nujw 47a86312a2
LEDs indicate Spd+Alt or Spd+Dist modes
Use red/green leds to indicate current mode.
Use BTN1 for all tasks. In Spd+Alt mode changes MAX settings. In Spd+Dist mode selects next waypoint.
2021-01-31 21:59:22 +13:00
nujw 2f2faea7b3
Add distance units 2021-01-31 19:01:57 +13:00
nujw cb57c90047
Update app.js 2021-01-31 18:59:33 +13:00
nujw 17cff7315f
Update waypoints.json 2021-01-31 18:48:29 +13:00
nujw 4a75840802
Update app.js 2021-01-31 17:33:49 +13:00
nujw 5907747904
Update README.md 2021-01-31 17:22:20 +13:00
nujw 468b80504f
Add files via upload 2021-01-31 17:14:21 +13:00
nujw 4808a3aebe
Update README.md 2021-01-31 17:13:49 +13:00
nujw a68842d418
Update README.md 2021-01-31 17:06:49 +13:00
nujw 693ed73acf
New feature. Added waypoints file and distance to selected waypoint display. 2021-01-31 16:46:12 +13:00
nujw 585119b271
Add waypoints file and distance to selected waypoint display. 2021-01-31 16:40:12 +13:00
nujw 19f7b6a06a
Max 6 char names 2021-01-31 16:34:07 +13:00
nujw c030bed00c
Added distance units. 2021-01-31 16:31:31 +13:00
nujw 23f7fd5ecd
Create waypoints.json 2021-01-31 14:40:51 +13:00
hughbarney f04f3d139e Added display of steps and ability to switch on heart rate monitor 2021-01-30 18:28:30 +00:00
hughbarney c2ddd7cc58 restored icon.js and changed to split on first word when App name is longer than 12 chars 2021-01-29 22:57:53 +00:00
hughbarney c6f0074136 use dtlaucher icon.js for now 2021-01-29 22:16:23 +00:00
hughbarney 6c564a9872 fixed icon.js file, dropped a ) 2021-01-29 21:11:49 +00:00
hughbarney 57a92ec16e bumped cliock version and change log after icon update 2021-01-29 20:36:32 +00:00
hughbarney 6018356f90 created tapelauncher app 2021-01-29 20:27:53 +00:00
Pablo Gonzalez d3024124db settings for the constellations names 2021-01-29 20:28:56 +01:00
Pablo Gonzalez 3c76559fce adding a few more stars 2021-01-29 20:19:34 +01:00
Pablo Gonzalez eb58e84d4f updating readme and changelog 2021-01-29 13:36:12 +01:00
Pablo Gonzalez 189d2cde36 adding more stars 2021-01-29 13:33:17 +01:00
Pablo Gonzalez 96c75058a3 speed improvements 2021-01-29 13:25:34 +01:00
Gordon Williams 0cf96513f4
Merge pull request #652 from pglez82/master
Planetarium App
2021-01-29 10:51:37 +00:00
Pablo Gonzalez fa0b2c7d08 adding a few more constellations 2021-01-29 11:05:21 +01:00
Gordon Williams f6e4c49d8e Merge branch 'master' of github.com:espruino/BangleApps 2021-01-29 09:18:32 +00:00
Gordon Williams 4e76486fc8 Change icon to black+white (from transparent) and 48px 2021-01-29 09:16:54 +00:00
Gordon Williams cd5aa81eb5
Merge pull request #650 from hughbarney/master
added hide settings for line1/line2 in activepedom widget
2021-01-29 08:48:10 +00:00
Gordon Williams af98eb9017
Merge branch 'master' into master 2021-01-29 08:43:43 +00:00
nujw 9ccd0a1fba
Update README.md 2021-01-29 15:21:29 +13:00
nujw 14b214d549
Update README.md 2021-01-29 15:20:36 +13:00
nujw a89dbdd403
Update README.md 2021-01-29 15:19:14 +13:00
nujw 3586dade44
Update app.js 2021-01-29 15:11:44 +13:00
nujw 2b0a2177f9
Update settings.js 2021-01-29 14:58:03 +13:00
nujw 116744d754
Switch to BTN1 for Max toggle and reset function. 2021-01-29 14:41:00 +13:00
nujw 4f2f00f3e6
Switch to BTN1 for Max toggle and reset function. 2021-01-29 14:39:49 +13:00
nujw b18773a3c5
Update ChangeLog 2021-01-29 14:39:04 +13:00
nujw 7d84f63448
Update ChangeLog 2021-01-29 13:57:07 +13:00
nujw e33714cee2
Tweaks to vibration settings. 2021-01-29 13:55:06 +13:00
nujw c6040dd27c
Update README.md 2021-01-29 13:24:19 +13:00
nujw 9800387e70
Add files via upload 2021-01-29 13:19:37 +13:00
nujw 0ec401588a
Delete screen1.png 2021-01-29 13:19:03 +13:00
nujw 7bca8c2a08
Add files via upload 2021-01-29 13:12:32 +13:00
nujw 10d3cfd331
Update settings.js 2021-01-29 12:52:44 +13:00
nujw 5ee1336a99
Update settings.js 2021-01-29 11:24:12 +13:00
nujw 54603ca47b
Update settings.js 2021-01-29 11:16:28 +13:00
nujw a679e01479
Update settings.js 2021-01-29 11:01:28 +13:00
nujw fcebbf6f5f
Update README.md 2021-01-29 10:42:54 +13:00
nujw 6d28cf5de7
Update app.js 2021-01-29 10:29:33 +13:00
nujw cdbfa0d502
Update settings.js 2021-01-29 10:28:01 +13:00
nujw 861b3e10b4
Update settings.js 2021-01-29 10:27:20 +13:00
nujw 5df086d9e4
Update ChangeLog 2021-01-29 10:17:30 +13:00
nujw 717d76dccf
Update app.js 2021-01-29 10:15:39 +13:00
nujw 7ef63005be
Update app.js 2021-01-29 10:03:18 +13:00
hughbarney 41777c29b8 added hide settings for line1/line2 in activepedom widget 2021-01-28 20:53:39 +00:00
Pablo Gonzalez d0d1cbea2c bug in settings. fixing 2021-01-28 21:43:34 +01:00
Pablo Gonzalez 2061a85205 bug in settings. fixing 2021-01-28 21:32:51 +01:00
Pablo Gonzalez 1ee1134a40 bug in settings. fixing 2021-01-28 21:24:52 +01:00
Pablo Gonzalez d503809588 bug in settings. fixing 2021-01-28 21:16:34 +01:00
nujw 576d64b256
Update ChangeLog 2021-01-29 08:50:18 +13:00
nujw 22d90ab770
Update settings.js 2021-01-29 08:48:56 +13:00
Pablo Gonzalez f883fab51e bug in settings. fixing 2021-01-28 20:41:12 +01:00
Pablo Gonzalez 5a91bc5611 adding settings 2021-01-28 20:32:12 +01:00
nujw 4488da3b71
Update settings.js 2021-01-29 08:26:33 +13:00
Pablo Gonzalez 033819e096 adding settings 2021-01-28 20:05:25 +01:00
Pablo Gonzalez 3f15f8eb5e updating readme 2021-01-28 18:47:59 +01:00
Pablo Gonzalez d052f3d665 fixing a bug with file name 2021-01-28 18:37:33 +01:00
Pablo Gonzalez 6b407f10b9 planetarium 2021-01-28 18:19:17 +01:00
Pablo Gonzalez bd882648f5 planetarium 2021-01-28 18:07:39 +01:00
hughbarney bbd922a1cd Merge remote-tracking branch 'upstream/master' 2021-01-28 13:17:55 +00:00
hughbarney 2e520a6d75 added id, fw ver, batt %, mem % on BTN1 press in cliock 2021-01-28 13:17:41 +00:00
Pablo Gonzalez 8c0c0b5a53 starting planetarium 2021-01-28 13:34:39 +01:00
nujw bc215433c5
Update ChangeLog 2021-01-28 23:37:11 +13:00
nujw 02dcb629a7
Update settings.js 2021-01-28 23:34:02 +13:00
nujw e60587842f
Update app.js 2021-01-28 23:22:07 +13:00
nujw 81c895e19b
Update settings.js 2021-01-28 23:19:05 +13:00
Gordon Williams e6008eb614
Merge pull request #647 from pglez82/master
Interval trainer app
2021-01-28 08:07:37 +00:00
nujw 253f040a85
Update settings.js 2021-01-28 20:10:56 +13:00
nujw c1aa5be1dd
Update ChangeLog 2021-01-28 20:06:08 +13:00
nujw a0d6844509
Update app-icon.js 2021-01-28 20:04:41 +13:00
nujw ff15b170b9
Update app-icon.js 2021-01-28 20:00:02 +13:00
nujw 3a6c6a656f
Update app-icon.js 2021-01-28 19:39:33 +13:00
nujw fbe0a4f765
Update settings.js 2021-01-28 19:38:26 +13:00
nujw 29c00f1379
Update app.js 2021-01-28 19:35:35 +13:00
nujw 3133dffd31
Change max time offset to 13 2021-01-28 18:18:49 +13:00
nujw ab6b6c5fe4
NZ summer time is UTC+13
Increased maximum locale time offset from 12 to 13.
2021-01-28 17:43:52 +13:00
Pablo Gonzalez c6d35c5ae9 adding the readme 2021-01-27 18:15:58 +01:00
Pablo Gonzalez c1c19dc224 trying to show the icon 2021-01-27 18:09:57 +01:00
Pablo Gonzalez ca215b5cc2 changing file names 2021-01-27 17:36:04 +01:00
Pablo Gonzalez 9ca209dad3 adding new app 2021-01-27 17:29:11 +01:00
Gordon Williams c747b0b620 fixing some test warnings 2021-01-27 08:04:53 +00:00
nujw 645ccf05bf
Update app.js 2021-01-27 11:33:16 +13:00
nujw b1adc85cd0
Update README.md 2021-01-27 11:15:56 +13:00
hughbarney b8c181209c bumped versions and Changelogs for apps using wpedom and activepedom .getSteps() 2021-01-26 22:10:29 +00:00
hughbarney 63131d3133 Merge remote-tracking branch 'upstream/master'
merged in upstream changes
2021-01-26 20:12:56 +00:00
hughbarney 0979cc1d5f removed tabs, Emacs config needs a check 2021-01-26 20:12:12 +00:00
Gordon Williams 87547f2c92
Merge branch 'master' into master 2021-01-26 15:00:31 +00:00
Ben Jabituya fdd69c821f
Update README.md 2021-01-26 14:07:21 +00:00
Gordon Williams 4a0742b452
Merge pull request #644 from singintime/master
BangleRun v0.07 - GPS update bugfix, added guards against NaN values
2021-01-26 09:50:15 +00:00
Gordon Williams e2649062bb
Merge pull request #642 from skauertz/master
Add mclockplus app
2021-01-26 09:27:21 +00:00
singintime 2e8b9ac2cb Added guards against NaN 2021-01-26 09:59:16 +01:00
singintime c06f2d6a24 Fixing GPS fix 2021-01-26 09:44:39 +01:00
nujw 850979f659
Update settings.js 2021-01-26 16:24:33 +13:00
nujw 3b6f57d0ee
Update settings.js 2021-01-26 15:22:52 +13:00
hughbarney 1b3289783e removed redundant comment 2021-01-25 21:25:50 +00:00
Ben Jabituya fa4cae2afc
Update README.md 2021-01-25 19:30:56 +00:00
Ben Jabituya 37678facd0
Update app.js 2021-01-25 19:01:44 +00:00
Ben Jabituya a1bc97001a
Create app.js 2021-01-25 18:55:22 +00:00
Ben Jabituya 738aef34ea
Create ChangeLog 2021-01-25 18:52:20 +00:00
Ben Jabituya 7009e65906
Update README.md 2021-01-25 18:49:33 +00:00
Ben Jabituya b669b7b0a7
Update README.md 2021-01-25 18:45:43 +00:00
Ben Jabituya 7a04fefe51
Update README.md 2021-01-25 18:45:24 +00:00
Ben Jabituya b767b324d1
Add files via upload 2021-01-25 18:44:17 +00:00
Ben Jabituya 111176ed60
Update README.md 2021-01-25 18:43:52 +00:00
hughbarney 75189ac3ef added getSteps() to retrieve step count by other apps 2021-01-25 12:57:08 +00:00
hughbarney e3777d6ca9 Added step count from wpedom widget 2021-01-25 12:55:26 +00:00
nujw 3d84579eae
Update settings.js 2021-01-25 14:49:49 +13:00
nujw 35e58b1d91
Update settings.js 2021-01-25 14:35:21 +13:00
Sebastian Kauertz 84bff216ea Modify Readme 2021-01-23 14:38:42 +01:00
Sebastian Kauertz 3964d5754e Add Readme 2021-01-23 14:30:23 +01:00
Sebastian Kauertz 4f957277fd Add mclockplus app 2021-01-23 13:47:38 +01:00
hughbarney 34787c0d9a added gps_get|set_settings, restore to SuperE setup on poweroff(), updated README 2021-01-22 22:13:25 +00:00
nujw 4c796d463c
Update README.md 2021-01-23 00:52:19 +13:00
nujw b28d4b7699
Update README.md 2021-01-23 00:51:20 +13:00
nujw 20ecd72e70
Update settings.js 2021-01-23 00:42:17 +13:00
Gordon Williams 5062da5575 remove tabs, fix travis checks 2021-01-22 08:09:04 +00:00
nujw c1eda83f28
Create settings.js 2021-01-22 13:48:35 +13:00
Olly Cross 23d0255bd6 feat(app): Update "Lazy Clock" app to v0.02 2021-01-21 20:45:03 +00:00
hughbarney 368136a6ba merged in latest upstream code 2021-01-21 19:19:44 +00:00
nujw 4eb904fb68
Update README.md 2021-01-21 20:01:59 +13:00
nujw 6ed380f861
Add files via upload 2021-01-21 19:59:36 +13:00
nujw fa0a1105fd
Update README.md 2021-01-21 19:58:26 +13:00
nujw 811a658448
Update README.md 2021-01-21 19:48:51 +13:00
nujw 2d663bcf1e
Update README.md 2021-01-21 19:28:06 +13:00
nujw 4523dc3288
Add files via upload 2021-01-21 19:12:21 +13:00
nujw 6d34fde2eb
Update app-icon.js 2021-01-21 19:06:49 +13:00
nujw 3eac617d57
Update app-icon.js 2021-01-21 19:05:11 +13:00
motorfiets 8e3fede16b
Update app-icon.js 2021-01-20 23:34:09 -05:00
motorfiets 5b2033fed8
Update app-icon.js 2021-01-20 23:28:39 -05:00
motorfiets c2fb20a71f
Update app-icon.js 2021-01-20 23:27:20 -05:00
motorfiets 1904af9a3f
Update app.js 2021-01-20 23:17:16 -05:00
motorfiets 820522e69c
Update app-icon.js 2021-01-20 22:47:24 -05:00
motorfiets 81345e50a5
Update app.js 2021-01-20 22:44:29 -05:00
motorfiets d2cb10c73e
Add files via upload 2021-01-20 22:32:49 -05:00
nujw 4c92bf08fb
Update app-icon.js 2021-01-21 16:18:32 +13:00
nujw 968b400b30
Update app-icon.js 2021-01-21 16:11:39 +13:00
nujw d21b173698
Update ChangeLog 2021-01-21 16:10:48 +13:00
nujw c1ecddac08
Create README.md 2021-01-21 16:04:54 +13:00
nujw 5725ce0c02
Create ChangeLog 2021-01-21 15:51:54 +13:00
nujw 93db12ddb9
Create app-icon.js 2021-01-21 15:50:14 +13:00
nujw 5ab4a1e717
Create app.js 2021-01-21 15:42:19 +13:00
nujw 256cdba480
Delete index.md 2021-01-21 15:39:23 +13:00
nujw e41c7bfb14
Create index.md 2021-01-21 15:30:04 +13:00
hughbarney 2e9dd4dac4 bumped version of multiclock, updated changelog 2021-01-20 21:39:14 +00:00
hughbarney 97042b3ac4 updated apps entry for multiclock 2021-01-20 21:29:11 +00:00
motorfiets b268152d5d
Delete stress.img 2021-01-20 16:24:43 -05:00
motorfiets 91a0214599
Delete app.png 2021-01-20 16:24:30 -05:00
motorfiets ca9fc651fc
Create app-icon.js 2021-01-20 16:23:24 -05:00
hughbarney 22272bfa01 completed gpsservice README.md 2021-01-20 21:23:22 +00:00
motorfiets 9b84decec7
Rename stress.app.js to app.js 2021-01-20 16:20:39 -05:00
motorfiets 1d7d19a629
Add files via upload 2021-01-20 16:17:28 -05:00
motorfiets 8da5867872
Delete de-stress 2021-01-20 15:54:22 -05:00
motorfiets 19af1c81e9
Create de-stress 2021-01-20 15:51:56 -05:00
hughbarney 89d71ed76f fixed settings to gpsservice, not gps_service 2021-01-20 20:34:18 +00:00
hughbarney 933dbc6cda release ready, working service with human readable settings 2021-01-20 20:11:00 +00:00
hughbarney e2c940a88d Merge remote-tracking branch 'upstream/master' 2021-01-20 18:13:20 +00:00
Gordon Williams 78316ea383 update lint 2021-01-20 08:36:44 +00:00
Gordon Williams a0ea14c00a Merge branch 'master' of github.com:espruino/BangleApps 2021-01-20 08:35:26 +00:00
hughbarney 62524db956 widget working with power settings 2021-01-20 00:15:08 +00:00
hughbarney 9f281ddc0b added settings.json 2021-01-19 22:42:24 +00:00
hughbarney 5e59034b7c working widget, with settings fixed to PMSOO 2021-01-19 22:41:51 +00:00
Ben Jabituya afb3c81d9d
Update app.js 2021-01-19 22:19:24 +00:00
hughbarney 8af4646340 gpsservice and two watch faces for gps and grid reference info 2021-01-19 21:07:11 +00:00
Ben Jabituya 2b36291364
Update README.md 2021-01-19 20:48:05 +00:00
Ben Jabituya df4086aedc
Update README.md 2021-01-19 20:45:51 +00:00
Ben Jabituya 4e18f78ec4
Update README.md 2021-01-19 20:43:25 +00:00
Samuel Vilz 79ef571474
Added README.md for lifeclk 2021-01-19 21:35:48 +01:00
Samuel Vilz 5374abebd9 Fixed initial update time 2021-01-19 21:24:12 +01:00
Samuel Vilz 2cb4dbcd1e Added a Game of Life Clock 2021-01-19 21:16:16 +01:00
Ben Jabituya 13857ea9ae Update app.js 2021-01-19 17:39:25 +00:00
Ben Jabituya a5212c4e85
Update app.js 2021-01-18 23:00:46 +00:00
Ben Jabituya f9494231cc
Update app.js 2021-01-18 22:48:08 +00:00
hughbarney 04dad49e6f added active pedometer face to multiclock 2021-01-18 22:29:55 +00:00
Ben Jabituya 0c309a578d
Add files via upload 2021-01-18 20:57:27 +00:00
Ben Jabituya 455322afd5
Add files via upload 2021-01-18 20:55:51 +00:00
Ben Jabituya 5e2ed504e9
Update README.md 2021-01-18 20:52:54 +00:00
Ben Jabituya 57f6139b13
Update README.md 2021-01-18 20:49:11 +00:00
Ben Jabituya 0eb61afbc3
Create README.md 2021-01-18 20:48:33 +00:00
Ben Jabituya e7ac291411
Delete apps/campnav directory 2021-01-18 20:46:28 +00:00
Ben Jabituya d33630dc9f
Create README.md 2021-01-18 20:45:14 +00:00
singintime 8f28ec4a43 Linting 2021-01-15 09:52:55 +01:00
singintime c4dac127e6 Fix GPS update 2021-01-15 09:49:06 +01:00
Ben Jabituya 9159ca3940
Update app.js 2021-01-14 11:40:22 +00:00
Ben Jabituya aa8fd754ca
Update app.js 2021-01-14 10:45:00 +00:00
Gordon Williams 7ac7c056dd
Merge pull request #633 from fergalwalsh/master
devstopwatch - Persist stopwatch state
2021-01-14 09:20:11 +00:00
Gordon Williams 9b16cbeef1
Merge pull request #634 from singintime/master
banglerun v0.06 - HDOP from GPS, added README
2021-01-14 09:15:27 +00:00
Gordon Williams 58c98be264
Merge pull request #635 from jabituyaben/master
New Astral Clock app
2021-01-14 08:21:04 +00:00
Ben Jabituya 502159b060
Update README.md 2021-01-13 22:59:48 +00:00
Ben Jabituya 49c1f0fa44
Update README.md 2021-01-13 22:55:56 +00:00
Ben Jabituya 786a8d6e56
Delete astral_config.txt 2021-01-13 22:39:40 +00:00
singintime 8865959851 banglerun v0.06 - HDOP from GPS, added README 2021-01-13 23:34:49 +01:00
Ben Jabituya 7e2866a3c1
Update app.js 2021-01-13 22:27:36 +00:00
Ben Jabituya 915cdad648
Update app.js 2021-01-13 20:56:44 +00:00
Ben Jabituya 1144160dce
Update README.md 2021-01-13 20:39:12 +00:00
Ben Jabituya 3589568faa
Update README.md 2021-01-13 20:37:03 +00:00
Ben Jabituya 805b559b6f
Update README.md 2021-01-13 20:35:09 +00:00
Ben Jabituya 9fe2e3d8e2
Update README.md 2021-01-13 20:33:02 +00:00
Ben Jabituya ed8c84d4d9
Update README.md 2021-01-13 20:31:08 +00:00
Ben Jabituya 70ee2f9e57
Update app.js 2021-01-13 20:11:00 +00:00
Ben Jabituya afe6e6e00d
Update astral_config.txt 2021-01-13 20:10:31 +00:00
Ben Jabituya 6b05f9ff6c
Update app.js 2021-01-13 17:35:52 +00:00
Ben Jabituya 29838690bb
Update astral_config.txt 2021-01-13 17:33:15 +00:00
Ben Jabituya a03437e2c1
Create astral_config.txt 2021-01-13 17:32:43 +00:00
Ben Jabituya 25e3fa29af
Add files via upload 2021-01-13 17:19:32 +00:00
Ben Jabituya fc589e0de6
Update README.md 2021-01-13 16:51:59 +00:00
Ben Jabituya 5129db330a
Update README.md 2021-01-13 16:49:59 +00:00
Fergal Walsh d51fde5ea2 devstopwatch - bump version 2021-01-13 16:30:44 +00:00
Fergal Walsh 59c07b9491 devstopwatch - persist state to storage 2021-01-13 16:24:56 +00:00
Ben Jabituya 34d5babe10
Update README.md 2021-01-13 15:25:54 +00:00
Ben Jabituya 61c329add7
Update README.md 2021-01-13 15:11:42 +00:00
Ben Jabituya 57c21977de
Update README.md 2021-01-13 15:10:54 +00:00
Ben Jabituya d5d17879e7
Update README.md 2021-01-13 15:10:03 +00:00
Ben Jabituya 65b6a73b98
Update README.md 2021-01-13 15:08:59 +00:00
Ben Jabituya 86476f3c78
Update README.md 2021-01-13 15:00:44 +00:00
Ben Jabituya f37fbbf4ef
Add files via upload 2021-01-13 14:56:53 +00:00
Ben Jabituya 0be6d563bc
Add files via upload 2021-01-13 14:52:48 +00:00
Ben Jabituya 4a1a9e4d4f
Create README.md 2021-01-13 14:50:58 +00:00
OmegaRogue 7e87e6aa0b
🔖 (DANE) Bump version to 0.16
Bump version of DANE Watchface to 0.16 in preparation of release/dane/0.16

Signed-off-by: OmegaRogue <omegarogue@omegavoid.codes>
2021-01-13 15:13:31 +01:00
OmegaRogue 30b6763ee0
(DANE) Revert Number display to button counter
Revert Number display to button counter as mentioned in #613

Signed-off-by: OmegaRogue <omegarogue@omegavoid.codes>
2021-01-13 15:07:32 +01:00
OmegaRogue e9c7e2ede7
🔀Merge branch master from upstream (#23)
* Create HRV.js

* Add files via upload

* Create hrv-icon.js

* Delete hrv-icon.js

* Create HRV-icon.js

* Update apps.json

* Update apps.json

* Update apps.json

* Rename HRV.js to app.js

* Rename HRV-icon.js to app-icon.js

* Update apps.json

* Update apps.json

* Update apps.json

* Update apps.json

* add hardalarm

* fix app description

* fix same name for storage in apps.json

* Add dtlaunch

* Update app.js

updated with declutter and additional options

* Create ChangeLog

* Update app.js

* Create README.md

* Update README.md

* Update app.js

* Update app.js

* Update README.md

* Update app.js

updated so that now it takes readings every 3 minutes in continous mode and also the sample range has been extended to 30 seconds rather than just 20

* tweak

* Create app.js

* Add files via upload

* Delete icon.png

* Add files via upload

* Update apps.json

* Delete app-icon.png

* Create app-icon.js

* Update app-icon.js

* Update app-icon.js

* Update app-icon.js

* Update app-icon.js

* Add files via upload

* Update app-icon.js

* Update app.js

* Create README.md

* Update apps.json

* Update README.md

* Update apps.json

* Update apps.json

* Update app-icon.js

* Update apps.json

* Update app-icon.js

* Update app-icon.js

* Update apps.json

* Update app-icon.js

* Update apps.json

* Update app-icon.js

* Update apps.json

* Update apps.json

* Update README.md

* Update app.js

* Update README.md

* Update app.js

* Improve readibility to README.md

* bump version

* activepedom 0.05: Fix default step/distance display if it hasn't been set up first

* Add files via upload

* Update apps.json

* Update apps.json

* Update apps.json

* Update app-icon.js

* Update app-icon.js

* Update app-icon.js

* Delete app-icon.png

* Add files via upload

* Delete app-icon.png

* Add files via upload

* Update app-icon.js

* Delete app-icon.png

* Add files via upload

* Update apps.json

* Update README.md

* Update apps.json

* Update app-icon.js

* Update app-icon.js

* Update apps.json

* Create hrmexp.js

* Delete app.js

* Update apps.json

* Update apps.json

* Update app-icon.js

* Update app-icon.js

* Update apps.json

* Update app-icon.js

* Update hrmexp.js

* Update hrmexp.js

* Update apps.json

* Create README.md

* Add files via upload

* Create app.js

* Create app-icon.js

* Update apps.json

* Update apps.json

* Update apps.json

* Update apps.json

* Update apps.json

* remove

remove

* Update README.md

* Update README.md

* Update README.md

* Added Interface file to allow downloading (and deletion!) of BangleRun data files

* added WIDGETS.activepedom.getSteps()

* Update ChangeLog

0.06: Added WIDGETS.activepedom.getSteps()

* bump versions

* Create interface.html

* Update apps.json

* Update README.md

* Add files via upload

* Update and rename breather_settings.txt to settings.js

* Update apps.json

* Update app.js

* Update app.js

* Add files via upload

* Update README.md

* Delete readme_gif.gif

* Update README.md

* Update apps.json

* Update README.md

* Update README.md

* Update README.md

* Update README.md

* Update app.js

* Update app.js

* Update apps.json

* Rename settings.js to settings.json

* feat(app): Add "Lazy Clock" app

* update multiclock

* update dtlaunch app

* minor tweak for faster writes (best to end with a newline anyway)

Co-authored-by: Gordon Williams <gw@pur3.co.uk>
Co-authored-by: Ben Jabituya <74158243+jabituyaben@users.noreply.github.com>
Co-authored-by: jamespsteinberg@gmail.com <jamespsteinberg@gmail.com>
Co-authored-by: jeffmer <jeffmer@users.noreply.github.com>
Co-authored-by: krichtof <geek@robiweb.net>
Co-authored-by: hughbarney <hughbarney@gmail.com>
Co-authored-by: Olly Cross <olly@ollyollyolly.com>
Co-authored-by: Jeff Magee <jeffreymagee@gmail.com>
2021-01-13 14:47:50 +01:00
Gordon Williams d6eb943bb5 Update AGPS description, and default to 2 days validity (a good compromise) 2021-01-13 08:59:22 +00:00
Gordon Williams cccc85ddd2 minor tweak for faster writes (best to end with a newline anyway) 2021-01-12 13:55:41 +00:00
Gordon Williams dd398dca24
Merge branch 'master' into master 2021-01-11 10:57:06 +00:00
Gordon Williams 13efba5945
Merge pull request #629 from ollycross/master
feat(app): Add "Lazy Clock" app
2021-01-11 09:33:33 +00:00
Gordon Williams 2806858db1
Merge pull request #630 from jeffmer/master
updates to multi lock & dtlaunch
2021-01-11 08:35:52 +00:00
Jeff Magee a70436217b update dtlaunch app 2021-01-11 07:40:45 +00:00
Jeff Magee 96d41ee0b0 update multiclock 2021-01-11 07:16:58 +00:00
Olly Cross afa33d6773 feat(app): Add "Lazy Clock" app 2021-01-10 13:03:23 +00:00
Ben Jabituya 0211a964ea
Rename settings.js to settings.json 2021-01-09 02:12:28 +00:00
Ben Jabituya f3199d5cb1
Update app.js 2021-01-09 02:11:10 +00:00
Ben Jabituya f749f992bb
Update app.js 2021-01-09 02:08:18 +00:00
Ben Jabituya 665ed1c099
Update README.md 2021-01-08 18:32:58 +00:00
Ben Jabituya 4ceabd83e1
Update README.md 2021-01-08 18:26:02 +00:00
Ben Jabituya fd576f0681
Update README.md 2021-01-08 18:25:26 +00:00
Ben Jabituya 1c554c88b3
Update README.md 2021-01-08 18:25:08 +00:00
Ben Jabituya 2b707bc398
Update README.md 2021-01-08 18:21:22 +00:00
Ben Jabituya 6e4dd1c2f1
Delete readme_gif.gif 2021-01-08 18:21:11 +00:00
Ben Jabituya 083d0eca84
Update README.md 2021-01-08 18:20:48 +00:00
Ben Jabituya 158230bed9
Add files via upload 2021-01-08 18:18:09 +00:00
Ben Jabituya 8c8e17f44e
Update app.js 2021-01-08 17:16:01 +00:00
Ben Jabituya ef699bb0a6
Update app.js 2021-01-08 17:09:47 +00:00
Ben Jabituya 9b3ccab4ee
Update and rename breather_settings.txt to settings.js 2021-01-08 16:44:09 +00:00
Ben Jabituya b691676fad
Add files via upload 2021-01-08 16:34:50 +00:00
Gordon Williams 57f2bd7f0c
Merge pull request #624 from jabituyaben/master
HRM raw data export app
2021-01-08 08:17:07 +00:00
Ben Jabituya f7c5f525bc
Update README.md 2021-01-07 21:02:58 +00:00
Ben Jabituya 2aae1777b3
Create interface.html 2021-01-07 20:57:19 +00:00
Gordon Williams f317c12630 bump versions 2021-01-07 08:39:36 +00:00
hughbarney e754431dc3
Update ChangeLog
0.06: Added WIDGETS.activepedom.getSteps()
2021-01-06 23:27:04 +00:00
hughbarney ec85169092
added WIDGETS.activepedom.getSteps() 2021-01-06 23:16:57 +00:00
Gordon Williams d157c216cc Added Interface file to allow downloading (and deletion!) of BangleRun data files 2021-01-06 16:05:01 +00:00
Ben Jabituya 57912ffabb
Update README.md 2021-01-06 13:54:48 +00:00
Ben Jabituya ce66f37a75
Update README.md 2021-01-06 13:54:28 +00:00
Ben Jabituya 13c771a707
Update README.md 2021-01-06 13:50:52 +00:00
Ben Jabituya c213a1ab77 remove
remove
2021-01-06 13:37:29 +00:00
Ben Jabituya 35f403d844
Create app-icon.js 2021-01-05 22:57:04 +00:00
Ben Jabituya f964a9bb6c
Create app.js 2021-01-05 22:55:18 +00:00
Ben Jabituya 85b3ed9842
Add files via upload 2021-01-05 22:54:09 +00:00
Ben Jabituya 08ae73a779
Create README.md 2021-01-05 22:53:16 +00:00
Ben Jabituya a611126292
Update hrmexp.js 2021-01-05 22:36:33 +00:00
Ben Jabituya 4288d600e7
Update hrmexp.js 2021-01-05 22:32:06 +00:00
Ben Jabituya dc0b64e044
Update app-icon.js 2021-01-05 22:21:49 +00:00
Ben Jabituya 9681ef1a01
Update app-icon.js 2021-01-05 21:45:33 +00:00
Ben Jabituya 476a033c1a
Update app-icon.js 2021-01-05 21:24:15 +00:00
Ben Jabituya ae87413d2f
Delete app.js 2021-01-05 21:15:50 +00:00
Ben Jabituya 772c15158c
Create hrmexp.js 2021-01-05 21:15:40 +00:00
Ben Jabituya 8a2cc6fdde
Update app-icon.js 2021-01-05 21:07:35 +00:00
Ben Jabituya f522bdd9fb
Update app-icon.js 2021-01-05 21:06:14 +00:00
Ben Jabituya 8b36a3d231
Update README.md 2021-01-05 20:46:11 +00:00
Ben Jabituya 6fee0d6515
Add files via upload 2021-01-05 20:37:21 +00:00
Ben Jabituya d2eddb3e15
Delete app-icon.png 2021-01-05 20:36:29 +00:00
Ben Jabituya b1f5f9987b
Update app-icon.js 2021-01-05 20:29:25 +00:00
Ben Jabituya 3bbaa09328
Add files via upload 2021-01-05 20:25:33 +00:00
Ben Jabituya d23599941f
Delete app-icon.png 2021-01-05 20:25:17 +00:00
Ben Jabituya 02db690c2f
Add files via upload 2021-01-05 20:24:29 +00:00
Ben Jabituya 034a3896eb
Delete app-icon.png 2021-01-05 20:24:16 +00:00
Ben Jabituya 2deb852c37
Update app-icon.js 2021-01-05 20:22:01 +00:00
Ben Jabituya b6bfeaf43f
Update app-icon.js 2021-01-05 20:10:39 +00:00
Ben Jabituya 6891d701c0
Update app-icon.js 2021-01-05 20:07:58 +00:00
Ben Jabituya db3eb8985a
Add files via upload 2021-01-05 19:04:50 +00:00
Gordon Williams e0a8664745 activepedom 0.05: Fix default step/distance display if it hasn't been set up first 2021-01-05 12:10:10 +00:00
Gordon Williams c9afa66dde bump version 2021-01-04 09:40:09 +00:00
Gordon Williams e5423d52d2
Merge pull request #622 from jabituyaben/master
new app and slight tidy up of HRV app for app loader display
2021-01-04 09:39:11 +00:00
krichtof 6156c7a328
Improve readibility to README.md 2021-01-03 21:40:40 +01:00
Ben Jabituya 13532913cf
Update app.js 2021-01-02 22:53:01 +00:00
Ben Jabituya 954463ebce
Update README.md 2021-01-02 21:17:51 +00:00
Ben Jabituya a590a2e7d3
Update app.js 2021-01-02 21:11:34 +00:00
Ben Jabituya aab2939011
Update README.md 2021-01-02 21:10:48 +00:00
Ben Jabituya 2f19405939
Update app-icon.js 2021-01-01 16:26:31 +00:00
Ben Jabituya 29de8d0e2c
Update app-icon.js 2021-01-01 16:21:19 +00:00
Ben Jabituya 6a27500606
Update app-icon.js 2021-01-01 16:16:27 +00:00
Ben Jabituya 1f5b506277
Update app-icon.js 2021-01-01 16:14:54 +00:00
Ben Jabituya 53b9c49d8e
Update app-icon.js 2021-01-01 16:04:32 +00:00
Ben Jabituya f7ca693ff4
Merge pull request #3 from espruino/master
update
2021-01-01 15:51:51 +00:00
Ben Jabituya ac5aec96ea
Update README.md 2021-01-01 15:23:32 +00:00
Ben Jabituya d97c410065
Create README.md 2021-01-01 00:04:01 +00:00
Ben Jabituya e2133409b8
Update app.js 2020-12-31 23:53:04 +00:00
Ben Jabituya da54165bf8
Update app-icon.js 2020-12-31 23:50:36 +00:00
Ben Jabituya ed7beee012
Add files via upload 2020-12-31 23:48:09 +00:00
Ben Jabituya 2618b181df
Update app-icon.js 2020-12-31 23:47:20 +00:00
Ben Jabituya 57fc9fb841
Update app-icon.js 2020-12-31 23:46:26 +00:00
Ben Jabituya 7612e7ca7d
Update app-icon.js 2020-12-31 23:42:03 +00:00
Ben Jabituya 11ae7aed09
Update app-icon.js 2020-12-31 23:40:24 +00:00
Ben Jabituya 835519e62d
Create app-icon.js 2020-12-31 23:38:47 +00:00
Ben Jabituya a522906515
Delete app-icon.png 2020-12-31 23:35:25 +00:00
Ben Jabituya 7eb18efe6f
Add files via upload 2020-12-31 23:28:29 +00:00
Ben Jabituya 7df6e6748a
Delete icon.png 2020-12-31 23:28:04 +00:00
Ben Jabituya 6d555a9bb5
Add files via upload 2020-12-31 23:27:10 +00:00
Ben Jabituya 5882bf6002
Create app.js 2020-12-31 23:25:22 +00:00
Gordon Williams 0782599dc3
Merge pull request #619 from jeffmer/master
Desktop Style Launcher App
2020-12-31 10:56:46 +00:00
Gordon Williams e1c3895d00
Merge pull request #614 from jamespsteinberg/master
Hardalarm App
2020-12-31 10:55:28 +00:00
Gordon Williams 09212e8f8b tweak 2020-12-31 09:40:11 +00:00
Ben Jabituya 79866374b6
Update app.js
updated so that now it takes readings every 3 minutes in continous mode and also the sample range has been extended to 30 seconds rather than just 20
2020-12-29 17:01:47 +00:00
Ben Jabituya 948f98689b
Update README.md 2020-12-29 16:54:56 +00:00
Ben Jabituya 3f1f81e26e
Update app.js 2020-12-28 23:30:03 +00:00
Ben Jabituya 9c4fcb0bf6
Update app.js 2020-12-28 23:24:17 +00:00
Ben Jabituya c8cdf14f3c
Update README.md 2020-12-28 19:13:39 +00:00
Ben Jabituya b9abcb8702
Create README.md 2020-12-28 18:58:07 +00:00
Ben Jabituya d4bce16f8b
Update app.js 2020-12-28 18:57:00 +00:00
Ben Jabituya 5ec51b19ed
Create ChangeLog 2020-12-28 18:55:54 +00:00
Ben Jabituya e14d046071
Update app.js
updated with declutter and additional options
2020-12-28 18:53:17 +00:00
jeffmer 57907b0e6f Merge branch 'master' of https://github.com/espruino/BangleApps 2020-12-28 11:01:25 +00:00
jeffmer b119494492 Add dtlaunch 2020-12-28 10:51:40 +00:00
jamespsteinberg@gmail.com 369d076745 add hardalarm 2020-12-25 21:41:09 +08:00
Ben Jabituya 8dfa115854
Rename HRV-icon.js to app-icon.js 2020-12-21 11:26:48 +00:00
Ben Jabituya 04a806bd3a
Rename HRV.js to app.js 2020-12-21 11:25:39 +00:00
Ben Jabituya 1d502425f9
Create HRV-icon.js 2020-12-21 11:05:13 +00:00
Ben Jabituya c00328b3f2
Delete hrv-icon.js 2020-12-21 11:04:53 +00:00
Ben Jabituya bfcb3753d4
Create hrv-icon.js 2020-12-21 11:04:34 +00:00
Ben Jabituya c1e7829c7a
Add files via upload 2020-12-21 11:00:37 +00:00
Ben Jabituya b06aa60321
Create HRV.js 2020-12-21 10:48:30 +00:00
OmegaRogue fde47a16eb
Update app.json for hotfix 2020-12-17 11:58:55 +01:00
OmegaRogue f5d0c36290
Bump Version for hotfix 2020-12-17 11:52:05 +01:00
OmegaRogue 40d818f38f
Hotfix for icon 2020-12-17 11:48:32 +01:00
OmegaRogue 35e8ea29a1
Bump up Version from previous commit 2020-12-17 11:43:29 +01:00
OmegaRogue 0f32b7804c
Fix DANE Icon 2020-12-17 11:40:34 +01:00
OmegaRogue 8908f3b77e
Merge pull request #20 from espruino/master
Pull from Upstream
2020-12-17 10:45:26 +01:00
Gordon Williams d131d5dc4d Update changelog for last commit 2020-12-14 08:45:57 +00:00
Mark Hoekstra ad9c170f78 Use correct variable for secondary timezone fontsize 2020-12-11 12:17:38 -07:00
Mark Hoekstra 472ede6f38 Comment out mocks 2020-12-11 11:13:38 -07:00
Mark Hoekstra f6161942c8 Add testing code, refactor for loop 2020-12-11 11:13:26 -07:00
Mark Hoekstra ea361c6a78 Larger format for single secondary timezone 2020-12-11 09:27:22 -07:00
jeffmer 3f0617754e Fix magnav font size 2020-12-09 15:10:06 +00:00
jeffmer fdb058e604 add timdat clock and fix font sizes 2020-12-09 14:58:39 +00:00
OmegaRogue 1cee2ce4e7 Updated Changelog 2020-12-09 15:18:33 +01:00
OmegaRogue 8d661b0679 Add Icon for Dane Launcher 2020-12-09 15:15:41 +01:00
OmegaRogue 3a36580ee4 Add Icon for Dane Launcher,
Improve Icon for Dane
add dane_arwes module
2020-12-09 14:56:20 +01:00
OmegaRogue dbf68a8208 Merge remote-tracking branch 'origin/develop' into develop 2020-12-09 14:53:03 +01:00
OmegaRogue f5e57c1805
Merge pull request #19 from espruino/master
Update from Upstream
2020-12-09 14:52:02 +01:00
OmegaRogue 15d51d5272 Optimized Battery display 2020-12-09 14:24:14 +01:00
OmegaRogue 0da99ce3ff Optimized Battery display 2020-12-09 14:24:02 +01:00
OmegaRogue 3d6cba0925 Optimized Battery display 2020-12-09 14:19:57 +01:00
OmegaRogue 51032cfcc6 Update Changelog 2020-12-08 23:05:37 +01:00
OmegaRogue e23fc7630d change Arwes methods to the new ones 2020-12-08 23:03:26 +01:00
OmegaRogue a2c260a1ec change the require statements to point to the configured module source 2020-12-08 19:07:09 +01:00
OmegaRogue 9b75699fba Move DANE Apps shared code to Arwes module (from forked docs for now) 2020-12-08 18:53:24 +01:00
Gordon Williams 6a63a6ea47 fileman 0.02: Improve handling of large amounts of files (fix #579) 2020-12-08 16:41:24 +00:00
Gordon Williams 30f66a8775 Add gpsrec app to Settings menu 2020-12-08 16:10:23 +00:00
Gordon Williams 947731a129 openstmap: Show currently active gpsrec GPS trace (fix #395) 2020-12-08 15:56:53 +00:00
Gordon Williams b3e12df673 openstmap: 0.04: Move map rendering to a module (fix #396)
gpsrec: 0.14: Now use the openstmap lib for map plotting
2020-12-08 15:40:15 +00:00
Gordon Williams 4dc6ea864c remove custom progress bar - bangle loader does this now automatically 2020-12-08 15:23:53 +00:00
Gordon Williams 23aa25dbef tweaks - sort out activity handling when HRM=false (default), add README 2020-12-08 14:41:38 +00:00
Gordon Williams 9a3b203429 gadgetbridge: 0.18: Added reporting of step count and HRM (new Gadgetbridges can now log this) 2020-12-08 14:13:01 +00:00
Gordon Williams 322880510e
Merge pull request #606 from OmegaVoid/develop
Add Dane Touch Launcher
2020-12-08 08:19:50 +00:00
OmegaRogue 5f4a250ff7 Add Low Res Support 2020-12-07 23:28:11 +01:00
Gordon Williams bd76e1d98e minor tweak to make lint happy 2020-12-07 09:01:04 +00:00
Gordon Williams 15ee6212b8 Fix en_IN speed, add NAV icons 2020-12-07 08:59:29 +00:00
OmegaRogue ac21688221 Add frames to DANE Touch Launcher 2020-12-06 18:30:18 +01:00
OmegaRogue 90925d91da remove dane_cfg for now 2020-12-06 17:35:29 +01:00
jeffmer 85d23d3db9 update gpsnav to use locale + add en_NAV 2020-12-05 10:41:50 +00:00
OmegaRogue 9e73c4e9b1 Merge remote-tracking branch 'upstream/master' into develop 2020-12-04 14:23:10 +01:00
OmegaRogue cdd4e6a8cc Added DANE Settings 2020-12-04 14:08:09 +01:00
OmegaRogue 9442dedb1f DANE Toucher: Disable default debug mode 2020-12-04 11:06:00 +01:00
OmegaRogue 79888982fc rename folder to match id 2020-12-04 10:59:26 +01:00
OmegaRogue 5d624d2880 DANE Style version of Touch Launcher 2020-12-04 10:54:36 +01:00
Gordon Williams 3db0b02f05
Merge pull request #604 from OmegaVoid/develop
Refactoring, Improved Description
2020-12-04 09:11:01 +00:00
OmegaRogue 2d82d8dbfe Refactoring, Improved Description 2020-12-03 22:03:56 +01:00
Gordon Williams 49f0b8841d Manually merge gmeter from https://github.com/espruino/BangleApps/pull/602 2020-12-03 15:19:24 +00:00
Gordon Williams 5f5561e433 Copy just swlclk from https://github.com/espruino/BangleApps/pull/601 - also fix the sanity test issues 2020-12-02 16:02:55 +00:00
Gordon Williams 48beacf017 Use HRM data and calculations from Bangle.js (don't access hardware directly) 2020-11-30 11:51:03 +00:00
Gordon Williams b3e35726c5 gpsrec: Increase GPS recording accuracy by one decimal place
Ensure default time period is 10

from http://forum.espruino.com/conversations/356940
2020-11-25 09:09:20 +00:00
Gordon Williams 4517f202b1 Turn indent warnings off - nobody seems to care about this, and it just stops us seeing actual useful warnings 2020-11-24 08:18:15 +00:00
Gordon Williams 2824cba526 Remove tabs 2020-11-24 08:16:53 +00:00
Gordon Williams c27eefcc02 fix build/upload errors caused by non-evaluatable js files 2020-11-23 16:10:51 +00:00
abhigkar dc4274037e
Demo image added 2020-11-19 20:23:06 +00:00
abhinavgolwalkar 1551d9e7a9 update read me 2020-11-19 20:11:27 +00:00
abhinavgolwalkar 6eca09e917 app added 2020-11-19 20:02:27 +00:00
Gordon Williams c1bc4a4a5b
Merge pull request #598 from Fscked-In-The-Head/master
Cosmetic changes to rpgdice
2020-11-19 08:10:02 +00:00
Gordon Williams 3110d6df4f use locale for temp 2020-11-18 10:27:11 +00:00
Gordon Williams afb6ab3669 Add Tilt Hydrometer app 2020-11-18 10:11:24 +00:00
Fscked-In-The-Head e50e6896ad
Update ChangeLog 2020-11-17 20:39:37 -08:00
Fscked-In-The-Head d74c9d86ff
Change colours based on final roll result
Changed text colour to grey while bouncing, changing to white on final bounce except for critical rolls. Critical hit is red text on black, critical miss is black text on red.
2020-11-17 20:38:58 -08:00
Gordon Williams 5fc5b83102 add new bluetoothdock app 2020-11-17 12:31:56 +00:00
Gordon Williams 24c84f9ba6 add GPS Time Server 2020-11-16 09:18:49 +00:00
Gordon Williams ae5b7ba7b9 Bump for b65b73ed4b 2020-11-16 09:17:33 +00:00
Gordon Williams b65b73ed4b
Merge pull request #594 from Fscked-In-The-Head/patch-1
Added maidenhead readout
2020-11-16 09:16:21 +00:00
Gordon Williams 9520a2d994
Merge pull request #590 from deltam/fix_datePattern_and_temperature_en_JP
Fix datePattern and temperature of locale.en_JP
2020-11-16 09:13:11 +00:00
Gordon Williams 82379b6edc bump version based on 7150408623 2020-11-16 09:12:22 +00:00
Fscked-In-The-Head 756839f534
Update gps-info.js 2020-11-15 12:39:04 -08:00
Fscked-In-The-Head 1adc23377a
Added maidenhead readout
I wrote a new function specifically to calculate maidenhead squares on Bangle.js.
2020-11-15 12:27:12 -08:00
Fscked-In-The-Head 6ece6931d8
Negative numbers and touch functionality
Added the ability to count down (including going negative), and touchscreen input.
2020-11-14 14:39:34 -08:00
Fscked-In-The-Head 04ca435ec7
Created ISOClock 2020-11-14 09:49:31 -08:00
Fscked-In-The-Head 3bceda7f27
Create ChangeLog 2020-11-14 09:48:37 -08:00
MISUMI Masaru 70850db7ad Fix temperature of locale.en_JP 2020-11-14 09:24:43 +09:00
MISUMI Masaru fe1c5962cc Fix datePattern of locale.en_JP 2020-11-14 09:24:25 +09:00
jonathan 326eb7b764 Don't clear all intervals during initialisation of Large Clock 2020-11-12 18:53:41 +00:00
Nico Kaiser 51c5eaa201 ncrclk: fix seconds display 2020-11-09 10:49:56 +01:00
Nico Kaiser feaf011bee Add a watch face and a widget for NodeConf Remote 2020-11-09 10:49:52 +01:00
Gordon Williams baf2ae0ada quick tweak 2020-11-06 12:20:02 +00:00
Gordon Williams 59afadc55a Added smartibot controller to allow controlling the Smartibot robot from Bangle.js 2020-11-06 12:02:49 +00:00
Gordon Williams 5feb3c6113 miplant: Adjust alignment for >1 device found 2020-10-28 15:17:56 +00:00
Gordon Williams d0082775c5 bootloader: Stop LCD timeout being disabled on first run (when there is no settings.json) 2020-10-28 13:26:01 +00:00
Gordon Williams 1f2ccce17b petrock: Ensure eyes are white even if a widget (eg Bluetooth) changes the draw color 2020-10-28 08:51:41 +00:00
singintime 021a96cb4d petrock v0.01 2020-10-27 15:53:01 +01:00
Gordon Williams 2671800943 Merge branch 'master' of github.com:espruino/BangleApps 2020-10-23 15:49:27 +01:00
Gordon Williams 117bfd52b3 Skip double buffering, use 240x240 size 2020-10-23 15:49:16 +01:00
Fscked-In-The-Head a1d7a5480d
Spelling
Corrected lose message grammar. Should be "Loser", not "Looser".
2020-10-22 14:19:19 -07:00
Gordon Williams 51d699d6dd Added automatic charge animation 2020-10-22 17:02:35 +01:00
Gordon Williams 0ec2bad835 bledetect: Ensure manufacturer:undefined doesn't overflow screen 2020-10-21 14:05:21 +01:00
Gordon Williams 02640f2aa1 tweak 2020-10-21 09:19:10 +01:00
Gordon Williams 192e45e5aa minor tweak 2020-10-21 09:13:24 +01:00
Gordon Williams d7cf959bab accelrec: Increase record time to 5 second
Calculate the time moving in graph display
      Trigger on 1.04g now, and record 10 samples before trigger
2020-10-21 09:09:51 +01:00
marko 951490ea54 Add icon 2020-10-16 14:45:35 -04:00
marko e757fd07c1 Merge remote-tracking branch 'upstream/master' 2020-10-16 14:37:40 -04:00
marko bbb3bca5a2 First commit, app Mandel 2020-10-16 14:37:32 -04:00
Gordon Williams c95069a5b6 mywelcome: Add birthday style 2020-10-16 11:42:33 +01:00
Gordon Williams 86b82d3ae8 Merge branch 'master' of github.com:espruino/BangleApps 2020-10-16 10:19:23 +01:00
Gordon Williams 991cd17f00 simpletimer: Fix buzz regression from 0.06 2020-10-16 09:34:48 +01:00
Malte Kiefer 7ab729ec7f
Update ChangeLog 2020-10-16 07:34:53 +02:00
Malte Kiefer 2eb134a8f0
added leading zero to hours and minutes 2020-10-16 07:33:29 +02:00
Gordon Williams 624bc9d604 minor tweaks 2020-10-15 17:36:22 +01:00