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 ```
39 lines
984 B
YAML
39 lines
984 B
YAML
AntiFeatures:
|
|
- UpstreamNonFree
|
|
Categories:
|
|
- Security
|
|
License: GPL-3.0-or-later
|
|
SourceCode: https://github.com/squarrel/WrongPinShutdown
|
|
|
|
AutoName: Wrong Pin Shutdown
|
|
Summary: Shutdown after 10 unsuccessful logins
|
|
Description: |-
|
|
Shut down your device after 10 unsuccessful attempts to unlock it.
|
|
|
|
The method used for shutting down the phone may not work on all phones and OS
|
|
versions. Please make sure you follow the instructions before use.
|
|
|
|
Upstream ceased development or went closed source. No further updates will be
|
|
available.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: 33ee07dae4831c56987cd44b35a69ad8931ddcf0
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: 5ff68063740eb3d0c3c12dea7afd385545681818
|
|
|
|
MaintainerNotes: '* Donations are currently paused, see upstream readme from time
|
|
to time.'
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: None
|
|
CurrentVersion: '0'
|
|
CurrentVersionCode: 0
|
|
|
|
NoSourceSince: '1.1'
|