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 2022/04/25 13:44:18 UTC

[cordova-plugin-media] branch fix/remove-old-platform-code updated (46e7899 -> 0eddebf)

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

erisu pushed a change to branch fix/remove-old-platform-code
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-media.git


    omit 46e7899  fix: remove deprecated platform code snippets
     add b372d7a  ci(travis): updates Android API level (#291)
     add a10c6d0  ci(travis): update osx xcode image (#292)
     add eb99c85  ci: add node-14.x to workflow (#298)
     add ef2983c  ci: add gh-actions workflows (#311)
     add e2b1858  ci: remove travis & appveyor (#312)
     add e29fcc6  ci: add action-badge (#313)
     add 70a78a2  test(browser): disable test cases w/ play() due to Chrome's Autoplay Policy (#318)
     add 458765b  ci(ios): update workflow w/ iOS 15 (#320)
     add 4093f7e  fix(android): get external files directory for Android 10+ (#317)
     add 4380d02  dep: bump @cordova/eslint-config@4.0.0 w/ fix & package-lock rebuild (#329)
     add fcc8db2  Updated version and RELEASENOTES.md for release 5.0.4 (media-v5.0.4)
     add 7f1a0f6  Increment package version to 5.0.5-dev
     add 2e49e6f  chore: bump version to 6.0.0-dev (#335)
     add f054a02  chore: rebuilt package-lock (#336)
     add 8bc7da1  chore: bump cordovaDependencies next next major cordova requirement (#337)
     add 6419757  dep!: bump cordova-plugin-file@^7.0.0 (#334)
     add 9c3c3ff  fix(android): issue #325 (#328)
     add 0eddebf  fix: remove deprecated platform code snippets

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (46e7899)
            \
             N -- N -- N   refs/heads/fix/remove-old-platform-code (0eddebf)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

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:
 .appveyor.yml                                 |   32 -
 .eslintrc.yml                                 |    4 +
 .github/workflows/android.yml                 |  148 +
 .github/workflows/chrome.yml                  |   73 +
 .github/workflows/ios.yml                     |  106 +
 CONTRIBUTING.md => .github/workflows/lint.yml |   49 +-
 .npmignore                                    |    1 -
 .travis.yml                                   |  113 -
 README.md                                     |    6 +-
 RELEASENOTES.md                               |   29 +-
 package-lock.json                             | 3815 +++++++++++++++++++------
 package.json                                  |    7 +-
 plugin.xml                                    |    6 +-
 src/android/AudioHandler.java                 |    3 +
 src/android/AudioPlayer.java                  |   38 +-
 tests/package.json                            |    2 +-
 tests/plugin.xml                              |    2 +-
 tests/tests.js                                |   52 +-
 18 files changed, 3367 insertions(+), 1119 deletions(-)
 delete mode 100644 .appveyor.yml
 create mode 100644 .github/workflows/android.yml
 create mode 100644 .github/workflows/chrome.yml
 create mode 100644 .github/workflows/ios.yml
 copy CONTRIBUTING.md => .github/workflows/lint.yml (53%)
 delete mode 100644 .travis.yml


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