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 16:08:39 UTC

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

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.


    from 67b1348  CB-13826 Updated version and RELEASENOTES.md for release 5.0.2
     add f9c88b8  CB-12277: (android) avoid NullPointerException on splashImageView when removing splashscreen
     add 09e1f06  CB-13826 Updated version and RELEASENOTES.md for release 5.0.2
     add d96c08e  CB-13826 Incremented plugin version.
     add c95a26a  Merge branch 'master' into CB-12277
     add 91a8210  Merge pull request #149 from mmig/CB-12277
     add 5f41762  Fixed docs typo
     add 8ba8f41  Merge pull request #138 from adamschachne/master
     add e78f1d1  also accept terms for android sdk `android-27`
     add 95f91bf  remove JIRA link
     add 8490496  Add or update GitHub pull request and issue template
     add 4d8cd6f  Updated Travis CI Settings and Package.json (#194)
     add 61e353f  Improve README (#198)
     add 76bec98  Revert Paramedic Dev Branch Usage (#208)
     add 6800de2  CI: Use universal paramedic travis.yml (#210)
     add 5bcb851  Updated version and RELEASENOTES.md for release 5.0.3 (splash20190509)
     new dedb89e  Merge branch 'master' into 5.0.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:
 .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                 |  39 ----
 tests/ios/doc/es/README.md                 |  39 ----
 tests/ios/doc/fr/README.md                 |  39 ----
 tests/ios/doc/it/README.md                 |  39 ----
 tests/ios/doc/ja/README.md                 |  39 ----
 tests/ios/doc/ko/README.md                 |  39 ----
 tests/ios/doc/pl/README.md                 |  39 ----
 tests/ios/doc/zh/README.md                 |  39 ----
 tests/package.json                         |   2 +-
 tests/plugin.xml                           |   2 +-
 38 files changed, 452 insertions(+), 2220 deletions(-)
 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
 delete mode 100644 doc/de/README.md
 delete mode 100644 doc/de/index.md
 delete mode 100644 doc/es/README.md
 delete mode 100644 doc/es/index.md
 delete mode 100644 doc/fr/README.md
 delete mode 100644 doc/fr/index.md
 delete mode 100644 doc/it/README.md
 delete mode 100644 doc/it/index.md
 delete mode 100644 doc/ja/README.md
 delete mode 100644 doc/ja/index.md
 delete mode 100644 doc/ko/README.md
 delete mode 100644 doc/ko/index.md
 delete mode 100644 doc/pl/README.md
 delete mode 100644 doc/pl/index.md
 delete mode 100644 doc/ru/index.md
 delete mode 100644 doc/zh/README.md
 delete mode 100644 doc/zh/index.md
 delete mode 100644 tests/ios/doc/de/README.md
 delete mode 100644 tests/ios/doc/es/README.md
 delete mode 100644 tests/ios/doc/fr/README.md
 delete mode 100644 tests/ios/doc/it/README.md
 delete mode 100644 tests/ios/doc/ja/README.md
 delete mode 100644 tests/ios/doc/ko/README.md
 delete mode 100644 tests/ios/doc/pl/README.md
 delete mode 100644 tests/ios/doc/zh/README.md


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


[cordova-plugin-splashscreen] 01/01: Merge branch 'master' into 5.0.x

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

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

commit dedb89e864055ccb075e88ab58d7dfd5dacf469e
Merge: 67b1348 5bcb851
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu May 9 18:05:59 2019 +0200

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

 .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                 |  39 ----
 tests/ios/doc/es/README.md                 |  39 ----
 tests/ios/doc/fr/README.md                 |  39 ----
 tests/ios/doc/it/README.md                 |  39 ----
 tests/ios/doc/ja/README.md                 |  39 ----
 tests/ios/doc/ko/README.md                 |  39 ----
 tests/ios/doc/pl/README.md                 |  39 ----
 tests/ios/doc/zh/README.md                 |  39 ----
 tests/package.json                         |   2 +-
 tests/plugin.xml                           |   2 +-
 38 files changed, 452 insertions(+), 2220 deletions(-)


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