Bug fix for activity reporting

Added 'has' clauses around additional ActivityMonitor.Info fields that are not present on all devices.
This commit is contained in:
Philip Abbey
2024-08-24 12:28:54 +01:00
parent 769731bff2
commit 5558e25bda
2 changed files with 46 additions and 38 deletions

View File

@ -29,3 +29,4 @@
| 2.14 | Cautionary bug fix for the background service code where refactorisation spoilt some API level guard clauses. |
| 2.15 | Better support for templates by isolating erroneous returns and marking the menu item. |
| 2.16 | Bug fix for lack of phone connection when starting the application. Includes new activity reporting features from [KPWhiver](https://github.com/KPWhiver) covering steps, heart rate, floors climbed and descended, and respiration rate. |
| 2.17 | Bug fix for reporting activity metrics that are not found on some devices. |