Commit graph

67 commits

Author SHA1 Message Date
jahorton
e6bc5db912 Adds note where app longpress needs extension. 2019-05-14 16:21:39 +07:00
Joshua Horton
32e6896d27
Merge pull request #1756 from keymanapp/ios-1212-context-bug
[iOS] Filters out prefixed LTR/RTL marks from context.
2019-05-14 13:42:24 +07:00
jahorton
66953448a3 Tweaks iOS changes for better org and use of JSON. 2019-05-14 10:55:26 +07:00
jahorton
02e290aa85 Base work for iOS pred text longpress support. 2019-05-13 15:49:16 +07:00
jahorton
e44e6772a1 Merge branch 'master' into ios-predictive-context-reset 2019-05-08 12:31:40 +07:00
jahorton
d9c48d2723 Fixes issues with context reset ops. 2019-05-08 09:28:32 +07:00
Joshua Horton
90d0de6f7d
Merge branch 'master' into ios-load-model 2019-05-07 11:35:56 +07:00
jahorton
dbbeccebdb Filters out prefixed LTR/RTL marks from context. 2019-05-03 12:43:45 +07:00
jahorton
e27d351e51 Tweaks kmwembedded's touchMenuPos. 2019-05-02 08:26:48 +07:00
jahorton
36bc731b28 Fixes popup keys and system keyboard select menu 2019-04-30 10:24:26 +07:00
jahorton
6f4969bace Properly manages banner heights. 2019-04-29 15:17:09 +07:00
jahorton
e74f9f2e07 Merge branch 'master' into ios-banner-replacement-image-fix 2019-04-29 14:23:17 +07:00
jahorton
f1848dc6c9 Partial reimplementation of default iOS banner. 2019-04-29 14:19:48 +07:00
jahorton
fa55fcb562 Merge branch 'ios-load-model' into ios-load-model-integrate 2019-04-26 08:20:13 +07:00
Randy Boring
04fd0077a1 Merge branch 'master' into ios-load-model
So the PR by Joshua that is based on this will look right
2019-04-25 02:16:28 -05:00
Randy Boring
2cbc7be90e working towards loading lexical models via API 2019-04-24 03:10:28 -05:00
jahorton
a62de30807 [iOS] lexical model activation 2019-04-24 13:39:24 +07:00
jahorton
24dca0e6a6 Adds documentation, integrates partially for iOS. 2019-04-23 09:16:42 +07:00
Randy Boring
faa75c0df7 retabbed and take out Version syntax problem 2019-04-01 23:10:26 -05:00
Randy Boring
348edaba56 download, unpack, parse, and save an ad hoc lexical model 2019-03-29 01:06:38 -05:00
jahorton
6da4c78161 Extremely rough rip-out-and-replace for the banner 2019-03-27 09:17:10 +07:00
Joshua A. Horton
66b69a7ace iOS History + zero-length string check. 2018-12-19 10:15:02 +07:00
Joshua A. Horton
dbc64548e7 Fixes disappearing diacritics on popup subkeys. 2018-12-18 14:24:49 +07:00
Joshua A. Horton
f5465dbae9 Merge branch 'master' into ios-444-keyboard-refactor 2018-12-05 12:13:27 +07:00
Joshua A. Horton
07572a4527 Upgrades the .taptic-based feedback a notch for code BEEP on iOS. 2018-12-05 11:50:56 +07:00
Joshua A. Horton
c4d7de9cfc Implements proper height for the system keyboard. 2018-12-04 14:37:52 +07:00
Joshua A. Horton
d903859c84 Reinstates the show/hide keyboard functionality, re-fixes Get Started. 2018-12-04 12:53:16 +07:00
Joshua A. Horton
5854ededff System keyboard flag refactor. 2018-12-04 09:48:12 +07:00
Joshua A. Horton
39494d6e91 Swapped 'light' for 'medium' vibrate - light is too short. 2018-12-04 09:30:06 +07:00
Joshua A. Horton
7e661706e9 Where we're going, we don't need margin views. 2018-12-03 16:08:18 +07:00
Joshua A. Horton
e4c6ec6463 Corrected use of UIInputViewController spec; fixes sys kbd constraints and rotation. 2018-12-03 15:35:00 +07:00
Joshua A. Horton
318dd9326e Merge branch 'master' into ios-257-beep 2018-12-03 09:21:33 +07:00
Joshua A. Horton
b9eeab6a4e System keyboard shows and works, but constraints aren't functional yet. 2018-11-30 14:19:13 +07:00
Joshua A. Horton
dc36141128 Uses device model to determine level of vibration support. 2018-11-30 09:42:19 +07:00
Joshua A. Horton
0cfd4828fa SystemKeyboard now takes up actual space, though isn't yet displaying. 2018-11-30 08:30:52 +07:00
Joshua A. Horton
0bce40cd70 Cleaned up a few minor messes. 2018-11-28 15:25:25 +07:00
Joshua A. Horton
3f2c59c096 Massive InputViewController refactor. Currently breaks system keyboard. 2018-11-28 14:41:57 +07:00
Joshua A. Horton
9d7da159f1 Fixes warnings, removes keyboard 'delegate' indirection from Manager. 2018-11-27 10:21:54 +07:00
Joshua A. Horton
d887568aeb Merge branch 'ios-kmw-vc' into ios-444-rotation-sizing 2018-11-26 13:53:01 +07:00
Joshua A. Horton
eea213abd2 Merge branch 'master' into ios-kmw-vc 2018-11-26 13:04:07 +07:00
Joshua A. Horton
e0f614ea5e Merged master into ios-257-beep. 2018-11-26 08:40:21 +07:00
Joshua A. Horton
a11d292320 Start of constraint-based rotation implementation 2018-11-21 12:06:05 +07:00
Joshua A. Horton
034680d9f4 Heavily reworks much of the iOS app rotation code, simplifying it. 2018-11-16 15:13:52 +07:00
Joshua A. Horton
35ffbd3c0c Implements infrastructure needed to support CODE_BEEP. 2018-11-13 12:31:09 +07:00
Marc Durdin
6392ac8f15 Fixes #500. Cleaning up constraint violations and confused keyboard resizing code, first pass. 2018-06-12 22:37:41 +07:00
Joshua A. Horton
c6dd3ee7df Minor housekeeping for the PR. 2018-04-25 12:52:53 +07:00
Joshua A. Horton
e53bf7fcaf Properly escapes ' and \ as popup keys. 2018-04-25 12:46:45 +07:00
Gabriel Wong
60ccfa2896 Merge branch 'master' into ios-special-osk-font 2017-12-18 09:52:37 +07:00
Gabriel Wong
6075f161a0
Merge pull request #489 from keymanapp/ios-fix-help-tooltip
Fix help popup positioning
2017-12-18 09:13:38 +07:00
Gabriel Wong
c9428a2e89 Rename Resources.kmwFilename to be consistent 2017-12-14 13:58:26 +07:00