Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon c85e9a91d1 Improve modulated key repeat
Change the formula: don't use an external constant, add a state.
It's now the ratio between where the finger is at the first repeat and
where it is now.

Keep the repeat going when swiping into an other key. Currently only for
arrows: It's now possible to go from an arrow to an other without
waiting again for the key repeat timeout.

The backspace and delete keys don't work well with this.
2022-02-21 00:24:57 +01:00
..
Config.java Localize € and £ 2022-02-19 21:48:48 +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 Localize € and £ 2022-02-19 21:48:48 +01:00
Keyboard2View.java Move pointer handling code to its own class 2022-02-20 13:09:39 +01:00
KeyboardData.java Scale the bottom row depending on the host layout 2022-02-13 13:20:22 +01:00
KeyEventHandler.java Add the Meta key 2022-02-06 23:01:35 +01:00
KeyModifier.java Add Ord+* = ° 2022-02-19 21:01:52 +01:00
KeyValue.java Improve modulated key repeat 2022-02-21 00:24:57 +01:00
Pointers.java Improve modulated key repeat 2022-02-21 00:24:57 +01:00
SettingsActivity.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Theme.java Allow egde keys instead of corner keys (swipe vertically/horizontally) 2022-02-06 23:49:43 +01:00