Skip to content

Releases: adsamcik/Tracker-Android

v2024.2

15 Jul 17:33
892bc2b
Compare
Choose a tag to compare
  • Fixes automatic tracking based on activity
  • Fixes dashboard on Android 14+
  • Updates dependencies

v2024.1

07 Jul 10:37
e8586ad
Compare
Choose a tag to compare

What's Changed

  • Removed crashlytics
  • Updated dependencies

2023.1

30 May 18:11
03ab69e
Compare
Choose a tag to compare
Merge pull request #215 from adsamcik/2023.1

2023.1

2021.1

13 Dec 09:22
38d9709
Compare
Choose a tag to compare

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

20 Sep 08:28
24e124a
Compare
Choose a tag to compare

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

14 Nov 10:25
Compare
Choose a tag to compare

Last version with online support

04 Apr 19:09
Compare
Choose a tag to compare
Pre-release

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

12 Apr 12:02
Compare
Choose a tag to compare
6.0Beta

Fixed multiple issues

Last java version

26 Nov 19:43
900313a
Compare
Choose a tag to compare

This is the last release that is purely in java