6dc775b236
```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 ```
35 lines
1,005 B
YAML
35 lines
1,005 B
YAML
Categories:
|
|
- Theming
|
|
License: GPL-2.0-only
|
|
WebSite: http://forum.xda-developers.com/showthread.php?p=53218143
|
|
SourceCode: https://github.com/Pi-Developers/Pi-Locker
|
|
IssueTracker: https://github.com/Pi-Developers/Pi-Locker/issues
|
|
|
|
AutoName: Pi Locker
|
|
Summary: Lockscreen
|
|
Description: |-
|
|
A smart and clean lockscreen replacement with unlocking gestures. It features
|
|
lightweight design for usage even with low-RAM devices, PIN and password
|
|
security, changeable colors and texts and the ability to hide/unhide the status
|
|
bar.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/Pi-Developers/Pi-Locker
|
|
|
|
Builds:
|
|
- versionName: '3.0'
|
|
versionCode: 3
|
|
commit: 17ef7d58cee1fe9776a790371fe9ebfa93c6d7ce
|
|
extlibs:
|
|
- android/android-support-v4.jar
|
|
|
|
- versionName: 6.0.1
|
|
versionCode: 16
|
|
disable: broken build system, missing library
|
|
commit: 98b803ff00e980f1909811a1b53b7702f897baa0
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 6.0.1
|
|
CurrentVersionCode: 16
|