fdroiddata/metadata/com.bwx.bequick.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```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
```
2019-08-19 13:13:47 +02:00

45 lines
1.1 KiB
YAML

AntiFeatures:
- NonFreeAdd
- UpstreamNonFree
Categories:
- System
License: Apache-2.0
Summary: System settings tool
Description: |-
Quick Settings provides quick access to various Android system settings, such as
WiFi, GPS, brightness and all the various volume controls. Can be launched by
long-pressing the hardware search key, or via the status bar.
Anti-feature: Addons. Promotes other apps that aren't FOSS.
Status: This app won't receive any further updates as the author is not
publishing the source code for the newer versions (or indeed, older versions).
Builds:
- versionName: 1.9.8 p2
versionCode: 201012060
commit: '184'
target: android-8
- versionName: 1.9.9.2
versionCode: 201106160
commit: '213'
target: android-8
- versionName: 1.9.9.3
versionCode: 201107260
commit: '220'
target: android-8
MaintainerNotes: |-
Source repo no longer exists. No point mirroring as it's non-free now
anyway. (repo was at https://code.google.com/p/quick-settings)
AutoUpdateMode: None
UpdateCheckMode: Static
CurrentVersion: '0'
CurrentVersionCode: 0
NoSourceSince: 1.9.9.4