fdroiddata/metadata/org.droidtr.keyboard.yml

163 lines
3.7 KiB
YAML
Raw Normal View History

2018-09-11 23:37:03 +00:00
Categories:
- System
License: GPL-3.0-only
WebSite: https://gitlab.com/droidtr/org.droidtr.keyboard
SourceCode: https://gitlab.com/droidtr/org.droidtr.keyboard
IssueTracker: https://gitlab.com/droidtr/org.droidtr.keyboard/issues
2019-08-31 16:01:44 +00:00
AutoName: DroidTR IME
2018-09-11 23:37:03 +00:00
Description: |-
Features:
* Small size
* Full keyboard
* trf / trq / en layouts
* tra / aqvoid layouts (fantastic)
* Word suggestions
* Replace changing color and picture
* Low version android device support
* The intensity of the sound can be adjusted
* Emoji support
* Low power consumption
* Adjustable volume keys
* Right / left arrow keys
* Keyboard embedded settings
* Compatibility with small devices
* 6 different key styles
* Lava (Experimental)
* Standard structure
RepoType: git
Repo: https://gitlab.com/droidtr/org.droidtr.keyboard.git
2018-09-11 23:37:03 +00:00
Builds:
- versionName: '5.5'
versionCode: 34
commit: '5.5'
subdir: app
gradle:
- yes
2018-09-20 20:50:58 +00:00
- versionName: '5.7'
versionCode: 36
commit: '5.7'
subdir: app
gradle:
- yes
2018-09-29 12:55:56 +00:00
- versionName: '6.0'
versionCode: 37
commit: '6.0'
subdir: app
gradle:
- yes
2018-11-06 21:21:33 +00:00
- versionName: '6.1'
versionCode: 38
commit: '6.1'
subdir: app
gradle:
- yes
2018-12-26 13:44:37 +00:00
- versionName: '6.2'
versionCode: 39
commit: '6.2'
subdir: app
gradle:
- yes
2019-02-01 13:53:02 +00:00
- versionName: '6.3'
versionCode: 40
commit: '6.3'
subdir: app
gradle:
- yes
2019-02-25 09:56:10 +00:00
- versionName: '6.4'
versionCode: 41
commit: '6.4'
subdir: app
gradle:
- yes
2019-04-05 09:46:48 +00:00
- versionName: '6.6'
versionCode: 43
commit: '6.6'
subdir: app
gradle:
- yes
2019-05-14 21:06:46 +00:00
- versionName: '6.7'
versionCode: 44
commit: 9463550afb16e0dc8cea49fd9763faf87d1b25fa
output: bin/app.apk
rm:
- bin
prebuild:
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
- android update sdk --no-ui --filter android-28
build:
2019-05-24 11:22:13 +00:00
- JAVA_HOME=$(file /etc/alternatives/javac | cut -d " " -f 5|cut -d "/" -f 1-5)
make
- mv bin/app.ap_ bin/app.apk
2019-05-14 21:06:46 +00:00
2019-09-20 04:30:18 +00:00
- versionName: 7.5.2
versionCode: 54
commit: 7.5.2
output: bin/app.apk
rm:
- bin
prebuild:
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
- android update sdk --no-ui --filter android-28
build:
- JAVA_HOME=$(file /etc/alternatives/javac | cut -d " " -f 5|cut -d "/" -f 1-5)
make
- mv bin/app.ap_ bin/app.apk
2019-10-01 18:42:17 +00:00
- versionName: 7.5.3
versionCode: 55
commit: 7.5.3
output: bin/app.apk
rm:
- bin
prebuild:
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
- android update sdk --no-ui --filter android-28
build:
- JAVA_HOME=$(file /etc/alternatives/javac | cut -d " " -f 5|cut -d "/" -f 1-5)
make
- mv bin/app.ap_ bin/app.apk
2019-10-09 18:17:47 +00:00
- versionName: '7.6'
versionCode: 56
commit: '7.6'
output: bin/app.apk
rm:
- bin
prebuild:
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
- android update sdk --no-ui --filter android-28
build:
- JAVA_HOME=$(file /etc/alternatives/javac | cut -d " " -f 5|cut -d "/" -f 1-5)
make
- mv bin/app.ap_ bin/app.apk
2019-10-16 00:08:15 +00:00
- versionName: 7.6.2
versionCode: 58
commit: 7.6.2
output: bin/app.apk
rm:
- bin
prebuild:
- sed -i -e 's|~/Android/Sdk|$$SDK$$|' -e 's/ sign//' Makefile
- android update sdk --no-ui --filter android-28
build:
- JAVA_HOME=$(file /etc/alternatives/javac | cut -d " " -f 5|cut -d "/" -f 1-5)
make
- mv bin/app.ap_ bin/app.apk
2018-09-11 23:37:03 +00:00
AutoUpdateMode: Version %v
UpdateCheckMode: Tags
2019-10-16 00:08:15 +00:00
CurrentVersion: 7.6.2
CurrentVersionCode: 58