6c177c1fc3
!5262 ```bash for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done > /tmp/rewrite fdroid rewritemeta --to yml `cat /tmp/rewrite` for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done ```
31 lines
992 B
YAML
31 lines
992 B
YAML
Categories:
|
|
- Sports & Health
|
|
License: GPL-3.0-only
|
|
WebSite: https://launchpad.net/pushupbuddy
|
|
SourceCode: https://code.launchpad.net/~portstrom/pushupbuddy/trunk
|
|
IssueTracker: https://bugs.launchpad.net/pushupbuddy
|
|
|
|
AutoName: Pushup Buddy
|
|
Summary: Count push-ups using sensors
|
|
Description: |-
|
|
Uses the proximity sensor of your phone to log your push-up workout.
|
|
|
|
Press the start button and let Pushup Buddy measure and tell your progress on
|
|
your pushup workout, using the proximity sensor. It detects when you rest
|
|
between sets and tells you when you have rested long enough and makes a list of
|
|
all the sets. Workouts are saved so you can compare them any time.
|
|
|
|
RepoType: bzr
|
|
Repo: lp:~portstrom/pushupbuddy/trunk
|
|
|
|
Builds:
|
|
- versionName: '2014-01-08'
|
|
versionCode: 20140108
|
|
commit: fredrik_portstrm-20140630163211-l01c8bpo56mfo0hh
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '2014-01-08'
|
|
CurrentVersionCode: 20140108
|