This repository has been archived by the owner on May 18, 2021. It is now read-only.
Releases: MobileChromeApps/chrome-app-developer-tool
Releases · MobileChromeApps/chrome-app-developer-tool
Chrome App Developer Tool for Mobile 0.13.0
Changes since 0.12.0:
- Use plugins from npm rather than plugins.cordova.io
- Updated crosswalk to v13
- Updated CCA plugins
Chrome App Developer Tool for Mobile 0.12.0
Changes since 0.11.1:
- Enabled Content-Security-Policy for Chrome Apps
- Updated to Crosswalk 11
- Added chrome.bluetooth plugins
- Made harnessclient compatible with node 0.12 as well as 0.10
- Updated versions of all bundled plugins
Chrome App Developer Tool for Mobile 0.11.1
Changes since 0.10.1:
- Pushing large files is even faster
- Updated CCA plugins now work better with Polymer
Chrome App Developer Tool for Mobile 0.11.0
Changes since 0.10.0:
- Fix "Unable to bind to port" message when wifi is disabled.
- Pushing large files is now dramatically faster
- Fix iOS pushes hanging
- Add support for toggling between system / crosswalk webviews via manifest.mobile.json's "webview": "system"
- Fix cordova-android's App plugin not being enabled (e.g. navigator.app.exitApp())
- Fix /deletefiles not working when deleting more than ~10 files.
- iOS: Stop destroying webview on every launch so that remote inspector remains open
- Add a /getfile endpoing to HarnessServer
Chrome App Developer Tool for Mobile 0.10.0
Changes since 0.9.0:
- New plugins:
com.google.payments
org.chromium.sockets.*
org.chromium.system.storage
- Now building arch-specific APKs
- Fix
/deletefiles
not working when deleting more than ~10 files. - UI tweaks:
- Nicer permissions page
- Show list of installed plugins in details page
- iOS: Stopped destroying the webview on every launch.
- Added a
/getfile
endpoint to HarnessServer - Delete
manifest.json
if it causes an exception - Share
manifest.json->config.xml
logic with cca via webpack - Add filesystem location
<preferences>
toconfig.xml
The previous release was not signed with the correct keys, so you need to uninstall before updating.
Chrome App Developer Tool for Mobile 0.9.0
Changes since 0.8.2:
- Added basic analytics.
- Updated app icons.
Chrome App Developer Tool for Mobile 0.8.2
Changes since 0.8.1:
- Updated list of preloaded plugins.
Chrome App Developer Tool for Mobile 0.8.1
Changes since 0.8.0:
- Fixed not working at all on Android pre-KK (#22)
- Fix line-breaking CSS in About page
Chrome App Developer Tool for Mobile 0.8.0
Changes since 0.7.1:
- Add
chrome.alarms
andorg.apache.cordova.media
plugins (mistakenly left out) - Fix Android back button always quitting the app (now does what you'd expect)
- App now loads only the plugins that an app uses (instead of all installed plugins)
- Initial app push is now much faster for apps with lots of files
- First cut at "Details" and "About" pages
- Deleted notification bubble
- Fix apps not launching when you: push App A, then push App B, then push App A again
Chrome App Developer Tool for Mobile 0.7.1
Changes since 0.7.0:
- Fix crash on launch-after-backbutton (#13)