fdroiddata/metadata/com.twinone.locker.yml
Hans-Christoph Steiner 03cd4ff719
remove all obsolete "CurrentVersionCode: 0" entries
Setting CVC to 0 was an old way to make `fdroid update` use the highest
versionCode as the CurrentVersionCode.  This has been obsolete for a while,
so its time to purge these.  Now, when CurrentVersionCode is unset, then
the highest versionCode is used.

sed -i  -e '/^CurrentVersionCode: 0$/d' -e "/^CurrentVersion: '0'$/d" *.yml
2020-03-04 17:21:43 +01:00

45 lines
1.3 KiB
YAML

AntiFeatures:
- Tracking
Categories:
- Security
License: Apache-2.0
SourceCode: https://github.com/twinone/AppLocker
AutoName: App Locker
Description: |-
Prevent people from accessing your apps. You can lock any app installed on the
device, and choose between pattern and password locks.
Builds:
- versionName: 2.5.1
versionCode: 2501
commit: 953d4b021851703bd5c1929dbc29d67d4c5a2101
subdir: app
gradle:
- fdroid
prebuild:
- pushd src/main
- perl -pi -e 'undef $/;s/<meta-data\s*android:name="com.google.android.gms.version"\s*android:value="\$\{PLAY_VERSION\}"
\/>//;' AndroidManifest.xml
- popd
- sed -i '/com.google.android.gms:play-services/d' build.gradle
- versionName: 2.6.0
versionCode: 2600
commit: 16954ac630a1fd442c111c727a90dc413938f4b0
subdir: app
gradle:
- fdroid
prebuild:
- pushd src/main
- perl -pi -e 'undef $/;s/<meta-data\s*android:name="com.google.android.gms.version"\s*android:value="\$\{PLAY_VERSION\}"
\/>//;' AndroidManifest.xml
- popd
- sed -i '/com.google.android.gms:play-services/d' build.gradle
MaintainerNotes: Github project deleted or made private.
AutoUpdateMode: None
UpdateCheckMode: None
NoSourceSince: 2.6.1