6dc775b236
```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 ```
33 lines
799 B
YAML
33 lines
799 B
YAML
AntiFeatures:
|
|
- NonFreeAdd
|
|
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/rmack/TwistedHomeManager
|
|
IssueTracker: https://github.com/rmack/TwistedHomeManager/issues
|
|
|
|
AutoName: Twisted Home Manager
|
|
Summary: Manage launchers
|
|
Description: |-
|
|
Manage and switch between launchers, the apps that manage your homescreen.
|
|
|
|
Available options include:
|
|
|
|
* Switch between Home Apps (Launchers)
|
|
* Clear Default Home app
|
|
* Set Default Home app
|
|
* Reference to 36 home apps on the market
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/rmack/TwistedHomeManager.git
|
|
|
|
Builds:
|
|
- versionName: 1.0.1.8
|
|
versionCode: 18
|
|
commit: 994c9b06a6d05b747ee0ad13a9fc7e0cfcd3c6bf
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 1.0.1.9
|
|
CurrentVersionCode: 19
|