You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/18 00:33:04 UTC

[cordova-android] branch 7.1.x updated (f86519b -> 442734d)

This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a change to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-android.git.


    from f86519b  Bump version to 7.1.3-dev
     add 00134cf  Incorrect default sdk version issue fix (PR #495)
     add dbc99e8  Update comments (#496)
     add 9f6c332  Remove obsolete check for JellyBean (GH-534) (#544)
     add c0e9f25  Add a unit test to test source-file target-dir /app/src/main/… (PR #542)
     add 55f2986  unit test uninstall of <source-file> with app dest (PR #542)
     add 4d151d3  GH-539 fix destination path fallback (PR #542)
     add f8584c6  unit test source-file with custom lib target-dir (PR #542)
     add 951ff55  unit test uninstall of <source-file> with app dest (PR #542)
     add 717d768  GH-540 fix for source-file with app target-dir (PR #542)
     add 5222a0f  Fix tests of plugin files with new app dir scheme (PR #542)
     add e3468c6  Check target-dir mapping of plugin xml source file (PR #550)
     add dea6846  Check old compat of other extension (CB-14125) (PR #550)
     add 9537e34  Test old plugin aidl & lib mapping - repros GH-547 (PR #550)
     add 07e1fe1  Cleanup getInstallDestination in pluginHandlers.js (PR #550)
     add 298f1e3  Fix comments in getInstallDestination (PR #550)
     add 9848aa8  GH-547 Fix for old plugins with non-Java sources (PR #550)
     add 0ebc9a6  add missing cast for cdvMinSdkVersion (GH-551)
     add 32e3eae  GH-552 (android) check for build-extras.gradle in the app-parent directory (#553)
     new 442734d  Merge pull request #555 from brodybits/7.1.3-patch-updates

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 bin/templates/cordova/lib/pluginHandlers.js        |  32 ++++--
 bin/templates/project/app/build.gradle             |  22 ++--
 cordova-js-src/exec.js                             |  11 --
 .../org.test.plugins.dummyplugin/plugin.xml        |  12 +++
 .../src/android/DummyPlugin2.java                  |   1 +
 .../src/android/TestAar.aar                        |   1 +
 .../src/android/jniLibs/x86/libnative.so           |   1 +
 .../src/android/myapi.aidl                         |   1 +
 .../src/android/mysettings.xml                     |   1 +
 .../src/android/other.extension                    |   1 +
 .../src/android/testaar2.aar                       |   1 +
 .../src/android/testjar2.jar                       |   1 +
 spec/unit/pluginHandlers/handlers.spec.js          | 115 +++++++++++++++++++++
 13 files changed, 172 insertions(+), 28 deletions(-)
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/DummyPlugin2.java
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/TestAar.aar
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/jniLibs/x86/libnative.so
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/myapi.aidl
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/mysettings.xml
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/other.extension
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/testaar2.aar
 create mode 100644 spec/fixtures/org.test.plugins.dummyplugin/src/android/testjar2.jar


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


[cordova-android] 01/01: Merge pull request #555 from brodybits/7.1.3-patch-updates

Posted by br...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch 7.1.x
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit 442734dc477031f36f318f4419209a6314aac0ab
Merge: f86519b 32e3eae
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Sat Nov 17 19:32:57 2018 -0500

    Merge pull request #555 from brodybits/7.1.3-patch-updates
    
    7.1.3 patch updates

 bin/templates/cordova/lib/pluginHandlers.js        |  32 ++++--
 bin/templates/project/app/build.gradle             |  22 ++--
 cordova-js-src/exec.js                             |  11 --
 .../org.test.plugins.dummyplugin/plugin.xml        |  12 +++
 .../src/android/DummyPlugin2.java                  |   1 +
 .../src/android/TestAar.aar                        |   1 +
 .../src/android/jniLibs/x86/libnative.so           |   1 +
 .../src/android/myapi.aidl                         |   1 +
 .../src/android/mysettings.xml                     |   1 +
 .../src/android/other.extension                    |   1 +
 .../src/android/testaar2.aar                       |   1 +
 .../src/android/testjar2.jar                       |   1 +
 spec/unit/pluginHandlers/handlers.spec.js          | 115 +++++++++++++++++++++
 13 files changed, 172 insertions(+), 28 deletions(-)


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