Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon e745c81269 Allow using a custom layout
Add an option for specifying an XML layout description as a string.

The option is a bit rough at the moment:

- No documentation, users have to be aware of the keyboard's code to use
  this option.
- No error are shown, the layout will fallback to qwerty on error.
2022-11-26 22:30:45 +01:00
..
Autocapitalisation.java Refactor: Move editing code from to KeyEventHandler 2022-11-13 16:28:39 +01:00
Config.java Allow using a custom layout 2022-11-26 22:30:45 +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
EmojiGridView.java Refactor: Move editing code from to KeyEventHandler 2022-11-13 16:28:39 +01:00
EmojiGroupButtonsBar.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiKeyButton.java Refactor: Move editing code from to KeyEventHandler 2022-11-13 16:28:39 +01:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
ExtraKeyCheckBoxPreference.java Add editing keys: copy, paste, cut, select all 2022-11-13 16:45:57 +01:00
Keyboard2.java Refactor: Pass layout as a KeyboardData instead of ID 2022-11-26 22:14:29 +01:00
Keyboard2View.java Fix missing version check 2022-11-13 20:59:40 +01:00
KeyboardData.java Allow using a custom layout 2022-11-26 22:30:45 +01:00
KeyEventHandler.java Add editing keys: copy, paste, cut, select all 2022-11-13 16:45:57 +01:00
KeyModifier.java Add combinations to 'accent_slash' and show in settings 2022-11-05 19:33:46 +01:00
KeyValue.java Add editing keys: copy, paste, cut, select all 2022-11-13 16:45:57 +01:00
LayoutListPreference.java Allow switching quickly between two layouts 2022-11-13 00:24:23 +01:00
Pointers.java Make fake pointers not lockable 2022-11-26 17:22:31 +01:00
SettingsActivity.java Avoid crashing in direct-boot mode 2022-11-11 15:39:28 +01:00
Theme.java Draw borders and update themes 2022-11-13 20:53:06 +01:00