43 lines
1.2 KiB
YAML
43 lines
1.2 KiB
YAML
|
Categories:
|
||
|
- Writing
|
||
|
License: Apache-2.0
|
||
|
AuthorName: Vít Skalický
|
||
|
WebSite: https://vitskalicky.github.io/klavesnice/en/
|
||
|
SourceCode: https://github.com/vitSkalicky/klavesnice/
|
||
|
IssueTracker: https://github.com/vitSkalicky/klavesnice/issues
|
||
|
|
||
|
AutoName: Czech Diacritic Keyboard
|
||
|
Description: |-
|
||
|
This is modified AOSP keyboard, that features iPhone-like writing of
|
||
|
diacritics. Caron an acute keys are added to the right of the keyboard
|
||
|
for faster typing. The diacritic keys best fit Czech language, but are
|
||
|
suitable for any language that uses them. Unfortunately auto-correction
|
||
|
is broken and I am unable to fix (I tried. A lot).
|
||
|
|
||
|
As a bonus I also added swipe control, that allows you to precisely
|
||
|
navigate throughout the text.
|
||
|
|
||
|
Main features:
|
||
|
|
||
|
* Caron and acute keys for faster typing
|
||
|
* Suitable for any language, that uses diacritics (Czech, Slovak, ...)
|
||
|
* Precise navigation in text by swiping across the keyboard
|
||
|
* Material design
|
||
|
|
||
|
RepoType: git
|
||
|
Repo: https://github.com/vitSkalicky/klavesnice/
|
||
|
|
||
|
Builds:
|
||
|
- versionName: '0.1'
|
||
|
versionCode: 1
|
||
|
commit: v0.1
|
||
|
subdir: java/
|
||
|
submodules: true
|
||
|
gradle:
|
||
|
- yes
|
||
|
ndk: r19c
|
||
|
|
||
|
AutoUpdateMode: Version v%v
|
||
|
UpdateCheckMode: Tags v*.*[0-9]$
|
||
|
CurrentVersionCode: 1
|