Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon d9b5b36c27 Null check on the payload of KeyValue
The code expect that the payload is never null but there are now a lot
of public constructor functions for KeyValue that don't check for this
property.
2024-12-28 23:24:03 +01:00
..
prefs Fix empty text box when editing custom extra keys 2024-12-08 11:43:40 +01:00
Autocapitalisation.java Update autocapitalisation on Enter 2024-09-10 21:53:52 +02:00
ClipboardHistoryCheckBox.java Persist state of clipboard history checkbox 2024-12-06 00:10:05 +01:00
ClipboardHistoryService.java Persist state of clipboard history checkbox 2024-12-06 00:10:05 +01:00
ClipboardHistoryView.java Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
ClipboardPinView.java Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
ComposeKey.java Move numpad script maps to the compose system 2024-12-11 11:24:50 +01:00
ComposeKeyData.java Added tamil layout (#833) 2024-12-19 01:05:36 +01:00
Config.java Refactor: Move code to LayoutModifier 2024-12-26 19:59:43 +01:00
CustomLayoutEditDialog.java prefs: Report errors while editing custom layouts 2023-12-17 11:58:41 +01:00
DirectBootAwarePreferences.java Fix various linter warnings 2024-02-10 18:10:49 +01:00
Emoji.java Pull the emoji list from unicode.org (#612) 2024-05-08 13:02:19 +02:00
EmojiGridView.java Pull the emoji list from unicode.org (#612) 2024-05-08 13:02:19 +02:00
EmojiGroupButtonsBar.java Pull the emoji list from unicode.org (#612) 2024-05-08 13:02:19 +02:00
ExtraKeys.java Refactor: New namespace for preference classes 2024-01-13 20:59:05 +01:00
Gesture.java Option to tweak or disable the circle gesture 2024-06-09 14:25:19 +02:00
Keyboard2.java Fix status bar artifact on opens and closes 2024-12-28 23:06:06 +01:00
Keyboard2View.java Fix status bar artifact on opens and closes 2024-12-28 23:06:06 +01:00
KeyboardData.java layouts format: Add 'c' as a synonym for 'key0' 2024-11-24 10:56:19 +01:00
KeyEventHandler.java Disable automatic Shift when pressing Compose 2024-11-17 11:10:21 +01:00
KeyModifier.java Added tamil layout (#833) 2024-12-19 01:05:36 +01:00
KeyValue.java Null check on the payload of KeyValue 2024-12-28 23:24:03 +01:00
KeyValueParser.java Add :keyevent key syntax 2024-12-08 11:41:50 +01:00
LauncherActivity.java launcher: Circle gesture animation 2024-12-15 11:56:56 +01:00
LayoutModifier.java Refactor: Move code to LayoutModifier 2024-12-26 19:59:43 +01:00
Logs.java Migrate layouts preferences 2023-08-16 12:21:40 +02:00
NonScrollListView.java Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
Pointers.java Automatic Shift should be disabled when pressing Ctrl 2024-11-17 11:09:24 +01:00
SettingsActivity.java Light and dark themes for the launcher and settings 2024-01-20 22:37:51 +01:00
Theme.java Configure anticircle gesture per-key (#644) 2024-05-29 11:59:54 +02:00
Utils.java Proper support for Android 15 edge-to-edge (#848) 2024-12-26 18:29:19 +01:00
VibratorCompat.java Drop support for Android versions below 3.0 2024-02-10 17:24:15 +01:00
VoiceImeSwitcher.java Fix various linter warnings 2024-02-10 18:10:49 +01:00