Update README.md + build.gradle

This commit is contained in:
Patrick Goldinger
2020-06-21 18:02:42 +02:00
parent 1e3e523d65
commit 4e69793298
2 changed files with 14 additions and 7 deletions

View File

@@ -21,23 +21,28 @@ stage.
### Layouts
* [x] Latin character layout (QWERTY)
* [ ] Other character layouts (both latin and non-latin)
* [x] Other character layouts (both latin and non-latin) (Currently
QWERTZ and AZERTY are supported besides QWERTY)
* [x] Adapt to situation in app (password, url, text, etc. )
* [x] Special character layout(s)
* [x] Numeric layout
* [x] Numeric layout (advanced)
* [x] Phone number layout
* [x] Emoji layout (buggy atm)
* [x] Emoji layout (popups buggy atm)
* [ ] Emoticon layout
* [ ] Kaomoji layout
### Preferences
* [ ] Setup wizard
* [x] Preferences screen
* [x] Customize look and behaviour of keyboard (currently only
light/dark theme)
* [ ] Theme customization
* [ ] Theme import/export (?)
* [ ] Layout selection
* [x] Subtype selection (language/layout)
* [x] Keyboard behaviour preferences
* [ ] Text suggestion / Auto correct preferences
* [ ] Gesture preferences
### Composing suggestions
* [ ] Auto suggest words from precompiled dictionary
@@ -51,8 +56,10 @@ stage.
* [ ] Floating keyboard
* [ ] Gesture support
* [ ] Glide typing (?)
* [ ] Search emojis/emoticons by name within media context
* [ ] Full integration in IME service list of Android (xml/method)
* [x] Full integration in IME service list of Android (xml/method)
(integration is internal-only, because Android's default subtype
implementation not really allows for dynamic language/layout
pairs, only compile-time defined ones)
* [ ] (dev only) Generate well-structured documentation of code
* [ ] ...

View File

@@ -10,8 +10,8 @@ android {
applicationId "dev.patrickgold.florisboard"
minSdkVersion 23
targetSdkVersion 29
versionCode 6
versionName "0.1.0.alpha6"
versionCode 7
versionName "0.1.0.alpha7"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}