fdroiddata/metadata/com.google.code.apps2org.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

34 lines
1.2 KiB
YAML

Categories:
- System
License: GPL-3.0-or-later
SourceCode: https://github.com/pfalcon/apps2org
IssueTracker: https://github.com/pfalcon/apps2org/issues
AutoName: Apps2Org
Summary: Organize apps with labels
Description: |-
Apps2Org is a fork of [[com.google.code.appsorganizer]] which fixes some
usability issues. Apps2Org allows you to organize installed applications using
labels/tags/categories. You can associate labels to applications, browse thru
labeled categories and launch applications - either using the application or
shortcut on your home screen.
Comparing to original application, following changes were made:
* "All labels" shortcut now includes "Other" (uncategorized) apps, so this shortcut completely replaces app launcher and gives access to all of your apps.
* You can easily star/set label for an app directly from shortcut widget, so you can keep your app collection organized "right on the spot" with very little effort.
* Other minor fixes and improvements.
RepoType: git
Repo: https://github.com/pfalcon/apps2org
Builds:
- versionName: 1.6.0
versionCode: 200
commit: v1.6.0
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.6.0
CurrentVersionCode: 200