You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by er...@apache.org on 2020/01/29 01:13:06 UTC

[cordova-android] branch master updated (dee1e77 -> 3712619)

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

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


    from dee1e77  feat: add kotlin support (#896)
     add 3712619  refactor: remove shelljs dependency (#842)

No new revisions were added by this update.

Summary of changes:
 LICENSE                                            |  30 ---
 bin/lib/create.js                                  | 176 ++++++++---------
 bin/lib/utils.js                                   |  47 +++++
 bin/templates/cordova/lib/build.js                 |  50 ++---
 .../cordova/lib/builders/ProjectBuilder.js         | 217 +++++++++------------
 bin/templates/cordova/lib/check_reqs.js            |  45 +++--
 bin/templates/cordova/lib/emulator.js              |  29 ++-
 bin/templates/cordova/lib/pluginHandlers.js        |  47 ++---
 bin/templates/cordova/lib/prepare.js               |  34 ++--
 bin/templates/cordova/lib/utils.js                 |  97 +++++++++
 framework/.classpath                               |   9 +-
 package.json                                       |   3 +-
 spec/e2e/helpers/projectActions.js                 | 150 ++++++++++++++
 spec/e2e/plugin.spec.js                            |   5 +-
 spec/unit/builders/ProjectBuilder.spec.js          |  64 ++----
 spec/unit/check_reqs.spec.js                       |  20 +-
 spec/unit/create.spec.js                           |  64 ++++--
 spec/unit/emulator.spec.js                         |  20 +-
 spec/unit/pluginHandlers/common.spec.js            |  47 +++--
 spec/unit/pluginHandlers/handlers.spec.js          |  81 ++++----
 20 files changed, 713 insertions(+), 522 deletions(-)
 create mode 100644 bin/lib/utils.js
 create mode 100644 bin/templates/cordova/lib/utils.js
 create mode 100644 spec/e2e/helpers/projectActions.js


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