Update Step and Height counter to 1.1, AutoUpdate changed.
This commit is contained in:
parent
b6a298957a
commit
3ae196b9c3
|
@ -9,7 +9,8 @@ Summary:Counting Steps and Elevation gain on Nexus 5X
|
|||
Description:
|
||||
This app counts steps and elevation gain if step sensor and pressure sensor is
|
||||
available as on the Nexus 5X. It is only tested on this device, so I don't know
|
||||
if it will run on other devices.
|
||||
if it will run on other devices. Please note: Pressure sensor is mandatory.
|
||||
Steps will not be counted if there is a step sensor but no pressure sensor.
|
||||
|
||||
Elevation gain should only be counted if steps are detected, so only stairs will
|
||||
count, but not elevators. Don't expect high accuracy - due to the concept of the
|
||||
|
@ -19,8 +20,14 @@ significantly during driving.
|
|||
|
||||
You can save regular and daily statistics automatically on SD-Card and save a
|
||||
marker with current values with the floating action button. There isn't much on
|
||||
graphical display of statistic data, just use any program which can read
|
||||
csv-values.
|
||||
graphical display of statistic data besides two progress bars, so just use any
|
||||
program which can read csv-values.
|
||||
|
||||
Permissions: - Keep Device awake: Device will not be kept awake all time. It
|
||||
will be woken up regulary and kept awake if necessary to ensure proper
|
||||
counting of steps and elevation gain. - Write to external storag: App will
|
||||
work without this permission, but you cannot save statistical values or
|
||||
markers.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
|
@ -36,7 +43,12 @@ Build:1.01,2
|
|||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.01
|
||||
Current Version Code:2
|
||||
Build:1.1,3
|
||||
commit=v1.1-fdroid
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:Version v%v-fdroid
|
||||
Update Check Mode:Tags .*-fdroid$
|
||||
Current Version:1.1
|
||||
Current Version Code:3
|
||||
|
|
Loading…
Reference in a new issue