Daniele Laudani
9bb92981f2
Merge pull request #460 from prabhy619/issue455
...
#455 Disabling long pressing space for keyboard change
2022-01-16 20:37:55 +01:00
pdroidandroid@gmail.com
1cbbf4983c
Implemented clipboard history feature
2022-01-13 13:45:48 +01:00
Trevor Terris
0103f959d3
Show incognito icon on password input
...
Since the suggestion strip can now show during password input if the clipboard button is on, show the incognito icon when this occurs.
2021-11-22 08:20:12 -05:00
Trevor Terris
e0f95aa5c9
Renamed variables from "paste" to "clipboard"
2021-11-22 08:12:17 -05:00
Trevor Terris
ff7406fb98
Show suggestion strip on password input when paste enabled
2021-11-22 07:53:25 -05:00
Trevor Terris
31b4a28471
Add copy functionality
...
Current functionality is short-press to copy, long-press to paste.
2021-11-21 22:04:09 -05:00
Trevor Terris
de924ce3a5
Add paste icon
2021-11-21 17:17:13 -05:00
Trevor Terris
972a77ef3a
Add preference settings for paste button
2021-11-21 15:41:44 -05:00
Trevor Terris
69ef3c9991
Add logic for pasting from clipboard
2021-11-21 15:28:22 -05:00
Trevor Terris
6c500e731b
Add icon to layout for paste
...
Still TODOs for implementing the feature, creating a toggle to enable it, and icons for the button
2021-11-21 14:56:25 -05:00
Prabhy
476602b688
#455 Disabling long pressing space for keyboard change
2021-10-24 17:17:48 +05:30
pdroidandroid@gmail.com
02e2051b33
Implemented continuous scrolling for emoji keyboards
2021-09-12 17:30:26 +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
5d38410095
Several updates for Bengali (Bangladesh)
2021-07-13 19:21:47 +06: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
Lee0701
e3ad499161
Fix non hangul characters being inserted at wrong position
2021-05-15 06:21:24 +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
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
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
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
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
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
24a945e4fb
Add toggle to disable long-press hints
2021-04-29 14:58:59 -04: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
unknown
ec55fc09aa
fix key hint for letter s in German layout
2021-01-24 17:54:39 +01:00
pdroidandroid@gmail.com
99e9b934fc
Fixed inverted emoji key icon
2021-01-24 17:53:45 +01:00
pdroidandroid@gmail.com
6a49ce80fe
Removed some logging call I forgot
2021-01-24 17:51:55 +01:00
pdroidandroid@gmail.com
ab8d157e2e
Fixed emoji category page index saving/restoring
...
Added go to 1st page on second category tab tap feature
2021-01-24 17:51:55 +01:00
pdroidandroid@gmail.com
fa66144d65
Fixed unexpected NPE happening in framework due to 'more keys' placer views
2020-12-13 13:18:24 +01:00
pdroidandroid@gmail.com
26b51fa105
Fixed 'min sdk' emoji attribute check for 'more keys' emojis
2020-12-13 13:18:24 +01:00
pdroidandroid@gmail.com
23286e0e24
Updated emoji categories to Unicode 12.0+ ones
2020-12-13 13:18:24 +01:00
pdroidandroid@gmail.com
2079be88d3
Extended 'more keys' support to emoji keyboards
2020-12-13 13:18:24 +01:00
pdroidandroid@gmail.com
c30fce58c4
Added auto day/night keyboard themes
2020-12-09 09:25:28 +01:00
dioraman
462f99753d
add "ə" to Italian layout
...
references: https://globalvoices.org/2020/09/11/are-romance-languages-becoming-more-gender-neutral/ and https://thesubmarine.it/2020/08/03/schwa-linguaggio-inclusivo-vera-gheno/
2020-12-09 09:22:00 +01:00
Peter Vágner
f7c6178bec
A11Y: Add some null checks to avoid crashes when running with accessibility turned on
...
Signed-off-by: Peter Vágner <pvdeejay@gmail.com>
2020-11-27 09:13:22 +01:00