You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by pv...@apache.org on 2021/06/28 15:21:12 UTC

[cordova-plugin-whitelist] branch 1.3.x updated (03bb9cb -> c02580b)

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

pvpoyer pushed a change to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-whitelist.git.


    from 03bb9cb  CB-12519 Updated version and RELEASENOTES.md for release 1.3.2
     add 91ff8df  CB-12224 Incremented plugin version.
     add b24ebd5  CB-12236 - Fixed RELEASENOTES for cordova-plugin-whitelist
     add 33d5115  CB-12519 Updated version and RELEASENOTES.md for release 1.3.2
     add 7c2f3c4  Set VERSION to 1.3.3-dev (via coho)
     add 97c3133  CB-12847: added `bugs` entry to package.json.
     add d10c824  CB-13542 Updated version and RELEASENOTES.md for release 1.3.3 (via coho)
     add aed9b33  Set VERSION to 1.3.4-dev (via coho)
     add 8d3f86b  Clarify unconfigured Intent Whitelist behaviour (#26)
     add fa78675  remove JIRA link
     add 34ed9d0  Remove information about cordova-android (#27)
     add 86b3ee1  Add or update GitHub pull request and issue template
     add 7725fed  Added information on allow-navigation preceding allow-intent (#41)
     add e4f17b0  test,ci(travis): Tests (extracted from cordova-mobile-spec) (#38)
     add bf8fea5  build: add `.npmignore` to remove unneeded files from npm package
     add ed0206b  build: add `.gitattributes` to force LF (instead of possible CRLF on Windows)
     add d804ef2  chore: manually fix lines breaks to LF
     add e9f6a5c  chore(release): release notes for 1.3.4
     add 5620d36  chore(release): 1.3.4 (version string)
     add 5add264  chore(release): 1.3.5-dev
     add 9ffe3d9  ci(travis): upgrade to node 8
     add d3d00a0  docs: apply syntax highlighting to code samples (#48)
     add a92d826  chore(npm): improve ignore list (#51)
     add c427277  ci(travis): updates Node.js version (#52)
     add 18415ad  Update CONTRIBUTING.md
     add 17aa3ed  chore(asf): update git notification settings
     add 2de1a42  ci(travis): updates Android API level (#54)
     add 8800cbe  ci(travis): update osx xcode image (#55)
     add 446ab4f  chore: clean up package.json (#56)
     add 6447ab8  ci: add node-14.x to workflow (#58)
     add 83b77a5  breaking: deprecate plugin (#59)
     add 5e538b2  fix: lock next patch release to cordova-android <10 (#62)
     add 2e5db06  Updated version and RELEASENOTES.md for release cordova-plugin-whitelist20210626
     new c02580b  Merge branch 'master' into 1.3.x

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:
 .asf.yaml                                  |  26 ++++
 .gitattributes                             |   1 +
 .github/ISSUE_TEMPLATE.md                  |  42 ++++++
 .github/ISSUE_TEMPLATE/BUG_REPORT.md       |  50 +++++++
 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md  |  29 ++++
 .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md |  27 ++++
 .github/PULL_REQUEST_TEMPLATE.md           |  27 +++-
 .npmignore                                 |   3 +
 .travis.yml                                | 119 ++++++++++++++++
 CONTRIBUTING.md                            |   6 +-
 README.md                                  | 166 ++++++++++++----------
 RELEASENOTES.md                            |  29 ++++
 doc/de/README.md                           | 148 --------------------
 doc/es/README.md                           | 148 --------------------
 doc/fr/README.md                           | 148 --------------------
 doc/it/README.md                           | 148 --------------------
 doc/ja/README.md                           | 148 --------------------
 doc/ko/README.md                           | 148 --------------------
 doc/pl/README.md                           | 148 --------------------
 doc/zh/README.md                           | 148 --------------------
 package.json                               |  21 +--
 plugin.xml                                 |   8 +-
 tests/README.md                            |  53 +++++++
 tests/package.json                         |  15 ++
 plugin.xml => tests/plugin.xml             |  40 +++---
 tests/scripts/remove-access.js             |  19 +++
 tests/src/android/WhitelistAPI.java        |  90 ++++++++++++
 tests/tests.js                             | 214 +++++++++++++++++++++++++++++
 tests/www/whitelist.js                     |  34 +++++
 29 files changed, 905 insertions(+), 1298 deletions(-)
 create mode 100644 .asf.yaml
 create mode 100644 .gitattributes
 create mode 100644 .github/ISSUE_TEMPLATE.md
 create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md
 create mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
 create mode 100644 .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
 create mode 100644 .npmignore
 create mode 100644 .travis.yml
 delete mode 100644 doc/de/README.md
 delete mode 100644 doc/es/README.md
 delete mode 100644 doc/fr/README.md
 delete mode 100644 doc/it/README.md
 delete mode 100644 doc/ja/README.md
 delete mode 100644 doc/ko/README.md
 delete mode 100644 doc/pl/README.md
 delete mode 100644 doc/zh/README.md
 create mode 100644 tests/README.md
 create mode 100644 tests/package.json
 copy plugin.xml => tests/plugin.xml (54%)
 create mode 100644 tests/scripts/remove-access.js
 create mode 100644 tests/src/android/WhitelistAPI.java
 create mode 100644 tests/tests.js
 create mode 100644 tests/www/whitelist.js

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


[cordova-plugin-whitelist] 01/01: Merge branch 'master' into 1.3.x

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

pvpoyer pushed a commit to branch 1.3.x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-whitelist.git

commit c02580b0cf0d09c921b0154192c9431ef41e92d3
Merge: 03bb9cb 2e5db06
Author: PVPoyer <pi...@portofantwerp.com>
AuthorDate: Mon Jun 28 17:20:40 2021 +0200

    Merge branch 'master' into 1.3.x
    
    # Conflicts:
    #	RELEASENOTES.md
    #	package.json
    #	plugin.xml

 .asf.yaml                                  |  26 ++++
 .gitattributes                             |   1 +
 .github/ISSUE_TEMPLATE.md                  |  42 ++++++
 .github/ISSUE_TEMPLATE/BUG_REPORT.md       |  50 +++++++
 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md  |  29 ++++
 .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md |  27 ++++
 .github/PULL_REQUEST_TEMPLATE.md           |  27 +++-
 .npmignore                                 |   3 +
 .travis.yml                                | 119 ++++++++++++++++
 CONTRIBUTING.md                            |   6 +-
 README.md                                  | 166 ++++++++++++----------
 RELEASENOTES.md                            |  29 ++++
 doc/de/README.md                           | 148 --------------------
 doc/es/README.md                           | 148 --------------------
 doc/fr/README.md                           | 148 --------------------
 doc/it/README.md                           | 148 --------------------
 doc/ja/README.md                           | 148 --------------------
 doc/ko/README.md                           | 148 --------------------
 doc/pl/README.md                           | 148 --------------------
 doc/zh/README.md                           | 148 --------------------
 package.json                               |  21 +--
 plugin.xml                                 |   8 +-
 tests/README.md                            |  53 +++++++
 tests/package.json                         |  15 ++
 plugin.xml => tests/plugin.xml             |  40 +++---
 tests/scripts/remove-access.js             |  19 +++
 tests/src/android/WhitelistAPI.java        |  90 ++++++++++++
 tests/tests.js                             | 214 +++++++++++++++++++++++++++++
 tests/www/whitelist.js                     |  34 +++++
 29 files changed, 905 insertions(+), 1298 deletions(-)

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