Commit graph

198 commits

Author SHA1 Message Date
Marc Durdin
c81ca7e41e Use BUILD_COUNTER variable instead of BUILD_NUMBER from TeamCity 2017-06-21 14:41:52 +07:00
Marc Durdin
840299a786 Merge pull request #96 from keymanapp/web-fixup-copyrights
Fixup copyright messages and links to remove references to Tavultesoft
2017-06-15 09:59:38 +07:00
Marc Durdin
ac5f0830c1 Merge pull request #95 from keymanapp/web-build-artifacts-to-match-deploy-layout
Change build.bat to create output/ folder artifact layout that matches deployment layout
2017-06-15 09:58:41 +07:00
Marc Durdin
baab20dd34 Merge pull request #94 from keymanapp/web-set-keyboard-api-fix
Web set keyboard api fix
2017-06-14 14:24:24 +07:00
Marc Durdin
487354810e Fixup copyright messages and links to remove references to Tavultesoft 2017-06-14 14:09:12 +07:00
Marc Durdin
a13583d539 Change build.bat to create output/ folder artifact layout that matches deployment layout 2017-06-14 13:55:33 +07:00
Joshua Horton
5700f646b2 Necessary support for how Google Closure operates. I'm a newb at it, so it's only going in now. 2017-06-14 12:20:26 +07:00
Joshua Horton
2e30d8232b Fixes issues with UI focus handling that interfered with control-by-control handling of languages.
Also fixes issues with the Toggle UI displaying for API-disabled controls.
2017-06-14 10:34:39 +07:00
Joshua Horton
69a58ebea7 Refactoring remaining instances of lgCode -> PLgCode in _setActiveKeyboard. 2017-06-14 09:31:01 +07:00
Joshua Horton
92f4a0f5f4 Corrections as per code review. 2017-06-14 09:22:57 +07:00
Joshua Horton
89dc9b335f Inlined the old setDfltKeyboard() method that was only ever used in one place and was not part of the API. 2017-06-14 08:13:38 +07:00
Joshua Horton
98d8b78708 Fixes an issue where the default keyboard could not be set on page load if a different keyboard was triggered to load asynchronously. 2017-06-13 15:44:37 +07:00
Marc Durdin
498221d6e9 Merge pull request #93 from keymanapp/web-renameEmbeddedArtifact
Rename embedded artifact to keyman.js
2017-06-13 14:59:27 +07:00
darcywong00
a985588a6b Rename embedded artifact to keyman.js
Android projects are expecting the web embedded artifact to be named keyman.js instead of keymanweb.js
2017-06-13 14:50:09 +07:00
Joshua Horton
8c489f53a4 Fixed an issue where setActiveKeyboard failed to do just that. 2017-06-13 14:08:15 +07:00
Marc Durdin
aafc0ed5e8 Merge pull request #89 from keymanapp/web-88-disabled-control-reformatting
[Fix] Disabled element reformatting no longer occurs on desktop implementations.
2017-06-13 09:43:08 +07:00
Joshua Horton
4199139e8c Fixes issue #88. 2017-06-13 09:36:11 +07:00
Marc Durdin
3c8596bb12 Merge pull request #86 from keymanapp/web-removeBuildNumber
Remove build number from embedded artifacts
2017-06-12 14:32:55 +07:00
darcywong00
7a9bba153c Remove build number from embedded artifacts
Now that the CI build server publishes web (output) and embedded artifacts, the build.bat file can be updated to leave the build number out of artifact names.
2017-06-12 14:19:38 +07:00
Marc Durdin
f04823ddb4 Merge pull request #84 from keymanapp/web-keycode-cleanup
web - Housekeeping:  OSK keymapping
2017-06-09 13:24:45 +07:00
Joshua Horton
048449727f More keycode kleanup. 2017-06-09 11:10:41 +07:00
Marc Durdin
1ac5fe4f4f Merge pull request #83 from keymanapp/android-fixEnterSpace
Fix SPACEBAR and ENTER key on external keyboard
2017-06-09 10:43:27 +07:00
Joshua Horton
6669d1b1b8 Removed dead condition from the OSK's default keymapping function, swapped from using raw numbers to keycode references. 2017-06-09 10:05:00 +07:00
darcywong00
08b299c0d6 Fix SPACEBAR and ENTER key on external keyboard
Fix for sillsdev/keyman/issues/12 where SPACEBAR and ENTER key on an external keyoard weren't registering a keystroke.
2017-06-08 16:23:02 +07:00
Marc Durdin
5aabfe3c1e Merge pull request #82 from keymanapp/disable-desktop-touch
Disables touch-based behavior on desktops/laptops
2017-06-08 12:34:07 +07:00
Joshua Horton
ff621c4065 Better documentation on the fix. 2017-06-08 12:33:06 +07:00
Joshua Horton
b57131ab29 Disables touch-based behavior when KeymanWeb cannot detect a supported path for handling touch. (When it gives up and says "It's a desktop.") 2017-06-08 11:57:41 +07:00
Marc Durdin
a4493e67d6 Merge pull request #81 from keymanapp/web-63-dynamic-input-removal
Fix for console log error; one variable was improperly located.
2017-06-05 12:24:10 +07:00
Joshua Horton
c731d71fc7 Fix for console log error; one variable was improperly located. 2017-06-05 12:22:01 +07:00
Marc Durdin
dcb28ef32d Merge pull request #80 from keymanapp/web-63-dynamic-input-removal
Dynamic input removal, other bookkeeping
2017-06-05 10:42:12 +07:00
Joshua Horton
8e57fc998a Requested refactoring complete; also changed a return type on a new method to boolean to facilitate any future optimization code. 2017-06-05 10:38:19 +07:00
Joshua Horton
1d122317d1 Previously-mentioned issue now fixed. #63 ready to ship? 2017-06-05 09:36:32 +07:00
Joshua Horton
2d8a69b2a0 Fixed the re-added element problem, but found a new one: already-added elements don't reposition properly upon a text element resize (Triggered by language change, at minimum). 2017-06-05 09:30:47 +07:00
Joshua Horton
1c5fe171ff Consolidated timeout/updateInput code; the inputs now work and arrange themselves properly UNLESS readded to the page, which is the one remaining issue at the moment. 2017-06-05 09:14:52 +07:00
Marc Durdin
4021d791dc Merge pull request #79 from keymanapp/merge-embedded-build
Merge embedded build path
2017-06-02 14:44:11 +07:00
Joshua Horton
6ef1a64c06 Shifted the definition of compile path information for use by all routes through the batch file (error from prior version).
Also created internal constants for the source and output folders.  The relative paths have been stress-tested under various conditions and are all stable.
2017-06-02 11:48:18 +07:00
Joshua Horton
966b13fea6 Initial merger with the KMEA/KMEI build.bat complete, all build paths tested.
May not handle the BUILD variable properly and doesn't yet have constants for the relative path directories.
2017-06-02 11:01:35 +07:00
Joshua Horton
7320434b18 A few variables didn't fully keep up with recent refactoring. 2017-06-01 15:38:50 +07:00
Joshua Horton
f78af56025 Bringing the formatting up to preferred conventions. 2017-06-01 14:45:28 +07:00
Joshua Horton
81bf91346f Restructured testing page structure & added testing pages to the samples index.html page. 2017-06-01 14:40:28 +07:00
Joshua Horton
ae92758a4b Merge branch 'master' into web-63-dynamic-input-removal. Includes some code prettification. 2017-06-01 14:31:19 +07:00
Marc Durdin
b40b938930 Merge pull request #78 from keymanapp/web-53-touch-layer-layouts
A quick *.gitignore fix.
2017-06-01 14:19:09 +07:00
Joshua Horton
7318cf07de A better *.gitignore fix. 2017-06-01 14:15:47 +07:00
Joshua Horton
f21fcb8ba0 Modified .gitignore to exclude *.kpj.user files from direct subdirectories of the samples folder. 2017-06-01 14:10:14 +07:00
Marc Durdin
a9eb671c96 Merge pull request #76 from keymanapp/web-53-touch-layer-layouts
Correction for touch layout rotation with layers of differing row counts.
2017-06-01 14:02:05 +07:00
Marc Durdin
c2f2b4a245 Merge pull request #77 from keymanapp/web-62-dynamic-addition-for-touch
Dynamic addition for touch
2017-06-01 14:01:46 +07:00
Joshua Horton
fa8f8fff00 Added a small measure to prevent div-by-0 errors in osk.adjustHeights. 2017-06-01 08:59:04 +07:00
Joshua Horton
a1c7fc72af Included full debug keyboard source, moved issue58.html and its dependencies to their own subfolder. 2017-06-01 08:51:56 +07:00
Joshua Horton
af91f66a38 Final reformatting in prep for the big pull request. 2017-05-31 11:36:37 +07:00
Joshua Horton
3295723890 Merge branch 'master' into web-53-touch-layer-layouts 2017-05-31 10:32:30 +07:00