Commit graph

961 commits

Author SHA1 Message Date
Helium314
9c091e7f31 Merge branch 'new' into hangul_update 2023-09-16 10:48:06 +02:00
Helium314
5f8ed528ab fix hangul combiner being used for symbols input 2023-09-16 10:46:20 +02:00
Helium314
21871e32f9 make numpad work 2023-09-16 10:33:30 +02:00
Helium314
a7fdf6c700 fix the combiner chain issue 2023-09-16 09:19:47 +02:00
Helium314
7bd960e1a7 mostly fix that bug for latin
still happens for the first word after language switch (also breaks korean)
more precisely: until first reset of combinerChain
2023-09-15 20:14:38 +02:00
Helium314
baa7df8cda some comments, re-arrange hangul related part in inputLogic 2023-09-15 19:26:19 +02:00
Helium314
4cdabe2680 add file to create keyboardTextsTable (looks like it works), some formatting
and slight adjustment to korean handling in latinIme
2023-09-15 18:40:40 +02:00
Helium314
a7a3465e9b some formatting 2023-09-15 16:36:25 +02:00
Helium314
5f29248855
add section about hidden features to readme 2023-09-15 13:21:21 +02:00
Helium314
9b39101bae shrink icons when keyboard scale is below 80% 2023-09-15 12:35:59 +02:00
Helium314
bca519efe4 don't align keys off-center if hints are disabled, fixes #155 2023-09-15 11:16:55 +02:00
Helium314
3d0e590852 address some potential nullability issues in dictionary facilitator 2023-09-15 10:55:47 +02:00
Helium314
41a24295ae fix some minor glitches in language settings 2023-09-15 10:07:12 +02:00
Helium314
eee94f2924 make it compile (again, why did it work before?) 2023-09-14 19:21:54 +02:00
Helium314
04430fdb21 revert dictionary deletion (done to get a < 25 mb file for github upload) 2023-09-14 13:49:20 +02:00
Helium314
cf17b4984a Merge branch 'new' into hangul_update 2023-09-14 13:43:15 +02:00
Helium314
92283f415c make it compile 2023-09-14 13:23:07 +02:00
Helium314
d56f241b82 add bulgarian script to attrs
according to description, it should be aligned with scripts in ScriptUtils, but bulgarian was missing for some reason
2023-09-14 11:43:42 +02:00
Helium314
217749857d better fix for issues with wrapper view 2023-09-13 21:42:01 +02:00
Helium314
81d422fdc6
Show delete button when long-pressing suggestion (#148)
remove old style of removing suggestions via popup menu
2023-09-13 18:09:53 +02:00
Helium314
8fbb0ce0c7 fix 9713c4a25a not working when word ends with two equal codepoints 2023-09-13 18:05:18 +02:00
Helium314
c78e729daa provide the correct dictionary name (used for debugging only) 2023-09-13 17:09:23 +02:00
Helium314
9abcd15c5f update readme 2023-09-13 15:38:58 +02:00
Helium314
f321de326a set background color filters for icons in suggestion strip, hopefully fixes #141 2023-09-13 14:12:24 +02:00
Helium314
726e923f79 brighten a bit more when color is really dark 2023-09-13 12:33:48 +02:00
Helium314
5dbf6c5e60 redirect dictionary requests to dictionary repository 2023-09-13 10:49:17 +02:00
Helium314
60a608960b add hint to tap languages 2023-09-13 10:05:02 +02:00
Helium314
7d7d983471 some more todos updated, revert use of ?android:colorForeground 2023-09-13 09:22:22 +02:00
Georg Veichtlbauer
5d2696e725 LatinIME: Update the number pad
* Shuffle buttons to match other keyboards

Change-Id: I7ba42cc70127086f2082d7d311af30a7e09ca0a1
2023-09-13 08:11:36 +02:00
Helium314
9dd8dec55e re-arrange colors, add some todo 2023-09-13 08:11:02 +02:00
Helium314
b68bfcfd4c enable language switch when sliding upwards on space 2023-09-12 22:53:14 +02:00
Helium314
131a813a54 remove padding for ColorPickerView to fix issues with selecting a color outside the view 2023-09-12 19:22:03 +02:00
Helium314
3e86723556 mark emoji arrays as used, as this isn't foudn automatically 2023-09-12 15:19:45 +02:00
Helium314
042bd14a71 rename language settings fragment 2023-09-12 14:50:36 +02:00
Helium314
d867eb13bf fix returning to main fragment after screen orientation change 2023-09-12 14:46:19 +02:00
Helium314
2ade6b3b09 fix wrong day/night theme showing in ColorsSettingsFragment
and run the keyboard reload in background to avoid visual glitches
2023-09-12 14:43:50 +02:00
Helium314
b18b7dc820 add a separate fragment for setting user-defined colors
issues:
when using day/night mode, active keyboard is shown in preview, not the acually modified varian
reloading / updating the preview is either slow or will not show the keyboard again
2023-09-12 14:21:40 +02:00
Helium314
d33650586b use percentage-based inset drawable only on android 8+
for older versions it's now a fixed dp inset, which sometimes looks a little weird
fixes #94
2023-09-11 18:29:56 +02:00
Helium314
2ae736db08
Update README.md 2023-09-11 16:18:08 +02:00
BlackyHawky
9c112f6de6
For Holo style: added 3 dots missing for key style less/greater (#144)
"hasPopupHint" parameter has been removed from the row_symbols4.xml and row_symbols_shift4.xml files as it's already defined in "settingsMoreKeysStyle".
2023-09-11 12:53:08 +02:00
BlackyHawky
e4b00ee041
Comma pop-up for Numpad in portrait mode is the same as for symbol view (#143)
In landscape mode, the comma pop-up contains all keys, as there is no style for this particular key
2023-09-11 12:45:32 +02:00
Helium314
3d5136f891 adjust issue templates 2023-09-11 12:40:59 +02:00
Helium314
12cbd43bda make history learn next word after auto-capitalized words, improves #135 2023-09-11 11:39:02 +02:00
Helium314
8840411039 todos and unused code
show debug settings in the original place in advanced settings
2023-09-10 21:39:56 +02:00
Helium314
bc9150b007 work off some "todo"s, mostly related to colors
make threshold score for autocorrect depedent on autocorrect threshold
2023-09-10 19:45:03 +02:00
Helium314
eebaa2881b add option to enable phrase gesture 2023-09-10 16:29:29 +02:00
Helium314
52d50a6de6 autocorrect for shortcuts specified in user dictionary 2023-09-10 15:44:42 +02:00
Helium314
169e0feb20 less additions to personal dictionary if language is not clear enough 2023-09-10 13:50:10 +02:00
Helium314
fd1270dd11 remove some unused code 2023-09-10 13:39:24 +02:00
Helium314
ac1cc0a690 address some more warnings 2023-09-10 12:39:01 +02:00