BlackyHawky
e78618fd6a
Update licenses for incognito icons ( #334 )
2023-12-17 16:20:59 +01:00
arcarum
75641fcb4a
Simplify the remaining long vector paths ( #332 )
2023-12-17 08:32:08 +01:00
BlackyHawky
f3e5f099cd
Add icon to "Save log" setting ( #333 )
2023-12-17 08:27:07 +01:00
Helium314
656f43a962
set emoji and clipboard visibility to gone by default, fixes #47
...
issue happened because clipboard view is coming after emoji view, i.e. is drawn on top
when keyboard view is shown, it sets emoji and clipboard visibility to gone, but when view is re-created after rotation the keyboard view is not shown, thus clipboard visibility is unchanged
2023-12-17 07:49:01 +01:00
BlackyHawky
b2e2c9ef4a
Replace "popup_panel_background" images with drawables for all styles ( #295 )
2023-12-15 20:18:36 +01:00
Helium314
c1516b33d3
add undo and redo codes
...
now we only need the actual keys for #149
2023-12-15 19:27:47 +01:00
Helium314
18aa209ee7
revert addition of valid word cache, fixes #307
2023-12-15 14:55:41 +01:00
arcarum
6453daf18e
Simplify various long vector paths ( #331 )
2023-12-15 12:07:35 +01:00
Helium314
8b236fd51a
only add number to integrated number row moreKeys
...
other moreKeys appear to be unwanted, see #324 and #314 (comment)
2023-12-15 11:17:35 +01:00
Helium314
15e4c9aa9f
shrink PR template
2023-12-15 11:05:59 +01:00
Helium314
ef4acba9c3
add logging when configuration changed, might help with #298
2023-12-15 10:59:38 +01:00
Helium314
ad9282ea25
add internal logger, so user is able to provide logs on issues
2023-12-15 10:51:46 +01:00
arcarum
0739eca2ff
Updated build.gradle ( #320 )
...
Co-authored-by: arcarum <github.iwi95@aleeas.com>
2023-12-14 21:25:04 +01:00
BlackyHawky
44b4d72080
Detect other input methods - Fixes #251 ( #325 )
2023-12-13 11:07:16 +01:00
Helium314
245ee27053
add copy key, fixes #253
2023-12-11 23:19:04 +01:00
Helium314
5d173d0981
don't care about icons for invisible keyboard
2023-12-11 20:00:52 +01:00
Helium314
6e6bbbd0da
fix addition of emojis to history
2023-12-11 11:18:19 +01:00
Helium314
ca73709a7d
update comments
2023-12-11 10:33:19 +01:00
Helium314
3107144f38
load emoji keyboards only when used, and not on keyboard start
...
ca 30% faster keyboard loading (on first start, or when theme/color change)
ca 5-10% reduced memory use
may result in short loading times when an emoji tab is opened for the first time
2023-12-11 10:03:21 +01:00
Helium314
89f8c44cfc
call readAttributes in the right builders directly
2023-12-10 21:34:10 +01:00
BlackyHawky
0d83ea4112
Add summary to "show_hints_from_first_popup_key" ( #313 )
...
French translation added
2023-12-10 21:31:50 +01:00
Helium314
bb7c1f5242
add setting to show first popup key as hint label
2023-12-10 18:31:03 +01:00
Helium314
c5f3d4bfcf
misc improvements, update todo
2023-12-10 15:52:10 +01:00
Helium314
f471cf81ed
make space bar trackpad work in apps that always report empty text
2023-12-10 14:22:50 +01:00
Helium314
57423626d3
add numpad landscape layout
2023-12-10 13:44:33 +01:00
Helium314
615fde1a7b
add new parser for emoji arrays
2023-12-10 10:49:05 +01:00
Helium314
4406f1b224
use new parser for number layouts (tablet/landscape still missing some keys)
2023-12-09 21:11:46 +01:00
Helium314
100da1beae
slightly tune glide typing garbage word detection
2023-12-05 08:14:11 +01:00
Helium314
43987ad037
don't use old parser for moreKeys and moreSuggestions
2023-12-04 16:04:47 +01:00
Helium314
3121bd5816
add pcqwerty layout (functional keys are a bit different now)
2023-12-04 13:26:02 +01:00
Helium314
d438438aca
use visual insets instead of spacers for edge keys ( fixes #308 , #294 )
2023-12-04 12:30:06 +01:00
Helium314
2232bc3848
improvements for tablet layouts with new parser
2023-12-04 12:11:53 +01:00
Helium314
8edf006a32
reset parser setting, fix zwnj key background
2023-12-02 10:04:18 +01:00
Helium314
0343eaf83c
add helper script
2023-12-02 09:41:16 +01:00
Helium314
28098a52c7
fix a bunch of mostly small issues with the new parser and layouts
...
write up some issues for tablet layout (to be fixed later)
2023-12-02 09:28:57 +01:00
Helium314
eafd0d4276
add missing labelFlag to hindi (compact) and marathi
...
and add debug info for some rarely occurring glitches
2023-12-01 16:16:04 +01:00
Helium314
5eaeb5892f
slightly tune when entries are added to user history
2023-12-01 14:26:42 +01:00
Helium314
935dd77cf1
faster recovery from slow input connection
2023-12-01 14:14:29 +01:00
Helium314
cbb1798dc1
fix some issues with layouts
...
compare old and new parsing when debug mode is on
2023-12-01 00:08:54 +01:00
Helium314
6fc558962f
add remaining layouts
2023-11-30 21:47:11 +01:00
Helium314
493343f477
add hinglish locale_key_text, fixes #305
...
just copied from english
2023-11-30 15:12:22 +01:00
Helium314
cb70ee2656
tune glide typing suggestions
...
prefer multi-letter over single letter suggestions
prefer suggestions that also occur in next word suggestions for this ngram context
(and do some tiny tuning)
2023-11-30 14:57:38 +01:00
Helium314
7397deac57
add cache for next word suggestions
2023-11-30 12:46:26 +01:00
BlackyHawky
108ee5476a
Add French translations ( #304 )
2023-11-30 11:26:37 +01:00
Helium314
006ba16f60
fix issues with some hint labels
2023-11-30 11:25:45 +01:00
Helium314
99cf72684d
add layout infos for new parser, to be (re)moved after removing old parser
2023-11-30 11:01:03 +01:00
Helium314
fd247eeb50
add more layouts for new parser
2023-11-30 11:00:44 +01:00
Helium314
662c6f638d
fix localized number row
2023-11-30 10:58:53 +01:00
Helium314
9a3c631a75
always show language on spacebar if multilingual typing is enabled
2023-11-30 09:03:19 +01:00
Helium314
ff06aa9701
fix order of quote moreKeys ( #302 )
2023-11-30 08:52:00 +01:00