Commit graph

25 commits

Author SHA1 Message Date
Deltadroid
3eba91e55c
Update targets to java 17 (#186)
The newly upgraded dependencies (gradle 8.3) now require java 17
and the java and jvm targets must both match or there will be a build
failure due to lint.
2023-10-15 16:33:51 +02:00
Helium314
eb45495d13
Hangul update (#160)
Add Hangul layout from https://github.com/Lee0701/openboard/tree/hangul

Further changes:
* merge current state and make it compile
* some formatting
* remove Korean dictionary (to be downloaded from original repo)
* add file in make-keyboard-text for auto-generating KeyboardTextsTable
* disable Hangul combiner when not using Hangul (otherwise symbols are seen as parts of a word)

---------

Co-authored-by: Lee0701 <hgl1002@naver.com>
2023-09-16 11:09:15 +02:00
Helium314
3e86723556 mark emoji arrays as used, as this isn't foudn automatically 2023-09-12 15:19:45 +02:00
Waqar Ahmed
065beab72a
Add ur_PK (urdu pakistan) keyboard (#133) 2023-09-07 13:38:51 +02:00
Helium314
20a265e327 update keyboard texts table, and script to create it 2023-09-06 23:45:11 +02:00
BlackyHawky
77c0a5b4f5
Added new number pad (#81)
* Added new number pad
* keyActionFlags="noKeyPreview" added
* Displayed period + comma keys as Gboard & added symbols key
* Added currency hint for phone in portrait mode on "%" key
* Added ≠ ≈ on the = key and ± on the + key
* Moved spacebar above backspace key for phones in landscape mode
2023-08-26 08:57:46 +02:00
BlackyHawky
c92b663e5b
Update symbols "apostrophe" key: "?" is now always selected. (#77) 2023-08-13 22:43:29 +02:00
BlackyHawky
b07146061b Symbols modified on "f" + "m" + "apostrophe" keys 2023-08-06 00:12:36 +02:00
Helium314
2fd87bb593 fix MoreKeysResources to always create hebrew locale with code iw
iw is used in android resources, and mismatching locale code could cause issues
2023-07-28 20:19:57 +02:00
BlackyHawky
75243ef893 Update Emojis to version 15 2023-07-17 18:45:37 +02:00
Helium314
ae69ffe648 fix issues with debug version
and some small things
2023-06-28 15:21:30 +02:00
MajeurAndroid
051c24d187
Added capital eszett and fixed default order in more keys 2022-08-12 09:37:51 +02:00
amcoder36
80e4e072d0 fix 2022-08-06 00:16:38 -07:00
amcoder36
6adcd02590 addressing input with ? and ! more keys 2022-08-06 00:15:07 -07:00
amcoder36
d108ee6f92 addressing comments 2022-07-20 23:20:22 -07:00
Yeghishe Piruzyan
e46783fd9d Better support for Armenian language 2022-07-19 22:00:33 -07:00
pdroidandroid@gmail.com
1b1dc96a3d Made keyboard layout aware of one-handed mode (e.g. hides one-handed key when one-handed mode is enabled) 2022-02-21 13:19:47 +01:00
pdroidandroid@gmail.com
1359386d72 Implemented one-handed mode feature 2022-02-20 16:14:12 +01:00
Majeur
8047e7b60a
Fixed make-emoji-keys README.md 2022-01-26 21:07:34 +01:00
pdroidandroid@gmail.com
8307006336 Added README.md to emoji module 2022-01-26 20:59:04 +01:00
pdroidandroid@gmail.com
c792651b65 Fixed typo in 'resources' directory name 2022-01-26 20:42:57 +01:00
pdroidandroid@gmail.com
401fb022e2 Added tools:make-emoji-tool module 2022-01-26 20:31:30 +01:00
pdroidandroid@gmail.com
cae0b9e4bc Added latest edits from Openboard (462f9975, 99e9b934, ec55fc09, c14c3cbc and 5d384100) 2022-01-23 22:51:09 +01:00
pdroidandroid@gmail.com
11177405af Added latest edits from LineageOS 2022-01-23 21:52:03 +01:00
pdroidandroid@gmail.com
a5bb606d21 Added tools:make-keyboard-text module 2022-01-23 21:14:56 +01:00