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
|
d5f0d04e57
|
Use the correct delegate variable name
|
2017-11-28 10:37:56 +07:00 |
|
Gabriel Wong
|
4cea3ef744
|
Merge pull request #406 from keymanapp/ios-kmw-abstraction
Move KMW WebView interaction into view controller
|
2017-11-28 10:26:58 +07:00 |
|
Jacob Bullock
|
eb4b3c9ee5
|
Merge pull request #434 from keymanapp/ios-bugfix-blank-system-wide-keyboard
re-parent and update delegates if they are lost during keyboard initi…
|
2017-11-27 20:18:22 -07:00 |
|
Gabriel Wong
|
e174495f65
|
Merge remote-tracking branch 'origin/master' into ios-kmw-abstraction
|
2017-11-28 10:16:47 +07:00 |
|
Gabriel Wong
|
da146dc025
|
Merge pull request #415 from keymanapp/ios-remove-subkeys-notifications
Remove unused subkey notifications
|
2017-11-28 10:09:06 +07:00 |
|
Gabriel Wong
|
9f850fd7e5
|
Split out delegate methods in TextField/View
|
2017-11-28 09:15:23 +07:00 |
|
Gabriel Wong
|
d045c7e063
|
Remove unused access of UserDefaults
|
2017-11-27 15:36:43 +07:00 |
|
Gabriel Wong
|
18c8b29527
|
Temporarily remove logging in Storage init
|
2017-11-27 15:36:42 +07:00 |
|
Gabriel Wong
|
76405c9d3d
|
Fix build of samples
|
2017-11-27 15:36:42 +07:00 |
|
Gabriel Wong
|
36f8b9ace8
|
Move UserDefaults copying to Storage
|
2017-11-27 15:14:41 +07:00 |
|
Gabriel Wong
|
cf7ef817e7
|
Move file copying code to Storage
|
2017-11-27 15:14:40 +07:00 |
|
Gabriel Wong
|
03b95f7fed
|
Remove unnecessary copying for iOS8
|
2017-11-27 08:49:43 +07:00 |
|
Gabriel Wong
|
c6a03c7e08
|
Encapsulate data directory and UserDefaults
|
2017-11-27 08:49:43 +07:00 |
|
Jacob Bullock
|
ac76fbfb64
|
fix lint warnings, and update to preferred code styles
|
2017-11-24 11:49:37 -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
|
bdf409d71d
|
Merge pull request #443 from keymanapp/ios-download-path
Do not use remote filename to set local filename
|
2017-11-24 09:55:40 +07:00 |
|
Gabriel Wong
|
2f5b3248c4
|
Do not use remote filename to set local filename
|
2017-11-24 09:02:13 +07:00 |
|
Jacob Bullock
|
3a53601131
|
re-parent and update delegates if they are lost during keyboard initialization
|
2017-11-21 17:25:07 -07:00 |
|
Gabriel Wong
|
96d0d4d407
|
Resolve bundle using framework bundle ID
|
2017-11-21 15:29:11 +07:00 |
|
Gabriel Wong
|
7fc6f2177a
|
Move sdkVersion and keymanBundle to Constants
|
2017-11-21 15:21:39 +07:00 |
|
Gabriel Wong
|
6469b2c822
|
Move isSystemKeyboard to Constants
|
2017-11-21 15:20:53 +07:00 |
|
Gabriel Wong
|
78198aaf30
|
Delete SWKeyboard shared scheme
|
2017-11-21 09:49:35 +07:00 |
|
Gabriel Wong
|
069e09f0dc
|
Only build active architecture for debug
|
2017-11-21 09:44:15 +07:00 |
|
Gabriel Wong
|
a05a20319e
|
Update iOS Xcode schemes
|
2017-11-21 09:39:48 +07:00 |
|
Gabriel Wong
|
a864d06793
|
Rename view param in KMW delegate to keymanWeb
|
2017-11-18 11:14:37 +07:00 |
|
Gabriel Wong
|
1e7e8db471
|
Move KMW WebView interaction into view controller
|
2017-11-18 11:14:36 +07:00 |
|
Gabriel Wong
|
655bb7e51e
|
Fix build of KeymanEngineDemo
|
2017-11-17 17:12:38 +07:00 |
|
Gabriel Wong
|
8a6f3f24bd
|
Resolve image against screen scale automatically
|
2017-11-17 17:12:24 +07:00 |
|
Gabriel Wong
|
bde9b7f408
|
Use maximum() instead of ternary statement
|
2017-11-17 15:28:33 +07:00 |
|
Gabriel Wong
|
c4596d91a0
|
Fix width of KeyboardMenuView
|
2017-11-17 15:25:37 +07:00 |
|
Gabriel Wong
|
9936a7e26d
|
Merge pull request #418 from keymanapp/ios-remove-filesystem-migration
Remove old migration code
|
2017-11-17 14:08:31 +07:00 |
|
Gabriel Wong
|
a58512638b
|
Remove old migration code
|
2017-11-17 13:52:25 +07:00 |
|
Gabriel Wong
|
9bb7f10246
|
Reload keyboard list after deleting keyboard
|
2017-11-17 13:43:15 +07:00 |
|
Gabriel Wong
|
75fd393735
|
Handle deleting current keyboard in Manager
|
2017-11-17 13:43:14 +07:00 |
|
Gabriel Wong
|
df7269ff84
|
Fix computation of latest keyboard version
|
2017-11-17 12:42:09 +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
|
eef15c24cd
|
Remove unused subkey notifications
|
2017-11-16 15:28:27 +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
|
3f2942ca2d
|
Fix parsing of custom keyboard JSON
|
2017-11-16 13:31:42 +07:00 |
|
Gabriel Wong
|
7235f230d5
|
Correctly dispatch custom URL action
|
2017-11-16 13:31:41 +07:00 |
|
Gabriel Wong
|
c7fde7a10c
|
Fix keyboard status check
|
2017-11-16 09:47:14 +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 |
|