fdroiddata/metadata/org.tomdroid.yml
Hans-Christoph Steiner 6c177c1fc3
rewrite all .txt with 'Auto Update Mode:None' (d-z)
!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
```
2019-08-19 18:41:06 +02:00

55 lines
1.5 KiB
YAML

Categories:
- Writing
License: GPL-3.0-or-later
WebSite: https://launchpad.net/tomdroid
SourceCode: https://launchpad.net/tomdroid/stable
IssueTracker: https://bugs.launchpad.net/tomdroid
Changelog: http://bazaar.launchpad.net/~tomdroid-maintainers/tomdroid/main/view/head:/NEWS
AutoName: Tomdroid
Summary: Note taker
Description: |-
A note taking application. A port of the popular desktop application Tomboy.
The new beta releases of 0.7.0+ have a lot of new features including editing
support, but take care if you are syncing important notes by making local backup
to the sdcard. See the website for a full list of the new features. The source
code for these builds is in the [https://launchpad.net/tomdroid trunk branch],
while that for the stable versions is in the stable branch.
RepoType: bzr
Repo: lp:tomdroid/stable
Builds:
- versionName: 0.4.1
versionCode: 6
commit: '214'
- versionName: 0.5.0
versionCode: 7
commit: '248'
- versionName: 0.6.1
versionCode: 9
commit: 0.6.1
- versionName: 0.7.5
versionCode: 14
commit: '321'
target: android-19
- versionName: 0.8.0dev
versionCode: 15
disable: skip dev version
MaintainerNotes: |-
0.7.1 and 0.7.2 were previously built from a different branch (lp:tomdroid)
which was then switched away from in favour of lp:tomdroid/stable, so although
we have the binaries built, the build data (commented out) doesn't work for
them.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 0.8.0dev
CurrentVersionCode: 15