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 ```
58 lines
1.3 KiB
YAML
58 lines
1.3 KiB
YAML
Categories:
|
|
- Time
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/jersten/reminder
|
|
|
|
AutoName: Reminder
|
|
Summary: Local and private reminders
|
|
Description: |-
|
|
Store reminders locally (and privately) without the need to use the cloud; no
|
|
need for a Google account. Currently there are two types of reminders:
|
|
continuous reminders and time based reminders, all of which appear with a
|
|
notification/vibrates at the specified interval.
|
|
|
|
Builds:
|
|
- versionName: 1.1.2
|
|
versionCode: 1
|
|
commit: aec7c98
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 1.1.9
|
|
versionCode: 2
|
|
commit: 70e5fd2fd9752e
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 1.1.11
|
|
versionCode: 4
|
|
commit: 1.1.11
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 1.1.12
|
|
versionCode: 5
|
|
commit: 1.1.12
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 1.1.13
|
|
versionCode: 6
|
|
commit: 1.1.13
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 1.1.14
|
|
versionCode: 7
|
|
commit: 1.1.14
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: 1.1.14
|
|
CurrentVersionCode: 7
|
|
|
|
NoSourceSince: 1.1.15
|