fdroiddata/metadata/com.cyanogenmod.filemanager.ics.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

39 lines
1.2 KiB
YAML

Categories:
- System
License: Apache-2.0
SourceCode: https://github.com/mcrosson/android_packages_apps_CMFileManager
IssueTracker: https://github.com/mcrosson/android_packages_apps_CMFileManager/issues
AutoName: File Manager
Summary: CyanogenMod file manager backport
Description: |-
A backport of the CyanogenMod File Manager application to ICS and higher. This
is an unofficial fork of the main CyanogenMod File Manager project.
Requires root: No. By default you can't access /data or /system but that can be
changed by choosing a different security access mode in the General preferences.
Then root will be called for if you try to change something that normally can't
be.
[https://github.com/CyanogenMod/android_packages_apps_CMFileManager Upstream
project Info]
RepoType: git
Repo: https://github.com/mcrosson/android_packages_apps_CMFileManager.git
Builds:
- versionName: 1.0.1.4
versionCode: 1014
commit: release-fdroid-20130617.2
target: android-14
- versionName: 1.0.1.5
versionCode: 1015
commit: release-fdroid-20130718.1
target: android-14
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.0.1.5
CurrentVersionCode: 1015