Joshua Horton
|
736d22e8d7
|
history.md
|
2017-11-17 15:16:13 +07:00 |
|
Joshua Horton
|
b486b92ff9
|
A start for code to support additional key command manipulation for touch-alias elements. It's disabled since it's presently cluster-ignorant.
|
2017-11-17 15:07:24 +07:00 |
|
Joshua Horton
|
5ce9a96bf4
|
ENTER, SPACE, BACKSPACE, and TAB now work when typed within touch-aliased elements.
|
2017-11-17 14:42:38 +07:00 |
|
Joshua Horton
|
2d6f165dd0
|
Re-enables physical keyboard input for touch devices when not embedded.
|
2017-11-17 12:50:57 +07:00 |
|
Joshua Horton
|
871ab0c6d3
|
Split the keyboard + OSK control paths for keystroke processing.
|
2017-11-17 12:38:16 +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
|
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 |
|
Joshua Horton
|
0ac1377d76
|
Merge branch 'master' into web-349-core-refactoring
|
2017-11-13 13:05:52 +07:00 |
|
Tom Bogle
|
14e6c0cf89
|
Merge pull request #393 from keymanapp/mac-use10dot7-compatible-methods
Removed calls to framework methods that are not available before Mac OS X 10.9
|
2017-11-12 20:27:44 -05:00 |
|
Gabriel Wong
|
313a012926
|
Merge pull request #400 from keymanapp/ios-lint-fixes
Fix some warnings
|
2017-11-10 15:08:08 +07:00 |
|
Gabriel Wong
|
1c4ae4383c
|
Fix logical error
|
2017-11-10 14:45:40 +07:00 |
|
Gabriel Wong
|
af0ec9f176
|
Use recommended Xcode 9.1 settings
|
2017-11-10 14:30:35 +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 |
|
Tom Bogle
|
5831d3d4b4
|
Replaced try-catch with calls to respondsToSelector to make the check more explicit.
|
2017-11-09 11:37:59 -05:00 |
|
Marc Durdin
|
0241a358ac
|
Add version 10.0 keyboard compiler and development tool support
|
2017-11-08 13:54:59 +07:00 |
|
Joshua A. Horton
|
3d37019bbe
|
Drops the i386 and x86_64 architectures from the build settings, as they are not valid when using frameworks.
|
2017-11-08 10:13:43 +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
|
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 |
|