1
0
Fork 0
Commit Graph

8 Commits (26f43a787ae180bd00ea1c345fe6aa2a36cbb746)

Author SHA1 Message Date
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
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
Richard de Boer 03246fdc85 gbridge: minor fixes
IDE kept complaining about unused constant & unsafe comparisons
2020-05-29 10:41:19 +02:00
Richard de Boer 855186f7c9 gbridge: improve settings handling
No need to keep them in memory after reload() is done
2020-05-29 10:37:44 +02:00
Richard de Boer fa692c4d8e gbridge: Fix setting to show/hide icon
Don't reload all widgets: just change this one and redraw
2020-05-29 00:05:26 +02:00
Richard de Boer 631abb812e gbridge: Add setting to show/hide icon 2020-05-28 23:27:10 +02:00
Richard de Boer 27c02f05e4 Gadgetbridge: move config to settings menu
gbridge: remove `gbridge.app.js` from `apps.json`

This file no longer exists, so don't mention it anymore.
2020-04-06 21:52:56 +02:00