Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 2b6c2b98e0 Compute the swipe distance from the physical dpi
The previous computation was very different depending on the device's
screen and accessibility options.
Given that the keyboard is supposed to fill all the space in one
dimension, the dpi unit makes little sense.

The formula doesn't mean anything in particular, it takes into account
both dimensions (x and y) and should be close to the dpi in the
diagonals (which is the direction of swipe).

This changes the actual value, on a 1920x1080 480dpi screen, the value
is increased by 20%.
2022-04-02 16:16:24 +02:00
..
Config.java Compute the swipe distance from the physical dpi 2022-04-02 16:16:24 +02: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 Show the switching key if there's several languages 2022-03-16 13:09:10 +01:00
Keyboard2View.java Allow modifiers to hide keys 2022-03-19 15:39:20 +01:00
KeyboardData.java Allow modifiers to hide keys 2022-03-19 15:39:20 +01:00
KeyEventHandler.java Allow modifiers to hide keys 2022-03-19 15:39:20 +01:00
KeyModifier.java µ, æ and œ also generated by Fn 2022-03-31 19:05:40 +02:00
KeyValue.java Add non-breaking space as Fn+Space 2022-03-31 19:05:40 +02:00
Pointers.java Allow modifiers to hide keys 2022-03-19 15:39:20 +01:00
SettingsActivity.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Theme.java Stateless build of the special font file 2022-03-17 20:23:28 +01:00