Commit graph

1730 commits

Author SHA1 Message Date
Helium314
44015f6857 upgrade test dependencies 2025-01-13 17:16:34 +01:00
Helium314
13e2260aab tiny update to contributon guidelines 2025-01-13 17:14:34 +01:00
Helium314
1e7ea7d699 rename LICENSE-GPL-3 to LICENSE because GitHub is stupid and wrongly shows Apache-2.0 (can't choose, only determined automatically) 2025-01-12 21:12:14 +01:00
Helium314
c2fdce9d58 upgrade emojis to unicode 16.0
and set default emoji SDK level to 21, as we don't support 19 any more
2025-01-12 21:10:06 +01:00
Helium314
7339000df3 allow overriding sdk level for determining which emojis are shown
might show that dreaded [x] symbol, but allows newer emojis on older android versions with upgraded fonts
2025-01-12 21:08:20 +01:00
Helium314
465fc86e61 add new groupId -1 for suppressing default popups e.g. on action or comma keys
fixes #1243
2025-01-12 21:04:32 +01:00
Helium314
7e3657185f prevent selected text being the first suggestion when overwriting with glide typing
fixes #1284
2025-01-12 21:02:29 +01:00
npnpatidar
de5968d04a
Add Hindi Phonetic layout (#1278) 2025-01-12 21:00:47 +01:00
Mario Restuccia
bf37a7f947
Add schwa ə for Italian (#1275)
Added lowercase schwa `ə` to Italian keyboard layout, for inclusive language use
2025-01-12 21:00:08 +01:00
Helium314
0543ccdb2d update translations and version 2025-01-12 20:46:51 +01:00
Helium314
cd5ac492be revert fix for #994, fixes #1281 2025-01-12 20:31:22 +01:00
Helium314
548bf64c9d add option to also vibrate in dnd mode 2025-01-12 20:28:23 +01:00
Helium314
d4d3ba16e0 remove outdated comment 2025-01-11 12:20:43 +01:00
Helium314
9f09d28f4e update description of TextKeyData 2025-01-11 11:43:11 +01:00
Helium314
ce61fa9a21 fix broken width of emoji & clipboard bottom rows in one-handed mode 2025-01-11 11:33:24 +01:00
Helium314
fce02d4669 add missing emojis (to make-emoji-keys only) 2025-01-11 08:39:18 +01:00
Helium314
30180165cb update make-emoji-keys to unicode 16.0 2025-01-11 08:06:06 +01:00
Helium314
16b6196c54 make emoji task work again 2025-01-11 08:05:32 +01:00
Helium314
846ab1edef fix crap introduced with Android 15
using fixes from GrapheneOS
bdc88aaf46
3b7322437a

fixes #1186
2025-01-07 20:38:03 +01:00
Helium314
5251bcd989 re-add l·l for catalan
was wrongly removed in d7d47670a7
fixes #1176
2025-01-07 20:17:41 +01:00
Helium314
76990814e1 only trigger fix for #994 when we have an alphabet keyboard
fixes #1268
2025-01-07 17:20:49 +01:00
Helium314
5e64e94085 avoid known test failure when running via github workflow 2025-01-07 16:59:44 +01:00
Helium314
250a43e4e7 update version, translations, and dictionary list 2025-01-06 15:57:05 +01:00
Helium314
ab974a980e update changelog 2025-01-05 22:48:59 +01:00
Helium314
3cf9d4c87e don't set tablet extra keys for custom layouts
fixes #1180
2025-01-05 22:46:40 +01:00
Helium314
d25df2c4de remove popup label when the popup key is removed 2025-01-05 22:21:26 +01:00
Helium314
2ad45af856 disable remove redundant popup keys by default
looks like people don't like it (#1052 and more)
2025-01-05 22:06:31 +01:00
Helium314
3989c1348a make remove redundant popup keys work on base layout only
fixes #1052
2025-01-05 22:05:55 +01:00
Helium314
ca67fc71a6 add info about labelFlags 2025-01-05 20:53:10 +01:00
Helium314
eb8d204d00 add failing test as some sort of todo / reminder 2025-01-05 20:37:18 +01:00
Helium314
4b21e3e54e add preliminary changelog 2025-01-05 19:25:29 +01:00
Helium314
afd7bc2985 add button to reset all customized icons 2025-01-05 19:16:51 +01:00
Helium314
8c3ed1ac22 sort icons in icon customiz er alphabetically 2025-01-05 18:59:58 +01:00
Helium314
fe041293b6 add label for bin icon and rename drawable 2025-01-05 18:49:38 +01:00
Helium314
51a7508374 reload icons before opening icon customizer 2025-01-05 18:42:22 +01:00
Helium314
044f6dd81c allow entering minus and nothing (same as 0) 2025-01-05 18:36:47 +01:00
Helium314
f7c694bfe0 reload custom layouts on restoring backup
fixes #1235
2025-01-05 16:56:47 +01:00
Helium314
c9b8dfd4c2 properly reload on DPI changes 2025-01-05 14:47:03 +01:00
Helium314
cd1ed0e1e7 avoid doing unnecessary consistency checks during text reload / reset 2025-01-05 13:41:33 +01:00
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
Helium314
d08afcd279 improve situation when local state is out of sync with editor
related to / found during tests for 6100186f73
2025-01-05 12:08:48 +01:00
Helium314
6100186f73 deal with keyboard layout changing between pressing and quickly releasing a key
fixes #994
2025-01-05 09:40:17 +01:00
Helium314
32a37eaddf do not switch for hintLocales if we have a matching secondary locale
fixes #1181
2025-01-04 08:52:27 +01:00
Helium314
6e50d6e208 perform recapitalization on shift only in alphabet mode
fixes #1256
2025-01-03 18:50:04 +01:00
Helium314
a1c70a1181 truncate display of clipboard text for performance reasons
fixes #1236
2025-01-03 18:09:51 +01:00
Helium314
7652af888d upgrade dependencies 2025-01-03 17:24:43 +01:00
Helium314
d0157361f7 update translations 2025-01-03 17:17:09 +01:00
Helium314
71d98e1e4f require a minimum frequency value in history before adding a word to personal dictionary 2024-09-29 19:30:12 +02:00
Helium314
d754e7ca7f do not vibrate if do not disturb is enabled, fixes #1125 2024-09-28 22:28:37 +02:00
Helium314
27d257ce1d udpate templates 2024-09-28 22:28:25 +02:00