Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon ab987c776c Fix localized key not in predefined position
The "loc " prefix for predefining a place for an "extra key" was broken
since 31d6a70.

The FLAG_LOCALIZED flag cannot be used anymore, as adding it to any key
would turn it into a different key that wouldn't be recognized by parts
of the code comparing the keys (placing the extra keys).

Add an other layer in KeyboardData to store such informations.
2022-06-24 20:26:27 +02:00
..
Config.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
Emoji.java Refactor: Remove KeyValue.name 2022-06-06 00:23:45 +02:00
EmojiGridView.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiGroupButtonsBar.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiKeyButton.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Keyboard2.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
Keyboard2View.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
KeyboardData.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
KeyEventHandler.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +02:00
KeyModifier.java Refactor: Remove KeyValue.name 2022-06-06 00:23:45 +02:00
KeyValue.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
Pointers.java Fix localized key not in predefined position 2022-06-24 20:26:27 +02:00
SettingsActivity.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Theme.java Set the color of the navigation bar 2022-05-07 23:51:00 +02:00