Gabriel Wong
|
658e2c460d
|
Create FullKeyboardID to identify user keyboards
|
2017-12-08 16:04:02 +07:00 |
|
Gabriel Wong
|
31149c2043
|
Use XCGLogger in Keyman app
|
2017-12-07 14:44:21 +07:00 |
|
Gabriel Wong
|
35c40be9a6
|
Use log directly instead of via kmLog
|
2017-12-07 14:37:24 +07:00 |
|
Jacob Bullock
|
08df6aaf27
|
replacing lumberjack with XCGLogger
|
2017-12-06 19:37:37 -07:00 |
|
Jacob Bullock
|
d6753b7f45
|
including carthage dependencies, incorporating Lumberback in kmLog method
|
2017-12-06 06:34:13 -07:00 |
|
Gabriel Wong
|
1a4baffb29
|
Merge branch 'master' into ios-keyboard-repo
|
2017-12-05 10:34:20 +07:00 |
|
Gabriel Wong
|
dc948d1c73
|
Merge branch 'master' into ios-font-manager
|
2017-12-05 09:52:35 +07:00 |
|
Gabriel Wong
|
a7ee9b263b
|
Merge pull request #447 from keymanapp/ios-fix-install-profile
Fix installing custom font profile
|
2017-12-05 08:57:00 +07:00 |
|
Gabriel Wong
|
3cf66ae8be
|
Automatically fetch keyboard repository when downloading keyboard
|
2017-12-04 15:08:45 +07:00 |
|
Gabriel Wong
|
59a77ba0ab
|
Remove repositoryKeyboard() from Manager
|
2017-12-04 14:52:46 +07:00 |
|
Gabriel Wong
|
06571cbdad
|
Remove language update notifications in favor of repository delegate
|
2017-12-04 14:52:45 +07:00 |
|
Gabriel Wong
|
904a3c5155
|
Allow for registering individual fonts
|
2017-11-30 14:51:08 +07:00 |
|
Gabriel Wong
|
1c31d29c75
|
Move font registration to FontManager
|
2017-11-30 14:04:01 +07:00 |
|
Gabriel Wong
|
b444ddf7aa
|
FileExtension constants
|
2017-11-30 11:50:48 +07:00 |
|
Gabriel Wong
|
9ca0e16d86
|
Merge remote-tracking branch 'origin/master' into ios-lift-constants
|
2017-11-30 09:03:34 +07:00 |
|
Gabriel Wong
|
acd7cf9bad
|
Namespace constants separately
|
2017-11-30 09:00:13 +07:00 |
|
Gabriel Wong
|
d4c138c05e
|
Prevent multiple install profile dialogs
|
2017-11-24 16:01:41 +07:00 |
|
Gabriel Wong
|
bc604b29d6
|
Fix installing font profile
|
2017-11-24 15:41:21 +07:00 |
|
Gabriel Wong
|
069e09f0dc
|
Only build active architecture for debug
|
2017-11-21 09:44:15 +07:00 |
|
Gabriel Wong
|
8b700c31ef
|
Merge pull request #414 from keymanapp/ios8-fix-crash
Fix crash on iOS 8 due to nil nibName
|
2017-11-17 10:31:16 +07:00 |
|
Gabriel Wong
|
6eaa530c48
|
Provide nibName in convenience initializers
|
2017-11-16 16:31:45 +07:00 |
|
Gabriel Wong
|
0ec0eb7602
|
Always download custom keyboards directly
|
2017-11-16 14:16:12 +07:00 |
|
Gabriel Wong
|
2ad07741f9
|
Fix crash on iOS 8 due to nil nibName
|
2017-11-16 14:06:05 +07:00 |
|
Gabriel Wong
|
7235f230d5
|
Correctly dispatch custom URL action
|
2017-11-16 13:31:41 +07:00 |
|
Gabriel Wong
|
3680050404
|
Merge pull request #389 from keymanapp/ios-typed-notification
Add types to notifications
|
2017-11-16 09:46:50 +07:00 |
|
Joshua Horton
|
8e392251cc
|
Merge pull request #402 from keymanapp/ios-ci-update
Modifies the iOS app build script.
|
2017-11-16 09:35:42 +07:00 |
|
Joshua A. Horton
|
d06cc60195
|
Unified the 'build active architectures only' setting.
|
2017-11-15 09:58:00 +07:00 |
|
Gabriel Wong
|
9dbc70da24
|
Merge remote-tracking branch 'origin/master' into ios-keyboard-struct
|
2017-11-14 14:29:43 +07:00 |
|
Gabriel Wong
|
32e1f79b94
|
Merge pull request #384 from keymanapp/ios-font-struct
Create Font struct to track custom fonts
|
2017-11-14 14:15:40 +07:00 |
|
Gabriel Wong
|
a2a3e1fb16
|
Move userKeyboard(withID:languageID:) to UserDefaults
|
2017-11-14 12:01:43 +07:00 |
|
Gabriel Wong
|
932e247e0f
|
Make UserDefaults keys internal
|
2017-11-14 11:45:54 +07:00 |
|
Joshua A. Horton
|
368ca7cfb8
|
Reconfigured the app's build process a bit - there is now a proper dependency link between the projects.
|
2017-11-13 16:20:18 +07:00 |
|
Gabriel Wong
|
1c4ae4383c
|
Fix logical error
|
2017-11-10 14:45:40 +07:00 |
|
Gabriel Wong
|
d1730eb605
|
Fix some lint warnings
|
2017-11-10 14:25:50 +07:00 |
|
Gabriel Wong
|
c92135fce3
|
Weak reference to instance methods
|
2017-11-10 14:17:34 +07:00 |
|
Gabriel Wong
|
16ffd321a4
|
Rename variable
|
2017-11-10 13:02:49 +07:00 |
|
Gabriel Wong
|
01fb7af7aa
|
Create Font struct to track custom fonts
|
2017-11-07 13:12:37 +07:00 |
|
Gabriel Wong
|
b9553a3198
|
Make remaining notifications typed
|
2017-11-07 11:04:28 +07:00 |
|
Gabriel Wong
|
6e3fbe1b74
|
Framework for typed notifications
|
2017-11-07 11:04:25 +07:00 |
|
Gabriel Wong
|
3d404c12f6
|
Remove DefaultKeyboard
|
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
|
192c8febf5
|
Remove old files
|
2017-11-07 09:44:01 +07:00 |
|
Gabriel Wong
|
3547d35929
|
Remove Keyman prefix from some classes
|
2017-11-06 12:03:08 +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
|
5d38712e3c
|
Fix build of apps using updated engine
|
2017-10-20 09:50:12 +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
|
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 |
|