Unexpected-Keyboard/srcs/juloo.keyboard2
Jules Aguillon 324756535e Automatic capitalisation at beginning of sentences
Keep track of end-of-sentence characters while typing and automatically
enable shift when appropriate.

The last few characters just before the cursor need to be queried in
some cases: Begin of input, cursor has moved or text is deleted.
This might have a performance cost.

This normally only enable shift but it also needs to disable shift when
the cursor moves.
2022-07-24 20:02:48 +02:00
..
Autocapitalisation.java Automatic capitalisation at beginning of sentences 2022-07-24 20:02:48 +02:00
Config.java Add ukrainian layout (#172) 2022-07-03 23:07:06 +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 Automatic capitalisation at beginning of sentences 2022-07-24 20:02:48 +02:00
Keyboard2View.java Automatic capitalisation at beginning of sentences 2022-07-24 20:02:48 +02:00
KeyboardData.java Automatic capitalisation at beginning of sentences 2022-07-24 20:02:48 +02:00
KeyEventHandler.java Add key for switching to the greekmath pane 2022-07-09 17:30:26 +02:00
KeyModifier.java Add alternative greek and math symbols 2022-07-09 17:40:20 +02:00
KeyValue.java Add key for switching to the greekmath pane 2022-07-09 17:30:26 +02:00
Pointers.java Automatic capitalisation at beginning of sentences 2022-07-24 20:02:48 +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