de mobiele Fitbit-app
Port of my Pebble watchface of the same name.
An english only textual representation of 12-hour watch face with configurable colors.
Source now available at https://github.com/sovanyio/SlidingText
Changelog:
2022-10-13 1.3.1
- Fixes bug for OS5 watches where settings did not save
2022-09-21 1.3.0
- Add OS 5 support
- Toggle short 'oh'
2020-05-14 1.2.0
- Update SDK to latest
- Add support for Versa 2
2019-07-14 1.1.5
- Fix settings not working at all
2018-09-20 1.1.4
- Fix settings not being set after reorganization for github
2018-09-18 1.1.3
- Fix date truncation on Ionic
2018-06-13 1.1.2
- Save settings on the watch to reduce battery usage of previous solution
- Improve reinit with non default settings
2018-06-01 1.1.1
- Fix issue with settings not working correctly due to dev env differences
2018-05-28 1.1.0
- Battery bar is now toggleable
- Battery bar has a dim option (25% opacity of foreground into background)
- Step icon now uses fitbit foot icon
- Battery reporting is fuzzy for values over 50%. -> Math.ceil(Value / 10) * 10;