Gabriel Wong
|
9b91d0eafc
|
Remove some unneeded keys
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
3d404c12f6
|
Remove DefaultKeyboard
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
9ef4a38628
|
Update sample apps
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
e1f3657861
|
Keyman app use new structs
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
1a286d237c
|
Use InstallableKeyboard struct in KeymanEngine
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
9ca720426e
|
Use Language struct
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
80bf2310ac
|
Create structs for Cloud API types
|
2017-11-07 10:58:01 +07:00 |
|
Gabriel Wong
|
e9bb074b48
|
Reword a bit of README
|
2017-11-07 10:22:38 +07:00 |
|
Gabriel Wong
|
23e7ff3c8d
|
Update README and build script
|
2017-11-07 09:46:05 +07:00 |
|
Gabriel Wong
|
192c8febf5
|
Remove old files
|
2017-11-07 09:44:01 +07:00 |
|
Gabriel Wong
|
9fb78c75da
|
Remove unneeded public and @objc
|
2017-11-06 12:12:43 +07:00 |
|
Gabriel Wong
|
3547d35929
|
Remove Keyman prefix from some classes
|
2017-11-06 12:03:08 +07:00 |
|
Gabriel Wong
|
f90877ca92
|
Update build script of samples
|
2017-11-06 10:23:35 +07:00 |
|
Joshua A. Horton
|
80ff8b500e
|
Fixes the initial blank keyboard problem - KRS no longer existed at its previously-referenced location.
|
2017-10-31 10:57:31 +07:00 |
|
Joshua A. Horton
|
71716effe7
|
Modified the ios keyboard.html to use the new 'keyman' JS namespace object instead of 'tavultesoft.keymanweb.'
|
2017-10-31 10:03:17 +07:00 |
|
Gabriel Wong
|
4672048652
|
Fix build script and set version in KMEI
|
2017-10-27 12:12:13 +07:00 |
|
Gabriel Wong
|
cd65fa9609
|
Remove old xcsheme files
|
2017-10-27 12:02:04 +07:00 |
|
Gabriel Wong
|
c41f70ebef
|
Some changes based on PR comments
|
2017-10-27 10:54:03 +07:00 |
|
Gabriel Wong
|
5fe89621de
|
Move extensions into group
|
2017-10-20 15:57:10 +07:00 |
|
Gabriel Wong
|
e7adc90e38
|
Properly register and unregister custom fonts
|
2017-10-20 15:56:47 +07:00 |
|
Gabriel Wong
|
15f1def642
|
Add Swift migration to history.md
|
2017-10-20 14:43:28 +07:00 |
|
Gabriel Wong
|
5d1862032a
|
Merge remote-tracking branch 'origin/master' into ios-engine-migrate-swift
|
2017-10-20 14:37:27 +07:00 |
|
Gabriel Wong
|
0d23a615b8
|
Put kKeyman constants into structs
|
2017-10-20 13:48:37 +07:00 |
|
Gabriel Wong
|
6a42774f04
|
Make KeymanEngine extension safe APIs only
|
2017-10-20 12:32:51 +07:00 |
|
Gabriel Wong
|
4eb72cba4a
|
Display keyboard menu view for system keyboard
|
2017-10-20 10:46:45 +07:00 |
|
Gabriel Wong
|
5d38712e3c
|
Fix build of apps using updated engine
|
2017-10-20 09:50:12 +07:00 |
|
Gabriel Wong
|
8f081f80f7
|
Log when applicationGroupIdentifier is unset
|
2017-10-20 09:50:12 +07:00 |
|
Gabriel Wong
|
80a5a005cf
|
Organize functions in Manager
|
2017-10-20 09:50:11 +07:00 |
|
Gabriel Wong
|
4698663343
|
Show help bubble
|
2017-10-20 09:50:10 +07:00 |
|
Gabriel Wong
|
5cf60c9351
|
Remove class Manager functions and global state
|
2017-10-20 09:50:10 +07:00 |
|
Gabriel Wong
|
3a51f3b767
|
Avoid crash deleting last char in system keyboard
|
2017-10-20 09:50:09 +07:00 |
|
Gabriel Wong
|
9b7cc8d987
|
Fix crash when text view selected before keyboard loads
|
2017-10-20 09:50:09 +07:00 |
|
Gabriel Wong
|
1b8ad64f23
|
Fix default keyboard not being set initially
|
2017-10-20 09:50:08 +07:00 |
|
Gabriel Wong
|
14d3149515
|
Don't display debug description in alert title
|
2017-10-20 09:50:07 +07:00 |
|
Gabriel Wong
|
b7903dc2f7
|
Remove unneeded code to find first responder
|
2017-10-20 09:50:06 +07:00 |
|
Gabriel Wong
|
3920a5ea60
|
Squash some warnings
|
2017-10-20 09:50:06 +07:00 |
|
Gabriel Wong
|
79f2108e25
|
Fix download of font
|
2017-10-20 09:50:05 +07:00 |
|
Gabriel Wong
|
c0bbd92f3f
|
Fix copying downloaded keyboard JS
|
2017-10-20 09:50:01 +07:00 |
|
Gabriel Wong
|
631cb3d19a
|
Migrate KMManager to Swift
|
2017-10-20 09:49:53 +07:00 |
|
Joshua A. Horton
|
b318249769
|
Removes the 'free' set of asset images and attaches the newly required 'marketing' 1024x1024 icon. Addresses #371.
|
2017-10-20 09:28:41 +07:00 |
|
Gabriel Wong
|
3125089602
|
Migrate KMURLProtocol to Swift
|
2017-10-06 15:03:33 +07:00 |
|
Gabriel Wong
|
5568672f42
|
Migrate KMTextView to Swift
|
2017-10-06 14:28:35 +07:00 |
|
Gabriel Wong
|
4544e71e6e
|
Migrate KMTextView to Swift
|
2017-10-06 14:09:31 +07:00 |
|
Gabriel Wong
|
5fe6464177
|
Migrate KMTextFieldDelegate to Swift
|
2017-10-06 14:08:18 +07:00 |
|
Gabriel Wong
|
6de84cc35e
|
Migrate KMTextField to Swift
|
2017-10-06 14:05:30 +07:00 |
|
Gabriel Wong
|
6e8fe32680
|
Migrate Sample2 app to Swift
|
2017-10-06 09:57:22 +07:00 |
|
Gabriel Wong
|
8c7fc5812e
|
Migrate KMSample1 app to Swift
|
2017-10-06 09:54:09 +07:00 |
|
Gabriel Wong
|
aba6dd96f7
|
Migrate engine demo app to Swift
|
2017-10-05 16:27:54 +07:00 |
|
Gabriel Wong
|
1aac9682b6
|
Migrate KMKeyPreviewView to Swift
|
2017-10-05 13:17:41 +07:00 |
|
Gabriel Wong
|
2d30e70e1c
|
Fix build of Sample2
|
2017-10-05 12:41:27 +07:00 |
|