Skip to content

Latest commit

 

History

History
172 lines (111 loc) · 7.49 KB

CHANGELOG.md

File metadata and controls

172 lines (111 loc) · 7.49 KB

Changelog

What's Changed

New Contributors

Full Changelog: https://github.com/SecUSo/privacy-friendly-pedometer/compare/v3.0.1...v3.1.0

Changes

  • 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

Changes

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: https://github.com/SecUSo/privacy-friendly-pedometer/compare/v2.4...v3.0.0

Changes

  • 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

Changes

  • Updated Service backend to work on newer Android versions
  • Dependency updates

Changes

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

Changes

  • Minor Bug Fixes
  • Manifest refinement

Changes

  • Minor Bug Fixes

Changes

  • Minor Bug Fixes
  • Welcome dialog replaced with tutorial
  • Downgrade to Android 6.0.1

Changes

  • Design adjustments
  • Minor bug fixes

Changes

Improvement of device support Improvement of help page

Changes

The Privacy Friendly Pedometer can count your steps in background, provides you an overview about your walked steps and allows you to define custom walking modes and notifications if the achievement of your daily step goal is in danger. The App requires minimal permissions (Run at startup and prevent phone from sleeping). It belongs to the group of Privacy Friendly Apps from the research group SECUSO (Security, Usability and Society) by the Technische Universität Darmstadt, Germany.

Changes