162 lines
3.6 KiB
YAML
162 lines
3.6 KiB
YAML
Categories:
|
|
- Writing
|
|
License: Apache-2.0
|
|
SourceCode: https://github.com/klausw/hackerskeyboard
|
|
IssueTracker: https://github.com/klausw/hackerskeyboard/issues
|
|
Changelog: https://github.com/klausw/hackerskeyboard/releases
|
|
|
|
AutoName: Hacker's Keyboard
|
|
Description: |-
|
|
There are about thirty different languages covered, which can be enabled in the
|
|
settings.
|
|
|
|
For the five-row layout, the keyboard has separate number keys, punctuation in
|
|
the usual places; tab, ctrl and arrow keys.
|
|
|
|
It is based on the AOSP Gingerbread soft keyboard, so it supports multitouch for
|
|
the modifier keys.
|
|
|
|
Completion dictionaries are only possible via plug-in packages, available from
|
|
the website, though there is no template for building these from source.
|
|
Anysoftkeyboard dictionaries don't appear to work.
|
|
|
|
The permissions requested by the application are those needed by the underlying
|
|
Gingerbread keyboard.
|
|
|
|
It uses the contacts information for completion of names and email addresses,
|
|
and audio recording for the voice input feature.
|
|
|
|
RepoType: git
|
|
Repo: https://github.com/klausw/hackerskeyboard
|
|
|
|
Builds:
|
|
- versionName: v1.18
|
|
versionCode: 1018
|
|
commit: 8298cd8728c2
|
|
subdir: java
|
|
target: android-11
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.20
|
|
versionCode: 1020
|
|
commit: e703fa82a4c3
|
|
subdir: java
|
|
target: android-11
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.22
|
|
versionCode: 1022
|
|
commit: 154e21230e81
|
|
subdir: java
|
|
target: android-11
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.29
|
|
versionCode: 1029
|
|
commit: '1.29'
|
|
subdir: java
|
|
prebuild: ./AutoVersion.sh
|
|
target: android-11
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.31
|
|
versionCode: 1031
|
|
commit: 065ed34b811c
|
|
subdir: java
|
|
prebuild:
|
|
- sed -i "s/Hg-ident/hg ident/" AutoVersion.sh
|
|
- ./AutoVersion.sh
|
|
target: android-11
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.33
|
|
versionCode: 1033
|
|
commit: v1.33
|
|
subdir: java
|
|
prebuild:
|
|
- sed -i "s/Hg-ident/hg ident/" AutoVersion.sh
|
|
- ./AutoVersion.sh
|
|
target: android-11
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.37
|
|
versionCode: 1037
|
|
commit: '1.37'
|
|
subdir: java
|
|
srclibs:
|
|
- 1:VoiceIME@5763e36eab31
|
|
prebuild:
|
|
- sed -i "s/Hg-ident/hg ident/" AutoVersion.sh
|
|
- ./AutoVersion.sh
|
|
target: android-19
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.38.2
|
|
versionCode: 1038002
|
|
commit: 1.38.2
|
|
subdir: java
|
|
srclibs:
|
|
- 1:VoiceIME@5763e36eab31
|
|
rm:
|
|
- java/libs/*.jar
|
|
prebuild:
|
|
- sed -i "s/Hg-ident/hg ident/" AutoVersion.sh
|
|
- ./AutoVersion.sh
|
|
target: android-19
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.39.1
|
|
versionCode: 1039001
|
|
commit: 1.39.1
|
|
subdir: java
|
|
srclibs:
|
|
- 1:VoiceIME@5763e36eab31
|
|
rm:
|
|
- java/libs/*.jar
|
|
prebuild:
|
|
- sed -i "s/Hg-ident/hg ident/" AutoVersion.sh
|
|
- ./AutoVersion.sh
|
|
target: android-19
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.39.3
|
|
versionCode: 1039003
|
|
commit: 1.39.3
|
|
subdir: java
|
|
srclibs:
|
|
- 1:VoiceIME@5763e36eab31
|
|
rm:
|
|
- java/libs/*.jar
|
|
prebuild:
|
|
- sed -i "s/Hg-ident/hg ident/" AutoVersion.sh
|
|
- ./AutoVersion.sh
|
|
target: android-19
|
|
buildjni:
|
|
- yes
|
|
|
|
- versionName: v1.41.1
|
|
versionCode: 1041001
|
|
commit: 1.41.1
|
|
subdir: app
|
|
gradle:
|
|
- yes
|
|
srclibs:
|
|
- 1:VoiceIME@5763e36eab31
|
|
rm:
|
|
- app/libs/*.jar
|
|
prebuild: cp -a $$VoiceIME$$/src/com src/main/java/
|
|
|
|
AutoUpdateMode: None
|
|
UpdateCheckMode: Tags
|
|
CurrentVersion: v1.41.1
|
|
CurrentVersionCode: 1041001
|