Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon e213834f67 Don't depend on dpi values in swipe distance
The dpi values "xdpi" and "ydpi" can have wildly different values on
different devices.

The new computation defines a baseline and only take into account the
dpi values as a ratio.

On a 480dpi screen (in both directions), this decrease the value by
about 18%. This new distance felt better during testing.
2022-11-13 14:43:53 +01:00
..
Autocapitalisation.java Autocapitalisation: Avoid trigerring when Ctrl+Del 2022-10-16 22:34:21 +02:00
Config.java Don't depend on dpi values in swipe distance 2022-11-13 14:43:53 +01:00
DirectBootAwarePreferences.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
Emoji.java Refactor: Remove KeyValue.name 2022-06-06 00:23:45 +02:00
EmojiGridView.java Avoid crashing in direct-boot mode 2022-11-11 15:39:28 +01:00
EmojiGroupButtonsBar.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiKeyButton.java Add the Extra Keys option 2022-09-19 11:41:18 +02:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
ExtraKeyCheckBoxPreference.java Add combinations to 'accent_slash' and show in settings 2022-11-05 19:33:46 +01:00
Keyboard2.java Allow switching quickly between two layouts 2022-11-13 00:24:23 +01:00
Keyboard2View.java Add option for brightness of labels 2022-11-11 19:47:37 +01:00
KeyboardData.java Fix localized keys appearing on secondary layout 2022-11-13 00:39:31 +01:00
KeyEventHandler.java Allow switching quickly between two layouts 2022-11-13 00:24:23 +01:00
KeyModifier.java Add combinations to 'accent_slash' and show in settings 2022-11-05 19:33:46 +01:00
KeyValue.java Allow switching quickly between two layouts 2022-11-13 00:24:23 +01:00
LayoutListPreference.java Allow switching quickly between two layouts 2022-11-13 00:24:23 +01:00
Pointers.java Fix adding two pointers for the same key 2022-11-06 19:49:30 +01:00
SettingsActivity.java Avoid crashing in direct-boot mode 2022-11-11 15:39:28 +01:00
Theme.java Dim secondary keys 2022-11-11 19:18:22 +01:00