Commit graph

1749 commits

Author SHA1 Message Date
dslul
f976e1c31c add turkish layout 2021-06-14 10:02:37 +02:00
dslul
a77ea6ec8b update gradle 2021-06-14 10:01:57 +02:00
Reibl Janos Daniel
ffe8d7a0fe Add Hungarian dictionary 2021-06-13 16:52:40 +02:00
Trevor Terris
c1a96f9aea Disable autocorrect during URL and email input
Disables autocorrect when the user is typing in a URL or email, since many websites and emails are deliberate misspellings of dictionary words. For example, typing "openboard." (for a hypothetical website "openboard.com"), the keyboard should not "correct" this to "open board.".
2021-06-12 08:11:12 +02:00
mahmoudk1000
ef7c4ba318 Added ß to German Layout 2021-06-11 19:25:08 +02:00
rustzz
42f09c0438 Added russian translation to the desired file 2021-05-30 10:30:57 +02:00
Daniele Laudani
5588c1da91 Revert "Fix Russian translation"
This reverts commit 48678d6c10.
2021-05-29 15:09:32 +02:00
dslul
6796bd88bd fix numpad not showing on tablets 2021-05-29 14:45:54 +02:00
dslul
a5bbb34366 update matrix qr 2021-05-17 08:19:30 +02:00
dslul
0db91be097 Merge branch 'master' of github.com:dslul/openboard 2021-05-15 09:02:29 +02:00
dslul
fb7a0c388f update matrix link
fixes #360
2021-05-15 09:02:18 +02:00
rustzz
48678d6c10 Fix Russian translation 2021-05-15 08:55:19 +02:00
Lee0701
e3ad499161 Fix non hangul characters being inserted at wrong position 2021-05-15 06:21:24 +09:00
Lee0701
1a7cec304b Fix row heights for layout without number keys 2021-05-15 06:16:40 +09:00
Lee0701
a5f773619b Use software string event for HangulCombiner composing word processing to fix auto spacing problem 2021-05-14 12:32:02 +09:00
Lee0701
1616c89bd4 Rename NormalizedDictionary to KoreanDictionary 2021-05-14 11:21:01 +09:00
Lee0701
f06799f5e2 Implement normalizer dictionary for Koren dictionaries 2021-05-14 11:07:54 +09:00
Lee0701
ca825faef4 Add number row support to dubeolsik standard keyboard 2021-05-14 08:14:05 +09:00
Lee0701
4565244322 Fix row heights again 2021-05-14 08:14:04 +09:00
Lee0701
d725fe65f0 Add touch position correction support flag 2021-05-14 08:14:04 +09:00
Lee0701
02532855bf Fix row heights 2021-05-14 08:14:04 +09:00
Lee0701
83fca9533c Add Korean dictionary 2021-05-14 08:14:04 +09:00
Lee0701
818f9e0ea1 Remove old java file 2021-05-14 08:14:04 +09:00
Lee0701
0fa701a134 Fix shift press breaking hangul composition 2021-05-14 08:14:04 +09:00
Lee0701
6e8c17c7be Fix dubeolsik automata 2021-05-14 08:14:03 +09:00
Lee0701
f4f47786eb Add combining event flag 2021-05-14 08:13:59 +09:00
Lee0701
af5478ba1c Add localised texts for korean 2021-05-14 08:11:59 +09:00
Lee0701
e2e6b086c2 Fix sebeolsik layout key heights 2021-05-14 08:11:59 +09:00
Lee0701
26d812a8f9 Add tablet layouts 2021-05-14 08:11:59 +09:00
Lee0701
53f8234798 Add additional initial combination conditions 2021-05-14 08:11:59 +09:00
Lee0701
0647a3d516 Add hardware keyboard layouts 2021-05-14 08:11:58 +09:00
Lee0701
c7f6825026 Add sebeolsik final layout 2021-05-14 08:11:58 +09:00
Lee0701
af6db10b77 Add dubeolsik standard shift layout 2021-05-14 08:11:58 +09:00
Lee0701
603a5f2000 Add functional dubeolsik standard layout 2021-05-14 08:11:58 +09:00
Lee0701
41c8563116 Add basic jamo combination 2021-05-14 08:11:58 +09:00
Lee0701
eac79e9a7d Add hangul composer and sebeolsik 390 layout 2021-05-14 08:11:58 +09:00
so9q
13c548c79f Added Swedish and Danish dictionaries 2021-05-09 14:28:15 +02:00
Trevor Terris
8c79b31f6a Update migration to use moveSharedPreferencesFrom 2021-05-06 17:35:27 +02:00
Trevor Terris
ddbed48ce9 Use onFinishInput to flush dictionary state 2021-05-06 08:55:44 +02:00
Trevor Terris
206fc18ec3 Add persistence for user history dictionary
User history dictionary was not flushing to disk on close, added that logic so (unless there's a crash) the user history should be persisted.
2021-05-06 08:55:44 +02:00
Trevor Terris
dd7b56fbb3 Copy settings from credential to device encrypted storage
Copy settings from credential to device encrypted storage if device encrypted is empty. This should only happen at most once, if the user is updating the application to the version with device encrypted storage.
2021-05-06 08:55:22 +02:00
Trevor Terris
3d8361cc89 Reduce visibility of Util method 2021-05-04 18:19:38 +02:00
Trevor Terris
928519392f Update classes to use device encrypted context for preferences 2021-05-04 18:19:38 +02:00
Trevor Terris
0269b28c5a Add permissions and util class for direct boot 2021-05-04 18:19:38 +02:00
Daniele Laudani
8be0d75c1b
Update README.md 2021-05-03 14:43:13 +02:00
dslul
bfa6a647ea matrix community url 2021-05-03 14:42:13 +02:00
Daniele Laudani
7ec5ec0923
Update README.md 2021-05-03 14:18:54 +02:00
dslul
9f66e0eac9 add original icon by Marco TLS 2021-05-03 13:52:57 +02:00
Daniele Laudani
20390efc93
add credits for the icon 2021-05-03 13:51:32 +02:00
dslul
6d6ead1712 Merge branch 'master' of github.com:dslul/openboard 2021-05-03 11:11:53 +02:00