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
dslul
a263fc3f3b
update metadata for release 1.4.3
2021-05-03 11:11:40 +02:00
Daniele Laudani
064d8de974
Update issue templates
2021-05-03 10:14:54 +02:00
Daniele Laudani
8040ecb308
Update issue templates
2021-05-03 10:06:16 +02:00
dslul
d50265f04d
release 1.4.3
2021-05-03 09:12:23 +02:00
Trevor Terris
a77b6755d9
Extend touchable region to nav bar
...
Extend the touchable region to include the navigation bar, so that taps on the nav bar aren't sent to the underlying application. Credit to https://github.com/rkkr/simple-keyboard
2021-05-03 08:11:43 +02:00
Trevor Terris
8d46e0ed25
Add bigrams to English wordlist for next word suggestion
...
Add bigrams to all English words, essentially "pre-loading" the word suggestions without needing to learn from user input. Words derived from the American National Corpus, https://www.anc.org/data/oanc/ .
2021-05-01 15:06:32 +02:00
Trevor Terris
34c8a4a5b6
Tweak colors for dark and Amoled
...
With these settings, the spacebar and suggestion strip have the same dark grey color, and the same color when pressed.
2021-05-01 14:54:48 +02:00
Trevor Terris
c7c124c4e8
Make dark characters higher contrast
2021-05-01 14:54:48 +02:00
Daniele Laudani
7049444ba4
Merge pull request #340 from tkterris/toggle-hints
...
Add toggle to disable long-press hints
2021-05-01 14:50:50 +02:00
Trevor Terris
24a945e4fb
Add toggle to disable long-press hints
2021-04-29 14:58:59 -04:00
mic
d997325daf
Fix Russian translation
2021-04-20 10:07:57 +02:00
Cássio
57cac536bb
fix typo
2021-03-18 16:27:06 +01:00
Cássio
608ebc7d87
adds Colemak Mod-DH keyboard layout
2021-03-18 16:27:06 +01:00
Hagen Echzell
20e78ef447
Make German (Germany) split layout
2021-03-18 12:03:27 +01:00
Hagen Echzell
c14c3cbc7d
Add German Keyboard with Umlauts
...
This commit defines a new keyboard German (Germany) (country code de_DE) that includes the most important Umlauts äöü. The default alternate characters on longpress are set to the numbers, for u and o, since ü and ö have their own keys. ß is the new default alternate char for s.
The old German (country code de) keyboard based on a QWERTZ layout without umlauts remains in place.
2021-03-18 12:03:27 +01:00
Martin Sand
52c0e90902
Updated German dictionary
...
Signed-off-by: Martin Sand <martin.sand.dev@gmail.com>
2021-03-18 11:40:31 +01:00
unknown
ec55fc09aa
fix key hint for letter s in German layout
2021-01-24 17:54:39 +01:00
pdroidandroid@gmail.com
1d6daab585
Fixed color for suggestion strip background
2021-01-24 17:53:45 +01:00
pdroidandroid@gmail.com
d45b791b98
Fixed action bar keys spacing in emoji palettes
2021-01-24 17:53:45 +01:00
pdroidandroid@gmail.com
c982ca0c62
Fixed wrong background for languages key
2021-01-24 17:53:45 +01:00