Commit graph

450 commits

Author SHA1 Message Date
Gabriel Wong
ceae9a9dec Rename demo app 2017-10-02 11:13:38 +07:00
Gabriel Wong
e7fca50928 Split out test harness classes 2017-10-02 11:08:19 +07:00
Gabriel Wong
25fed7949d Migrate KMSubKeysView 2017-09-29 10:12:29 +07:00
Gabriel Wong
b3a5738b2e Migrate KMKeyboardMenuView to Swift 2017-09-28 14:48:51 +07:00
Gabriel Wong
d28779f356 Use Swift 4 in KMEI 2017-09-28 13:24:11 +07:00
Gabriel Wong
2a4d4dae41 Add recommended project settings 2017-09-28 11:10:53 +07:00
Gabriel Wong
939e021c23 Fix architectures for XCode 9 / iOS 11 2017-09-28 11:10:52 +07:00
Gabriel Wong
ce4b2a10cc Migrate KMHTTPDownloader to Swift 2017-09-28 11:10:52 +07:00
Gabriel Wong
7f0a4286a6 Migrate KMHTTPDownloadRequest to Swift 2017-09-28 11:10:52 +07:00
Gabriel Wong
b286c8d139 Migrate LanguageViewController to Swift 2017-09-28 11:10:52 +07:00
Gabriel Wong
2eb76f1963 Add access modifiers 2017-09-28 11:10:52 +07:00
Gabriel Wong
e4e635ff92 Migrate LanguageDetailViewController to Swift 2017-09-28 11:10:52 +07:00
Gabriel Wong
67d8b4912e Migrate KeyboardPickerViewController to Swift 2017-09-28 11:10:52 +07:00
Gabriel Wong
fe3952bfeb Migrate KeyboardInfoViewController to Swift 2017-09-28 11:10:51 +07:00
Gabriel Wong
5a47149161 Migrate KeyboardNameTableViewCell to Swift 2017-09-28 11:10:51 +07:00
Gabriel Wong
6c0e6014fe Migrate KMKeyboardPickerButton to Swift 2017-09-28 11:10:51 +07:00
Gabriel Wong
f46be03046 Migrate KMKeyboardPickerBarButtonItem to Swift 2017-09-28 11:10:51 +07:00
Gabriel Wong
731564e28d Project group use relative path 2017-09-28 11:10:51 +07:00
Gabriel Wong
25b981aecf Migrate KMPopoverView to Swift 2017-09-28 11:10:51 +07:00
Gabriel Wong
1332a1f595 Fix build of Reachability 2017-09-28 11:10:51 +07:00
Gabriel Wong
2a08cd5da5 Point SWKeyboard in iOS engine to correct lib dir 2017-09-28 11:10:51 +07:00
Gabriel Wong
02d3e08e94 Add bridging header and SwiftLint to iOS Engine proj 2017-09-28 11:10:51 +07:00
Gabriel Wong
49569a83b2 Merge pull request #305 from keymanapp/ios-migrate-swift
Migrate iOS Keyman to Swift
2017-09-28 11:10:06 +07:00
Gabriel Wong
1c820d6788 Fix crash when closing browser 2017-09-28 10:36:53 +07:00
Gabriel Wong
bd8cd01c99 Migrate to Swift 4 2017-09-28 09:51:17 +07:00
Gabriel Wong
4564f35e18 Use recommended build settings with additional warnings 2017-09-28 09:36:34 +07:00
Gabriel Wong
400f9ae472 Stop using deprecated willRotate() 2017-09-28 09:34:07 +07:00
Marc Durdin
e7c8849e41 Merge pull request #331 from keymanapp/developer-keyboard-info
Add .keyboard_info support to Keyman Developer compiler
2017-09-27 11:05:49 +07:00
Marc Durdin
ae6caaec02 Merge branch 'master' into developer-keyboard-info 2017-09-27 10:01:00 +07:00
Marc Durdin
b248d0794a Merge pull request #313 from keymanapp/developer-modifier-chirality
Chirality support for Keyman Developer compiler
2017-09-26 15:48:47 +07:00
Marc Durdin
dab87fddb5 Merge pull request #327 from keymanapp/developer-5482-character-identifier-crash
Additional management for text editor selection of partial surrogate pair
2017-09-26 11:54:35 +07:00
Marc Durdin
654ce7d30d Force-add json.hpp 2017-09-26 10:06:17 +07:00
Marc Durdin
75926fe6ea Add .keyboard_info json schema files 2017-09-26 10:05:12 +07:00
Marc Durdin
e4facbb241 Force-add json-schema.hpp (ignored normally) 2017-09-26 09:47:20 +07:00
Joshua Horton
695eb36b0f Merge pull request #326 from keymanapp/web-311-physical-with-touch
Disables physical keyboard input for touch devices in native mode.
2017-09-26 08:31:57 +07:00
Marc Durdin
ad1f145e7c Merge pull request #329 from keymanapp/windows-remove-tsact-dead-code
Remove tsactsrv/tsactclt dead code for Windows
2017-09-25 15:43:45 +07:00
Marc Durdin
9bdc4fd063 Merge pull request #328 from keymanapp/windows-remove-touch-xml-dead-code
Remove xml/touch dead code for Windows
2017-09-25 15:43:38 +07:00
Marc Durdin
2dfcbfe746 Tweak test for mixing left/right modifiers in same rule 2017-09-25 14:10:26 +07:00
Marc Durdin
78bc882d22 Merge pull request #330 from keymanapp/developer-rename-touch-hold
Rename subkey array to longpress menu
2017-09-25 13:46:37 +07:00
Marc Durdin
7d2223d0b7 Rename subkey array to longpress menu 2017-09-25 13:31:14 +07:00
Marc Durdin
b9b61dbacf Remove tsactsrv/tsactclt dead code for Windows 2017-09-25 13:13:38 +07:00
Marc Durdin
ed1228da35 Remove xml/touch dead code for Windows 2017-09-25 13:11:29 +07:00
Marc Durdin
4abb7ce2c3 Repair source damaged by Delphi IDE 2017-09-25 12:58:01 +07:00
Marc Durdin
b9b32fc4cb Additional management for text editor selection of partial surrogate pair 2017-09-25 12:56:41 +07:00
Joshua Horton
5775f84269 Fixes up _KeyDown's original documentation comment. 2017-09-25 11:56:15 +07:00
Joshua Horton
e9a85cd2c4 Removed incomplete fix code that snuck in the prior commit. 2017-09-25 11:53:57 +07:00
Joshua Horton
d007a5a22b Undoes physical input support for touch devices while in native (not app-embedded) mode. 2017-09-25 11:50:24 +07:00
Marc Durdin
e59d08a57b Merge pull request #314 from keymanapp/windows-cleanup-debug-and-install
Cleanup of dev-time install and debugging, removal of commented code
2017-09-25 10:29:52 +07:00
Marc Durdin
57ee296faf Merge pull request #312 from keymanapp/developer-nul-byte-bug
Fix for nul bytes appearing in compiled js from the KVK file
2017-09-24 20:49:25 +07:00
Marc Durdin
0789dde85a Merge pull request #315 from keymanapp/windows-sticky-shift-on-lang-switch
Fixup issue with shift key sticking when using Alt+Shift to switch languages
2017-09-24 20:35:40 +07:00