Commit graph

1092 commits

Author SHA1 Message Date
arcarum
450338c080
Minor improvements to the inline autofill (#364) 2023-12-30 13:39:57 +01:00
BlackyHawky
5c4b888d00
Add French translations (#365) 2023-12-30 13:39:13 +01:00
Helium314
b8a6443a8f cache device protected prefs instance 2023-12-30 13:38:59 +01:00
arcarum
98fb94de8d
Inline autofill theming support (#360) 2023-12-29 12:27:47 +01:00
Helium314
a323baca5f fix toolbar key setting doing nothing 2023-12-29 12:14:33 +01:00
Helium314
dc898cd3ca remove some unnecessary stuff 2023-12-29 12:08:32 +01:00
Helium314
fcff8c9098 fix build and small style adjustments after adding autofill 2023-12-29 10:03:22 +01:00
arcarum
ab183c53d7
Inline autofill support (#336)
Theming support is still missing
2023-12-29 09:51:46 +01:00
Helium314
c19441310d always show suggestion strip 2023-12-28 23:00:17 +01:00
Helium314
b5d68986be allow customizing toolbar keys 2023-12-28 22:47:31 +01:00
Helium314
26168b0e09 use enum class for toolbar keys 2023-12-28 20:32:29 +01:00
Helium314
1fd0ed4464 disable debug mode when disabling debug settings 2023-12-28 20:19:00 +01:00
BlackyHawky
68d44c435c
Replace icons for rounded style (#351) 2023-12-28 13:36:59 +01:00
BlackyHawky
43fc92d974
Implemented "SlidingKeyInput" to Numpad (#101) 2023-12-28 13:16:11 +01:00
Helium314
ebd7e3fa24 use original symbols as moreKeys on symbol number row 2023-12-28 09:50:36 +01:00
Helium314
33ea631235 avoid duplicate symbols moreKeys 2023-12-28 09:43:06 +01:00
Helium314
2c03623b8a determine symbols from symbols layout instead of putting the keys on each keyboard layout separately 2023-12-27 23:12:10 +01:00
Helium314
c5c42bc5d7 allow overriding popup hint settings in locale settings 2023-12-27 17:38:19 +01:00
Helium314
7097fd8fae allow adjusting popup order and label source 2023-12-25 09:20:15 +01:00
Helium314
07f2c43e38 show emoji action moreKey in url fields
remove some logging
2023-12-21 23:11:32 +01:00
Helium314
53620e7728 split emoji keyboard 2023-12-21 23:07:28 +01:00
Helium314
dfa3a568be add more keys to clipboard toolbar 2023-12-21 21:57:53 +01:00
Helium314
461eb2a551 rename some keyboard layouts, simplify layout names, enable "hidden" layouts 2023-12-21 18:27:49 +01:00
Helium314
c943082f98
Remove old keyboard parser (#344)
* remove stuff that is not used any more after parser removal
* fix some small warnings
2023-12-21 15:02:18 +01:00
Md. Rifat Hasan Jihan
00dcbf2c62
Update bn_bd.txt (#347)
updated to comply with the original layout behavior. removed unnecessary ligatures.
prioritized some characters over numbers or symbols.
2023-12-21 10:54:47 +01:00
Helium314
b3e1b7be42 update comments 2023-12-20 23:07:33 +01:00
Helium314
3168d7738c swipe left to remove clipboard history entry 2023-12-20 23:00:41 +01:00
Helium314
b921667c22 add space and delete keys to clipboard view, move clear button to top strip 2023-12-20 22:08:07 +01:00
Helium314
9f21f540af
Allow resizing emoji and clipboard views in one-handed mode (#337) 2023-12-20 19:46:18 +01:00
Helium314
9a62d85dbf add undo and redo keys to toolbar, fixes #149 2023-12-20 10:03:45 +01:00
Helium314
228f859cbd still adjust multilingual typing confidences on slow input connections 2023-12-20 10:03:29 +01:00
arcarum
8d3a32bcb2
Updated gradle, kotlin, ndk, and dependencies to their latest versions. (#335) 2023-12-20 10:02:11 +01:00
Helium314
347a9555b4 create toolbar keys programmatically
for easier addition of keys, and adjustment of order
2023-12-20 08:44:47 +01:00
Helium314
1cc331387f use LocaleKeyTexts instead of KeyboardTextsSet 2023-12-19 23:49:24 +01:00
Helium314
b4d0349d59 rename settings, reset parser again 2023-12-19 23:32:30 +01:00
Helium314
f98910ce7a set cliboard placeholder background to invisible by default
avoids showing it in some cases after rotating when it should not be shown
2023-12-19 23:29:53 +01:00
Javier Caballero
f7e1e8b682
fix workman layout duplicated 'd' in 'c' position (#341)
The 'd' character has his place at the top row. Between 'm' and 'v' must be the missing 'c'.
2023-12-19 19:44:33 +01:00
Helium314
c3f64d05a8 improve key preview size for large height scale 2023-12-19 14:39:51 +01:00
Helium314
a70c927d75 remove some unused colors and attrs 2023-12-19 09:40:38 +01:00
Helium314
0c231b18ed add color to one-handed mode resize button 2023-12-19 09:40:01 +01:00
Helium314
d005c52a80
update readme 2023-12-19 09:37:06 +01:00
BlackyHawky
0edbf9c08a
Add dynamic colors (#277)
Add "dynamic colors" using Android 12+ system colors
Change colors into an interface
* allow the desired more exact copy of colors from Gboard
* avoid needlessly exposing Colors stuffs

---------

Co-authored-by: Helium314 <helium314@mailbox.org>
2023-12-19 07:48:10 +01:00
Helium314
62bff1e68a allow fullscreen mode again, but limit to cases where the keyboard blocks more than 60% of the screen 2023-12-19 00:27:19 +01:00
Helium314
0b55a92e02
Improve main views (#321)
* views now have the same height
* add one-handed mode width setting
* key text and emojis scale more adequately with keyboard height and one-handed mode width
* slightly adjust landscape config to match better with portrait
2023-12-18 17:30:53 +01:00
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