Commit graph

123 commits

Author SHA1 Message Date
dslul
b7c88b48d6 Add more text emoticons 2020-09-17 14:02:17 +02:00
dslul
a7803e76ca Merge branch 'master' of github.com:dslul/openboard 2020-09-16 11:15:44 +02:00
dslul
fc028ecc4d add number row to spanish keyboard 2020-09-16 11:15:26 +02:00
Daniele Laudani
a2feab233c
Update README.md 2020-09-11 17:05:41 +02:00
dslul
3377df1e9d add separate number row
This code is adapted from Indic Keyboard, and doesn't resize the buttons when switching from/to symbols; instead, an additional row is always shown. Fixes #21.
2020-09-11 16:59:15 +02:00
dslul
98b9a8fdf1 emojis vertical swipe 2020-09-10 19:04:43 +02:00
dslul
449749ca9c cleanup 2020-09-10 16:01:04 +02:00
Daniele Laudani
e0cd866412
Update README.md 2020-09-09 17:58:43 +02:00
dslul
e366c41af2 prepare for 1.4 2020-09-09 15:48:25 +02:00
dslul
7281250ec4 fix popup offset 2020-09-09 14:38:07 +02:00
dslul
90ae4c8aec remove legacy devices keyboard heights 2020-09-09 12:56:52 +02:00
dslul
bc7af4f2ab cleanup jni folder 2020-09-09 10:28:12 +02:00
dslul
cd14d5630b change defaults 2020-09-08 16:32:42 +02:00
dslul
b6c0476f0c finish input before swiping 2020-09-08 13:48:14 +02:00
dslul
64325a9e6f restart suggestions after cursor swipe
fixes #140
2020-09-08 13:31:39 +02:00
dslul
10eb6e5178 trying to fix swipe cursor 2020-09-08 13:25:15 +02:00
dslul
c3276b943b trying to fix swipe cursor 2020-09-08 12:38:04 +02:00
dslul
5e2dbda4e0 AMOLED theme (material dark) 2020-09-07 21:00:57 +02:00
dslul
4ec21f97f6 disable fullscreen keyboard in landscape 2020-09-07 19:49:05 +02:00
dslul
41a4173cab max keyboard size set to 150% 2020-09-07 19:12:24 +02:00
dslul
4e3d088aa8 remove unneeded cleanupInternalStateForFinishInput 2020-09-07 18:56:07 +02:00
Daniele Laudani
885f1223ca
Merge pull request #139 from TheCrowned/fork/trigger-shift-on-del
Ensure capitalization is restored when current text is deleted (Fix #56)
2020-09-07 18:55:08 +02:00
Stefano Ottolenghi
a3ad8a83ce Ensure capitalization is restored when current text is deleted (Fix #56) 2020-09-07 17:54:31 +02:00
dslul
a6d7e2d3ac add incognito mode 2020-09-07 12:44:39 +02:00
dslul
6de199cbcf remove popup animation causing perceived lag during digitation 2020-09-06 09:15:03 +02:00
dslul
48b9ac9967 change swipe cursor behaviour to use left/right keys 2020-09-04 19:46:06 +02:00
dslul
8e4c01941e fix key preview offset 2020-09-04 18:43:37 +02:00
dslul
677d80e7ac small improvements 2020-09-04 18:25:50 +02:00
dslul
1ed0ed893b new icon 2020-09-04 18:25:27 +02:00
dslul
f37d596e49 update gradle 2020-09-04 18:23:05 +02:00
Daniele Laudani
59fbe976df
Merge pull request #119 from EgidioCaprino/fix/warning
Fix Kotlin plugin's warning
2020-09-02 09:27:13 +02:00
Daniele Laudani
8cc8caff7c
Merge pull request #120 from internalc/colemak_key_hints
Colemak key hints
2020-09-02 09:26:54 +02:00
internalc
37c9b277b1 fix x key 2020-07-12 18:51:14 +02:00
internalc
2546276206 add symbol key hints above letters on colemak layout 2020-07-11 08:54:05 +02:00
Egidio Caprino
7f5a09a576 chore(gradle): remove Kotlin plugin warning
This removes the warning `Kotlin plugin should be enabled before 'kotlin-android-extensions'`.
2020-07-10 15:48:29 +02:00
Daniele Laudani
1b2c69fea2
Merge pull request #114 from dotsensei/master
Include Bulgarian (enhanced) keyboard, proposed by group of 500 people in May 2020.
2020-06-21 07:44:52 +02:00
DOTSENSEI LTD
9c55492b9e
BEKL 2020-06-20 21:32:49 +03:00
DOTSENSEI LTD
9f84d09a0a
Part 3: BEKL 2020-06-20 21:28:44 +03:00
DOTSENSEI LTD
3f087fc7d0
Part 2: introduce BDS type. 2020-06-20 21:25:58 +03:00
DOTSENSEI LTD
e62e531377
Introduction of the BEKL layout 2020-06-20 21:22:39 +03:00
Daniele Laudani
1deb21795d
Merge pull request #110 from sdwolfz/add-ro-dict
Add Romanian dictionary
2020-06-19 19:46:48 +02:00
Codruț Constantin Gușoi
44014a5fd8 Document development steps on linux without intellij 2020-06-07 17:27:40 +01:00
Codruț Constantin Gușoi
8132aeba7d Add Romanian dictionary
With Romanian you have to take special care when handling words that
contain the "sh" and "tz" character (read it as the "sh" in "shiver"
and the "zz" in "pizza"). There are two sets of characters that look
sort of the same `ş` and `ș`, `ţ` and `ț`. If you look carefully, one
has a tail connected to the body, and the other has a comma separated
from the body of the character. The correct ones are the one with the
comma separated, not the touching tail. If in doubt, switch to a
Romanian layout and type `;` and `'`, they will give you the correct
characters to use.

The HTML codes for these characters are:
- `Ș` and `ș` for `Ș` and `ș`.
- `Ț` and `ț` for `Ț` and `ț`.

Reference:
https://en.wikipedia.org/wiki/S-comma
https://en.wikipedia.org/wiki/T-comma

While similar in shape, this difference will break autoc ompletion.
I've replaced all of them with the proper one.

I've also tried creating a new dictionary but ran into issues...
The list of words was downloaded from:
https://raw.githubusercontent.com/hermitdave/FrequencyWords/master/content/2018/ro/ro_full.txt

This is not a quality source, and some cleaning up was done in order to
remove some mistakes, like words containing numbers, and the `,` and `.`
characters. Words that were separated with `--` were also removed as
there is no such notation in the language.

The tools from here were used to create the dictionary:
https://github.com/remi0s/aosp-dictionary-tools

They only take the top 150,000 words, from a total of 1,154,496
effectively skipping words with less than 2 occurrences. This is OK, I
guess... although it misses a lot of valid ones. A better data source
would help with this, but it's difficult to find such data.

I guess I can come back in the future to improve this.
2020-05-30 17:29:43 +01:00
Daniele Laudani
f935623456 Merge pull request #108 from sandsturm/105_improve_bulgarian_wordlist_and_create_dictionary
Added Bulgarian dictionary and missing words of #105
2020-05-27 11:35:28 +02:00
Daniele Laudani
cfab8d99e9
Merge pull request #102 from H2172/master
creating Dutch dictionary
2020-05-27 11:34:28 +02:00
Martin Sand
81cdc03ca6
Corrected typos in bg_wordlist
Signed-off-by: Martin Sand <martin.sand.dev@gmail.com>
2020-05-26 09:58:16 +02:00
Martin Sand
2ca6ce149a
Added Bulgarian dictionary and missing words of #105
Signed-off-by: Martin Sand <martin.sand.dev@gmail.com>
2020-05-25 00:16:46 +02:00
H2172
939fea7aec
creating Dutch dictionary 2020-05-15 15:58:04 +02:00
Daniele Laudani
8611f72fd6
Merge pull request #100 from sandsturm/99_bug_special_characters_do_not_show
Added special character definitions of qwerty to azerty
2020-05-15 09:41:06 +02:00
Daniele Laudani
ef84f542eb
Merge pull request #93 from sandsturm/add_pt_PT_dictionary
Add pt pt dictionary
2020-05-15 09:40:37 +02:00