https://github.com/SecUSo/privacy-friendly-pedometer
Privacy Friendly App that counts your steps on Android devices.
https://github.com/SecUSo/privacy-friendly-pedometer
Last synced: 7 months ago
JSON representation
Privacy Friendly App that counts your steps on Android devices.
- Host: GitHub
- URL: https://github.com/SecUSo/privacy-friendly-pedometer
- Owner: SecUSo
- License: gpl-3.0
- Created: 2016-04-28T12:51:16.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2024-09-15T12:08:09.000Z (9 months ago)
- Last Synced: 2024-09-15T13:50:39.845Z (9 months ago)
- Language: Java
- Homepage:
- Size: 18.2 MB
- Stars: 196
- Watchers: 16
- Forks: 52
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hacking-lists - SecUSo/privacy-friendly-pedometer - Privacy Friendly App that counts your steps on Android devices. (Java)
README
[][PFA]
[][Twitter]
[][Mastodon][PFA]: https://secuso.org/pfa
[Mastodon]: https://xn--baw-joa.social/@SECUSO_Research
[Twitter]: https://twitter.com/SECUSOResearch![]()
## Privacy Friendly PedometerThe Privacy Friendly Pedometer stores the user's step count per hour. The user can review the recorded steps in a daily, weekly and monthly report. These reports also display the calculated distance and calories. As a bonus feature the app can record training sessions (e.g. a jogging session) in a different view. The user can choose whether the app should remind him if the achievement of his daily step goal is in danger.
## Motivation
Privacy Friendly Pedometer belongs to the group of [Privacy Friendly Apps](https://www.secuso.org/pfa) and has therefore been optimized with respect to user's privacy.
## Building
Further development requires Android Studio, we recommend to use the latest version.
### API Reference
Minimum SDK: 17
Target SDK: 31## Data Backup
You can use the [Privacy Friendly Backup app](https://github.com/SecUSo/privacy-friendly-backup) to backup and restore this application's data. This can also be used to migrate your data to a new phone.
## License
Privacy Friendly Pedometer is licensed under the GPLv3.
Copyright (C) 2017 Tobias Neidig
Copyright (C) 2018 - 2022 Christopher BeckmannThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .The app is based on [Privacy Friendly Example App](https://github.com/SecUSo/privacy-friendly-app-example).
The icons used in the navigation drawer are licensed under the [CC BY 2.5](http://creativecommons.org/licenses/by/2.5/).
In addition to them the app uses icons from [Google Design Material Icons](https://design.google.com/icons/index.html) licensed under Apache License Version 2.0. All other images (the logo of Privacy Friendly Apps, the SECUSO logo, the splash screen logo and the app icons) copyright [SECUSO](www.secuso.org) (2022).
For showing charts the app uses [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) licensed under Apache License, Version 2.0.## Contributors
App-Icon:
Markus Hau