Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 5cc7fdf6d7 Refactor: Separate Events and Keyevents and use enums
Negative values for internal events are preventing further refactoring.

Add a new kind of key and split internal events (now Event) and
Android's key events (now Keyevent).

Use enums events and modifiers outside of the KeyValue class.
Internally, they are converted to and from integer.
2022-06-05 19:30:53 +02:00
..
Config.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +02:00
Emoji.java Refactor: Merge KeyValue.char and code fields 2022-06-05 18:14:50 +02:00
EmojiGridView.java Refactor: Abstract KeyValue fields 2022-06-05 17:46:22 +02:00
EmojiGroupButtonsBar.java Refactor: Abstract KeyValue fields 2022-06-05 17:46:22 +02:00
EmojiKeyButton.java Refactor: Abstract KeyValue fields 2022-06-05 17:46:22 +02:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
Keyboard2.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +02:00
Keyboard2View.java Refactor: Abstract KeyValue fields 2022-06-05 17:46:22 +02:00
KeyboardData.java Automatically place localized keys on the layouts 2022-05-29 12:27:46 +02:00
KeyEventHandler.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +02:00
KeyModifier.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +02:00
KeyValue.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +02:00
Pointers.java Refactor: Separate Events and Keyevents and use enums 2022-06-05 19:30:53 +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