I installed the latest version, but I still have an issue with the time... it starts with 17:00:00, see screenshot... I'm located in Costa Rica, which is GMT-6...
First of all to adapt the notifications to the new versions of Android
The way of formatting the time that gave errors in previous versions has been modified
The management of the database is no longer carried out by the service and is carried out from the application itself in the aia file, there is an example of how to do it.
Due to this the following blocks disappear:
The following blocks also disappear because they are no longer needed
The extension no longer uses WAKE_LOCK, to manage Doze mode, and needs Battery usage to be "Unrestricted" so that no steps are missed.
At the beginning of the App, a dialog box will open for you to manage this theme and will take you to its corresponding configuration
New blocks have been added to facilitate making a sports application
With these two blocks, it allows the application to notify us in a spoken way every X steps of the steps and time we have taken, as well as of each kilometer or mile traveled
The pedometer does not count (does not increment steps); Time does not increment. It is just not working. The problem just might be the A13. Previous versions 'worked' with missed steps and time issues.
Because if you don't do it at a certain time android sleeps the service and stops counting steps, if you put it "No Restrictions" android never sleeps the service, battery consumption is insignificant
But disabling battery optimization is not allowed in the Play Store.
You can try looping and playing a silent (short) sound with the Player component to prevent Doze mode using a Foreground service.
All devices behave unfortunately, the stock android devices run fine, but some devices does not, they stop any kind of foreground service within 12 - 11 hours even if high priority is set.