Return-Path: X-Original-To: apmail-cordova-dev-archive@www.apache.org Delivered-To: apmail-cordova-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3F6EE18CA9 for ; Thu, 9 Jul 2015 07:13:22 +0000 (UTC) Received: (qmail 27450 invoked by uid 500); 9 Jul 2015 07:13:17 -0000 Delivered-To: apmail-cordova-dev-archive@cordova.apache.org Received: (qmail 27409 invoked by uid 500); 9 Jul 2015 07:13:17 -0000 Mailing-List: contact dev-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list dev@cordova.apache.org Received: (qmail 27398 invoked by uid 99); 9 Jul 2015 07:13:16 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Jul 2015 07:13:16 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 8FB3CE1113; Thu, 9 Jul 2015 07:13:16 +0000 (UTC) From: mreis1 To: dev@cordova.apache.org Reply-To: dev@cordova.apache.org Message-ID: Subject: [GitHub] cordova-android pull request: window.location="http://remoteaddres... Content-Type: text/plain Date: Thu, 9 Jul 2015 07:13:16 +0000 (UTC) GitHub user mreis1 opened a pull request: https://github.com/apache/cordova-android/pull/196 window.location="http://remoteaddress" triggers a popup to choose application As you can see in the below in later versions of cordova using window.location in android triggers the popup to chose the app. This would be ok if there was alternatives to change the main webview location. http://stackoverflow.com/questions/31299338/how-to-use-window-location-http-remote-url-in-android-cordova-v3-6-4 You can merge this pull request into a Git repository by running: $ git pull https://github.com/apache/cordova-android master Alternatively you can review and apply these changes as the patch at: https://github.com/apache/cordova-android/pull/196.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #196 ---- commit 12bf07d5601c1e4e1d30e532487c73e61ec23f9a Author: Andrew Grieve Date: 2014-12-03T15:09:05Z Merge branch 'master' into 4.0.x (volume stream & setMediaPlaybackRequiresUserGesture) Conflicts: framework/src/org/apache/cordova/CordovaActivity.java framework/src/org/apache/cordova/CordovaWebView.java commit b1bdf23d9ce86fb5c8a9c8c28651a70bf9ff4d73 Author: Andrew Grieve Date: 2014-12-03T15:12:31Z Switch default build type to gradle (4.0.x only) commit 66fa12a091c44d062ce4423e9e413e647895c466 Author: Andrew Grieve Date: 2014-12-04T14:58:00Z CB-8119 Restart adb when we detect it's hung commit 3206c2100da89a13663bfc4b74840efa5b56ea0c Author: Ian Clelland Date: 2014-12-09T14:43:37Z Merge branch 'plugin-gradle' into 4.0.x commit ffd14fe7d95161f98ce88dc9f8b58046a51bbd79 Author: Brian Geppert Date: 2014-12-09T17:57:29Z Revert Gradle distributionUrlRegex cleanup. This reverts commit 75a0a6752a77e2e0f491ae4de7137f5163c7a4bd. commit f953e6adb8478edee1d68419cba35d35a400b641 Author: Ian Clelland Date: 2014-12-10T15:07:05Z CB-8143: Use the correct Android Gradle plugin for the installed Gradle version commit 27f1181d53a6feca77f5bb645892f7d357a6f35a Author: Andrew Grieve Date: 2014-11-18T07:46:39Z CB-3679 Move splashscreen logic into splashscreen plugin Tried as hard as possible for this not to be a breaking change (all symbols were preserved). Planning to remove delegating symbols in 4.0.x though. Also for backwards compatability - a copy of the plugin is bundled. It will likewise be removed in 4.0.x commit ba140a8a84ea770e9d9cff48cec606122ed0de04 Author: fujunwei Date: 2014-11-17T07:52:40Z Add a section for plugin extensions The build.gradle will apply gradle srcipte from plugin extension When install the plugin with "gradleReference" framework. The gradle can set ext.multiarch=true to support multiple APKs by default, so add this section in here. commit 87cdc5ad1c00cef6ec98ef419b71ba1f48bca008 Author: Andrew Grieve Date: 2014-12-10T21:09:22Z Merge branch 'master' into 4.0.x (SplashScreen breakout) Conflicts: framework/src/org/apache/cordova/CordovaActivity.java framework/src/org/apache/cordova/CordovaWebView.java commit 268fea58ee96b9561dd690e9b1102f0f7d6fc012 Author: sgrebnov Date: 2014-10-27T14:14:35Z CB-7881 Android tooling shouldn't lock application directory Close #130 commit f7c717e393d913ce4b3297873a9a6b866c799e5d Author: Andrew Grieve Date: 2014-12-11T01:06:38Z Close #137 (already merged). commit 3aca14d5306811985354486a434d7819ea2357cc Author: Andrew Grieve Date: 2014-12-11T01:30:59Z CB-8147 Have corodva/build warn about unrecognized flags rather than fail Close #127 commit aa2d3962bfab3a4f3e746ff30a228360e5fc595d Author: Andrew Grieve Date: 2014-12-11T01:59:51Z Close #126 (not-a-problem) commit d80d532a2a24e67573d9116b06d62c6c5187aa61 Author: Andrew Grieve Date: 2014-12-11T02:16:18Z Fix syntax error in 3aca14d53068 commit 56a3ee5fe66c4eb0ac67b2f258d4f1f9a0536ff8 Author: Daniel Toplak Date: 2014-11-26T07:31:45Z CB-8079 Use activity class package name, but fallback to application package name when looking for splash screen drawable Close #136 commit f086ef5cad1351b0f7790102d3f2723f7d3c68a7 Author: Andrew Grieve Date: 2014-12-11T18:47:07Z Merge branch 'master' into 4.0.x (adb CWD & build --unknown-flag) Conflicts: framework/src/org/apache/cordova/SplashScreenInternal.java commit 342bbaa3ae735a01f3ca57169c98206844380c0a Author: Andrew Grieve Date: 2014-12-16T19:17:55Z CB-8176 Update Android SDK search path for Android Studio 1.0 commit 162fc0720e8ab8ffb15f60bff198e7120e1915cc Author: Andrew Grieve Date: 2014-12-16T19:18:58Z Merge branch 'master' into 4.0.x (SDK search path) commit 731a36d3a04cd6176e035c6433d0e8290f82f8e8 Author: Andrew Grieve Date: 2014-12-22T15:21:17Z CB-8202 Fix gradle build signing when passwords provided interactively commit 59d23e05b1df119885a7e6dcc1ad03f051a7cad2 Author: Andrew Grieve Date: 2014-12-22T15:22:24Z Merge branch 'master' into 4.0.x (apk signing with interactive passwords) commit b92303b1c9f126511b50bb9f8e40f4b8d5bf0a66 Author: Andrew Grieve Date: 2014-12-22T16:19:21Z CB-8143 Use gradle plugin 1.0.0 for Android Studio 1.0.0 commit 20cd4f806ae80567d55ccfc630ae0d5b439ecefa Author: Andrew Grieve Date: 2014-12-22T16:25:59Z Merge branch 'master' into 4.0.x (gradle version for Android Studio) commit 6b6e887c2f06ea0d4fc831f028efee4710e87339 Author: Andrew Grieve Date: 2014-12-22T16:37:06Z CB-8143 Use gradle 2.2.1 instead of 1.12 to appease Android Studio 1.0 warning-on-startup commit cefd13763407ad0139034f2ba5afbf4144adf51f Author: Andrew Grieve Date: 2014-12-22T16:45:02Z Merge branch 'master' into 4.0.x (gradle version bump) commit 98fe46757f0acee933142046509f2392a6381eeb Author: Ian Clelland Date: 2014-12-22T18:24:08Z CB-8204: Reinstate link tasks to avoid gradle build failures commit 68c03090a31b7107009bd43e73c6d107035f4d01 Author: Ian Clelland Date: 2014-12-22T18:29:50Z Merge branch 'master' into 4.0.x (Gradle lint stages) commit 931a996dab0413db4bcc152e1f61e67e94f7f27c Author: fujunwei Date: 2014-12-23T01:34:36Z Allow plugins to set ext.multiarch to enable multiple APK building The xwalk webView need build multiple apks by default after install cordova-crosswalk-engine plugin, we can set ext.multiarch=true to open the flag in plugin, it don't necessary set system environment BUILD_MULTIPLE_APKS manually. This closes #141 commit a696ff37f13a5903602fa341c667dafc6f4991d1 Author: Ian Clelland Date: 2014-12-23T04:19:56Z Merge branch 'master' into 4.0.x (Plugin set multiarach) commit 9224ab15929b80d1b149e9f9e4743de86a04d77b Author: Mark Koudritsky Date: 2014-11-06T20:38:48Z CB-7980: Add 9 to versionCode for minSdk 20+ if not multiarch commit 7cfb33d0ef057ec5cbe23c30b4ac0c8dd504933c Author: Andrew Grieve Date: 2014-12-23T21:26:43Z CB-7980 Add --minSdkVersion and --versionCode flags to cordova/build command These are also exposed via environment variables: ANDROID_VERSION_CODE, ANDROID_MIN_SDK_VERSION This also fixes build.gradle modifying the value set by ANDROID_VERSION_CODE when multi-apk is enabled (override should never be modified) ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastructure@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@cordova.apache.org For additional commands, e-mail: dev-help@cordova.apache.org