Commit graph

974 commits

Author SHA1 Message Date
jnnkB
503498ee89 Revert "Updated German dictionary"
This reverts commit 52c0e90902.
2021-10-13 11:38:14 +02:00
Daniele Laudani
b5934f3841
Merge pull request #433 from Damjan94/workman
Created a Workman keyboard layout
2021-09-21 08:42:31 +02:00
Damjan Djordjevic
46e964d98f Created a Workman keyboard layout 2021-09-16 00:41:34 +02:00
Daniele Laudani
7682ba0b5a
Merge pull request #432 from MajeurAndroid/feature-emoji-list
Implemented continuous scrolling for emoji keyboards
2021-09-12 17:57:22 +02:00
pdroidandroid@gmail.com
02e2051b33 Implemented continuous scrolling for emoji keyboards 2021-09-12 17:30:26 +02:00
Daniele Laudani
61add88e31
Merge pull request #423 from kuesji/patch-1
adding turkish lira sign
2021-09-07 20:00:40 +02:00
kuesji koesnu
eb238d2d52
adding turkish lira sign 2021-08-19 22:27:11 +03:00
Daniele Laudani
b775e0d878
Merge pull request #420 from tkterris/persistence-fix
Fix dictionary persistence with Direct Boot
2021-08-15 19:08:08 +02:00
Trevor Terris
1fed180950 Fix dictionary persistence with Direct Boot
Trigger app restart when credential-encrypted storage is unlocked, to refresh dictionary from credential encrypted storage. This fixes an issue where learned dictionary and frequencies are reset after device restart.
2021-08-12 13:59:57 -04:00
RHJihan
9114928151 Added Bangla (Bangladesh) (Akkhor) layout 2021-07-20 14:32:52 +06:00
Daniele Laudani
cf45b5b907
Merge pull request #404 from RHJihan/master
Several updates for Bengali (Bangladesh)
2021-07-16 08:08:18 +02:00
Trevor Terris
8ee8f2edac Fix target and compile SDK versions
With the latest Android 12 beta (beta 3), the compile and target SDK versions are changed from "android-S" and "S" to 31. Update build.gradle to reflect these changes.
2021-07-16 08:07:16 +02:00
RHJihan
5d38410095 Several updates for Bengali (Bangladesh) 2021-07-13 19:21:47 +06:00
Md. Rifat Hasan Jihan
012649646a
Merge branch 'dslul:master' into master 2021-07-12 14:22:44 +06:00
RHJihan
2d87d4875b fixed alignment on second row - Bengali (Bangladesh) 2021-07-11 19:51:30 +02:00
RHJihan
106c579caa Replaced previous Bengali (Bangladesh) keyboard with a popular layout 2021-07-11 19:51:30 +02:00
RHJihan
bde5c3e595 fixed alignment on second row - Bengali (Bangladesh) 2021-07-11 23:15:41 +06:00
RHJihan
30736af3ac Replaced previous Bengali (Bangladesh) keyboard with a popular layout 2021-07-08 17:46:49 +06:00
Trevor Terris
bb0628a8e9 Add system theming to Material Light themes 2021-06-27 07:56:54 +02:00
Trevor Terris
92839eff74 Remove extraneous space 2021-06-27 07:56:54 +02:00
Trevor Terris
3a7b413df2 Tweak icon color so it matches
The icon color uses masking, which results in it being slightly darked by the icons being tinted. Set the icon accent to 300 and most others to 500, so they should balance out and match.
2021-06-27 07:56:54 +02:00
Trevor Terris
08fcc565bc Add theming for all emoji buttons and shift key 2021-06-27 07:56:54 +02:00
Trevor Terris
81a55e9fb9 Initial commit for Android S theming
Add Android S support, and start changing some colors to use system accent.
2021-06-27 07:56:54 +02:00
Trevor Terris
3d3e83f9db Make amoled enter key use system accent color 2021-06-27 07:56:35 +02:00
dslul
f5643e7679 Merge remote-tracking branch 'origin/master' 2021-06-14 10:02:58 +02:00
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