Commit graph

408 commits

Author SHA1 Message Date
Helium314
3ba28b7a22 some more warnings addressed 2023-09-09 18:47:21 +02:00
Helium314
e543788920 address some more warnings 2023-09-09 12:51:49 +02:00
Helium314
565c9504db partially revert 43626b009c
commit got rid of many (almost) duplicate files, but introduced visual glitches on some Android versions
see https://github.com/Helium314/openboard/issues/110#issuecomment-1709317156
2023-09-09 09:50:50 +02:00
Helium314
cbca99843b add options for language switch key, fixes #15 2023-09-09 08:29:06 +02:00
Helium314
ed7e6cff04 fix suggestion stip color for material no border theme 2023-09-07 18:13:39 +02:00
Helium314
9223c4c1f2 enable minify (might crash, in that case needs proguard adjustments or revert) 2023-09-07 17:51:37 +02:00
Helium314
cc84ff6a00 address some warnings, migrate user dictionary settings to androidx 2023-09-07 16:29:59 +02:00
Helium314
c6efd5a843 fix some warnings, disable "with gesture typing" text 2023-09-07 15:54:08 +02:00
Waqar Ahmed
065beab72a
Add ur_PK (urdu pakistan) keyboard (#133) 2023-09-07 13:38:51 +02:00
Helium314
098628b9ee hide settings instead of disabling 2023-09-07 13:29:21 +02:00
Helium314
cb2495f5f0 less duplication for sepup-dimens resources, remove more unused stuff 2023-09-07 13:10:00 +02:00
Helium314
22181fb8b5 remove unused strings, small adjustments 2023-09-07 12:01:45 +02:00
Helium314
0b92c6ce0d remove old unused dictionary pack settings 2023-09-07 09:19:47 +02:00
Helium314
25b1c628e3 remove attempt to find non-existing fallback dictionary 2023-09-07 08:17:19 +02:00
Helium314
efb54c7573 make back button in settings work again 2023-09-07 07:59:44 +02:00
Helium314
20a265e327 update keyboard texts table, and script to create it 2023-09-06 23:45:11 +02:00
Helium314
43626b009c remove more unnecessary icons 2023-09-06 17:37:07 +02:00
Helium314
e64d49a50e remove unnecessary emoji images 2023-09-06 17:08:50 +02:00
Helium314
b17ab1a3a3 remove setting for keyboard resizing (100% / default height is the same as disabling) 2023-09-06 15:45:41 +02:00
Helium314
f37420c4a8 default to auto day/night on api29+ 2023-09-06 15:44:23 +02:00
Helium314
64fa453ea1 adjust appearance settings for the simplified theme choice 2023-09-06 15:22:08 +02:00
Helium314
9650c7a85c fix issies with holo colors 2023-09-06 13:23:26 +02:00
Helium314
efffc02fed convert Colors to kotlin, move some theme-dependent logic inside colors 2023-09-06 12:15:22 +02:00
Helium314
0c8f1dc333 Merge branch 'hangul' into hangul_update
todo:
make it compile
move dictionary to dict repo (wordlist?)
test
2023-09-04 16:53:03 +02:00
Helium314
7eaba95f01 address some warnings, remove "state_has_morekeys" drawabled from holo key popup 2023-09-04 16:28:18 +02:00
Helium314
10753d780b add holo no border theme (wip)
issues:
small pressed drawable for emoji key and action key
black line in clipboard history
2023-09-04 15:27:17 +02:00
Helium314
6b44f24a76 add cancel button to secondary language selection dialog 2023-09-04 12:12:08 +02:00
Helium314
0055ba1c89 move some static color functions to separate file, adjust holo navbar color 2023-09-04 11:28:10 +02:00
Helium314
7b9644a9ae set background drawable for keyboardWrapperView 2023-09-04 10:59:36 +02:00
Helium314
11655eea26 add comment and deal with some warnings in code that will likely be removed 2023-09-04 10:49:38 +02:00
Helium314
42ee6639b0 update readme, small adjustments 2023-09-04 10:21:08 +02:00
BlackyHawky
d23488191a
Bar under the selected emoji category follows accent color (#126)
This only applies to the Holo style, which is the only one to have the "categoryIndicatorEnabled" parameter set to true.
2023-09-04 10:00:00 +02:00
Helium314
fb81b8c722 reduce number of deprecation warnings for the same issue 2023-09-04 09:57:05 +02:00
Helium314
3a14893e9e reload enabled subtypes when switching "use system languages" 2023-09-04 09:50:34 +02:00
Helium314
ee5fd241ac re-use holo background drawable 2023-09-04 09:46:12 +02:00
Helium314
a757b00922 fix bad workaround for suggestion strip word background 2023-09-04 09:35:01 +02:00
Helium314
d9d1204647 update comments 2023-09-04 08:52:50 +02:00
Helium314
fe51ee5f98 fix holo action key moreKeys 2023-09-04 08:35:12 +02:00
BlackyHawky
0c38c936aa
Fixed gradient drawable not used for background (#125) 2023-09-03 22:35:33 +02:00
BlackyHawky
5ec846d8f2
For Holo theme only : pinned icon follow accent color (#124) 2023-09-03 22:19:31 +02:00
Helium314
ba70be8b65 cleanup keyboardThemes, remove holo blue (but keep the file for now) 2023-09-01 23:01:47 +02:00
Helium314
529839b6c8 hopefully fix spell checker language detection 2023-09-01 21:54:37 +02:00
Helium314
136f060d6a consider contacts dictionary when removing suggestions, fixes #114 2023-09-01 20:23:54 +02:00
Helium314
6cac9e2512 use instanceof instead of comparing classes 2023-09-01 20:08:26 +02:00
Helium314
50e175509b make language settings work nicely again
now actually it's not part of preferences any more, but looks the same
2023-09-01 19:49:37 +02:00
Helium314
71187f4b32 migrate preferences to androidx (bad state... wip) 2023-09-01 18:20:09 +02:00
Helium314
70a86d9326 use appcompat dayNight theme, alertDialogs and popupMenus 2023-09-01 10:19:09 +02:00
Helium314
2a19114ccb change nullable / nonnull annotations to androidx 2023-09-01 08:08:36 +02:00
Helium314
e2d2889d81 add holo theme base on custom colors, and remove old theme selection (wip) 2023-09-01 00:35:40 +02:00
Helium314
ede5bf8f4f make custom colors always active 2023-08-31 20:49:43 +02:00