Releases: SecUSo/privacy-friendly-pedometer
Releases · SecUSo/privacy-friendly-pedometer
Pedometer (Privacy Friendly) v3.1.2
What's Changed
- Resolves "' is not escaped and it breaks the build." in it translation by @FlutterFraz in #187
- Updates CI by @coderPaddyS in #191
- Change versionCode to differentiate from last Google Play version by @coderPaddyS in #192
Full Changelog: v3.1.1...v3.1.2
Pedometer (Privacy Friendly) v3.1.1
What's Changed
- Update changelog for "v3.1.0" by @github-actions in #139
- Add dependabot workflow by @morckx in #140
- Introduce instrumented espresso CI tests by @morckx in #141
- Bump actions/setup-java from 3 to 4 by @dependabot in #144
- Bump gradle/gradle-build-action from 2 to 3 by @dependabot in #145
- Bump actions/checkout from 3 to 4 by @dependabot in #146
- Bump com.android.tools.build:gradle from 8.2.0 to 8.2.2 by @dependabot in #147
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.8.0 to 1.9.22 by @dependabot in #148
- Added slovak language file by @pvagner in #142
- Remove untranslatable strings from Slovak localization by @morckx in #149
- Improve A11y by @pvagner in #143
- Add some missing a11y translations by @morckx in #150
- Updated slovak language file by @pvagner in #151
- Updates Copyright by @coderPaddyS in #152
- Bump org.jetbrains.kotlin:kotlin-gradle-plugin from 1.9.22 to 1.9.23 by @dependabot in #156
- #159 Updated strings.xml in values-sv by @ShellbackII in #160
- Update French translation by @tbertels in #164
- Added Italian translation by @FlutterFraz in #182
- Updates App-Info by @coderPaddyS in #181
- Adds weblate to README. by @coderPaddyS in #185
New Contributors
- @github-actions made their first contribution in #139
- @dependabot made their first contribution in #144
- @pvagner made their first contribution in #142
- @coderPaddyS made their first contribution in #152
- @ShellbackII made their first contribution in #160
- @tbertels made their first contribution in #164
- @FlutterFraz made their first contribution in #182
Full Changelog: v3.1.0...v3.1.1
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.javaby @udenr in #136 - Add
ci.ymlworkflow 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