From c3991c81647d8b96ccc87af8c11ffcdad863e634 Mon Sep 17 00:00:00 2001 From: Andrew Grieve Date: Fri, 27 Mar 2015 16:30:05 -0400 Subject: [PATCH] CB-8717 Tweak RELEASENOTES.md --- RELEASENOTES.md | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 34fa36f4..470a4535 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -36,37 +36,32 @@ particular interest to plugin developers. * You will need to add the new [cordova-crosswalk-engine](https://github.com/MobileChromeApps/cordova-crosswalk-engine) plugin * Splash screen functionality is now provided via plugin * You will need to add the new [cordova-plugin-splashscreen](https://github.com/apache/cordova-plugin-splashscreen) plugin to continue using a splash screen -* Whitelist functionality is now provided via plugin +* Whitelist functionality is now provided via plugin (CB-7747) * The whitelist has been enhanced to be more secure and configurable + * Setting of Content-Security-Policy is now supported by the framework (see details in plugin readme) * You will need to add the new [cordova-plugin-whitelist](https://github.com/apache/cordova-plugin-whitelist) plugin * Legacy whitelist behaviour is still available via plugin (although not recommended). - * Refer to the updated Whitelist Guide in the Cordova documentation Changes For Plugin Developers: * Develop in Android Studio * Android Studio is now fully supported, and recommended over Eclipse * Build using Gradle - * All builds use Gradle by default, instead of Ant + * All builds [use Gradle by default](Android%20Shell%20Tool%20Guide_building_with_gradle), instead of Ant -#### Detailed Change List #### +#### Other Changes #### * CB-7085 Add onConfigurationChanged hook for plugins * CB-8735 `bin/create` regex relaxed / better support for numbers * CB-8702 Add API for plugins to override `shouldInterceptRequest` with a stream * CB-8699 Fix CordovaResourceApi `copyResource` creating zero-length files when src=uncompressed asset * CB-8693 CordovaLib should not contain icons / splashscreens -* CB-8295 Update CSP meta tag of app template -* CB-7747 Extract whitelist functionality into a plugin * CB-8592 Fix NPE if lifecycle events reach CordovaWebView before `init()` has been called * CB-8588 Add CATEGORY_BROWSABLE to intents from showWebPage openExternal=true * CB-8587 Don't allow WebView navigations within showWebPage that are not whitelisted -* CB-8548 Allow ant-style property keys in signing.properties files * CB-7827 Add `--activity-name` for `bin/create` * CB-8548 Use debug-signing.properties and release-signing.properties when they exist * CB-8545 Don't add a layout as a parent of the WebView -* CB-7159 BackgroundColor not used when <html style="opacity:0>, nor during screen rotation -* CB-8510 Create a new abstraction for sharing common logic of WebView engines -* Deprecate custom view methods in CordovaWebView +* CB-7159 BackgroundColor not used when ``, nor during screen rotation ### Release 3.7.1 (January 2015) ### * CB-8411 Initialize plugins only after `createViews()` is called (regression in 3.7.0)