pdroidandroid@gmail.com
1cbbf4983c
Implemented clipboard history feature
2022-01-13 13:45:48 +01:00
Trevor Terris
0eae23062d
Merge remote-tracking branch 'upstream/master' into system-accent-alpha
2021-11-22 12:02:46 -05:00
Trevor Terris
0886ec0969
Remove duplicate code
...
Extract keyboard icon styles to a "parent" file, and extend it for the system accent version (a single icon)
2021-11-22 11:32:21 -05: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
5861a40331
Fix rendering of icons with system accent tint
...
The tint was being applied to the "normal" icon, which has an alpha less than 1, causing the tint to appear incorrect. Changed to the "activated" icon, which has an alpha of 1 for most of the image, so tints are now consistent.
2021-11-22 07:49:02 -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
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
kuesji koesnu
eb238d2d52
adding turkish lira sign
2021-08-19 22:27:11 +03: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
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
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
rustzz
48678d6c10
Fix Russian translation
2021-05-15 08:55:19 +02: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
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
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