fdroiddata/metadata/org.dsandler.apps.markers.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

63 lines
1.3 KiB
YAML

Categories:
- Graphics
License: Apache-2.0
SourceCode: https://github.com/dsandler/markers
IssueTracker: https://github.com/dsandler/markers/issues
AutoName: Markers
Summary: Finger drawing
Description: |-
Uses the multitouch and pressure sensitivity of capactive screens but there are
differences in screen technology, so please see the website if you experience
problems.
A tutorial on the website shows how to simulate layers.
RepoType: git
Repo: https://github.com/dsandler/markers
Builds:
- versionName: 1.0.3
versionCode: 36
commit: eeabdb
- versionName: 1.0.4-beta
versionCode: 37
commit: 6ee885f07604
- versionName: 1.0.4
versionCode: 38
disable: Source code not published
commit: unknown - see disabled
- versionName: '1.1'
versionCode: 39
commit: 5bef0eef0b3d
- versionName: 1.1.1
versionCode: 40
commit: 7ba9b6a1c590
- versionName: '1.2'
versionCode: 51
commit: 20cda81ff1a
- versionName: 1.2.1
versionCode: 52
commit: f9fa8229403
- versionName: 1.2.2
versionCode: 55
commit: 151ff4a550a4
- versionName: 1.2.3
versionCode: 56
commit: ffdf8e26dac
MaintainerNotes: No tagging or clear indication of releases.
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: 1.2.3
CurrentVersionCode: 56