0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-20 03:52:18 +02:00
An open-source keyboard for Android which respects your privacy. Currently in early-beta.
Go to file
Patrick Goldinger a1e3d4eb8a Add initial layout of keyboard
- Setup AndroidManifest.xml to register this app as an valid IME
- Layout of keyboard is made with LinearLayout, Buttons and Google's Flexbox project
- Basic icons for caps, backspace, confirm and language_switch have been added from the default Google Icon Library
- Input, Confirm, Delete and Caps lock is working on a very basic implementation
2020-04-10 00:24:22 +02:00
app Add initial layout of keyboard 2020-04-10 00:24:22 +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.