- Nov 30, 2017
-
-
darcywong00 authored
Add header to `FileDownloader.download` to clarify that it will create destination directories if they don't exist. Also fix 1 more place for storing packageID when downloading ad-hoc keyboard
-
darcywong00 authored
KMKEyboardPickerAdapter.onClick needs a defined packageID to display the keyboard version
-
- Nov 29, 2017
-
-
darcywong00 authored
For undefined packageIDs, update keyboardsList and save.
-
darcywong00 authored
Use `KMManager.KMDefault_PackageID` if the `keyboardID` is `KMManager.KMDefault_KeyboardID`
-
darcywong00 authored
At the moment, the keboard API isn't publishing the packageID, so using "cloud" as an in-term packageID. As a result, keyboards get downloaded to /packages/cloud/
-
darcywong00 authored
Quote packageID for JS call. And assign undefined packageID to `cloud`
-
darcywong00 authored
-
Joshua Horton authored
-
Joshua Horton authored
-
- Nov 28, 2017
-
-
darcywong00 authored
By design, kmp keyboards will unzip into /packages/packageID folders. 1. Moving default eurolatin2 keyboard assets 2. Move old keyboards to new packages structure
-
- Nov 24, 2017
-
-
Joshua Horton authored
[Web] Fix for subkey '(layer-default)' behavior.
-
Joshua Horton authored
-
Gabriel Wong authored
Do not use remote filename to set local filename
-
Gabriel Wong authored
-
Marc Durdin authored
Ensure that Developer respects the Keyman version that the user has set for the keyboard
-
Gabriel Wong authored
Update Xcode project files
-
- Nov 23, 2017
-
-
Marc Durdin authored
-
Darcy Wong authored
Ignore zero-byte JS keyboard files
-
darcywong00 authored
For the 3rd part of #370, ignore 0-byte JS files in `KMManager.getLatestKeyboardFileVersion)` If a keyboard doesn't have a valid version, attempting to load it will revert to the default (EuroLatin2) keyboard. Also added a check so null version keyboard doesn't get added to OldKeyboardsList
-
Marc Durdin authored
Rename references to tavultesoft.keymanweb in KeymanWeb compiler and debugger
-
Darcy Wong authored
Update HttpURLConnections to follow HTTPS redirects
-
Darcy Wong authored
Check valid file size when downloading keyboard
-
darcywong00 authored
New class will manage the HttpUrlConnection
-
darcywong00 authored
Addresses the second part of #370
-
- Nov 22, 2017
-
-
Marc Durdin authored
-
darcywong00 authored
For the first portion of resolving issues/370 Fix KMManager and JSONParser HttpURLConnection calls so HTTP:// to HTTPS:// redirects are properly followed.
-
Marc Durdin authored
Add version 10.0 keyboard support for Mac
-
Marc Durdin authored
Add version 10.0 support for Delphi kmx libraries
-
Joshua Horton authored
-
Joshua Horton authored
[Web] Keystroke control path rework
-
Joshua Horton authored
[Web] Deprecation fixes.
-
Tom Bogle authored
Mac compatibility with legacy apps
-
Tom Bogle authored
Added/enhanced comments related to showPreferences workaround.
-
Tom Bogle authored
-
Tom Bogle authored
Added comment to explain the use of the regex to find a base character to use as the start of the string inserted using the insertText method.
-
- Nov 21, 2017
-
-
Marc Durdin authored
Update history.md for macOS on alpha to match beta
-
Marc Durdin authored
-
Marc Durdin authored
-
Marc Durdin authored
Mac high sierra config workaround
-
Gabriel Wong authored
-