Commit graph

1457 commits

Author SHA1 Message Date
Helium314
3add493888 version and translations 2024-06-13 00:21:41 +02:00
Helium314
5ccb79a078 disable preview popup for language switch and emoji keys 2024-06-12 23:59:33 +02:00
Helium314
6a34f2c832 improve emoji detection when deleting
still has issues with hand + skin tone emojis
2024-06-12 23:54:23 +02:00
Helium314
d91350524a move cursor in whole codepoints on space / delete swipe
and when space-swiping across emoji, send fake arrow keypress instead (discouraged, but avoids e.g. splitting pirate flag emoji and thus justified)
fixes #859
2024-06-12 22:46:42 +02:00
Helium314
5b1f40f0f6 do a sanity check when setting composing text on text fields that have suggestions disabled
fixes #225
could cause unnecessary text / suggestion reloads or performance regressions, though not found in testing
2024-06-12 20:24:16 +02:00
Helium314
b7fa85dcee fix broken tests 2024-06-11 22:12:31 +02:00
Helium314
843b8c44f7 replace old fix from 9713c4a25a with improved consistency check
and avoid somewhat unexpected crash
2024-06-11 22:02:32 +02:00
Helium314
ce30c3b294 fix issue with text being inserted when deleting quicky in joplin (and probably other apps) 2024-06-10 22:53:41 +02:00
Helium314
d596c028a1 more logging 2024-06-09 12:12:38 +02:00
Helium314
9c926911fc set preview popup icons as left drawable instead of bottom
fixes #811

remaining issue:
when pressing a key with icon and preview popup before a letter popup, preview and popup height is too low
but this should only trigger rarely, and is not worse than the fixed issue
2024-06-09 11:25:34 +02:00
Helium314
743874f74c remove icon name "undefined" and use null instead 2024-06-08 11:47:42 +02:00
Helium314
a297b6037c fix missing preview popups for keys with icon and negative code 2024-06-08 11:31:40 +02:00
codokie
d11237ba23
add emoji toolbar key (#845) 2024-06-07 08:21:13 +02:00
Helium314
a841777b92 improve currency popup handling 2024-06-06 22:18:53 +02:00
Helium314
bdc418cb70 improve popup key compatibility woith codes and labels 2024-06-06 21:53:23 +02:00
Helium314
4de8f770ef update description 2024-06-06 18:27:08 +02:00
Helium314
1ea8d936a4 upgrade dependencies 2024-06-03 19:07:39 +02:00
Helium314
1b5ed60017 add changelog and adjust version name 2024-06-02 15:30:57 +02:00
Helium314
da6d3d1f78 update translations 2024-06-02 15:07:05 +02:00
Helium314
7b7fcb18c4 disable auto-show/hide toolbar by default
to be consistent with previous behavior
2024-06-02 14:04:53 +02:00
Helium314
53c66b8b84 fix toolbar being visible when device is locked and auto-show toolbar is on 2024-06-02 14:03:09 +02:00
Helium314
bc1e4d52a8 adjust alphabet for AlphabetIndexer, might help with #803 2024-06-01 23:15:41 +02:00
Helium314
a1d32b84fd separate language switch key behavior from key enablement 2024-06-01 22:27:41 +02:00
Helium314
4dc0e98321 move new show/hide toolbar settings and do some cleanup 2024-06-01 22:18:19 +02:00
codokie
b9451e4f09
auto show / hide toolbar (#674)
Co-authored-by: codokie <@>
Co-authored-by: Helium314 <helium314@disroot.org>
Co-authored-by: Helium314 <helium314@mailbox.org>
2024-06-01 14:32:12 +02:00
Helium314
f0ab9cdd21 remove ... hint from symbols period key 2024-05-31 20:29:27 +02:00
codokie
e357f84572
Add toast notification when copying from clipboard (#752)
and use the toast for showing dictionary on double-long-press word: switch from one ugly workaround (popup menu) to another (hiding more suggestions panel)

Co-authored-by: codokie <@>
Co-authored-by: Helium314 <helium314@mailbox.org>
2024-05-31 17:01:50 +02:00
Helium314
df6af1f07e fix broken popup key width in number layouts 2024-05-31 12:10:46 +02:00
Helium314
af636badab add comma key popups for number layouts
(for phone layouts it's on period because there is no comma key)
fixes #823
2024-05-31 09:58:35 +02:00
Helium314
d171c6b3c6 reduce issues when splitting layout with customized functional keys and uncommon space bar 2024-05-31 09:42:49 +02:00
Helium314
4ea2929139 update hebrew layout, fixes #735
see discussion in #738

Co-authored-by: codokie <@>
2024-05-30 21:04:51 +02:00
Helium314
e69a54303d move mns.txt to the correct folder 2024-05-28 22:04:21 +02:00
Helium314
f8a2e2adcc move toolbar preferences to a separate fragment
with 2 more settings coming soon this is probably justified
2024-05-28 22:02:31 +02:00
Helium314
388366c242 make long-press toolbar pinning optional 2024-05-27 20:34:26 +02:00
Helium314
0f503389b3 minor cleanup and add comment 2024-05-27 20:21:59 +02:00
Helium314
7473d5b32b fix unwanted popups on language extra keys
regression from recent parser updates
2024-05-27 18:36:35 +02:00
Helium314
b868b583dd remove old device-dependent behavior
not updated in 10 years, only few of those are still in use

device-specific default key press volume and vibration duration
and a workaround for bad touch firmware on Motorola Xoom
2024-05-26 20:25:13 +02:00
Helium314
fb26eb8e7a fix inconsistent behavior when switching text fields
actually the previous input attributes were used initially, which caused suggestions to show up or not depending on the previously selected field
moving the settings reload should be safe, at least i checked for potential issues
2024-05-26 19:34:55 +02:00
Helium314
af3d0535b2 fix issue when trying to paste text while cursor is in a word 2024-05-26 19:15:57 +02:00
Helium314
6c2a3e8b5f add tab key 2024-05-26 14:43:37 +02:00
Helium314
7d1627ffc6 adjust locale confidences in incognito mode 2024-05-26 14:17:31 +02:00
Knut Ingvald Dietzel
19ff4a5837
Add primary quotation marks for 'Norwegian bokmål' (#806) 2024-05-25 23:13:40 +02:00
codokie
2c24f190c1
Allow clear clipboard history toolbar key in normal toolbar (#679)
Co-authored-by: codokie <@>
Co-authored-by: Helium314 <helium314@disroot.org>
2024-05-25 23:12:11 +02:00
Helium314
c98d6d0cc6 fix broken ctrl/alt/fn/meta 2024-05-22 23:47:51 +02:00
Helium314
a9ec745650 understand ctrl/alt/fn/meta and toolbar key labels in keyboard layouts 2024-05-22 23:28:44 +02:00
Helium314
bd7461f628 add / to symbols layout and adjust functional key layouts for symbols layouts
i remember this was requested, can't find the issue though
anyway, now with fully customizable layouts this is not blocked by "people might be used to this" any more
2024-05-22 22:55:52 +02:00
Helium314
0459971e3a add setting for customizing functional key layouts 2024-05-22 22:34:17 +02:00
Helium314
17aa321fbd move background image and customizing number/symbol layouts out of experimental settings 2024-05-21 17:55:50 +02:00
Helium314
c566c93bff import translations, upgrade version 2024-05-20 22:26:26 +02:00
Helium314
1a1c8890f6 use existing arrow icons instead of duplicating the vector data 2024-05-19 22:27:06 +02:00