Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova 3.0 compatibility for Badge, PowerMgmt, SDID and a modified version of InAppBrowser #128

Open
wants to merge 25 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[submodule "iOS/SecureDeviceIdentifier"]
path = iOS/SecureDeviceIdentifier
url = https://github.com/cemerson/cordova-securedeviceidentifier.git
[submodule "iOS/PowerManagement"]
path = iOS/PowerManagement
url = https://github.com/cemerson/cordova-powermanagement.git
[submodule "iOS/Badge"]
path = iOS/Badge
url = https://github.com/cemerson/cordova-badge.git
[submodule "iOS/InAppBrowser"]
path = iOS/InAppBrowser
url = https://github.com/cemerson/cordova-inappbrowser-ce.git
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
**cemerson fork note**: My fork of this repo uses submodules for a few plugins. To clone with all submodules intact use:

git clone --recursive https://github.com/cemerson/phonegap-plugins.git


**NOTE**: We don’t want to “clutter” this repo with code anymore. Authors should maintain the code in their own repos and just put a pointer in a README.md in this repo.

It would be best for everyone if the individual authors of the plugins were able to manage issues and pull requests while still allowing this to be an easier way for users to discover the plugins they need.
Expand All @@ -20,4 +25,4 @@ Permission is hereby granted, free of charge, to any person obtaining a copy of

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
1 change: 1 addition & 0 deletions iOS/Badge
Submodule Badge added at eb5abb
23 changes: 0 additions & 23 deletions iOS/Badge/Badge.h

This file was deleted.

50 changes: 0 additions & 50 deletions iOS/Badge/Badge.js

This file was deleted.

18 changes: 0 additions & 18 deletions iOS/Badge/Badge.m

This file was deleted.

34 changes: 0 additions & 34 deletions iOS/Badge/README

This file was deleted.

1 change: 1 addition & 0 deletions iOS/InAppBrowser
Submodule InAppBrowser added at 869837
1 change: 1 addition & 0 deletions iOS/PowerManagement
Submodule PowerManagement added at 92c967
Loading