Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon f1ce6abe5a Direct-boot aware preferences
Store preferences in device protected storage, which is available before
the device is unlocked.
The keyboard was crashing when trying to access the encrypted
preferences.

The emoji pane uses a separate preferences file, the old data is lost.

The SettingsActivity can't easily use the new preferences storage.
Instead, it continues to use the "default" preferences store, which is
copied back to the protected storage when needed.
2022-11-11 14:27:02 +01:00
..
Autocapitalisation.java Autocapitalisation: Avoid trigerring when Ctrl+Del 2022-10-16 22:34:21 +02:00
Config.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
DirectBootAwarePreferences.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
Emoji.java Refactor: Remove KeyValue.name 2022-06-06 00:23:45 +02:00
EmojiGridView.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
EmojiGroupButtonsBar.java Refactor: Make KeyValue final 2022-06-05 20:14:16 +02:00
EmojiKeyButton.java Add the Extra Keys option 2022-09-19 11:41:18 +02:00
EmojiTypeButton.java Auto-format Java and XML files 2021-12-19 19:44:27 +01:00
ExtraKeyCheckBoxPreference.java Add combinations to 'accent_slash' and show in settings 2022-11-05 19:33:46 +01:00
Keyboard2.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
Keyboard2View.java Draw letter indication on the pin layout 2022-10-24 00:27:49 +02:00
KeyboardData.java Draw letter indication on the pin layout 2022-10-24 00:27:49 +02:00
KeyEventHandler.java Add the capslock key 2022-10-23 21:37:04 +02:00
KeyModifier.java Add combinations to 'accent_slash' and show in settings 2022-11-05 19:33:46 +01:00
KeyValue.java Add the bar diacritic dead key 2022-11-05 19:26:49 +01:00
Pointers.java Fix adding two pointers for the same key 2022-11-06 19:49:30 +01:00
SettingsActivity.java Direct-boot aware preferences 2022-11-11 14:27:02 +01:00
Theme.java Draw letter indication on the pin layout 2022-10-24 00:27:49 +02:00