Commit graph

45 commits

Author SHA1 Message Date
Helium314
c2fdce9d58 upgrade emojis to unicode 16.0
and set default emoji SDK level to 21, as we don't support 19 any more
2025-01-12 21:10:06 +01:00
Helium314
fce02d4669 add missing emojis (to make-emoji-keys only) 2025-01-11 08:39:18 +01:00
Helium314
30180165cb update make-emoji-keys to unicode 16.0 2025-01-11 08:06:06 +01:00
Helium314
16b6196c54 make emoji task work again 2025-01-11 08:05:32 +01:00
Helium314
cc4d8cfedc remove unused rm.txt 2024-07-06 07:42:55 +02:00
Helium314
4dc0e98321 move new show/hide toolbar settings and do some cleanup 2024-06-01 22:18:19 +02:00
Helium314
c048ff6ff6 update tools scripts 2024-06-01 13:50:06 +02:00
Helium314
0f503389b3 minor cleanup and add comment 2024-05-27 20:21:59 +02:00
Helium314
fd95b4dc87 add list of known dictionaries for more convenient links 2024-02-19 14:10:49 +01:00
Helium314
be38a58c13 update app name in resources, readme, comments, ... 2024-02-14 09:22:30 +01:00
Helium314
d5956ed891 remove unused tools for old xml layout style, update readme 2024-01-28 18:16:48 +01:00
arcarum
0739eca2ff
Updated build.gradle (#320)
Co-authored-by: arcarum <github.iwi95@aleeas.com>
2023-12-14 21:25:04 +01:00
Helium314
0343eaf83c add helper script 2023-12-02 09:41:16 +01:00
Helium314
28098a52c7 fix a bunch of mostly small issues with the new parser and layouts
write up some issues for tablet layout (to be fixed later)
2023-12-02 09:28:57 +01:00
Helium314
38d8365e5b add some more layouts 2023-11-28 21:27:29 +01:00
Helium314
1dfce9f89a sort the all/more more keys by frequency 2023-11-27 17:43:40 +01:00
Helium314
57bf742da0 use new parser for symbols layouts 2023-11-27 13:50:46 +01:00
Helium314
cbfa934721
Switch most latin layouts to use the simple parser (#276)
And do some tweaks so it works better
2023-11-19 21:16:23 +01:00
Helium314
6fd6113271 add spdx licence identifiers to remaining files 2023-10-20 09:04:57 +02:00
Helium314
56906775e9 update license headers in java / kotlin code
switch to SPDX
keep original copyright notice
add "modified" to AOSP files to clarify file was modified as required by Apache-2.0 license
clarify license is GPL-3.0-only for files added after initial OpenBoard commit (except for java -> kotlin conversions)
license for modified AOSP files is Apache-2.0 AND GPL-3.0-only (for modifications)
2023-10-17 13:44:01 +02:00
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