You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@cordova.apache.org by shufanshijie <gi...@git.apache.org> on 2015/04/03 17:00:32 UTC

[GitHub] cordova-android pull request: 3.7.x

GitHub user shufanshijie opened a pull request:

    https://github.com/apache/cordova-android/pull/172

    3.7.x

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/apache/cordova-android 3.7.x

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/cordova-android/pull/172.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 #172
    
----
commit 3e07f26bc40d4ab4d484ebbfe335995e448b5443
Author: Joe Bowser <bo...@apache.org>
Date:   2015-01-12T22:55:48Z

    Update JS snapshot to version 3.7.0 (via coho)

commit 7320ce8ea75ad65b35824eae60ba1d75a5bf35a0
Author: Joe Bowser <bo...@apache.org>
Date:   2015-01-12T22:55:48Z

    Set VERSION to 3.7.0 (via coho)

commit 72e947e5c73398c723b52baf2ad6182fe831798d
Author: Murat Sutunc <mu...@microsoft.com>
Date:   2015-01-13T06:54:37Z

    CB-4914 Fix build whitespace issue

commit cfc36140bccf892dad9c275f63144f692e7fd56b
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-19T18:42:11Z

    CB-8280 android: Don't apply SplashScreenDelay when .show() is called explicitly

commit 9be110683b31a9ce491d97386a29d716a3379438
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-19T21:13:48Z

    CB-8329 Cancel outstanding ActivityResult requests when a new startActivityForResult occurs

commit 5538a231a8395a2512743d62785f022fb2711e42
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-19T21:15:25Z

    CB-8017 Add support for `<input type=file>` for Lollipop
    
    Also refactors a bit to remove related special-case code from CordovaActivity

commit 1427c13504adce91e091ab6111f380d3273acbd3
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:49:36Z

    Allow `--ant`, `--gradle` for `cordova/run`

commit 7375154228f96671fc3af9df2f7ad80c08518103
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:50:14Z

    Fix exception for unknown flag in `cordova/run`

commit 8c14e33bb62f415c4d9eda78dcd1b71a1f7d909f
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:51:57Z

    Fix `cordova/run` not finding apk when multi-arch is specified but only arch-independent apk exists

commit 1f735935b9730814a64206afa29ecb47f06bd843
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:53:08Z

    Fix `cordova/build` not printing out all gradle args in console message

commit 33614d12731caa631e80567c04a5886d4d7986c5
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:54:29Z

    CB-8255 Fix `cordova/build --gradleVar=--foo=bar` stripping off `=bar`

commit cf0fdf5ac02723fac99e9157ae9768c4a70b951f
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:56:46Z

    CB-8255 Pass `arch` to gradle regardless of `cdvBuildMultipleApks`
    
    This also pushes the "which target to build" logic into gradle, since
    build.js doesn't actually know the value of `cdvBuildMultipleApks`.

commit 6b3ef117156e1ae8dacc55fbdbc8366de0dff211
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T02:59:02Z

    Adds `cdvPrintProps` gradle task: dumps out all cdv properties
    
    Useful for debugging.

commit e4e04927b6f0617c58a81f32cda60c1ab44bd808
Author: sgrebnov <v-...@microsoft.com>
Date:   2015-01-16T10:04:01Z

    CB-8201 Add support for auth dialogs into Cordova Android

commit 26f0401fdae333098ccd409d01a96c9692700387
Author: Marcus Pridham <ma...@sap.com>
Date:   2015-01-16T19:48:19Z

    CB-8328 Allow plugins to handle certificate challenges (close #150)
    
    This is a new API for Lollipop

commit 050dd088cf589d5a81ac7a62563cc77e59ad8dc5
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T15:49:19Z

    gradle: Fix incorrect buildTools dependencies in framework's build.gradle
    
    (although it didn't seem to hurt anything?)

commit 9514a3ed94a36d9a313857ae6efe77312040dad2
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T16:03:26Z

    Move cordova.gradle from project template to CordovaLib
    
    Make it easier to share with tests project.
    Also, one less file in the project template is a good thing.

commit c3bdebdb83c67f7eaefeb798ab1679629622e6e8
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-01-20T16:33:55Z

    CB-8026 Remove default target value from gradle file
    
    Wasn't being used anyways, and it still referenced android-19
    This also switches to using a Properties object rather than a RegEx
    for parsing project.properties

commit d7fc37d365f066b22ebe5dc37eccf3a6e8323206
Author: shingotoda <sh...@gmail.com>
Date:   2015-01-16T06:40:54Z

    CB-8317 Make it work to load about:blank and to dispatch exit message (close #149)

commit f3885692d9c4138d3547d5071de7db9a81d1b733
Author: Joe Bowser <bo...@apache.org>
Date:   2015-01-20T18:23:08Z

    Updating RELASENOTES.md, this is in a weird spot, since you need the branch to exist to generate the notes

commit 2829ed77ccd19f277e9234566eed304fbeeb3851
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-02-03T21:00:56Z

    CB-8411 Initialize plugins only after createViews() is called

commit c5ffdff49b1ceb44a6dbd21e7e0f1056378f8c10
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-02-03T19:47:42Z

    Prune 3.7.0 RELEASENOTES to a more glanceable list

commit 3bc755de7c8cea8bfeaa0cfa73a1c4ad611e13d2
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-02-04T01:46:29Z

    Set VERSION to 3.7.1 (via coho)

commit f4b315961bd37181ee5a01376e7873381c1e865d
Author: Andrew Grieve <ag...@chromium.org>
Date:   2015-02-04T01:49:48Z

    CB-8415 updated RELEASENOTES

----


---
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


[GitHub] cordova-android pull request: 3.7.x

Posted by purplecabbage <gi...@git.apache.org>.
Github user purplecabbage commented on the pull request:

    https://github.com/apache/cordova-android/pull/172#issuecomment-90659738
  
    And no original commits, this must be a mistake. Close #172 


---
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


[GitHub] cordova-android issue #172: 3.7.x

Posted by infil00p <gi...@git.apache.org>.
Github user infil00p commented on the issue:

    https://github.com/apache/cordova-android/pull/172
  
    Closing really old PR


---
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


[GitHub] cordova-android pull request: 3.7.x

Posted by agrieve <gi...@git.apache.org>.
Github user agrieve commented on the pull request:

    https://github.com/apache/cordova-android/pull/172#issuecomment-90602838
  
    Was this PR opened by mistake? Missing a description.


---
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


[GitHub] cordova-android pull request #172: 3.7.x

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/cordova-android/pull/172


---
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