Merge branch 'master' into 'master'
New application grmpl.mk.stepandheightcounter Build was tested and works. I did only use libraries included in android studio. See merge request !1887
This commit is contained in:
commit
3dc7230453
37
metadata/grmpl.mk.stepandheightcounter.txt
Normal file
37
metadata/grmpl.mk.stepandheightcounter.txt
Normal file
|
@ -0,0 +1,37 @@
|
|||
Categories:Sports & Health
|
||||
License:GPLv3
|
||||
Web Site:
|
||||
Source Code:https://github.com/grmpl/StepandHeightcounter
|
||||
Issue Tracker:https://github.com/grmpl/StepandHeightcounter/issues
|
||||
|
||||
Auto Name:Step and Height counter
|
||||
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.
|
||||
|
||||
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
|
||||
sensors the accuracy is limited. And: avoid walking in trains or subways with
|
||||
active measurement, as the pressure (and therefore height) will change
|
||||
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.
|
||||
.
|
||||
|
||||
Repo Type:git
|
||||
Repo:https://github.com/grmpl/StepandHeightcounter
|
||||
|
||||
Build:1.0,1
|
||||
commit=v1.0
|
||||
subdir=app
|
||||
gradle=yes
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Tags
|
||||
Current Version:1.0
|
||||
Current Version Code:1
|
Loading…
Reference in a new issue