fdroiddata/metadata/org.paulmach.textedit.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

42 lines
1 KiB
YAML

Categories:
- Writing
License: GPL-3.0-only
WebSite: http://textedit.paulmach.com
SourceCode: https://github.com/paulmach/Text-Edit-for-Android
IssueTracker: https://github.com/paulmach/Text-Edit-for-Android/issues
AutoName: Text Edit
Summary: A text editor
Description: |-
Text Edit is a simple notepad application. It opens, edits and saves text files
on the SD card.
Unfortunately, this app is not recommended for large files. The author has
decided to stop working on the app so any future updates are unlikely.
RepoType: git
Repo: https://github.com/paulmach/Text-Edit-for-Android.git
Builds:
- versionName: 1.3.3
versionCode: 12
commit: 1d724fc9d0fde2cc5426
target: android-8
- versionName: 1.4.1
versionCode: 14
commit: cddfa34997bf3da10586
patch:
- set1.4.1.patch
target: android-8
- versionName: '1.5'
versionCode: 15
commit: a46aec194ec385a0d543e80709821c16cf8aa198
target: android-8
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.5'
CurrentVersionCode: 15