
!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 ```
36 lines
993 B
YAML
36 lines
993 B
YAML
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
|