HeliBoard/app/src/main/java/helium314/keyboard/latin
Helium314 d3bd97a104 reload text on selection updates even if selection is as expected
if composing region was changed
e.g. KDE Connect removes composing region after entering a letter, and we should be able to deal with it
this is not really a good solution, as it will reload the suggestions, which flashes the underline and has noticeable performance impact

fixes #1141
2025-01-05 13:18:14 +01:00
..
common Clipboard suggestions (#647) 2024-07-05 23:14:54 +02:00
define disable IS_HARDWARE_KEYBOARD_SUPPORTED 2024-03-25 20:21:50 +01:00
inputlogic reload text on selection updates even if selection is as expected 2025-01-05 13:18:14 +01:00
makedict remove unused fields in DictionaryHeader 2024-05-15 22:54:11 +02:00
permissions upgrade build.gradle and do some code inspection stuff 2024-05-15 22:47:24 +02:00
personalization remove unused annotations 2024-02-01 22:42:25 +01:00
settings Allow changing toolbar icon and codes (#1110) 2024-09-23 20:45:23 +02:00
setup upgrade build.gradle and do some code inspection stuff 2024-05-15 22:47:24 +02:00
spellcheck fix contacts access being asked when turning setting off instead of when turning on 2024-07-07 20:09:59 +02:00
suggestions Allow changing toolbar icon and codes (#1110) 2024-09-23 20:45:23 +02:00
touchinputconsumer rename package 2024-01-31 18:32:43 +01:00
utils Allow changing toolbar icon and codes (#1110) 2024-09-23 20:45:23 +02:00
App.kt don't use json/txt file endings for custom layouts 2024-08-26 22:51:09 +02:00
AudioAndHapticFeedbackManager.java do not vibrate if do not disturb is enabled, fixes #1125 2024-09-28 22:28:37 +02:00
ClipboardHistoryEntry.kt rename package 2024-01-31 18:32:43 +01:00
ClipboardHistoryManager.kt truncate display of clipboard text for performance reasons 2025-01-03 18:09:51 +01:00
ContactsBinaryDictionary.java remove unused annotations 2024-02-01 22:42:25 +01:00
ContactsContentObserver.java rename package 2024-01-31 18:32:43 +01:00
ContactsDictionaryConstants.java rename package 2024-01-31 18:32:43 +01:00
ContactsDictionaryUtils.java rename package 2024-01-31 18:32:43 +01:00
ContactsManager.java upgrade build.gradle and do some code inspection stuff 2024-05-15 22:47:24 +02:00
Dictionary.java remove unused annotations 2024-02-01 22:42:25 +01:00
DictionaryCollection.java rename package 2024-01-31 18:32:43 +01:00
DictionaryDumpBroadcastReceiver.java rename package 2024-01-31 18:32:43 +01:00
DictionaryFacilitator.java convert Suggest to kotlin 2024-02-06 20:55:15 +01:00
DictionaryFacilitatorImpl.java require a minimum frequency value in history before adding a word to personal dictionary 2024-09-29 19:30:12 +02:00
DictionaryFacilitatorLruCache.java rename package 2024-01-31 18:32:43 +01:00
DictionaryFacilitatorProvider.java rename package 2024-01-31 18:32:43 +01:00
DictionaryFactory.kt rename package 2024-01-31 18:32:43 +01:00
DictionaryPackInstallBroadcastReceiver.java remove or add info to some todos 2024-02-04 09:31:45 +01:00
DictionaryStats.java rename package 2024-01-31 18:32:43 +01:00
EmojiAltPhysicalKeyDetector.java rename package 2024-01-31 18:32:43 +01:00
ExpandableBinaryDictionary.java require a minimum frequency value in history before adding a word to personal dictionary 2024-09-29 19:30:12 +02:00
InputAttributes.java upgrade build.gradle and do some code inspection stuff 2024-05-15 22:47:24 +02:00
InputView.java rename more keys to popup keys 2024-02-05 09:33:06 +01:00
KeyboardWrapperView.kt set keyboard icon ids per style in keyboardIconsSet instead of using styleable 2024-08-24 23:46:13 +02:00
KoreanDictionary.java rename package 2024-01-31 18:32:43 +01:00
LastComposedWord.java rename package 2024-01-31 18:32:43 +01:00
LatinIME.java reload text on selection updates even if selection is as expected 2025-01-05 13:18:14 +01:00
NgramContext.java remove unused annotations 2024-02-01 22:42:25 +01:00
PunctuationSuggestions.java improve popup key handling and update tests 2024-06-19 22:42:36 +02:00
ReadOnlyBinaryDictionary.java rename package 2024-01-31 18:32:43 +01:00
RichInputConnection.java reload text on selection updates even if selection is as expected 2025-01-05 13:18:14 +01:00
RichInputMethodManager.java avoid accessing uninitialized RichInputMethodManager, fixes #952 2024-07-07 20:23:21 +02:00
RichInputMethodSubtype.java remove or add info to some todos 2024-02-04 09:31:45 +01:00
Settings.kt Allow changing toolbar icon and codes (#1110) 2024-09-23 20:45:23 +02:00
Suggest.kt fix broken build 2024-05-01 20:39:46 +02:00
SuggestedWords.java fix clipboard suggestion being shown for a split second when starting gesture typing 2024-07-10 16:32:18 +02:00
SystemBroadcastReceiver.java rename package 2024-01-31 18:32:43 +01:00
UserBinaryDictionary.java remove unused annotations 2024-02-01 22:42:25 +01:00
WordComposer.java upgrade build.gradle and do some code inspection stuff 2024-05-15 22:47:24 +02:00