fdroiddata/metadata/com.matburt.mobileorg.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

54 lines
1.4 KiB
YAML

Categories:
- Writing
License: GPL-2.0-only
WebSite: https://github.com/matburt/mobileorg-android/wiki
SourceCode: https://github.com/matburt/mobileorg-android
IssueTracker: https://github.com/matburt/mobileorg-android/issues
AutoName: MobileOrg
Summary: TODO list/task management
Description: |-
''Syncing of files via Dropbox won't work because there aren't any API keys in
the source code. The other syncing methods should work though.''
TODO/task management based on emacs org-mode files.
RepoType: git
Repo: https://github.com/matburt/mobileorg-android.git
Builds:
- versionName: 0.9.0
versionCode: 90
commit: 0.9.0
prebuild:
- sed -i 's@android@$$SDK$$/tools/android@g' setup.sh
- ./setup.sh
- versionName: 0.9.8
versionCode: 98
commit: 0.9.8
prebuild:
- sed -i 's@^android@$$SDK$$/tools/android@g' setup.sh
- ./setup.sh
- versionName: 0.9.13
versionCode: 913
commit: 0.9.13
srclibs:
- ActionBarSherlock@9598f2bb2ce
prebuild:
- sed -i 's@\(reference.2=\).*@\1$$ActionBarSherlock$$@' project.properties
- sed -i 's/debuggable="true"/debuggable="false"/g' AndroidManifest.xml
androidupdate:
- .
- libs/locale
MaintainerNotes: |-
Uses gradle now, but includes jar files. Amongst them dropbox sdk, which
is most likely non-free software.
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.9.13
CurrentVersionCode: 913