fdroiddata/metadata/org.bienvenidoainternet.app.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

58 lines
1.3 KiB
YAML

Categories:
- Internet
License: GPL-3.0-only
SourceCode: https://github.com/Renard1911/BaiApp
IssueTracker: https://github.com/Renard1911/BaiApp/issues
AutoName: Bienvenido a Internet
Summary: Bienvenido a Internet text/image board browser
Description: |-
BaiApp is a browser for the Bienvenido a Internet text/image board
Features include
* Support for both text and image boards
* Internal image viewer
* File upload to image boards
* Thread creation, reply and deletion support
* Youtube thumbnails and colored IDs
RepoType: git
Repo: https://github.com/Renard1911/BaiApp
Builds:
- versionName: '1.8'
versionCode: 11
commit: v1.8
subdir: app
gradle:
- yes
rm:
- app/libs/android-gif-drawable-1.1.14.aar
- app/libs/subsampling-scale-image-view-3.4.1.aar
- versionName: '1.9'
versionCode: 12
commit: v1.9
subdir: app
gradle:
- yes
rm:
- app/libs/android-gif-drawable-1.1.14.aar
- app/libs/subsampling-scale-image-view-3.4.1.aar
- versionName: 1.9.1
versionCode: 13
commit: v1.9.1
subdir: app
gradle:
- yes
rm:
- app/libs/android-gif-drawable-1.1.14.aar
- app/libs/subsampling-scale-image-view-3.4.1.aar
AutoUpdateMode: None
UpdateCheckMode: Tags
CurrentVersion: 1.9.1
CurrentVersionCode: 13