Commit graph

84 commits

Author SHA1 Message Date
jahorton
678acdfafb feat(ios): Considerable progress toward rendered banner imgs 2020-02-05 10:53:49 +07:00
jahorton
d6113a1d6f fix(ios): Fixes margins on keyboard in iOS 9/10 2020-01-31 14:40:14 +07:00
jahorton
703013b6c3 fix(ios): Now (eventually) uses sys pref for kbd clicks 2020-01-30 09:12:21 +07:00
Joshua Horton
55736ed12d
Merge pull request #2487 from keymanapp/feat/ios/2003-keyboard-scaling
feat(ios): keyboard scales to match iOS defaults where possible
2020-01-20 08:37:11 +07:00
jahorton
6a85c14f3f chore(ios): Establishes constants for settings keys 2020-01-20 08:29:17 +07:00
jahorton
d34b65c216 chore(ios): Merge with branch 'fix/ios/always-show-banner' 2020-01-20 08:13:18 +07:00
jahorton
459d488573 chore(ios): Merge with branch 'master' 2020-01-20 08:11:11 +07:00
Joshua Horton
81a1907626
Merge branch 'master' into change/ios/keyboard-scale-refactor 2020-01-17 10:00:21 +07:00
jahorton
030b277530 feat(ios): adds scalings for iPad minis 2020-01-15 10:29:27 +07:00
jahorton
8120db8796 feat(ios): keyboard now uses data from keyboard scaling dict 2020-01-15 10:29:27 +07:00
jahorton
250f88f4ac feat(ios): Adds dict of keyboard scale specs, updates DeviceKit 2020-01-15 10:29:27 +07:00
jahorton
e4b71a4899 feat(ios): start of KeyboardScaleMap 2020-01-15 10:29:02 +07:00
jahorton
90628a07c6 fix(ios): re-adds artifact dropped during rebase 2020-01-09 14:31:57 +07:00
jahorton
b87d04fe62 change(ios): Extra sys kbd polish 2020-01-09 14:24:26 +07:00
jahorton
6ff3a7c3bd fix(ios): Implements 'Always Show Banner' toggle, respective height change 2020-01-09 14:22:42 +07:00
jahorton
7036af7a72 change(ios): Final polish on kbd constraint rework 2020-01-09 14:19:58 +07:00
jahorton
a42ac90c05 change(ios): relocated web view constraint code 2020-01-09 14:12:11 +07:00
jahorton
5897f90ad8 change(ios): partial rework of keyboard constraints & sizing 2020-01-09 14:11:33 +07:00
jahorton
7e796ac002 change(ios): lots more color constants 2019-11-08 13:33:20 +07:00
jahorton
a4e596749a change(ios): Swift 4 -> Swift 5 base conversion 2019-11-01 08:25:34 +07:00
jahorton
b067106ef0 Reinstates pre-refactor API endpoints w helpers 2019-10-03 10:52:51 +07:00
Marc Durdin
4c05166731 Merge branch 'beta' into ios-firstvoices 2019-08-12 14:46:52 +10:00
jahorton
9559014a54 Deregisters deleted registered models. 2019-08-02 14:01:00 +07:00
jahorton
20fc5dee5a Fixes the in-app banner issue. 2019-07-26 12:52:17 +07:00
Marc Durdin
6ce76c6159
Merge branch 'master' into ios-firstvoices 2019-05-24 10:50:43 +10:00
Marc Durdin
feb9b88589 [iOS] Continue cleanup of FV app 2019-05-20 14:26:47 +10:00
Joshua Horton
78a6ae8f80
Merge pull request #1764 from keymanapp/ios-predictive-context-reset
[iOS] Fixes issues with context reset ops.
2019-05-14 12:52:46 +07:00
jahorton
9bc374628f Smarter false-context-change detection. 2019-05-14 11:47:33 +07:00
jahorton
74f1f1f2d4 Merge branch 'master' into ios-1212-context-bug 2019-05-08 14:23:52 +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
733854e2b5 Adds textDidChange 'swallow' to prevent KMW desync 2019-05-06 15:58:19 +07:00
jahorton
dbbeccebdb Filters out prefixed LTR/RTL marks from context. 2019-05-03 12:43:45 +07:00
jahorton
6f4969bace Properly manages banner heights. 2019-04-29 15:17:09 +07:00
jahorton
f1848dc6c9 Partial reimplementation of default iOS banner. 2019-04-29 14:19:48 +07:00
jahorton
a62de30807 [iOS] lexical model activation 2019-04-24 13:39:24 +07: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
c140c22daf Correctly reimplements the in-app keyboard selector, fixes bug. 2018-12-05 10:40:24 +07:00
Joshua A. Horton
a5f08905f0 Reinstates keyboard picker in-app from keyboard. 2018-12-05 09:56:37 +07:00
Joshua A. Horton
d76717a8f7 Improves InputViewController encapsulation. 2018-12-05 09:27:02 +07:00
Joshua A. Horton
1c31abeb88 Final constraint tweak; fixes iOS 9 system keyboard layout issue. 2018-12-04 16:08:29 +07:00
Joshua A. Horton
7b490ff500 Fix for code typo in prior commit. 2018-12-04 15:16:34 +07:00
Joshua A. Horton
24da6f64a8 Slight tidying up of constraint batch activation. 2018-12-04 14:51:32 +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
b8a570c512 Reverts 'top bar' behavior to its original form. 2018-12-04 08:58:53 +07:00
Joshua A. Horton
7e661706e9 Where we're going, we don't need margin views. 2018-12-03 16:08:18 +07:00