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 ```
42 lines
1.1 KiB
YAML
42 lines
1.1 KiB
YAML
Categories:
|
|
- Time
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/wkillerud/hiofenigma-android
|
|
IssueTracker: https://github.com/wkillerud/hiofenigma-android/issues
|
|
|
|
AutoName: OpenTimer
|
|
Summary: Countdown Timer
|
|
Description: |-
|
|
A countdown timer app where you can start as many timers as you need. Add or
|
|
remove timers using the buttons, and just touch the timer to start it.
|
|
|
|
When the timer is done OpenTimer will wake up your phone if it is unlocked,
|
|
sound an alarm, and vibrate until you turn the alarm off.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/wkillerud/hiofenigma-android.git
|
|
|
|
Builds:
|
|
- versionName: '2.0'
|
|
versionCode: 3
|
|
commit: 93c4b6c3cbf8674f7bdc32c74866225ab000fae2
|
|
subdir: opentimer
|
|
target: android-14
|
|
|
|
- versionName: '2.1'
|
|
versionCode: 4
|
|
commit: e91cea59a0ec1ca63a0
|
|
subdir: opentimer
|
|
target: android-14
|
|
|
|
- versionName: '2.2'
|
|
versionCode: 5
|
|
commit: '188e357'
|
|
subdir: opentimer
|
|
target: android-14
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: '2.2'
|
|
CurrentVersionCode: 5
|