Commit graph

63 commits

Author SHA1 Message Date
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
dslul
6cd827cdd8 fix incognito mode defaults 2020-10-02 12:40:57 +02:00
dslul
2bfc526bb4 fix switch language behaviour
fixes #48
2020-10-02 11:50:35 +02:00
dslul
6532ed54df add the old dark theme 2020-09-30 19:09:08 +02:00
dslul
d5339b7ffb add option for separate emoji key 2020-09-30 16:11:13 +02:00
dslul
b5735b7ad5 return MODE_TEXT instead of MODE_IM 2020-09-30 10:33:03 +02:00
dslul
de90cc2dcc remove emoji button for TYPE_TEXT_VARIATION_SHORT_MESSAGE 2020-09-30 10:25:08 +02:00
dslul
428a647389 remove unused about class 2020-09-28 15:05:46 +02:00
dslul
c89b139ddb remove unused strings and contacts permissions 2020-09-28 11:40:23 +02:00
dslul
075efd1573 Force incognito mode option 2020-09-27 16:41:15 +02:00
dslul
99f6d392df add incognito icon 2020-09-27 14:34:15 +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
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
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
4e3d088aa8 remove unneeded cleanupInternalStateForFinishInput 2020-09-07 18:56:07 +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
Alexander Pataridze
e9e6db5577 Fix broken autocap logic 2020-04-23 20:49:53 +04:00
Alexander Pataridze
9007bca534 Refactor to more generic usage 2020-04-23 20:29:26 +04:00
Alexander Pataridze
a4d344e818 Disable automatic shift for Georgian only 2020-04-23 19:39:16 +04:00
Alexander Pataridze
ab778a9bb9 Ignore uppercase if Georgian 2020-04-23 19:11:28 +04:00
dslul
0c63635a3c Reduce popup size and remove popup anim delay
popups are still too slow when typing fast. Needs to be improved
2020-02-06 10:38:36 +01:00
dslul
1f5e683c69 fix v1.3 crash 2020-01-27 19:22:35 +01:00
dslul
dcd46f9326 Remove dictionary add-ons settings
This is not needed anymore, dictionaries are directly embedded in the resources and cannot be downloaded
2020-01-27 08:50:49 +01:00
dslul
ca808ef0bd fix excessive delay on spacebar long press 2020-01-27 08:40:04 +01:00
dslul
6c6c24ca84 add pref for hiding language key 2020-01-26 23:19:47 +01:00
dslul
067a8bf190 Fix bug 22 - crash when opening settings from keyboard 2020-01-23 15:48:49 +01:00
dslul
bb88c6ec00 convert compat utils to kotlin and cleanup 2020-01-21 20:30:29 +01:00
dslul
ae424c7202 convert accessibility package to kotlin 2020-01-21 18:16:01 +01:00
dslul
a059a0798b convert event to kotlin 2020-01-21 16:18:44 +01:00