0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00
An open-source keyboard for Android which respects your privacy. Currently in early-beta.
Go to file
Patrick Goldinger 8fb93d4677 Divide InputMethodService code from KeyboardView code
- KeyboardView is now only responsible for building the UI from the given ComputedLayoutData
- FlorisBoard (InputMethodService) is now responsible for both selectiong the correct KeyboardView for the active KeyboardMode and sending an actual key press to the system
2020-04-15 01:48:12 +02:00
app Divide InputMethodService code from KeyboardView code 2020-04-15 01:48:12 +02:00
gradle/wrapper Initial commit 2020-04-08 23:21:33 +02:00
.gitattributes Initial commit 2020-04-08 23:21:33 +02:00
.gitignore Initial commit 2020-04-08 23:21:33 +02:00
build.gradle Initial commit 2020-04-08 23:21:33 +02:00
gradle.properties Initial commit 2020-04-08 23:21:33 +02:00
gradlew Initial commit 2020-04-08 23:21:33 +02:00
gradlew.bat Initial commit 2020-04-08 23:21:33 +02:00
LICENSE Initial commit 2020-04-08 23:21:33 +02:00
README.md Initial commit 2020-04-08 23:21:33 +02:00
settings.gradle Initial commit 2020-04-08 23:21:33 +02:00

FlorisBoard

A open-source keyboard. Currently in planning/early-alpha stage.