Skip to content

Releases: SecUSo/privacy-friendly-pedometer

Pedometer (Privacy Friendly) v3.1.0

23 Jan 11:46
e3343a1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.0.1...v3.1.0

Pedometer (Privacy Friendly) v3.0.1

01 Feb 14:00
Compare
Choose a tag to compare
  • 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

06 Sep 08:33
41eca8d
Compare
Choose a tag to compare

What's Changed

  • Reworked step detection
  • added permission check and fixed pending intent flags by @Kamuno in #105
  • Added correct icons by @Kamuno in #106
  • added new fastlane info by @Kamuno in #107
  • Fixed many smaller issues

Full Changelog: v2.4...v3.0.0

Pedometer (Privacy Friendly) v2.4

12 Jul 20:11
Compare
Choose a tag to compare
  • 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

09 Jul 11:56
Compare
Choose a tag to compare
  • Updated Service backend to work on newer Android versions
  • Dependency updates

Pedometer (Privacy Friendly) v2.2

02 Jul 16:08
Compare
Choose a tag to compare

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

07 Mar 20:53
Compare
Choose a tag to compare
  • Minor Bug Fixes
  • Manifest refinement

Privacy Friendly Pedometer v1.0.4

23 Dec 20:11
Compare
Choose a tag to compare

Privacy Friendly Pedometer v1.0.3

14 Dec 21:08
Compare
Choose a tag to compare
  • Minor Bug Fixes
  • Welcome dialog replaced with tutorial
  • Downgrade to Android 6.0.1

Privacy Friendly Pedometer v1.0.2

17 Nov 17:50
Compare
Choose a tag to compare
  • Design adjustments
  • Minor bug fixes