0
0
mirror of https://github.com/florisboard/florisboard.git synced 2024-09-19 19:42:20 +02:00
Commit Graph

2105 Commits

Author SHA1 Message Date
Patrick Goldinger
cc2828b600 Implement delete hold, base for popup 2020-04-11 03:43:21 +02:00
Patrick Goldinger
570e384cec Add missing files from previous commit 2020-04-11 03:42:26 +02:00
Patrick Goldinger
0130ff2ddf Rewrite core implementation of keyboard layout
- Keyboard layout is now programmatically built, insteadof a predefined <layout>.xml file
- Layout definitions are in JSON (located in res/raw/*)
- Buttons now have a background color
2020-04-11 00:02:18 +02:00
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
Patrick Goldinger
985613d2bd Initial commit 2020-04-08 23:21:33 +02:00