Commit graph

1733 commits

Author SHA1 Message Date
Helium314
a92a5fd2c0 start with appearance screen 2025-01-30 21:38:13 +01:00
Helium314
0b4bbdfdc9 add missing debug settings 2025-01-30 21:03:00 +01:00
Helium314
f07f139469 add incomplete debug screen 2025-01-29 23:34:21 +01:00
Helium314
5ddfd63392 add advanced pref screen (not fully functional) 2025-01-29 23:18:06 +01:00
Helium314
f825f6a422 add gesture typing settings 2025-01-29 22:04:23 +01:00
Helium314
e2bb405291 start new settings activity from keyboard 2025-01-29 21:30:56 +01:00
Helium314
a90a894827 finish toolbar screen 2025-01-29 21:30:43 +01:00
Helium314
26a45d82f3 fix toolbar reorder dialog not closing 2025-01-29 17:54:45 +01:00
Helium314
84b01a9133 get composable from keyboardIconsSet for dealing with non-vector drawables 2025-01-29 17:52:13 +01:00
Helium314
07cac44861 use the context.prefs shortcut 2025-01-29 05:58:57 +01:00
Helium314
52e0e891fe (almost) complete toolbar screen 2025-01-29 05:51:41 +01:00
Helium314
724b292edb add a first "real" reorder dialog 2025-01-28 22:17:23 +01:00
Md. Rifat Hasan Jihan
0d48a18264
adjust unijoy layout for bn-BD (#1321) 2025-01-28 19:10:25 +01:00
Helium314
ce37888985 add generic reorder dialog and prelimiary toolbar pref screen 2025-01-28 16:14:42 +01:00
Helium314
d61963453f move default button of slider dialog to left 2025-01-26 21:29:07 +01:00
Helium314
3563ded922 add sliderPreference and a partial PreferencesScreen 2025-01-26 21:16:26 +01:00
Helium314
e7c2301643 move dialogs to separate files and folder 2025-01-26 19:08:34 +01:00
Helium314
85438ea33d add weird way of navigating to screens without having to pass navigation function paramter 2025-01-26 18:59:13 +01:00
Helium314
c877e5e4bc move screens to subfolder 2025-01-26 18:25:43 +01:00
Helium314
c7a12ad172 make previews work again 2025-01-26 18:10:52 +01:00
Helium314
245c0f1678 move preferences to their own screen, for easier editing with preview 2025-01-26 17:58:36 +01:00
Helium314
92bc79b7e6
Add side padding scale setting (#1309) 2025-01-26 17:31:23 +01:00
Helium314
635cd5f8da toolbar key activated state now responds to settings changes 2025-01-26 13:16:13 +01:00
Helium314
79c9a85082 better choice of color for deactivated toolbar key 2025-01-26 11:36:17 +01:00
Helium314
833aa321b9 rename stateList to pressedStateList for clarification 2025-01-26 11:27:40 +01:00
Helium314
54f222c0ee fix weird issue with toolbar keys having wrong color for their state
and remove related semi-workaround
2025-01-26 11:25:50 +01:00
Helium314
419c0d847b switch from start / stop one-handed mode key codes to a toggle code
mainly so there is no awkward state-dependent key code on the toolbar key
2025-01-26 09:48:21 +01:00
Helium314
5afb1e3a0c use custom font also for hint labels, fixes #1323 2025-01-26 09:31:32 +01:00
Helium314
105a6a7791 add font scale setting (separat for emoji view, because here it feels different)
fixes #1149
2025-01-26 09:27:48 +01:00
Helium314
f45f69f8a2 add setting for adjusting bottom padding in landscape mode
fixes some issue I can't currently find
slight issue: will remove the bottom padding on large tables (sw768-land), users need to get it back by switching to 100%
2025-01-26 09:10:07 +01:00
Helium314
e1be94112e add new settings with search functionality (WIP) 2025-01-25 22:07:56 +01:00
Helium314
fc12877795 fix additional subtypes being removed when upgrading from 2.2 beta or older 2025-01-23 16:53:26 +01:00
Helium314
453683a925 fix typo, add short text to contributing about app size 2025-01-23 00:54:09 +01:00
zyachel
05816e4436
fix link to license file in about screen (#1315) 2025-01-22 17:35:32 +01:00
Helium314
35e0fe6be3 add TLD information to LocaleKeyboardInfos
preparation for #492
2025-01-20 21:28:12 +01:00
Helium314
df8c0c6c59 switch tests from junit to kotlin.test (mostly) 2025-01-19 18:27:31 +01:00
Helium314
da8827efc3 migrate build.gradle to kts 2025-01-19 18:15:58 +01:00
Helium314
5283c5878c consider custom font in floating preview 2025-01-18 14:07:36 +01:00
Helium314
cde1a70427 avoid repeated checks for custom typeface when there is none 2025-01-18 12:49:57 +01:00
Helium314
789b533358 set custom typeface also in clipboard suggestion view
and rename read method to get
2025-01-18 12:45:26 +01:00
Helium314
c1bbf51fa1 add custom font file to backup
and remove outdated unnecessary text
2025-01-18 07:59:05 +01:00
Helium314
9edbbcf0ea add button to clear all custom toolbar codes 2025-01-18 07:55:50 +01:00
Helium314
9a2009d182 allow using user-provided font
fixes #494
2025-01-17 21:47:13 +01:00
Helium314
c581e9601b allow setting background image for landscape and portrait separately
fixes #798
2025-01-17 20:10:16 +01:00
Helium314
71d17f6792 update readme / templates / guidelines 2025-01-17 18:15:25 +01:00
Helium314
092cac529f add setting to autocorrect shortcuts
fixes #1287
2025-01-14 22:19:44 +01:00
Helium314
83b48b474e use the first non-typed suggestion for determining autocorrect
otherwise the correction score is sometimes based on the typed word, and not on the word that will be corrected to
2025-01-14 21:25:24 +01:00
Eran Leshem
8931f79b62
Add a Hebrew 1452-2 layout (#1288) 2025-01-13 23:13:06 +01:00
Helium314
df37e3589e move keyboard coordinate transformation to KeyboardActionListener as per ancient TODO 2025-01-13 22:40:37 +01:00
Helium314
10c0b64e45 only show default button in reorder dialog if default actually exists 2025-01-13 20:40:20 +01:00