Commit Graph

4874 Commits

Author SHA1 Message Date
Aleksandras Kostarevas
3d8233be92 Update keyboard sizing and add floating mode 2024-09-27 00:23:03 +03:00
Aleksandras Kostarevas
4566a37e16 Add spoken description for numpad layout 2024-09-23 20:38:13 +03:00
Aleksandras Kostarevas
f795a7228e Fix width too long in landscape mode 2024-09-21 23:16:37 +03:00
Aleksandras Kostarevas
777aec644a Delete old layout files 2024-09-19 09:54:16 +03:00
Aleksandras Kostarevas
6a76537d3b Make KeyboardTheme a stub, remove KeyboardThemeTests 2024-08-31 18:33:59 +03:00
Aleksandras Kostarevas
2e883781d5 Refactor layout definition system
Layouts are now defined in yaml files at latinime/java/assets/layouts. The new system makes simple layouts significantly easier to add.

Many layouts still need to be ported over to the new system and some bugs still remain. The old layout system and XML layouts will need to be removed.
2024-08-24 11:06:54 +03:00
Aleksandras Kostarevas
62b4bcf724 Add BugViewer action 2024-08-24 10:52:50 +03:00
Aleksandras Kostarevas
9a13c7e77d Add Unicode 15.1 emoji 2024-08-05 14:37:49 +03:00
Aleksandras Kostarevas
da25fc282d Avoid suppressing Arabic numerals as morekeys when number row is active (for languages that use Indo-Arabic numerals) 2024-08-01 15:45:57 +03:00
Aleksandras Kostarevas
049e2c288d Add HotDog theme, tune some color choices 2024-08-01 10:15:38 +03:00
Aleksandras Kostarevas
139ec62461 Remove text|im restriction for action key 2024-07-24 23:48:48 +03:00
Aleksandras Kostarevas
81746421a6 Remove explicit morekeys_misc and actions from keyboard layouts 2024-07-24 21:34:51 +03:00
Aleksandras Kostarevas
b182a9cc4e Fix incorrect QWERTZ morekeys 2024-07-23 19:19:03 +03:00
Aleksandras Kostarevas
b2d3107357 Fix Arabic missing diacritics 2024-07-23 17:11:04 +03:00
Aleksandras Kostarevas
52084de79b Update "More Actions" menu to "All Actions" 2024-07-23 12:23:33 +03:00
Aleksandras Kostarevas
34e48e4290 Fix bepo 2024-07-22 05:51:27 +03:00
Aleksandras Kostarevas
3a0c7b121f Fix incorrect action in bepo layout 2024-07-22 05:50:40 +03:00
Emre Eren
270ff11fea Add Turkish keyboard layout
Closes #242 on GitHub

Signed-off-by: Aleksandras Kostarevas <aleks076@protonmail.com>
2024-07-21 19:52:43 +03:00
rava
0eb8d28c1b Add Central Kurdish layout
Closes #194 on GitHub

Signed-off-by: Aleksandras Kostarevas <aleks076@protonmail.com>
2024-07-21 19:47:20 +03:00
Aleksandras Kostarevas
5c11fa4e3f Update action editor 2024-07-21 00:12:39 +03:00
Aleksandras Kostarevas
d2f1b1e358 Add unique clipboard manager icon 2024-07-20 23:16:04 +03:00
Aleksandras Kostarevas
5aaad74d3c Implement new ActionBar and editor 2024-07-20 22:49:10 +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
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
91b1b28e1c Add Google Play payment 2024-07-05 20:17:37 +03:00
Aleksandras Kostarevas
49ec4a4a99 Update Pre-Alpha to Alpha wording 2024-07-01 20:55:04 +03:00
Aleksandras Kostarevas
9f70a84dc8 Work on new language screen components 2024-06-25 19:14:02 +03:00
Aleksandras Kostarevas
89b437d93a Add some common actions into moreKeys 2024-06-22 22:17:43 +03:00
Aleksandras Kostarevas
4bada6e34d Update moreKeys for Enter key with some actions 2024-06-21 23:49:31 +03:00
Aleksandras Kostarevas
0b48de4ac9 Update key icon IDs to use Strings 2024-06-21 19:16:59 +03:00
Aleksandras Kostarevas
87e44075e7 Rename Spanish layout to QWERTY+ 2024-06-20 22:16:55 +03:00
Aleksandras Kostarevas
a237248fc9 Update clipboard pinning 2024-06-15 17:11:57 +03:00
Aleksandras Kostarevas
657203e733 Add text clipboard history 2024-06-15 13:40:47 +03:00
Aleksandras Kostarevas
13f81556ad Update payment menu design 2024-06-14 15:19:14 +03:00
Aleksandras Kostarevas
a93cfd83bd Add emoji navigation icons and more ASCII emoji 2024-06-08 18:59:26 +03:00
Aleksandras Kostarevas
b60d2a9768 Add extra themes 2024-06-01 16:51:09 +03:00
Aleksandras Kostarevas
1f9cbdee09 Remove unused emoji views 2024-05-28 20:17:25 +03:00
Aleksandras Kostarevas
c308504a25 Update tablet layouts, fix tablet swipe typing 2024-05-27 21:44:06 +03:00
Aleksandras Kostarevas
562b08883b Update inline suggestions 2024-05-27 18:32:01 +03:00
Aleksandras Kostarevas
e0ddb4462c Move the test text field to a separate activity and process
Fixes some jank exhibited by the fact that the keyboard and the EditText are running in the same process
2024-05-26 16:43:20 +03:00
Aleksandras Kostarevas
7de251b71d Update Dynamic System theme preview and rename to Dynamic Auto 2024-05-26 14:38:21 +03:00
Aleksandras Kostarevas
1eea6cb36d Add phonetic layout for east slavic 2024-05-15 17:18:43 -05:00
Aleksandras Kostarevas
cbf0230081 Add symbols for bepo 2024-05-15 16:50:31 -05:00
Aleksandras Kostarevas
a994bb5432 Fix crash when migrated layouts have more than 1 subtype and one of which has no layout specifier 2024-05-15 16:30:57 -05:00
Aleksandras Kostarevas
d9ab17cc5e Include number row for bepo 2024-05-14 18:08:04 -05:00
Aleksandras Kostarevas
7570e4d258 Refactor input method subtype system 2024-05-14 17:13:52 -05:00
Aleksandras Kostarevas
36157909c7 Update more keys 2024-05-08 17:01:34 -05:00