Releases: fevieira27/MoveToBeActive
4.0.0 - SDK 4.1.2
- Updated to SDK 4.1.2 with Garmin bug fixes and new features.
- Added Support for the newly released D2 Mach 1 watch.
- Changed the threshold for battery icon color change, now it will turn yellow at 40% (instead of 30) and red at 20% (instead of 15).
- A lot of improvements in the code to reduce memory usage, which allowed the addition of all new features below and also reduced overall battery consumption.
- 8 new data fields were added (depending on the watch supporting each feature): Atmospheric pressure (mean sea-level or standard barometer read), Body Battery, Current Stress Level, Respiration Rate, Recovery Time in hours, Min/Max Temperature, Vo2 Max Run & Vo2 Max Cycle.
- Icons: Do Not Disturb (thanks Bram for the feedback) and Pulse Ox icons were replaced with improved versions, as well as new icons that were added for the 8 new data fields.
- The on-watch config menu was revamped, now split into 3 categories (instead of 2): Layout, Data Fields and Base Units.
- It is now possible to select a bigger font size for the data fields. I know that in some watches with lower resolution the bigger data field text might overlap with other items on the watch face, but that was the only way to implement a bigger font size. The user needs to adapt the data field to a better position (left top has the most space available, so use the biggest data field text on this location).
- New option available on the Base Units Menu to show battery in the estimated number of days until empty (instead of current percentage), if supported by watch.
- It is now possible to have accent colors (both from hands and hashmarks) being displayed when the screen is in Always On mode (AMOLED and LCD displays only) - available on the Layout Menu - thanks Collin (film003) for the feedback and for creating the majority of the code.
- Temperature will now become blue in case that is the minimum temperature forecasted for the day, or orange if that is the maximum. All other temperatures will still be displayed in white (as before).
Bug Fix:
- First attempt to fix a bug that would crash the watch face (IQ icon) on some watch models (i.e. Venu Sq) when no temperature was provided by the weather station, that happened only when the "feels like" option was selected (thanks Joseph for the feedback).
3.0.8 - Fenix 5 plus support and battery icon bug corrected
3.0.3 (4/Jan/22)
Added support to the newly launched watch Venu 2 Plus.
3.0.4 (5/Jan/22)
Fixed issue on button-based (non-touch) watches which caused a crash on the settings menu when the user reached end of list on a submenu (either layout or data).
3.0.5 (19/Jan/22)
Added support for Venu Sq, Venu Sq Music Edition, Fenix 7, Fenix 7S, Fenix 7X, Epix 2.
Corrected bug that would crash the watch face when the elevation data field was selected, but watch doesn't have a barometer sensor and no GPS data is available.
3.0.6 (21/Jan/22)
Updated to SDK 4.0.8 with Garmin bug fixes.
Improved code to prevent the unlikely chance of no weather information being provided to the watch would cause an error.
Fixed bug that was not showing the weather location on Venu Sq watches.
3.0.7 (30/Jan/22)
Added support for Fenix 5 Plus, Fenix 5S Plus and Fenix 5X Plus (don't support weather, location and temperature);
Updated to SDK 4.0.9 with Garmin bug fixes.
3.0.8 (31/Jan/22)
Fixed bug with battery icon in some watch models.
3.0.1 - Corrected bug with Fahrenheit
Temperature data was previously not being displayed when units were in Fahrenheit due to a formula issue.
3.0.0 - Code rework and one more data field location
- Added an extra data field by moving alarm and bluetooth icons to another position on the watch face (now next to DnD icon).
- Steps and Distance are now 2 distinct data fields with their own icons, so both can now be added together on the watch face.
- Added Weekly Intensity Minutes and Seconds as new data fields available in any of the 5 locations.
- Improvements on the positioning of all icons and data fields, which reduced memory usage, code length and will make future adjustments easier.
- Removed a bug that would show "null" when the temperature was not being returned by Garmin Weather API.
- Removed useless initial settings screen that was based on Garmin's Analog Sample code. Now it will go directly to MtbA settings and then back to watch face.
- Corrected issue where AMOLED watches would not see the data field icon on the settings menu.
- Adjusted colors of the Wind Speed icon to better reflect the Beaufort Scale.
- Reverted AOD to something similar to the previous version, as no battery improvements were perceived when using extremely low brightness.
- Added support for Venu Mercedes-Benz Edition and Descent MK2
2.1.0 - Major Update
Add files via upload
1.4.0 - Color zones for Precipitation and Humidity
Add files via upload
1.2.0 - Added Activity Length Type toggle
Update README.md
1.0.1 - Data Points Menu and Thicker Hands
Add files via upload
0.7.7 - Redesigned Settings Menu
Add files via upload
0.7.5 - Minor fixes
Add files via upload