Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 68945ff227 Restore support for Android < 12, set minimal version to 4
API level 12 is required for "subtype" code introduced in 1.7.
This adds a fallback for older version, "subtype" features are not
available but the keyboard is usable.

Changet he minimal version to 4 to be able to query the API level.

Using integer constant for versions because that's how it's presented in
the documentation. Build.VERSION_CODES is WTF.
2021-05-09 00:56:59 +02:00
..
Config.java Add the accents preference 2021-05-09 00:09:10 +02:00
Emoji.java Update the list of emojis 2021-01-17 00:20:09 +01:00
EmojiGridView.java Separate handling of modifiers from KeyValue class 2021-04-18 23:28:49 +02:00
EmojiGroupButtonsBar.java Separate handling of modifiers from KeyValue class 2021-04-18 23:28:49 +02:00
EmojiKeyButton.java Separate handling of modifiers from KeyValue class 2021-04-18 23:28:49 +02:00
EmojiTypeButton.java Update the list of emojis 2021-01-17 00:20:09 +01:00
Keyboard2.java Restore support for Android < 12, set minimal version to 4 2021-05-09 00:56:59 +02:00
Keyboard2View.java Add the accents preference 2021-05-09 00:09:10 +02:00
KeyboardData.java Slightly reduce the size of the bottom row 2021-04-29 01:11:18 +02:00
KeyModifier.java Move the "Ins" key under Fn 2021-05-08 15:54:55 +02:00
KeyValue.java Improve the numeric keyboard 2021-05-08 02:00:47 +02:00
SettingsActivity.java Start SettingsActivity 2015-08-08 16:47:22 +02:00