You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2015/05/20 22:19:42 UTC

[1/2] android commit: Set VERSION to 4.0.2 (via coho)

Repository: cordova-android
Updated Branches:
  refs/heads/4.0.x 8de13d9af -> a67bddbd8


Set VERSION to 4.0.2 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/a67bddbd
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/a67bddbd
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/a67bddbd

Branch: refs/heads/4.0.x
Commit: a67bddbd821cebe7adb7e284592a09df45c9cc37
Parents: 81eb8ff
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 20 13:12:33 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 20 13:12:33 2015 -0700

----------------------------------------------------------------------
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/a67bddbd/package.json
----------------------------------------------------------------------
diff --git a/package.json b/package.json
index 98ab3bc..7d9d387 100644
--- a/package.json
+++ b/package.json
@@ -28,4 +28,4 @@
         "jshint": "^2.6.0",
         "promise-matchers": "~0"
     }
-}
+}
\ No newline at end of file


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org


[2/2] android commit: Update JS snapshot to version 4.0.2 (via coho)

Posted by st...@apache.org.
Update JS snapshot to version 4.0.2 (via coho)


Project: http://git-wip-us.apache.org/repos/asf/cordova-android/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-android/commit/81eb8ff1
Tree: http://git-wip-us.apache.org/repos/asf/cordova-android/tree/81eb8ff1
Diff: http://git-wip-us.apache.org/repos/asf/cordova-android/diff/81eb8ff1

Branch: refs/heads/4.0.x
Commit: 81eb8ff1f961d495c5aa6c516cfd478df037a893
Parents: 8de13d9
Author: Steve Gill <st...@gmail.com>
Authored: Wed May 20 13:12:33 2015 -0700
Committer: Steve Gill <st...@gmail.com>
Committed: Wed May 20 13:12:33 2015 -0700

----------------------------------------------------------------------
 bin/templates/project/assets/www/cordova.js | 20 ++++++++++++--------
 1 file changed, 12 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-android/blob/81eb8ff1/bin/templates/project/assets/www/cordova.js
----------------------------------------------------------------------
diff --git a/bin/templates/project/assets/www/cordova.js b/bin/templates/project/assets/www/cordova.js
index c4fbeed..94f608d 100644
--- a/bin/templates/project/assets/www/cordova.js
+++ b/bin/templates/project/assets/www/cordova.js
@@ -1,5 +1,5 @@
 // Platform: android
-// b0463746dd842818c1f08560e998ec847460596c
+// 23738581906992092a43ad2e643b1e0c43bba38a
 /*
  Licensed to the Apache Software Foundation (ASF) under one
  or more contributor license agreements.  See the NOTICE file
@@ -19,7 +19,7 @@
  under the License.
 */
 ;(function() {
-var PLATFORM_VERSION_BUILD_LABEL = '4.0.1';
+var PLATFORM_VERSION_BUILD_LABEL = '4.0.2';
 // file: src/scripts/require.js
 
 /*jshint -W079 */
@@ -328,7 +328,7 @@ module.exports = cordova;
 
 });
 
-// file: src/android/android/nativeapiprovider.js
+// file: node_modules/cordova-android/cordova-js-src/android/nativeapiprovider.js
 define("cordova/android/nativeapiprovider", function(require, exports, module) {
 
 /**
@@ -351,7 +351,7 @@ module.exports = {
 
 });
 
-// file: src/android/android/promptbasednativeapi.js
+// file: node_modules/cordova-android/cordova-js-src/android/promptbasednativeapi.js
 define("cordova/android/promptbasednativeapi", function(require, exports, module) {
 
 /**
@@ -861,7 +861,7 @@ module.exports = channel;
 
 });
 
-// file: src/android/exec.js
+// file: node_modules/cordova-android/cordova-js-src/exec.js
 define("cordova/exec", function(require, exports, module) {
 
 /**
@@ -896,7 +896,11 @@ var cordova = require('cordova'),
         // For the ONLINE_EVENT to be viable, it would need to intercept all event
         // listeners (both through addEventListener and window.ononline) as well
         // as set the navigator property itself.
-        ONLINE_EVENT: 2
+        ONLINE_EVENT: 2,
+        // Uses reflection to access private APIs of the WebView that can send JS
+        // to be executed.
+        // Requires Android 3.2.4 or above.
+        PRIVATE_API: 3
     },
     jsToNativeBridgeMode,  // Set lazily.
     nativeToJsBridgeMode = nativeToJsModes.ONLINE_EVENT,
@@ -1500,7 +1504,7 @@ exports.reset();
 
 });
 
-// file: src/android/platform.js
+// file: node_modules/cordova-android/cordova-js-src/platform.js
 define("cordova/platform", function(require, exports, module) {
 
 module.exports = {
@@ -1576,7 +1580,7 @@ function onMessageFromNative(msg) {
 
 });
 
-// file: src/android/plugin/android/app.js
+// file: node_modules/cordova-android/cordova-js-src/plugin/android/app.js
 define("cordova/plugin/android/app", function(require, exports, module) {
 
 var exec = require('cordova/exec');


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org