Steven R. Loomis
5926dfe5fe
feat(core): more kmx_plus_dump functions
...
- also update sample data
2022-08-17 17:43:14 -05:00
Steven R. Loomis
590ac8f8f6
feat(core): build out ldml structures
...
- beginning of str handling
2022-08-17 16:25:41 -05:00
Steven R. Loomis
95b4469ea8
feat(core): build out ldml structures
...
- checkin spec to repo
- new header: kmx_plus.h with data access structs and functions
- static asserts to validate header sizes
- early validation of data
- internal dump of kmx+ data
2022-08-17 15:53:53 -05:00
Steven R. Loomis
615eec89ca
feat(core): augment unit tests for ldml
...
- add 001_tiny to the build, annotate with expected run
2022-08-17 13:31:09 -05:00
Steven R. Loomis
3c7279deb8
Merge pull request #7071 from keymanapp/feat/core/5015-process0
...
feat(core): add sample file, update union #5015 🙀
2022-08-16 11:13:32 -05:00
Steven R. Loomis
5e203f8eb5
Update core/src/kmx/kmx_file.h
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-16 10:24:53 -05:00
Steven R. Loomis
9e44a7f9bc
feat(core): Sample LDML data updates, kmx_file #5015
...
Review comments:
- moved KMXPLUSINFO into separate struct
- created resource/standards-data/ldml-keyboards for CLDR data
- corrected Khmer err
2022-08-16 10:24:53 -05:00
Steven R. Loomis
1ccc43df04
Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-16 10:24:53 -05:00
Steven R. Loomis
189124ba69
feat(core): update COMP_KEYBOARD_EX #5015
...
- uberstruct
2022-08-16 10:24:53 -05:00
Steven R. Loomis
29d4cc0354
test(core): add sample tiny file
...
- also snapshot dtd
2022-08-16 10:24:53 -05:00
Steven R. Loomis
ed3e995444
Merge pull request #7066 from keymanapp/feat/core/7046-processflag
2022-08-16 08:10:33 -05:00
Steven R. Loomis
b23c1e75f3
Update kmprocess.cpp
2022-08-15 17:51:45 -05:00
Steven R. Loomis
56aeee35c7
feat(core): add event_flags to process_event #7046
...
- pascal fix
2022-08-15 12:21:42 -05:00
Steven R. Loomis
e8dff5cf4e
feat(core): add event_flags to process_event #7046
...
- use a constant, KM_KBP_EVENT_FLAG_DEFAULT for 0
- update pascal and python
- update linux and windows
2022-08-12 09:58:58 -05:00
Steven R. Loomis
21a783a6ca
feat(core): add event_flags to process_event
...
- uint16_t
- defined km_kbp_event_flags to define the bitfield
- bitfield has value KM_KBP_EVENT_FLAG_TOUCH for touch events
- ignored everywhere, currently
2022-08-11 16:14:57 -05:00
Steven R. Loomis
c18a439975
Merge pull request #7055 from keymanapp/feat/core/7043-constgen
...
feat(core): constant generator between core and developer 🙀
2022-08-09 14:18:21 -05:00
Steven R. Loomis
c61f113df3
Apply suggestions from code review
...
Co-authored-by: Marc Durdin <marc@durdin.net>
2022-08-09 14:16:09 -05:00
Steven R. Loomis
1f4509f29b
feat(core): constant generator between core and developer
...
- resolved review comments
2022-08-09 14:14:20 -05:00
Steven R. Loomis
ba5610b4fa
fixup! feat(core): constant generator between core and developer
2022-08-09 12:27:18 -05:00
Steven R. Loomis
d414be8313
feat(core): constant generator between core and developer
...
- change to manual regen of the .h file
2022-08-09 12:12:52 -05:00
Steven R. Loomis
ea4c2c07c2
feat(core): constant generator between core and developer
...
- seems to build every time, but works
2022-08-08 18:11:58 -05:00
Steven R. Loomis
de76cbcc78
feat(core): constant generator between core and developer
...
- update build
- add more constants from binary format
2022-08-08 17:20:10 -05:00
Steven R. Loomis
363b515368
feat(core): constant generator between core and developer
...
- merge tsconfig projects…for now
2022-08-08 16:22:34 -05:00
Steven R. Loomis
e4df274864
feat(core): constant generator between core and developer
...
- one attempt
2022-08-08 15:18:32 -05:00
Steven R. Loomis
09ea9e52a0
feat(core): constant generator between core and developer
2022-08-08 14:49:43 -05:00
Marc Durdin
5412fa8a6f
Merge pull request #7048 from keymanapp/feat/common/ldml-keyboard-processor-module
...
feat(common): LDML keyboard_processor infrastructure 🙀
2022-08-08 11:53:25 -05:00
Marc Durdin
37d44de2b3
Merge pull request #7050 from keymanapp/chore/common/7045-kmxplus-header-flag
...
chore(common): add KF_KMXPLUS dwFlag value 🙀
2022-08-08 11:52:38 -05:00
Marc Durdin
760ffd06b5
Merge pull request #7049 from keymanapp/chore/common/7044-version-160
...
chore(common): add VERSION_160 to headers 🙀
2022-08-08 11:52:04 -05:00
Marc Durdin
c2b89554e3
chore: address review comments
2022-08-08 11:48:51 -05:00
Marc Durdin
6f61b1d8da
chore(common): rename KF_KMXPLUS flag
2022-08-07 08:03:49 -05:00
Marc Durdin
e753ca298f
chore(core): add wireframe COMP_KEYBOARD_EX
2022-08-07 08:03:29 -05:00
Marc Durdin
5cb6664a46
chore(core): tag unused parameters
2022-08-07 08:03:09 -05:00
Marc Durdin
3ea7ad7248
chore(core): cleanup ldml file sniff
2022-08-07 08:03:04 -05:00
Marc Durdin
7ff9e79e01
feat(core): ldml unit tests and stub actions
...
* Enables identification of KMXPlus files in processor factory
* Adds a stub action to generate an 'a' output character
* Adds a passing null_keyboard unit test for a hypothetical ldml
keyboard
2022-08-07 08:02:50 -05:00
Marc Durdin
0ce519a906
feat(common): LDML keyboard_processor infrastructure
...
Establishes baseline class and headers, and stub for loading LDML
keyboards embedded in kmxplus files.
2022-08-07 08:02:42 -05:00
Marc Durdin
1c9c652e8d
chore(common): add KF_KMXPLUS dwFlag value
...
Part of #7045 .
Indicates that the .kmx file has additional header structure immediately
following the COMP_KEYBOARD header. Used by KMXPlus file format for
supporting LDML keyboards. Requires VERSION_160 or higher in keyboard
file.
2022-08-07 08:01:08 -05:00
Marc Durdin
339744c7a1
chore(core): add VERSION_160 to kmx_file.h
2022-08-07 08:00:21 -05:00
Marc Durdin
d54dd049d2
chore(common): add VERSION_160 to headers
...
Fixes #7044 .
Groundwork for KMXPlus file format for LDML keyboard support.
2022-08-07 07:45:57 -05:00
Keyman Server
c7ce59e4a0
Merge pull request #7039 from keymanapp/auto/version-master-16.0.44
...
auto: increment master version to 16.0.44
2022-08-05 22:36:35 +10:00
Keyman Build Agent
a3a6fd3fc9
auto: increment master version to 16.0.44
2022-08-05 08:35:53 -04:00
Joshua Horton
65770747a3
Merge pull request #6979 from keymanapp/fix/web/mobile-screen-dim-detection
...
change(web): updates mobile screen dimension detection code ⬅️
2022-08-05 08:37:35 +07:00
Joshua Horton
4c468429b3
Merge pull request #6787 from keymanapp/change/web/no-reloads-on-rotation
...
change(web): rotation polish - OSK reload no longer needed ⬅️
2022-08-05 08:37:27 +07:00
Joshua A. Horton
12d894a8ba
docs(web): addresses PR review doc requests
2022-08-04 09:24:29 +07:00
Marc Durdin
0a22acd0e4
Merge pull request #7018 from keymanapp/chore/common/builder-tweaks
...
chore(common): build-utils.sh minor tweaks
2022-08-03 20:19:42 +10:00
Marc Durdin
d12c3a914b
Merge pull request #7023 from keymanapp/chore/core/wasm-rework
...
chore(core): get wasm core building again
2022-08-03 20:17:12 +10:00
Joshua Horton
c92bf0bf8a
Merge pull request #7027 from keymanapp/refactor/web/web-test-setup-promises
...
refactor(web): converts test_utils funcs to Promise use 🤝
2022-08-03 08:17:55 +07:00
Joshua Horton
2be5ee5753
Merge pull request #7024 from keymanapp/chore/web/centralize-ci-test-config
...
chore(web): centralizes web-based modules' CI unit test configurations 🤝
2022-08-03 08:17:48 +07:00
jahorton
4d14bc6998
fix(web): fixes previously-unstable unit test
2022-08-02 16:10:04 +07:00
jahorton
8fab028632
chore(web): minor unit test issue review, tweak
2022-08-02 15:47:28 +07:00
jahorton
967e36e405
chore(web): cleaner promise flow for other tests
2022-08-02 15:42:51 +07:00