Commit Graph

16922 Commits (324007b4dd9a9cd2f2c9099b509d59222e6e4738)

Author SHA1 Message Date
Gordon Williams 63787082a6
Merge pull request #2952 from halemmerich/gpstrek
Gpstrek
2023-08-07 08:29:09 +01:00
Martin Boonk a6ef1067bf gpstrek - Reset compass samples on turning it off 2023-08-07 08:18:40 +02:00
Martin Boonk 811174436d gpstrek - Bump version 2023-08-06 21:11:25 +02:00
Martin Boonk 20cfa16a6c gpstrek - Turn compass off when a fix is available 2023-08-06 21:11:25 +02:00
Martin Boonk 56cc982cbc gpstrek - Draw direction arrows on route 2023-08-06 21:11:25 +02:00
inhof009 a5073c2514
Update app.js 2023-08-06 14:56:10 -04:00
inhof009 373326265d
Update app.js 2023-08-06 14:55:20 -04:00
inhof009 e81b35a347
Update app.js 2023-08-06 14:52:15 -04:00
inhof009 2e594e47db
Delete usgs.png 2023-08-06 14:46:13 -04:00
inhof009 f8132e9d1b
Add files via upload 2023-08-06 14:45:53 -04:00
inhof009 06e030cd71
Delete usgs.img.png 2023-08-06 14:43:46 -04:00
inhof009 95c643a2ed
Add files via upload 2023-08-06 14:43:27 -04:00
inhof009 3b338197cf
Add files via upload 2023-08-06 14:42:10 -04:00
inhof009 82367d016b
Create ChangeLog 2023-08-06 14:37:54 -04:00
inhof009 e858408158
Create README.md 2023-08-06 14:37:24 -04:00
inhof009 6bc8e63ed8
Create metadata.json 2023-08-06 14:36:58 -04:00
inhof009 f83d3fb494
Added icon 2023-08-06 14:34:52 -04:00
inhof009 62083f34fb
Create usgs app 2023-08-06 14:33:20 -04:00
Martin Boonk f8e0baa7e1 gpstrek - Create settings 2023-08-06 20:29:58 +02:00
José Rebelo 9c8da97552 android: Allow alarm enable/disable 2023-08-06 00:23:40 +01:00
José Rebelo 6210f11149 android: Send fw and hw on connection 2023-08-04 23:13:31 +01:00
Gordon Williams 2e261b3a56
Merge pull request #2949 from bobrippling/chargerot-setting-read
chargerot: handle missing settings (e.g. first install)
2023-08-04 09:41:25 +01:00
Gordon Williams 31fb8f8d02 health 0.25: lib.read* methods now return correctly scaled movement
movement graph in app is now an average, not sum
      fix 11pm slot for daily HRM
2023-08-04 09:36:18 +01:00
Rob Pilling c5cf741df1 chargerot: handle missing settings (e.g. first install) 2023-08-03 18:12:38 +01:00
Gordon Williams b55d60befd more robust readfile 2023-08-03 14:35:18 +01:00
Gordon Williams 92eb60decd
Merge pull request #2945 from thyttan/kbswipe
kbswipe: Compat w backswipe on newer firmwares
2023-08-03 11:59:54 +01:00
Gordon Williams 2fb5fda75b
Merge pull request #2946 from thyttan/kbtouch
kbtouch: Compat w backswipe on newer firmwares
2023-08-03 11:59:38 +01:00
Gordon Williams b977a3357a
Merge pull request #2947 from thyttan/dragboard
dragboard: remove arguments to `catchSwipe`
2023-08-03 11:59:13 +01:00
Gordon Williams 8a4f99d337
Merge pull request #2948 from thyttan/draguboard
draguboard: remove arguments from `catchSwipe`
2023-08-03 11:59:05 +01:00
thyttan 7aaea32ebb draguboard: remove arguments from `catchSwipe` 2023-08-03 12:52:13 +02:00
thyttan 17fc4ccb61 dragboard: remove arguments to `catchSwipe` 2023-08-03 12:50:23 +02:00
thyttan 8ba3c68b59 kbswipe: Compat w backswipe on newer firmwares 2023-08-03 12:45:17 +02:00
thyttan 752dd852df kbtouch: Compat w backswipe on newer firmwares 2023-08-03 12:41:41 +02:00
Gordon Williams 184ebb1642
Merge pull request #2941 from nxdefiant/stopwatch
stopwatch touch: Fast Loading support
2023-08-03 09:57:05 +01:00
Gordon Williams 2127c8b891
Merge pull request #2942 from ticalc-travis/health_daily_movement
health: Correct calculation of daily summary for movement
2023-08-03 09:55:59 +01:00
Gordon Williams f0028dd8dd
Merge pull request #2940 from pavelmachek/merge_6
Sixth sense -- outdoor watch with GPS support.
2023-08-03 09:32:11 +01:00
Gordon Williams ce02cea296
Merge pull request #2939 from pavelmachek/merge_5
Allow zooming map in/out by clicking.
2023-08-03 09:26:34 +01:00
Gordon Williams 9cb1242825
Merge pull request #2938 from bobrippling/wid-edit-sort
wid_edit: restore alphabetical sort
2023-08-03 09:24:00 +01:00
Gordon Williams 85ee76c63e
Merge pull request #2900 from bobrippling/recorder-clockinfo
Recorder: add clockinfo
2023-08-03 09:23:30 +01:00
Gordon Williams 04e6318c03
Merge pull request #2936 from thyttan/draguboard
draguboard: Compat w backswipe on newer firmwares
2023-08-03 09:19:39 +01:00
Gordon Williams bfc388e16f
Merge pull request #2935 from thyttan/dragboard
dragboard: autoindent lib.js and fix ChangeLog
2023-08-03 09:18:30 +01:00
Gordon Williams cd3b08e235 0.19: Remove 'jit' keyword as 'for(..of..)' is not supported (fix #2937) 2023-08-03 09:07:24 +01:00
Pavel Machek d7424be12e Sixth sense -- outdoor watch with GPS support.
Add initial version of the application. I already use it a lot, as it
displays just the data I need. It can log GPS in power-saving mode,
which is useful on its own, and also makes GPS ready for use.
2023-08-02 17:01:08 +02:00
Pavel Machek ec836fca7e Allow zooming map in/out by clicking.
By simply clicking on screen instead of going to menu to zoom in/out,
navigation can be much quicker.
2023-08-02 13:50:49 +02:00
Travis Evans e94f420356 Correct calculation of daily summary for movement
- Heartrate was being summed from the DB instead of movement itself

- The daily average value was inadvertently being divided by 8
  relative the hourly data, resulting in very low precision
2023-08-01 16:14:55 -05:00
Rob Pilling 2023138295 wid_edit: restore alphabetical sort 2023-07-31 22:05:09 +01:00
Rob Pilling ecf85fe9b7 recorder: always show clkinfo
We can't tell whether Bangle.loadWidgets() might be called later,
so assume it does, and handle the case where it hasn't been.
2023-07-31 21:50:52 +01:00
Rob Pilling 701f8c7733 btadv: properly encode acc readings 2023-07-31 21:40:06 +01:00
Rob Pilling b61e4fb137 btadv: fix long uuid (characteristic) 2023-07-31 21:35:28 +01:00
Rob Pilling 19c0a9af08 btadv: generate JS 2023-07-31 21:30:34 +01:00