Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon b319356a08 Fix crash on shift with empty keys
Tapping shift might call `Utils.capitalize_string` on some symbols
(notably custom keys), which crashes on empty string.

This also happens on builtin layouts with `key1="\"`.
2024-01-10 00:17:09 +01:00
..
Autocapitalisation.java Update auto-capitalisation state when input starts 2023-09-09 14:15:44 +02:00
Config.java Revert "Remove the vibration settings" 2024-01-09 00:43:28 +01:00
CustomExtraKeysPreference.java Refactor: Preferred positions for extra keys 2023-09-15 18:00:27 +02:00
CustomLayoutEditDialog.java prefs: Report errors while editing custom layouts 2023-12-17 11:58:41 +01:00
DirectBootAwarePreferences.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
Emoji.java Refactor: Use enum values in KeyValue.Kind 2022-11-13 15:19:50 +01:00
EmojiBottomRow.java Add left/right slider to the emoji pane 2023-10-28 20:14:32 +02:00
EmojiGridView.java Improve emoji pane layout 2022-12-11 16:26:50 +01:00
EmojiGroupButtonsBar.java Improve emoji pane layout 2022-12-11 16:26:50 +01:00
ExtraKeys.java Preferred position for locale extra_keys 2023-09-24 16:35:24 +02:00
ExtraKeysPreference.java Add page_up, page_down, home, end to extra keys 2023-10-20 12:20:25 +02:00
Keyboard2.java Bring the voice IME chooser with a long press 2023-12-30 01:24:21 +01:00
Keyboard2View.java Revert "Remove the vibration settings" 2024-01-09 00:43:28 +01:00
KeyboardData.java Add layout attribute 'numpad_script' 2023-12-26 17:05:51 +01:00
KeyEventHandler.java Fix regression on Ctrl on space bar slider 2023-08-26 23:44:41 +02:00
KeyModifier.java Bring the voice IME chooser with a long press 2023-12-30 01:24:21 +01:00
KeyValue.java Bring the voice IME chooser with a long press 2023-12-30 01:24:21 +01:00
LauncherActivity.java launcher: Remove intro video when not supported 2024-01-03 00:48:26 +01:00
LayoutsPreference.java Remove unsupported API readAllBytes 2024-01-01 21:04:54 +01:00
ListGroupPreference.java Migrate layouts preferences 2023-08-16 12:21:40 +02:00
Logs.java Migrate layouts preferences 2023-08-16 12:21:40 +02:00
Pointers.java Disable automatically Shift when pressing Ctrl 2023-08-26 23:37:22 +02:00
SettingsActivity.java Migrate layouts preferences 2023-08-16 12:21:40 +02:00
Theme.java Use Gradle (#452) 2023-11-25 20:11:12 +01:00
Utils.java Fix crash on shift with empty keys 2024-01-10 00:17:09 +01:00
VibratorCompat.java Revert "Remove the vibration settings" 2024-01-09 00:43:28 +01:00
VoiceImeSwitcher.java Bring the voice IME chooser with a long press 2023-12-30 01:24:21 +01:00