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/01 01:58:47 UTC

[cordova-plugin-device] branch feat/readme-update updated (562af43 -> 3917092)

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

erisu pushed a change to branch feat/readme-update
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-device.git.


 discard 562af43  docs: various README enhancments
     add aefa6b2  Update CONTRIBUTING.md
     add 846373a  chore(asf): update git notification settings
     add 9c66fa1  ci(travis): updates Android API level (#127)
     add 64ee3cb  ci(travis): update osx xcode image (#128)
     add 4c18d1f  chore: clean up package.json (#132)
     add 2fc1d3c  ci: add node-14.x to workflow (#136)
     add c1b76be  ci: add gh-actions workflows (#141)
     add dbe1616  docs: Update information about device.uuid for Android (#138)
     add fb876b0  doc: Noted android quirks on serial property (#143)
     add 17c3d8f  ci: remove travis & appveyor (#144)
     add 22c85fb  ci: add action-badge (#145)
     add db1ee07  ci(ios): update workflow w/ iOS 15 (#146)
     add 62277d5  chore: bump plugin to 2.1.0-dev (#153)
     add f6cf8a6  feat(electron): add support (#135)
     add 3b48f30  fix(osx): rename classes to fix plugin (#152)
     add 5b3d2cb  chore(electron): fix package.json typo (#154)
     add 828be76  docs: various README enhancments
     add 3917092  doc: remove deprecated windows phone 7 comment

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   (562af43)
            \
             N -- N -- N   refs/heads/feat/readme-update (3917092)

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 => .asf.yaml                    |  15 ++-
 .eslintignore                                 |   1 +
 .github/workflows/android.yml                 | 148 ++++++++++++++++++++++++++
 .github/workflows/chrome.yml                  |  73 +++++++++++++
 .github/workflows/ios.yml                     | 106 ++++++++++++++++++
 CONTRIBUTING.md => .github/workflows/lint.yml |  49 ++++++---
 .gitignore                                    |   8 +-
 .npmignore                                    |   3 +-
 .travis.yml                                   | 119 ---------------------
 CONTRIBUTING.md                               |   8 +-
 README.md                                     |  28 +++--
 package-lock.json                             |   2 +-
 package.json                                  |  16 ++-
 plugin.xml                                    |  13 ++-
 src/electron/index.js                         |  42 ++++++++
 src/electron/package.json                     |  20 ++++
 src/osx/CDVDevice.h                           |   2 +-
 src/osx/CDVDevice.m                           |   2 +-
 tests/package.json                            |   2 +-
 tests/plugin.xml                              |   2 +-
 21 files changed, 483 insertions(+), 208 deletions(-)
 delete mode 100644 .appveyor.yml
 copy .eslintrc.yml => .asf.yaml (77%)
 create mode 100644 .eslintignore
 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
 create mode 100644 src/electron/index.js
 create mode 100644 src/electron/package.json

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