Gabriel Wong
|
1202c1929b
|
Make sure the config window doesn't hide
|
2017-11-20 14:36:27 +07:00 |
|
Gabriel Wong
|
4f2f9bc658
|
Remove invalid attributes
|
2017-11-20 14:22:36 +07:00 |
|
Tom Bogle
|
02502f6f38
|
Fixed typo
|
2017-11-20 00:04:16 -05:00 |
|
Tom Bogle
|
2c024805a5
|
WIP: This is what I have tried so far. The config window does NOT display when accessed via the menu. It still works (the old/right way) in Sierra when accessed via the About window. If you first try to access it via the menu and then access it via the Configuration button on the About window, it displays twice!
|
2017-11-19 23:55:22 -05:00 |
|
Tom Bogle
|
2cd0bbf572
|
Merge remote-tracking branch 'origin/master'
|
2017-11-19 22:04:34 -05:00 |
|
Gabriel Wong
|
8697e1d606
|
Merge pull request #423 from keymanapp/ios-retina-image
Automatically load images based on screen scale
|
2017-11-18 11:13:58 +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
|
5a5bc9cc54
|
Merge pull request #422 from keymanapp/ios-keyboard-menu-size
Fix keyboard menu popup view width
|
2017-11-17 15:44:22 +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
|
ccbfb61d91
|
Merge pull request #417 from keymanapp/ios-delete-keyboard
Fixes for deleting keyboards
|
2017-11-17 13:56:27 +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
|
5b8591c2e1
|
Merge pull request #416 from keymanapp/ios-fix-latest-version-check
Fix computation of latest keyboard version
|
2017-11-17 12:59:07 +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
|
a3b0b75e4c
|
Merge pull request #413 from keymanapp/ios-fix-custom-download
Fix custom keyboard download
|
2017-11-16 15:03:50 +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
|
c817985ff1
|
Merge pull request #408 from keymanapp/ios-fix-update-keyboard
Fix keyboard status check
|
2017-11-16 10:27:58 +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 |
|
Gabriel Wong
|
b5e12edad4
|
Merge pull request #388 from keymanapp/ios-keyboard-struct
Replace keyboard and language dictionaries with structs
|
2017-11-16 08:33:29 +07:00 |
|
Joshua A. Horton
|
f88d983a0f
|
Fixes up the samples' build script.
|
2017-11-15 15:07:42 +07:00 |
|
Joshua A. Horton
|
154dbc415f
|
Final PR review concerns, round 1.
|
2017-11-15 15:01:22 +07:00 |
|
Joshua A. Horton
|
bd93f2cb3b
|
Cleaned the build up; side products no longer appear in engine/KMEI/build.
|
2017-11-15 11:51:57 +07:00 |
|
Joshua A. Horton
|
3bb7adf296
|
Moved all build products into a common subdirectory of ios, allowing Xcode to reuse intermediate products as appropriate.
|
2017-11-15 11:46:17 +07:00 |
|
Joshua A. Horton
|
d06cc60195
|
Unified the 'build active architectures only' setting.
|
2017-11-15 09:58:00 +07:00 |
|
Joshua A. Horton
|
251a714b15
|
Managed to drop the string-based build command for the non-archived iOS app.
|
2017-11-15 09:50:59 +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 |
|
Joshua A. Horton
|
2e1ca2513d
|
Fixes the non-archive build pathway for the Keyman app.
|
2017-11-14 12:20:58 +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
|
f8e8ffaf52
|
Refactors the build script; added a helper method for setting version numbers.
|
2017-11-14 10:58:30 +07:00 |
|
Marc Durdin
|
1b649082cb
|
Merge pull request #399 from keymanapp/developer-version-10-keyboards
Add version 10.0 keyboard compiler and development tool support
|
2017-11-14 10:24:24 +07:00 |
|
Marc Durdin
|
df6dc9191d
|
Remove magic number
|
2017-11-14 10:23:07 +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
|
f2e5afb485
|
Merge pull request #401 from keymanapp/ios-project-settings
Use recommended Xcode 9.1 settings
|
2017-11-13 15:25:35 +07:00 |
|
Joshua A. Horton
|
359c953ab3
|
Reverts previous change, fixes #403's directly-mentioned error.
|
2017-11-13 14:55:50 +07:00 |
|
Joshua A. Horton
|
42ea42eec9
|
Merge branch 'ios-project-settings' into ios-ci-update
|
2017-11-13 14:42:54 +07:00 |
|
Joshua Horton
|
5fbae7cda0
|
Merge pull request #386 from keymanapp/developer-kmw-namespace-refactor
KMW namespace change - Developer fix
|
2017-11-13 13:10:47 +07:00 |
|
Joshua Horton
|
ef3eeacd97
|
Merge pull request #356 from keymanapp/web-349-core-refactoring
[Web] Core refactoring
|
2017-11-13 13:10:39 +07:00 |
|