From 34e70207c19e2fb9c263cd47d3dfbc474d724788 Mon Sep 17 00:00:00 2001 From: Patrick Goldinger Date: Mon, 20 Apr 2020 02:47:37 +0200 Subject: [PATCH] Update README.md --- README.md | 35 ++++++++++++++++++++++++++++++++++- 1 file changed, 34 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2262cb6..9c643d7f 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,36 @@ # FlorisBoard -A open-source keyboard. Currently in planning/early-alpha stage. +An open-source keyboard for Android. Currently in early-alpha stage. + +![Preview image](https://imgur.com/X5EkD4p.png) + +## Feature roadmap +* [x] Basic implementation of the keyboard core (InputMethodService) +* [x] Own implementation of deprecated KeyboardView (base only) +* [x] QWERTY layout +* [x] Special character layout(s) +* [ ] Numeric layout +* [ ] Emoji layout +* [x] Caps + Caps Lock +* [x] Key popups (buggy atm) +* [x] More characters on long press +* [ ] Preferences screen +* [ ] Customize look and behaviour of keyboard +* [ ] Theme customization +* [ ] Adapt to situation in app (password, url, text, etc. ) +* [ ] Auto suggest words +* [ ] Layout selection +* [ ] Clipboard manager +* [ ] One-hand mode +* [ ] ... + +## Used libraries and icons +* [Google Flexbox Layout for Android](https://github.com/google/flexbox-layout) + by [google](https://github.com/google) +* [Google Material icons](https://github.com/google/material-design-icons) by + [google](https://github.com/google) +* [Moshi JSON library](https://github.com/square/moshi) by + [square](https://github.com/square) + +## License +This project is licensed under the [GPLv3 LICENSE](LICENSE)