Releases: adsamcik/Tracker-Android
v2024.2
v2024.1
2023.1
2021.1
Add effort points earned with activity
Add goals (for steps only now, will be expanded in future update)
Add paged scrolling in session list (session list no longer show just 30 days of sessions)
Target Android 12
Rewritten import and export to support Android 10+
Add logging
Implemented statistics caching
GPX is now supported on Android 5 and newer (was Android 8+)
Removed external storage permissions as they are no longer needed
And many more improvements
2020.1
Add new statistics system (replacing old inplace) the new system has multi-threaded support, caching and more
Improved heatmap to ignore very recent updates to position (so the heatmap is not artificially increased).
Add basic support for Android R (not everything is supported yet, because of a lot of work required and dependencies that do not yet support it). It should mostly work though.
Add new options to settings.
Reworked sliders
Updated more dialogs to use modern dialog style with style updates
Updated permission system that asks for permissions a little better
Replaced activity intent service with broadcast receiver (intent service is deprecated)
Add new loading splash screen to make transition to activities that take longer to load nicer.
Style update should no longer wait a frame causing blinking
Updated styles for several components
Add new summary stats
Updated dependencies
Rewritten style updating to be more reliable
Fixed several style update issues
Improved documentation
And more...
2019.1 - First stable release
version bump
Last version with online support
The future releases will be purely offline. This was done because over time it became apparent, that maintaining both server and app is way too much work and is difficult to balance. Also changes to the Android API that limit Wi-Fi collections are another reason for this change.
Last version with Standard design
6.0Beta Fixed multiple issues
Last java version
This is the last release that is purely in java