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 ```
72 lines
1.4 KiB
YAML
72 lines
1.4 KiB
YAML
Categories:
|
|
- Graphics
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/tstein/AndroSS
|
|
IssueTracker: https://github.com/tstein/AndroSS/issues
|
|
|
|
AutoName: AndroSS
|
|
Summary: Screenshot capturing
|
|
Description: |-
|
|
Take screen captures. Root is required on non-Tegra devices. Android 4+ allows
|
|
screenshots usually by holding Volume Down and the Power button, but earlier
|
|
versions of Android need root, by design.
|
|
|
|
RequiresRoot: 'yes'
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/tstein/AndroSS.git
|
|
|
|
Builds:
|
|
- versionName: '0.2'
|
|
versionCode: 6
|
|
commit: 9649313a5f5300878e9f
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.2.1
|
|
versionCode: 7
|
|
commit: v0.2.1
|
|
target: android-8
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.2.2
|
|
versionCode: 8
|
|
commit: v0.2.2
|
|
target: android-8
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.3.-1
|
|
versionCode: 10
|
|
commit: v0.3.-1
|
|
target: android-8
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.3.2
|
|
versionCode: 13
|
|
commit: v0.3.2
|
|
target: android-8
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.4.2
|
|
versionCode: 16
|
|
commit: 4a9161b6f94d07e3da030a66c0a24fda06f3a53d
|
|
target: android-8
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: 0.4.3
|
|
versionCode: 17
|
|
commit: v0.4.3
|
|
target: android-8
|
|
buildjni:
|
|
- yes
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 0.4.3
|
|
CurrentVersionCode: 17
|