Commit graph

764 commits

Author SHA1 Message Date
Helium314
e0c054ce09 reduce unwanted autocorrects
happens for short words following the attempts to improve #86
now the auto-correct should only happen if suggestion has already been used in this ngram context,
and should not appear again quickly after correcting back to the typed word
2023-08-21 14:08:18 +02:00
Helium314
867c039d2c fix issue with space inserted at awkward places
e.g. type "whem" and space, autocorrected tho "when"
press delete and get "whem" again
select "when" suggestion (or any other)
get " when" instead of "when"
2023-08-21 14:05:47 +02:00
Helium314
0b718f5e15 fix missed setting horizontalGapNarrow 2023-08-21 08:26:54 +02:00
Helium314
2db6d99a23 fix sliding input issues: take into account that keyboard height may change 2023-08-21 07:46:54 +02:00
Helium314
356e39921b create crash report files in debug version 2023-08-19 20:36:48 +02:00
Helium314
707a7bf48b use dictionaries with wrong country rather than none
now e.g. pt_BR locale with also use pt_PT if only pt_BR dictionary is available
2023-08-19 19:12:01 +02:00
Helium314
cee6bf65a2 update comment for color selector ideas 2023-08-19 17:46:38 +02:00
Makar Razin
b5135f0be9
East Slavic translations update (be, ru, uk) (#92) 2023-08-19 07:49:54 +02:00
Helium314
a0c53d8f92
fix crash 2023-08-18 07:58:12 +02:00
Md. Rifat Hasan Jihan
579fdb81d5
update bn strings (#87) 2023-08-17 16:22:40 +02:00
Helium314
d878d5cde2 (hopefully) further improve situation with bad or clearly missing autocorrection 2023-08-17 16:00:41 +02:00
Helium314
50383bcbe5 don't always ignore dictionary shortcuts, but only if the alternative word has been used in this ngram context 2023-08-17 14:09:23 +02:00
Helium314
801d82aa8a improve suggestions for very high scoring words
see example with typiny "hum" and getting "him" in #86
now either it will auto-correct, but show "hum" in suggestion strip
or it will not auto-correct if "hum" has high enough score
2023-08-17 10:19:58 +02:00
BlackyHawky
cbff614672
Fix removing delete key background in emoji view (#82) 2023-08-16 20:10:21 +02:00
Md. Rifat Hasan Jihan
a20a09e05b
precise translation for Bengali (#80)
also followed android system translation style for consistency.
2023-08-16 18:52:51 +02:00
BlackyHawky
eed4794887
Remove suggestion appears when only 1 word is displayed (#84) 2023-08-16 18:51:38 +02:00
Helium314
50921ef8cd remove duplicate code, keep alpha when adjusting luminosity, comments 2023-08-16 18:44:14 +02:00
Helium314
146231dcb0
Add auto theme for custom themes (#79) 2023-08-16 18:41:47 +02:00
BlackyHawky
d7986f0959
Enlarged enter key for AZERTY in landscape mode - Tablet only (#66) 2023-08-15 15:00:54 +02:00
Helium314
ce0bf06545 fix deleted character still being received in getTextBeforeCursorAndDetectLaggyConnection
fixes https://github.com/openboard-team/openboard/issues/811
reproducible e.g. using https://f-droid.org/en/packages/com.farmerbb.notepad/
2023-08-14 22:17:30 +02:00
Helium314
ffa9a01a2b add option for narrower key gap 2023-08-14 19:16:43 +02:00
Helium314
77baaff462 fix missed setup textview minHeight 2023-08-14 18:07:46 +02:00
Helium314
600309fca6 small adjustments to setup 2023-08-14 17:14:41 +02:00
Md. Rifat Hasan Jihan
d0a5e0f98a
fixed setup title text was too large on some devices & setup screen elements centered (#70) 2023-08-14 17:10:47 +02:00
BlackyHawky
c92b663e5b
Update symbols "apostrophe" key: "?" is now always selected. (#77) 2023-08-13 22:43:29 +02:00
Helium314
fc93e68425 adjust way of determining suggestion strip text colors
closer to old themes
2023-08-13 22:33:53 +02:00
BlackyHawky
84040a2593
Fix color of the three dots in suggestion strip (#78) 2023-08-13 22:17:43 +02:00
BlackyHawky
0940ac0f15
Fix punctuation marks color in suggestion strip (#75) 2023-08-12 07:33:57 +02:00
BlackyHawky
5008345e05
Fix buttons colour in one-handed mode (#72) 2023-08-11 09:23:39 +02:00
Helium314
d480a6321f add comments 2023-08-11 09:03:16 +02:00
Helium314
c9ed9fd9cb
Update README.md 2023-08-11 08:49:08 +02:00
Helium314
592f4aab0c allow multilingual typing with an arbitrary number of languages
currently can't set mor than one extra language, will be enabled in language settings re-work
2023-08-11 00:58:33 +02:00
BlackyHawky
e7e05ca1c2
Improved keyboard display for tablet (#58) 2023-08-10 21:17:00 +02:00
BlackyHawky
65c3972b73
Added HSL properties to lighten or darken colors (#57)
* Added HSL properties to lighten or darken colors

* Adjusted lightening and darkening value
2023-08-10 20:50:49 +02:00
Md. Rifat Hasan Jihan
0c11dba81d
Translated strings for Bengali (#65)
* made app_slogan string non-translatable

* translated bn\strings

Translated using Lokalise

* translated bn\strings-emoji-descriptions

Translated using Lokalise
2023-08-09 19:11:51 +02:00
Helium314
0eed94cc56
Merge pull request #68 from BlackyHawky/Emoji_key_background
Fix emoji key background for no-border themes
2023-08-09 16:37:28 +02:00
Helium314
acaf426436
Merge pull request #69 from BlackyHawky/Settings_Android12
Fix all-time dark Openboard settings for Android 12+
2023-08-09 08:22:09 +02:00
Helium314
7c6a43d9c9
Merge pull request #60 from BlackyHawky/Symbols
Symbols modified on "f" + "m" + "apostrophe" keys
2023-08-09 06:46:47 +02:00
BlackyHawky
235cdc2464 Fix all-time dark Openboard settings for Android 12+ 2023-08-08 20:23:55 +02:00
BlackyHawky
e54dfa572c Fix emoji key background for no-border themes 2023-08-07 19:05:08 +02:00
BlackyHawky
b07146061b Symbols modified on "f" + "m" + "apostrophe" keys 2023-08-06 00:12:36 +02:00
Helium314
afa0670aba
Merge pull request #56 from BlackyHawky/Popup_corner
Fixed missing rounded popups and rounded selector for base themes
2023-08-05 10:22:20 +02:00
BlackyHawky
47194f8425 Fixed rounded popups for base themes 2023-08-05 00:28:37 +02:00
BlackyHawky
9cc996c296
Resolved "Todo" in themes-lxx-base.xml and themes-lxx-base-border.xml (#51)
* Action key aspect ratio & action more keys popup partially resolved

* Action key aspect ratio & action more keys popup 100% resolved

* Todo removed for "themes-lxx-base.xml" & "themes-lxx-base-border.xml"
2023-08-03 07:35:26 +02:00
Helium314
4c871bea54
Update dictionary urls 2023-08-01 10:05:12 +02:00
Helium314
20a1c95d8d fix bad spacebar height in some modes 2023-07-31 10:56:19 +02:00
Helium314
093280b513 fix color issues in (more) suggestions for border theme 2023-07-31 07:22:22 +02:00
Helium314
cf47f22c9e fix white suggestion strip pressed color 2023-07-30 22:25:51 +02:00
Helium314
20aa6cf057 tune colors a little 2023-07-30 20:58:46 +02:00
Helium314
d9ebf2866c put custom theme variants in some array 2023-07-30 10:39:58 +02:00