Releases: SecUSo/privacy-friendly-pedometer
Releases · SecUSo/privacy-friendly-pedometer
Pedometer (Privacy Friendly) v3.1.0
What's Changed
- Make correct widget size more reliable on API >=31 by @morckx in #124
- Translation to Polish language by @WaldiSt in #67
- Swedish translation by @bengan in #92
- Fix translations by @morckx in #125
- Upgrade target api and dependencies by @morckx in #129
- Add missing channel id in motivation notifications by @morckx in #133
- Fix
ApplicationTest.java
by @udenr in #136 - Add
ci.yml
workflow by @udenr in #137 - documentation: Added info re: Privacy Friendly Backup to README.md by @jahway603 in #135
New Contributors
- @WaldiSt made their first contribution in #67
- @bengan made their first contribution in #92
- @udenr made their first contribution in #136
- @jahway603 made their first contribution in #135
Full Changelog: v3.0.1...v3.1.0
Pedometer (Privacy Friendly) v3.0.1
- Fixes/improvements for storing the step counts in DB (Saving frequency from settings has more effect now)
- Various improvements to CSV exports (date+time, newer APIs)
- Fixed all linting errors (replaced getColumnIndex with getColumnIndexOrThrow)
- Added automated CI test to the project
Pedometer (Privacy Friendly) v3.0.0
Pedometer (Privacy Friendly) v2.4
- Made hardware step detection optional and opt-in since some devices are not compatible
- Added permission for physical activity (necessary from SKD 29+)
- Reduced sensor poll frequency for battery reasons
- Small fixes
Pedometer (Privacy Friendly) v2.3
- Updated Service backend to work on newer Android versions
- Dependency updates
Pedometer (Privacy Friendly) v2.2
Functionality:
- Added option to export to CSV file
- Added function to show current velocity
- Added function to change number count manually
- Added button for step counting start/stop
- Added widgets
- Added distance measurement function
- Incorporated Backup-API so backups with the Privacy Friendly Backup App can be made.
- Added Joule energy unit option
- Added support for hardware step counter
Other improvements:
- Extended Help section
- Added F-Droid description files
- Added changeable step threshold for counting
- French and German translation
- Updated code dependencies to AndroidX
- Crash fixes, bug fixes, improvements
Privacy Friendly Pedometer v1.0.5
- Minor Bug Fixes
- Manifest refinement
Privacy Friendly Pedometer v1.0.4
- Minor Bug Fixes
Privacy Friendly Pedometer v1.0.3
- Minor Bug Fixes
- Welcome dialog replaced with tutorial
- Downgrade to Android 6.0.1
Privacy Friendly Pedometer v1.0.2
- Design adjustments
- Minor bug fixes