Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 4629410230 Fix unintended layout used for unsupported languages
The arabic layout was used as the default on devices where all the
installed languages are not supported by the keyboard. This is not
intended.
This is probably caused by 'getCurrentInputMethodSubtype' returning the
first layout in the list of disabled subtypes in alphabetical or
language tag order.
Re-ordering the subtypes in method.xml had no effect.

Setting 'overridesImplicitlyEnabledSubtype' in method.xml has no
measured effect.
2024-07-14 16:15:18 +02:00
..
prefs Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
Autocapitalisation.java Refactor: New namespace for preference classes 2024-01-13 20:59:05 +01:00
ClipboardHistoryCheckBox.java Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
ClipboardHistoryService.java Clipboard pane (#681) 2024-07-06 22:16:37 +02: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 compose: Fix misbehaving due to encoding errors 2024-06-09 10:35:38 +02:00
ComposeKeyData.java Move diacritics mapping to the compose state machine 2024-06-09 11:53:17 +02:00
Config.java Add locale_extra_keys keyboard attribute 2024-07-06 23:09:51 +02: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 unintended layout used for unsupported languages 2024-07-14 16:15:18 +02:00
Keyboard2View.java Don't cap indication length 2024-06-06 00:30:22 +02:00
KeyboardData.java Fix crash when using a different script layout 2024-07-14 15:52:24 +02:00
KeyEventHandler.java Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
KeyModifier.java Refactor: Remove the KeyModifier cache 2024-06-09 12:49:23 +02:00
KeyValue.java Clipboard pane (#681) 2024-07-06 22:16:37 +02:00
LauncherActivity.java Launcher activity: Don't consume events in text field 2024-06-16 22:19:27 +02: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 Option to disable key repeat 2024-06-30 00:24:39 +02: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 Fix various linter warnings 2024-02-10 18:10:49 +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