6c177c1fc3
!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 ```
31 lines
922 B
YAML
31 lines
922 B
YAML
Categories:
|
|
- System
|
|
License: Apache-2.0
|
|
WebSite: https://code.google.com/archive/p/omnidroid/
|
|
|
|
AutoName: Omnidroid
|
|
Summary: Automated Event Handler
|
|
Description: |-
|
|
'''Note:''' This abandoned app is kept for historical reasons, so you should
|
|
rather use its successor [[libretasks.app]].
|
|
|
|
Omnidroid is an automated event/action manager that allows users to automate
|
|
system functionality based on incoming application intents. It also provides a
|
|
general plug-in framework that allows any compatible application events to
|
|
trigger any other applications actions. An intuitive user interface allows the
|
|
user to control what events cause what actions to occur.
|
|
|
|
Builds:
|
|
- versionName: 0.2.1
|
|
versionCode: 6
|
|
commit: release-0.2.1
|
|
subdir: omnidroid
|
|
|
|
ArchivePolicy: 0 versions
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Static
|
|
CurrentVersion: 0.2.1
|
|
CurrentVersionCode: 6
|
|
|
|
NoSourceSince: 0.2.2
|