Commit Graph

7179 Commits (fbdc932bd26157dcb565d8f62e26bc219a504c0a)

Author SHA1 Message Date
Richard de Boer fbdc932bd2
qmsched: use Bangle.CLOCK instead of __FILE__ 2022-01-13 10:54:46 +01:00
Gordon Williams fd1511d7c6
Merge pull request #1281 from benjarn/agps_select_gnss
Select which GNSS system to use
2022-01-13 09:28:21 +00:00
Gordon Williams 482a6f4eee oops - copy/paste error 2022-01-13 09:22:57 +00:00
Gordon Williams b81a0f5ae1 Merge branch 'master' of github.com:espruino/BangleApps 2022-01-13 09:21:45 +00:00
Gordon Williams 5257a78f55 docs 2022-01-13 09:21:40 +00:00
Gordon Williams 73bd8e5b17 add accelgraph 2022-01-13 09:21:33 +00:00
Gordon Williams 7af90cf8d1
Merge pull request #1283 from rigrig/qmsched-theme
qmsched: theme switching
2022-01-13 08:36:14 +00:00
Gordon Williams 34b97314ee
Merge pull request #1287 from hughbarney/master
Simple Pedometer and Lato Pedometer
2022-01-13 08:32:36 +00:00
Gordon Williams ba3ad2a6f6
Merge pull request #1286 from halemmerich/bthrm_fixmultireadings
BTHRM - Prevent mixed readings from both sensors
2022-01-13 08:31:42 +00:00
Gordon Williams 82d2698266
Merge pull request #1288 from DDDanny/anton-clock-0.06
Anton clock 0.06 - fixes #1271
2022-01-13 08:30:49 +00:00
Gordon Williams f8296bdb1e
Merge pull request #1279 from thedod/ftclock-0.02
RAM efficient version of `fourTwentyTz.js`
2022-01-13 08:30:14 +00:00
Danny 6098af08b8 removed two log statements 2022-01-13 01:02:02 +01:00
Danny b9031b1844 settings txt weeknumber was to long 2022-01-13 00:06:49 +01:00
Danny 223f6b6b81 fixes #1271 & some code rework
+ moved settings-helper method def to load settings method
+ settingsfile as const
+ isBangle1 via HWVERSION==1
2022-01-12 23:57:44 +01:00
hughbarney 60bb06a655 Simple Pedometer and Lato Pedometer widgets 2022-01-12 22:46:16 +00:00
hughbarney a98a6015b1 Simple Pedometer and Lato Pedometer widgets 2022-01-12 22:45:42 +00:00
Martin Boonk 56e33ed98b Bump version and changelog 2022-01-12 23:36:56 +01:00
Martin Boonk 9aba113acb Show actual source for HRM event 2022-01-12 23:36:56 +01:00
Martin Boonk e0a4cea3b8 Explicit call to setBTHRMPower is not needed 2022-01-12 23:36:56 +01:00
Martin Boonk b02befe3dd Record empty string if no value instead of 0 2022-01-12 23:36:56 +01:00
Martin Boonk 92139253be Set src property if emitting an event 2022-01-12 23:36:56 +01:00
Martin Boonk 225c5566cd Move previously registered HRM listener over if needed 2022-01-12 23:36:56 +01:00
Richard de Boer 0b455f921c
qmsched: set minutes in 5-min steps 2022-01-12 19:53:41 +01:00
Richard de Boer 73062edf83
qmsched: switch theme
fixes #1266
2022-01-12 19:53:41 +01:00
Marcus Olsson fa07467c42 Select which GNSS system to use
fewer GNSS systems could decrease time to fix.
This patch adds a checkbox for each choice.
2022-01-12 18:39:28 +01:00
The Dod 1c8083ba6e Remove a `;` that was disturbing Travis
Also make `fourTwentyTz.js` sorted
(to minimize diffs in the future).
2022-01-12 19:36:27 +02:00
The Dod 9691d0bb04 RAM efficient version of `fourTwentyTz.js`
As suggested by @gfwilliams here:
https://github.com/espruino/BangleApps/pull/1152#issuecomment-1009739110

Also make `apps.json` entry more accurate, and play nice with dark theme.
2022-01-12 19:19:16 +02:00
Gordon Williams 910c3c0b5b add screenshot, minor tweaks 2022-01-12 15:59:30 +00:00
Gordon Williams 12254e06f3 Add 'run' app 2022-01-12 15:46:38 +00:00
Gordon Williams 4c193b3fd1 Try and locate the map more accurately 2022-01-12 14:21:18 +00:00
Gordon Williams 1f744e8949
Merge pull request #1275 from myxor/osm_searchbox
OpenStreepMap custom: Add leaflet geosearch control
2022-01-12 13:58:38 +00:00
Marco Heiming f1a3601b2c Add leaflet geosearch control 2022-01-12 14:54:21 +01:00
Gordon Williams 55c0a37fc3 comments 2022-01-12 13:37:45 +00:00
Gordon Williams 5ea2cf8b56 settings 0.41: Stop users disabling all wake-up methods and locking themselves out (fix #1272) 2022-01-12 13:37:39 +00:00
Gordon Williams ad92c1afd9 Merge branch 'master' of github.com:espruino/BangleApps 2022-01-12 13:02:45 +00:00
Gordon Williams 0b742e4ff1 assistedgps 0.02: Update to work with Bangle.js 2 2022-01-12 13:02:39 +00:00
Gordon Williams 1e420d2ddc
Merge pull request #1269 from peerdavid/master
[LCARS clock] Adds humidity to datapoints.
2022-01-12 11:06:50 +00:00
Gordon Williams a650e5b4f2 Merge branch 'master' of github.com:espruino/BangleApps 2022-01-12 11:05:42 +00:00
Gordon Williams fc8e089fbe improve sanity checking - no false warnings for apps files with `supports` field 2022-01-12 11:05:27 +00:00
Gordon Williams 569c5f9e2b Add LANG tags to settings for translations 2022-01-12 10:59:02 +00:00
Gordon Williams ea44abb791 android 0.06: Option to keep messages after a disconnect (default false) (fix #1186) 2022-01-12 10:58:47 +00:00
Gordon Williams 044fa45381
Merge pull request #1270 from myxor/banglexercise
BanglExercise
2022-01-12 10:48:47 +00:00
Marco Heiming ffcdcbce6b Rename "recording" to "training" (because there is no recording for now) 2022-01-12 11:24:04 +01:00
Marco Heiming 4b8490645d Fix typo and disable debug logging 2022-01-12 10:31:05 +01:00
Marco Heiming 3e6cfc95a9 Improve layout and add exit menu item 2022-01-12 10:27:39 +01:00
Gordon Williams 5e353b6755 messages : If showMessage called with no message (eg all messages deleted) now return to the clock (fix #1267) 2022-01-12 09:14:33 +00:00
Gordon Williams eed2d521e3
Merge pull request #1268 from DDDanny/devstopwatch-app-0.04
Devstopwatch app 0.04 - fixes #1157
2022-01-12 08:23:05 +00:00
Gordon Williams aa8a1076ba
Merge pull request #1246 from rigrig/messages-improvements
messages improvements
2022-01-12 08:02:04 +00:00
David Peer 2e564e0691 Created V0.12 2022-01-12 07:20:52 +01:00
David Peer dfd04df0f3 Fixed weather 2022-01-12 07:20:08 +01:00