mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-01 11:46:52 +00:00
for f in $(rg --files-with-matches '^ disable: ' metadata/*.yml); do
yq -i '.Builds |= ((.[:-1] | filter(has("disable") | not)) + .[-1:])' $f;
done
fdroid rewritemeta
77 lines
1.5 KiB
YAML
77 lines
1.5 KiB
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
AuthorName: Marco Seguri
|
|
SourceCode: https://github.com/seguri/lock
|
|
IssueTracker: https://github.com/seguri/lock/issues
|
|
|
|
AutoName: Lock
|
|
Description: |-
|
|
Very fast shortcut to lock the screen (just launch the app).
|
|
|
|
Realized for FAST launcher to be able to lock the screen searching for "lk" app
|
|
(it will isolate this app as the only one containing "l" and "k" in its name).
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/seguri/lock
|
|
|
|
Builds:
|
|
- versionName: 1.0.1
|
|
versionCode: 2
|
|
commit: 1.0.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.1.0
|
|
versionCode: 3
|
|
commit: 1.1.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
prebuild: echo -e "android { lintOptions { disable 'MissingTranslation'\n\ndisable
|
|
'ExtraTranslation' } }" >> build.gradle
|
|
|
|
- versionName: 1.1.1
|
|
versionCode: 4
|
|
commit: 1.1.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.1
|
|
versionCode: 7
|
|
commit: 1.3.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.3.4
|
|
versionCode: 10
|
|
commit: 1.3.4
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.4.0
|
|
versionCode: 11
|
|
commit: 1.4.0
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
|
|
- versionName: 1.4.1
|
|
versionCode: 12
|
|
commit: b0791a2d0a3997fe501b236deb3c303141ba2c0e
|
|
subdir: app
|
|
sudo:
|
|
- apt-get update
|
|
- apt-get install openjdk-11-jdk-headless
|
|
- update-alternatives --auto java
|
|
gradle:
|
|
- yes
|
|
|
|
AutoUpdateMode: Version
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: 1.4.1
|
|
CurrentVersionCode: 12
|