Skip to content

Commit

Permalink
Readme and version update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonjuni committed Nov 17, 2016
1 parent bef5e76 commit 3d3ae51
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 13 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
## Privacy Friendly Pedometer

[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="60">](https://f-droid.org/app/org.secuso.privacyfriendlyactivitytracker)<a href="https://play.google.com/store/apps/details?id=org.secuso.privacyfriendlyactivitytracker"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="60"></a>

The 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.informatik.tu-darmstadt.de/en/secuso-home/research/results/privacy-friendly-apps/) and has therefore been optimized with respect to user's privacy.

## Building
## Download and more information

[<img src="https://f-droid.org/badge/get-it-on.png" alt="Get it on F-Droid" height="60">](https://f-droid.org/app/org.secuso.privacyfriendlyactivitytracker)<a href="https://play.google.com/store/apps/details?id=org.secuso.privacyfriendlyactivitytracker"><img src="https://play.google.com/intl/en_us/badges/images/generic/en_badge_web_generic.png" height="60"></a>

### Building

Further development requires Android Studio, we recommend to use at least version 2.2.2

## API Reference
### API Reference

Minimum SDK: 16
Target SDK: 25
Expand Down Expand Up @@ -40,13 +42,13 @@ The icons used in the navigation drawer are licensed under the [CC BY 2.5] (http
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 and the header in the navigation drawer, the splash screen logo) copyright [Technische Universtität Darmstadt] (https://www.tu-darmstadt.de/) (2016).
For showing charts the app uses [MPAndroidChart](https://github.com/PhilJay/MPAndroidChart) licensed under Apache License, Version 2.0.


## Contributors
App-Icon: <br />
Markus Hau<br />

Github-Users: <br />
tobiasneidig<br />
Yonjuni (Karola Marky)
Yonjuni (Karola Marky)<br />
licaon-kter


14 changes: 7 additions & 7 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ android {
applicationId 'org.secuso.privacyfriendlyactivitytracker'
minSdkVersion 16
targetSdkVersion 25
versionCode 2
versionName "1.0.1"
versionCode 3
versionName "1.0.2"
}
buildTypes {
release {
Expand All @@ -26,10 +26,10 @@ repositories {

dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:25.0.0'
compile 'com.android.support:design:25.0.0'
compile 'com.android.support:support-v4:25.0.0'
compile 'com.android.support:cardview-v7:25.0.0'
compile 'com.android.support:recyclerview-v7:25.0.0'
compile 'com.android.support:appcompat-v7:25.0.1'
compile 'com.android.support:design:25.0.1'
compile 'com.android.support:support-v4:25.0.1'
compile 'com.android.support:cardview-v7:25.0.1'
compile 'com.android.support:recyclerview-v7:25.0.1'
compile 'com.github.PhilJay:MPAndroidChart:v3.0.0-beta1'
}

0 comments on commit 3d3ae51

Please sign in to comment.