6dc775b236
```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 ```
51 lines
1.1 KiB
YAML
51 lines
1.1 KiB
YAML
Categories:
|
|
- Writing
|
|
License: GPL-2.0-only
|
|
SourceCode: https://github.com/ivanvolosyuk/wifikeyboard
|
|
IssueTracker: https://github.com/ivanvolosyuk/wifikeyboard/issues
|
|
|
|
AutoName: WiFiKeyboard
|
|
Summary: Remote WiFi keyboard
|
|
Description: |-
|
|
Use your computer as a keyboard for your device, via a browser pointed to an
|
|
address on the same LAN.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/ivanvolosyuk/wifikeyboard
|
|
|
|
Builds:
|
|
- versionName: 2.2.1
|
|
versionCode: 23
|
|
commit: 9a706f3feb48
|
|
encoding: utf-8
|
|
prebuild: mv html/key.html res/raw
|
|
|
|
- versionName: 2.3.1
|
|
versionCode: 25
|
|
commit: 38dba1e1c65a
|
|
encoding: utf-8
|
|
prebuild: mv html/key.html res/raw
|
|
|
|
- versionName: 2.3.2
|
|
versionCode: 26
|
|
commit: ec0063710c82
|
|
encoding: utf-8
|
|
prebuild: mv html/key.html res/raw
|
|
|
|
- versionName: 2.3.4
|
|
versionCode: 28
|
|
commit: c6e5b3af3d1c
|
|
encoding: utf-8
|
|
prebuild: mv html/key.html res/raw
|
|
|
|
- versionName: 2.3.5
|
|
versionCode: 30
|
|
commit: 275ae7cd3dbd
|
|
encoding: utf-8
|
|
prebuild: mv html/key.html res/raw
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: RepoManifest
|
|
CurrentVersion: 2.3.5
|
|
CurrentVersionCode: 30
|