Commit graph

647 commits

Author SHA1 Message Date
Helium314
f321de326a set background color filters for icons in suggestion strip, hopefully fixes #141 2023-09-13 14:12:24 +02:00
Helium314
726e923f79 brighten a bit more when color is really dark 2023-09-13 12:33:48 +02:00
Helium314
60a608960b add hint to tap languages 2023-09-13 10:05:02 +02:00
Helium314
7d7d983471 some more todos updated, revert use of ?android:colorForeground 2023-09-13 09:22:22 +02:00
Georg Veichtlbauer
5d2696e725 LatinIME: Update the number pad
* Shuffle buttons to match other keyboards

Change-Id: I7ba42cc70127086f2082d7d311af30a7e09ca0a1
2023-09-13 08:11:36 +02:00
Helium314
9dd8dec55e re-arrange colors, add some todo 2023-09-13 08:11:02 +02:00
Helium314
b68bfcfd4c enable language switch when sliding upwards on space 2023-09-12 22:53:14 +02:00
Helium314
131a813a54 remove padding for ColorPickerView to fix issues with selecting a color outside the view 2023-09-12 19:22:03 +02:00
Helium314
3e86723556 mark emoji arrays as used, as this isn't foudn automatically 2023-09-12 15:19:45 +02:00
Helium314
042bd14a71 rename language settings fragment 2023-09-12 14:50:36 +02:00
Helium314
d867eb13bf fix returning to main fragment after screen orientation change 2023-09-12 14:46:19 +02:00
Helium314
2ade6b3b09 fix wrong day/night theme showing in ColorsSettingsFragment
and run the keyboard reload in background to avoid visual glitches
2023-09-12 14:43:50 +02:00
Helium314
b18b7dc820 add a separate fragment for setting user-defined colors
issues:
when using day/night mode, active keyboard is shown in preview, not the acually modified varian
reloading / updating the preview is either slow or will not show the keyboard again
2023-09-12 14:21:40 +02:00
Helium314
d33650586b use percentage-based inset drawable only on android 8+
for older versions it's now a fixed dp inset, which sometimes looks a little weird
fixes #94
2023-09-11 18:29:56 +02:00
BlackyHawky
9c112f6de6
For Holo style: added 3 dots missing for key style less/greater (#144)
"hasPopupHint" parameter has been removed from the row_symbols4.xml and row_symbols_shift4.xml files as it's already defined in "settingsMoreKeysStyle".
2023-09-11 12:53:08 +02:00
BlackyHawky
e4b00ee041
Comma pop-up for Numpad in portrait mode is the same as for symbol view (#143)
In landscape mode, the comma pop-up contains all keys, as there is no style for this particular key
2023-09-11 12:45:32 +02:00
Helium314
12cbd43bda make history learn next word after auto-capitalized words, improves #135 2023-09-11 11:39:02 +02:00
Helium314
8840411039 todos and unused code
show debug settings in the original place in advanced settings
2023-09-10 21:39:56 +02:00
Helium314
bc9150b007 work off some "todo"s, mostly related to colors
make threshold score for autocorrect depedent on autocorrect threshold
2023-09-10 19:45:03 +02:00
Helium314
eebaa2881b add option to enable phrase gesture 2023-09-10 16:29:29 +02:00
Helium314
52d50a6de6 autocorrect for shortcuts specified in user dictionary 2023-09-10 15:44:42 +02:00
Helium314
169e0feb20 less additions to personal dictionary if language is not clear enough 2023-09-10 13:50:10 +02:00
Helium314
fd1270dd11 remove some unused code 2023-09-10 13:39:24 +02:00
Helium314
ac1cc0a690 address some more warnings 2023-09-10 12:39:01 +02:00
Helium314
6c0f1361d9 enable debug settings in debug mode 2023-09-10 12:04:05 +02:00
Helium314
f992fa9ffd add comma-popup to comma key for symbol keyboards 2023-09-10 10:54:54 +02:00
Helium314
40bd6d5d04 remove some colors and fix setup color broken in a recent commit 2023-09-10 10:48:06 +02:00
Helium314
22a8f285d5 allow setting space bar color for no-border themes 2023-09-10 10:42:35 +02:00
Helium314
3a01d59ac6 switch material pressed key color to same as unpressed, remove some unnecessary files
same color when pressed because the old (darker) color was counter-acting the brighter pressed state color when using a dark theme
2023-09-10 10:33:18 +02:00
Helium314
975a815c4f remove some unused images 2023-09-10 09:40:39 +02:00
BlackyHawky
be6cae94fa
For Holo style: added 3 dots missing for some functional keys (#138) 2023-09-10 00:22:04 +02:00
Helium314
79badf93b1 allow showing all moreKeys 2023-09-10 00:20:21 +02:00
Helium314
850f75585b merge moreKeys for main and secondary locales, fixes #64 2023-09-09 23:26:35 +02:00
Helium314
3ba28b7a22 some more warnings addressed 2023-09-09 18:47:21 +02:00
Helium314
9426a2d616 next try for using same icon files for holo and material emoji tabs 2023-09-09 14:30:45 +02:00
Helium314
e543788920 address some more warnings 2023-09-09 12:51:49 +02:00
Helium314
af1eb551cf slightly larger holo recent emoji icon, by @BlackyHawky 2023-09-09 09:56:02 +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
Helium314
27fdd6d081 address some warnings/errors
move some xml files to default xml from xml-land and xml-sw600dp
they are only used for land / sw600dp, but generate compiler warnings
having them available without qualifier is definitely safer, otherwise doesn't change anything

rename KeyboardIcons.LXX_Light.Parent to KeyboardIcons.LXX_Light_Parent to remove detected circular dependency
2023-09-07 14:56:50 +02:00
Waqar Ahmed
065beab72a
Add ur_PK (urdu pakistan) keyboard (#133) 2023-09-07 13:38:51 +02:00
BlackyHawky
ebffe9927e
French translations added and improved existing ones (#136) 2023-09-07 13:30:47 +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