New app: Czech Diacritic Keyboard
This commit is contained in:
parent
0365a86e52
commit
8897f56065
43
metadata/cz.vitSkalicky.klavesnice.yml
Normal file
43
metadata/cz.vitSkalicky.klavesnice.yml
Normal file
|
@ -0,0 +1,43 @@
|
||||||
|
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
|
||||||
|
Summary: with caron and acute keys
|
||||||
|
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
|
Loading…
Reference in a new issue