You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/05/09 17:49:38 UTC

[cordova-plugin-splashscreen] branch 5.0.x updated (dedb89e -> 67b1348)

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

janpio pushed a change to branch 5.0.x
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git.


 discard dedb89e  Merge branch 'master' into 5.0.x
    omit 5bcb851  Updated version and RELEASENOTES.md for release 5.0.3 (splash20190509)
    omit 6800de2  CI: Use universal paramedic travis.yml (#210)
    omit 76bec98  Revert Paramedic Dev Branch Usage (#208)
    omit 61e353f  Improve README (#198)
    omit 4d8cd6f  Updated Travis CI Settings and Package.json (#194)
    omit 8490496  Add or update GitHub pull request and issue template
    omit 95f91bf  remove JIRA link
    omit e78f1d1  also accept terms for android sdk `android-27`
    omit 8ba8f41  Merge pull request #138 from adamschachne/master
    omit 91a8210  Merge pull request #149 from mmig/CB-12277
    omit c95a26a  Merge branch 'master' into CB-12277
    omit d96c08e  CB-13826 Incremented plugin version.
    omit 09e1f06  CB-13826 Updated version and RELEASENOTES.md for release 5.0.2
    omit f9c88b8  CB-12277: (android) avoid NullPointerException on splashImageView when removing splashscreen
    omit 5f41762  Fixed docs typo

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/5.0.x (67b1348)
            \
             O -- O -- O   (dedb89e)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .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 +--
 .travis.yml                                | 182 ++++++++--------
 README.md                                  | 322 ++++++++++++++---------------
 RELEASENOTES.md                            |   5 -
 doc/de/README.md                           | 119 +++++++++++
 doc/de/index.md                            |  78 +++++++
 doc/es/README.md                           | 119 +++++++++++
 doc/es/index.md                            |  76 +++++++
 doc/fr/README.md                           | 119 +++++++++++
 doc/fr/index.md                            |  78 +++++++
 doc/it/README.md                           | 119 +++++++++++
 doc/it/index.md                            |  78 +++++++
 doc/ja/README.md                           | 119 +++++++++++
 doc/ja/index.md                            |  78 +++++++
 doc/ko/README.md                           | 119 +++++++++++
 doc/ko/index.md                            |  78 +++++++
 doc/pl/README.md                           | 119 +++++++++++
 doc/pl/index.md                            |  78 +++++++
 doc/ru/index.md                            |  75 +++++++
 doc/zh/README.md                           | 119 +++++++++++
 doc/zh/index.md                            |  78 +++++++
 package.json                               |  17 +-
 plugin.xml                                 |   2 +-
 src/android/SplashScreen.java              |   4 +-
 tests/ios/{ => doc/de}/README.md           |  21 +-
 tests/ios/{ => doc/es}/README.md           |  21 +-
 tests/ios/{ => doc/fr}/README.md           |  21 +-
 tests/ios/{ => doc/it}/README.md           |  21 +-
 tests/ios/{ => doc/ja}/README.md           |  21 +-
 tests/ios/{ => doc/ko}/README.md           |  21 +-
 tests/ios/{ => doc/pl}/README.md           |  21 +-
 tests/ios/{ => doc/zh}/README.md           |  21 +-
 tests/package.json                         |   2 +-
 tests/plugin.xml                           |   2 +-
 38 files changed, 1988 insertions(+), 540 deletions(-)
 delete mode 100644 .github/ISSUE_TEMPLATE.md
 delete mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.md
 delete mode 100644 .github/ISSUE_TEMPLATE/FEATURE_REQUEST.md
 delete mode 100644 .github/ISSUE_TEMPLATE/SUPPORT_QUESTION.md
 create mode 100644 doc/de/README.md
 create mode 100644 doc/de/index.md
 create mode 100644 doc/es/README.md
 create mode 100644 doc/es/index.md
 create mode 100644 doc/fr/README.md
 create mode 100644 doc/fr/index.md
 create mode 100644 doc/it/README.md
 create mode 100644 doc/it/index.md
 create mode 100644 doc/ja/README.md
 create mode 100644 doc/ja/index.md
 create mode 100644 doc/ko/README.md
 create mode 100644 doc/ko/index.md
 create mode 100644 doc/pl/README.md
 create mode 100644 doc/pl/index.md
 create mode 100644 doc/ru/index.md
 create mode 100644 doc/zh/README.md
 create mode 100644 doc/zh/index.md
 copy tests/ios/{ => doc/de}/README.md (66%)
 copy tests/ios/{ => doc/es}/README.md (67%)
 copy tests/ios/{ => doc/fr}/README.md (67%)
 copy tests/ios/{ => doc/it}/README.md (67%)
 copy tests/ios/{ => doc/ja}/README.md (62%)
 copy tests/ios/{ => doc/ko}/README.md (66%)
 copy tests/ios/{ => doc/pl}/README.md (69%)
 copy tests/ios/{ => doc/zh}/README.md (70%)


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