Commit Graph

42492 Commits

Author SHA1 Message Date
Aleksandras Kostarevas
58a21d7782 Optimize Context.dataStore 2024-07-16 22:17:30 +03:00
Aleksandras Kostarevas
b359c0f3d3 Add language dictionary tip 2024-07-15 17:27:29 +03:00
Aleksandras Kostarevas
90aa0c2eae Implement missing functionality for new languages screen 2024-07-15 17:22:07 +03:00
Aleksandras Kostarevas
7fd33bace7 Fix emoji searchbar text color 2024-07-15 12:03:19 +03:00
Aleksandras Kostarevas
d52b5ddfdd Add option to swipe spacebar to change language 2024-07-14 16:19:36 +03:00
Aleksandras Kostarevas
6613e3e57f Add delete whole words during backspace option 2024-07-14 15:36:43 +03:00
Aleksandras Kostarevas
e181717692 Add basic emoji search using string matching 2024-07-13 12:41:42 +03:00
Aleksandras Kostarevas
b6206e3059 Add support for Direct Boot by loading default preferences for first unlock 2024-07-13 07:24:48 +03:00
Aleksandras Kostarevas
7d492897cc Update number row to use language-specific numbers (Persian) 2024-07-13 04:49:39 +03:00
Aleksandras Kostarevas
d19c3da314 Update incorrect email address in string 2024-07-13 04:47:53 +03:00
Aleksandras Kostarevas
df6efc760e Mitigate Talkback crash 2024-07-13 04:47:07 +03:00
Aleksandras Kostarevas
593ac9e35e Fix "Unknown character" for action key with Talkback 2024-07-13 04:39:43 +03:00
Aleksandras Kostarevas
4c04bb8375 Add missing superscripts and subscripts 2024-07-13 04:20:04 +03:00
Aleksandras Kostarevas
1756bde713 Update some popular layouts with new moreKeys system 2024-07-13 03:53:25 +03:00
Aleksandras Kostarevas
dd0ba32804 Update settings categories. Add option for customizing long-press key layout. Draw icon key hints
The texts for more keys have been updated:
* morekeys_a should now include only letters relevant to the active language
* morekeys_misc_a should include misc letters (accents, etc) not specifically needed for typing in the language

The above still needs to be applied to most other languages. Only QWERTY has been updated with the new morekeys system. Other layouts still need to be updated.
2024-07-07 21:25:36 +03:00
Aleksandras Kostarevas
4cba419737 Fix blank row in symbols when number row is active 2024-07-07 20:58:10 +03:00
Aleksandras Kostarevas
4a6f99c977 Display number row in password field 2024-07-07 20:06:28 +03:00
Aleksandras Kostarevas
a32f2ff775 Respect flag for no personalized learning 2024-07-06 22:03:07 +03:00
Aleksandras Kostarevas
3d6963bbda Disable saving keyboard state on hide 2024-07-06 21:35:08 +03:00
Aleksandras Kostarevas
91b1b28e1c Add Google Play payment 2024-07-05 20:17:37 +03:00
Aleksandras Kostarevas
f436fad645 Update README url 2024-07-03 15:18:28 +03:00
Aleksandras Kostarevas
16fb88db2a Update submodule URL 2024-07-03 15:17:08 +03:00
Aleksandras Kostarevas
49ec4a4a99 Update Pre-Alpha to Alpha wording 2024-07-01 20:55:04 +03:00
Aleksandras Kostarevas
8374cb14f0 Update setup wording 2024-07-01 14:53:11 +03:00
Aleksandras Kostarevas
1f99878e2b Fix incorrect logic in saving bluetooth setting 2024-07-01 14:51:24 +03:00
Aleksandras Kostarevas
798a8f0b5e Fix an issue where locale extensions are unexpectedly appearing 2024-07-01 14:51:07 +03:00
Aleksandras Kostarevas
9f70a84dc8 Work on new language screen components 2024-06-25 19:14:02 +03:00
Aleksandras Kostarevas
6bf523010d Create Python version of the make-keyboard-text tool
The Python version uses json files, separate from the xml files. Comments haven't been migrated still.

I'm still not very happy with the way the keyboard texts are managed and that it requires running a separate tool to generate a .java file. It's at least better than manually editing an autogenerated file as before, and python3 is more widely available than the archaic Android build system
2024-06-25 12:55:24 +03:00
Aleksandras Kostarevas
c29f609a0f Update clone command in README 2024-06-23 18:19:03 +03:00
Aleksandras Kostarevas
42e16fa9af Update submodules 2024-06-23 18:18:06 +03:00
Aleksandras Kostarevas
89b437d93a Add some common actions into moreKeys 2024-06-22 22:17:43 +03:00
Aleksandras Kostarevas
75d0f66024 Fix crashes in clipboard history 2024-06-22 15:56:45 +03:00
Aleksandras Kostarevas
f5507d186a Fix action moreKeys vertical positioning 2024-06-21 23:56:36 +03:00
Aleksandras Kostarevas
4bada6e34d Update moreKeys for Enter key with some actions 2024-06-21 23:49:31 +03:00
Aleksandras Kostarevas
bf47b3f17c Add option to replace emoji key with different action 2024-06-21 20:12:11 +03:00
Aleksandras Kostarevas
0b48de4ac9 Update key icon IDs to use Strings 2024-06-21 19:16:59 +03:00
Aleksandras Kostarevas
aa025b92e8 Fix removing active clipboard item 2024-06-20 23:25:08 +03:00
Aleksandras Kostarevas
ed550eec4b Add a button to clear clipboard history 2024-06-20 23:20:46 +03:00
Aleksandras Kostarevas
1ae29aa9f1 Clear active clipboard on removal, disallow removing pinned clipboard item without unpinning 2024-06-20 22:26:33 +03:00
Aleksandras Kostarevas
87e44075e7 Rename Spanish layout to QWERTY+ 2024-06-20 22:16:55 +03:00
Aleksandras Kostarevas
74a2fb371d Fix a crash in getNgramContextFromNthPreviousWord 2024-06-19 00:44:23 +03:00
Aleksandras Kostarevas
8063677705 Update activity navigation logic 2024-06-19 00:38:03 +03:00
Aleksandras Kostarevas
4be6fda364 Update LICENSE 2024-06-18 23:11:18 +03:00
Aleksandras Kostarevas
fdffadf6fb Add a workaround for a reported backspace issue in some apps 2024-06-18 20:02:02 +03:00
Aleksandras Kostarevas
a237248fc9 Update clipboard pinning 2024-06-15 17:11:57 +03:00
Aleksandras Kostarevas
494e27f482 Force LTR in some UI, update actions autoclose 2024-06-15 16:12:26 +03:00
Aleksandras Kostarevas
b74e977b6a Fix an issue with dragging debug action 2024-06-15 16:11:55 +03:00
Aleksandras Kostarevas
657203e733 Add text clipboard history 2024-06-15 13:40:47 +03:00
Aleksandras Kostarevas
b935db017c Fix a crash with long words 2024-06-15 13:38:10 +03:00
Aleksandras Kostarevas
13f81556ad Update payment menu design 2024-06-14 15:19:14 +03:00