New app: Pedometer (wait for upstream)
This commit is contained in:
parent
ab6f75a143
commit
b05c005410
48
metadata/de.j4velin.pedometer.txt
Normal file
48
metadata/de.j4velin.pedometer.txt
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
Categories:Office
|
||||||
|
License:Apache2
|
||||||
|
Web Site:https://github.com/j4velin/Pedometer/blob/HEAD/README.md
|
||||||
|
Source Code:https://github.com/j4velin/Pedometer
|
||||||
|
Issue Tracker:https://github.com/j4velin/Pedometer/issues
|
||||||
|
Donate:http://www.j4velin.de/donate.php
|
||||||
|
|
||||||
|
Auto Name:Pedometer
|
||||||
|
Summary:Count your steps
|
||||||
|
Description:
|
||||||
|
Lightweight pedometer using the hardware step-sensor for minimal battery
|
||||||
|
consumption. This app is designed to be kept running all the time without
|
||||||
|
having any impact on your battery life! It uses the hardware step detection
|
||||||
|
sensor of the Nexus 5, which is already running even when not using any
|
||||||
|
pedometer app. Therefore the app does not drain any additional battery.
|
||||||
|
Unlike other pedometer apps, this app does not track your movement or
|
||||||
|
your location so it doesn't need to turn on your GPS sensor (again: no
|
||||||
|
impact on your battery).
|
||||||
|
.
|
||||||
|
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/j4velin/Pedometer
|
||||||
|
|
||||||
|
Build:1.4,140
|
||||||
|
disable=gradle issues
|
||||||
|
commit=e9c498679be874faae0ed1a2bc8df7a110221cc0
|
||||||
|
gradle=fdroid
|
||||||
|
srclibs=EazeGraph-j4velin@a953c9016cb9ab293df3212721e48140db37f5f5,ColorPicker-j4velin@ba6d45b9aac643e37809488819e1a19ea0584c30
|
||||||
|
prebuild=sed -i -e '/playCompile/d' \
|
||||||
|
-e '/com.github.j4velin.EazeGraph/d' \
|
||||||
|
-e '/com.github.j4velin.colorpicker/d' \
|
||||||
|
-e 's/jcenter/mavenCentral()\njcenter/g' \
|
||||||
|
-e '/com.android.application/arepositories {\n\njcenter()\nmavenCentral()\n\n}\n\n' \
|
||||||
|
-e 's/dashclock-api:+/dashclock-api:2.0.0/g' build.gradle && \
|
||||||
|
touch key.properties && cp -fr $$EazeGraph-j4velin$$/src/main/java/org src/main/java/ && \
|
||||||
|
cp -fR $$ColorPicker-j4velin$$/ColorPickerPreference/src/main/java/net src/main/java/ && \
|
||||||
|
sed -i -e '/debug {/,+4d' build.gradle
|
||||||
|
|
||||||
|
Maintainer Notes:
|
||||||
|
Wait for https://github.com/j4velin/Pedometer/issues/71
|
||||||
|
Wait for dependencies being available from jcenter().
|
||||||
|
.
|
||||||
|
|
||||||
|
Auto Update Mode:None
|
||||||
|
Update Check Mode:RepoManifest
|
||||||
|
Current Version:1.4
|
||||||
|
Current Version Code:140
|
||||||
|
|
2
srclibs/ColorPicker-j4velin.txt
Normal file
2
srclibs/ColorPicker-j4velin.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/attenzione/android-ColorPickerPreference
|
2
srclibs/EazeGraph-j4velin.txt
Normal file
2
srclibs/EazeGraph-j4velin.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
Repo Type:git
|
||||||
|
Repo:https://github.com/j4velin/EazeGraph
|
Loading…
Reference in a new issue