Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 833dfa31bb Fix miscalculation of the space between the keys
'keyVerticalInterval' was mistakenly used to compute the height of the
keyboard and the vertical position of keys.
While the code handling pointers did not use this value, the hit box of
the bottom row was shifted by several pixels.

Make sure 'keyVerticalInterval' is only used for rendering and not for
placing the keys.
2022-01-15 20:24:27 +01:00
..
Config.java Fix miscalculation of the space between the keys 2022-01-15 20:24:27 +01:00
Emoji.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
EmojiGridView.java Use the themes abstraction 2021-12-28 19:12:50 +01:00
EmojiGroupButtonsBar.java Separate handling of modifiers from KeyValue class 2021-04-18 23:28:49 +02:00
EmojiKeyButton.java Reference the "special key font" in the Theme object 2021-12-28 17:53:58 +01:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Keyboard2.java Swap the Enter and Action keys when needed 2022-01-10 00:27:22 +01:00
Keyboard2View.java Fix miscalculation of the space between the keys 2022-01-15 20:24:27 +01:00
KeyboardData.java Swap the Enter and Action keys when needed 2022-01-10 00:27:22 +01:00
KeyEventHandler.java Add the Action key 2022-01-09 20:26:06 +01:00
KeyModifier.java Change the key combination for ° 2022-01-01 19:00:27 +01:00
KeyValue.java Add the Action key 2022-01-09 20:26:06 +01:00
SettingsActivity.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Theme.java Move the border radius from Config to Theme 2021-12-30 00:52:50 +01:00