fdroiddata/metadata/io.github.droidapps.pdfreader.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

40 lines
922 B
YAML

Categories:
- Reading
License: GPL-3.0-only
WebSite: https://droidapps.github.io/pdfreader4Android
SourceCode: https://github.com/droidapps/pdfreader4Android
IssueTracker: https://github.com/droidapps/pdfreader4Android/issues
AutoName: PDF Reader
Summary: View PDF files
Description: |-
Simple PDF reader based on [[cx.hell.android.pdfview]].
Features:
* Textual search support
* Flexible key/button/gesture configuration
* Different color schemes for comfortable reading
* Optimizations for eInk
* x86 support
* Pinch to zoom
* Bookmarks
RepoType: git
Repo: https://github.com/droidapps/pdfreader4Android
Builds:
- versionName: 0.4.0
versionCode: 40000
commit: 0.4.0-patched
extlibs:
- android/android-support-v4.jar
target: android-17
buildjni:
- yes
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 0.4.0
CurrentVersionCode: 40000