fdroiddata/metadata/org.cyanogenmod.oneclick.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

36 lines
993 B
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

AntiFeatures:
- NonFreeAdd
Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/cyngn/OneClickAndroid
IssueTracker: https://github.com/cyngn/OneClickAndroid/issues
AutoName: CyanogenMod Installer
Summary: CyanogenMod Install Helper
Description: |-
OneClickAndroid has a single function to guide users to enable "ADB", a built
in development and debugging tool, and then navigates the user to the desktop
installer. The desktop application then performs the installation of the
CyanogenMod on their Android device.
AntiFeatures: NonFreeAdd - installer for non-Free software
RepoType: git
Repo: https://github.com/cyngn/OneClickAndroid.git
Builds:
- versionName: 1.0.0.9
versionCode: 1009
commit: a22278b
- versionName: 1.0.1.4
versionCode: 1014
disable: play-services
commit: dd642cbdc876979060061f559ca336fff729cd86
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.0.1.4
CurrentVersionCode: 1014