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 ```
64 lines
1.5 KiB
YAML
64 lines
1.5 KiB
YAML
Categories:
|
|
- Security
|
|
- System
|
|
License: GPL-3.0-only
|
|
SourceCode: https://github.com/xmikos/SnooperStopper
|
|
IssueTracker: https://github.com/xmikos/SnooperStopper/issues
|
|
Changelog: https://github.com/xmikos/SnooperStopper/releases
|
|
|
|
AutoName: SnooperStopper
|
|
Summary: Set different boot and unlock passwords
|
|
Description: |-
|
|
Allows you to create a different encryption password for booting your device
|
|
than unlocking your screen. This allows you to have a stronger device encryption
|
|
password (which you only need to enter once after booting your device) and a
|
|
simpler pattern/PIN/password for unlocking your screen.
|
|
|
|
If an attacker tries to guess your simple pattern/PIN/password, he has only few
|
|
tries (default is 3) after which the device is rebooted and he needs to enter
|
|
your strong device encryption password again.
|
|
|
|
Root privileges required.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/xmikos/SnooperStopper
|
|
|
|
Builds:
|
|
- versionName: '1.0'
|
|
versionCode: 1
|
|
commit: v1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.1'
|
|
versionCode: 2
|
|
commit: v1.1
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.2'
|
|
versionCode: 3
|
|
commit: v1.2
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: '1.3'
|
|
versionCode: 4
|
|
commit: v1.3
|
|
subdir: app
|
|
submodules: true
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: '1.3'
|
|
CurrentVersionCode: 4
|