fdroiddata/metadata/i4nc4mp.myLock.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

33 lines
791 B
YAML

Categories:
- System
License: GPL-3.0-only
WebSite: https://code.google.com/p/mylockforandroid/wiki/officialFAQ
SourceCode: https://code.google.com/p/mylockforandroid/source
AutoName: myLock utilities
Summary: Lockscreen improvements
Description: |-
Use myLock to enable quick unlock, incoming call options, and in-call
touchscreen lock when using a slide-to-unlock lockscreen.
Features:
* Quick unlock
* In-call touchscreen lock
* Incoming call prompt
* Optional myLock home secreen widget
RepoType: git-svn
Repo: https://mylockforandroid.googlecode.com/svn/trunk/ML_utility
Builds:
- versionName: '42'
versionCode: 28
commit: '341'
target: android-8
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '42'
CurrentVersionCode: 28