Commit graph

522 commits

Author SHA1 Message Date
Joshua Horton
602edbe11b Addresses point 1 of #103 - prevents duplicate requests for identical keyboard-language pairings. 2017-10-06 10:44:31 +07:00
Tom Bogle
15ed1b65f0 Merge pull request #262 from keymanapp/mac-update-readme
Clarify macOS setup instructions
2017-10-04 22:38:05 -04:00
Tom Bogle
21e04cf2bd Update README.md
Re-capitalized Terminal, since it is the proper name of the program.
2017-10-04 22:37:21 -04:00
Darcy Wong
52b94d6d77 Merge pull request #341 from keymanapp/android-modifier-chirality
Android modifier chirality
2017-10-04 11:04:54 +07:00
darcywong00
0665756299 Final cleanup
Remove chirality test keyboard from main kmapro app
Fix KMSample2 compilation
2017-10-04 10:33:16 +07:00
Joshua Horton
16048e5573 setIsChiral() is now operational. 2017-10-04 10:33:16 +07:00
Joshua Horton
086e7c511d Tweaked keyboard.html a bit. 2017-10-04 10:33:16 +07:00
darcywong00
ced4102bed Update calls to kmw.addEventLIstener 2017-10-04 10:33:16 +07:00
darcywong00
adee729b8a Clarify setIsChiral parameter 2017-10-04 10:33:16 +07:00
darcywong00
3a30d23684 Clean up TestHarness
Fix onKeyboardChanged signature
2017-10-04 10:33:16 +07:00
darcywong00
bc208fba5d Cleanup sample projects
Revert to original onKeyboardChanged() signature
2017-10-04 10:33:16 +07:00
darcywong00
aac2368405 Cleanup after attaching to KMW event
Cleanup code after moving chirality test to KMW event handler
2017-10-04 10:33:16 +07:00
darcywong00
e507462146 Move chirality checks to KMEA
Attempt to move to JS handler in KMManager
2017-10-04 10:33:16 +07:00
darcywong00
c8e54b9767 Remove test chirality keyboard (again) from kmapro 2017-10-04 10:33:16 +07:00
darcywong00
d66f52b350 Update Samples and Tests projects for handler API change
Updates to new onKeyboardChanged signature

Also incorporated external keyboard support to KMSample2
2017-10-04 10:33:16 +07:00
darcywong00
e2a8b763a1 Update isChiral on keyboard shown / changed
- Update In-app keyboard `isChiral` property when the OSK is shown
- Update System keyboard `isChiral` property on the event onKeyboardChanged()

This implementation comes out of the complication when in-app or system keyboard is changed, KMManager.setKeyboard is changing both keyboards
2017-10-04 10:33:16 +07:00
darcywong00
32bb4c6961 Refactor JS call of setIsChiral() to onKeyboardChanged event
Addresses PR comment of not using a timeout that assumes keyboard is ready in preference of KMW event (keyboard loaded or changed)

This is still wip
2017-10-04 10:33:16 +07:00
darcywong00
f9f3dc7449 Document bitmasks and undo getActiveKeyboard refactor
* Document shift states and lock states in kmembedded.js, and standardize `lstates` parameter name
* Leave getActiveKeyboard() refactor as a TODO
2017-10-04 10:33:16 +07:00
darcywong00
353f09084e Change chirality test app to keyboardHarness
Per review comments
* Rename chirality to keyboardHarness
* Change namespace to com.keyman.android.tests.keyboardHarness
* Add readme.md for info
2017-10-04 10:33:16 +07:00
darcywong00
cd59fe48c7 Start addressing review comments
Refactor KMManager.getActiveKeyboard()
Move modifierCodes to separate class
Clean up .gitignore
2017-10-04 10:33:16 +07:00
darcywong00
3a0ee92381 Move test chirality keyboard to new Tests/Chirality project
-Update KMEA to copy keyman-engine.aar to Tests/ for future test apps to consume.
2017-10-04 10:33:16 +07:00
darcywong00
df23e41eb1 Add hooks for KMManager to check if keyboard is chiral 2017-10-04 10:33:16 +07:00
darcywong00
f9066a5926 Start adding chirality modifiers to KMEA
This is follow-on to #300 for adding chirality modifiers to KMEA.

Add support for L/R Ctrl, Alt, caps lock, num lock, and scroll lock for external keyboard

- temporarily adding test chriality.js keyboard
2017-10-04 10:33:16 +07:00
Joshua Horton
f30ee2af94 Merge pull request #339 from keymanapp/windows-help-history
[Windows] Points the offline help file's history section to help.keyman.com's history page.
2017-10-04 10:19:54 +07:00
Joshua Horton
6b8963b6d9 Merge pull request #300 from keymanapp/web-9-modifier-chirality
[Web] Implementation of modifier chirality
2017-10-04 09:50:37 +07:00
Joshua Horton
e561d6cb7a Changed the about/history.xml file to reference the CI/API managed changelog page. 2017-10-03 09:45:32 +07:00
Joshua Horton
04215342be Merge pull request #337 from keymanapp/windows-history.md-tweak
Windows history.md formatting fix.
2017-10-03 09:08:36 +07:00
Joshua Horton
72e97a494a Accidentally used wrong header type for some legacy stable release notes. 2017-10-03 08:35:34 +07:00
Joshua Horton
5883d19906 Merge pull request #336 from keymanapp/ios-codesign-fix
Fixes iOS code signing settings for Xcode 9.
2017-10-03 08:09:37 +07:00
Joshua A. Horton
208a0fd27f Corrected the check for archive creation - assertFileExist doesn't work on directories. 2017-10-02 12:44:44 +07:00
Joshua A. Horton
7382952937 Aims to fix automatic codesigning (as now needed) on the build agents via command-line option. 2017-10-02 10:41:23 +07:00
Joshua A. Horton
c4e56872b1 Tweaks the build script to fail if the initial archive file does not properly generate. 2017-10-02 10:34:30 +07:00
Marc Durdin
d30137c58b Merge pull request #334 from keymanapp/developer-optional-version-store
Make version store optional for compiler
2017-09-29 15:58:21 +07:00
Marc Durdin
ef0da35537 Rename VerifyKeyboardVersion to make it clear it is a macro -- it has a 'return' side-effect 2017-09-29 14:53:20 +07:00
Joshua Horton
d83bd8a8c8 Merge pull request #335 from keymanapp/windows-history-and-readme
Windows History and Readme
2017-09-29 11:48:17 +07:00
Joshua Horton
68d8116d35 Old => Legacy 2017-09-29 11:02:57 +07:00
Joshua A. Horton
db8b25547e Fixes iOS code signing settings to be compatible with Xcode 9 - it became more restrictive with certain details. 2017-09-29 10:53:21 +07:00
Joshua Horton
29dff2671e Found a piece missing from macOS's version history, throwing it in too. 2017-09-29 09:13:04 +07:00
Joshua Horton
d892ae61aa Found a typo/mistake on the ios history.md, so I'm throwing in a fix for it. 2017-09-29 09:01:05 +07:00
Joshua Horton
d12bee9329 Minor tweak to the Developer history.md's formatting. 2017-09-29 08:26:20 +07:00
Joshua Horton
7faf590996 Fleshed out the desktop and developer history.md files. 2017-09-29 08:14:16 +07:00
Marc Durdin
2d65cc66ff Remove spurious warning 2017-09-28 19:29:15 +07:00
Marc Durdin
eba15549eb Make version store optional in compiler 2017-09-28 19:25:05 +07:00
Gabriel Wong
49569a83b2 Merge pull request #305 from keymanapp/ios-migrate-swift
Migrate iOS Keyman to Swift
2017-09-28 11:10:06 +07:00
Gabriel Wong
1c820d6788 Fix crash when closing browser 2017-09-28 10:36:53 +07:00
Joshua Horton
1143c702ff Adapted the shell resources to properly access and facilitate access to the windows history.md files. 2017-09-28 10:21:50 +07:00
Gabriel Wong
bd8cd01c99 Migrate to Swift 4 2017-09-28 09:51:17 +07:00
Gabriel Wong
4564f35e18 Use recommended build settings with additional warnings 2017-09-28 09:36:34 +07:00
Gabriel Wong
400f9ae472 Stop using deprecated willRotate() 2017-09-28 09:34:07 +07:00
Joshua Horton
d5cfe35927 Merge branch 'master' into web-9-modifier-chirality 2017-09-27 15:18:52 +07:00