forked from phonegap/phonegap-plugins
-
Notifications
You must be signed in to change notification settings - Fork 35
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
Add "Get MAC address from iOS" #4
Open
mrjoey
wants to merge
329
commits into
sinacloud:master
Choose a base branch
from
mrjoey:patch-2
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…egap (Cordova) 2.1.0.
Added Foreground Camera Plugin and Foreground Gallery Plugin for Phonegap (Cordova) 2.1.0
Added "remove" method and README for PhoneGap 2.0
Using PhoneGap 2.0 or higher (aka Cordova) the res/xml/plugins.xml is no longer supported. Therefore the plugin must be added in the res/xml/config.xml in the <plugin>-section, which seems to be used from this time on.
Downloader - Modifying imports to org.apache.cordova.api
Update Android/StatusBarNotification/README.md
Corrected the method name and the plugin name.
Plugin used to detect if the GPS is enabled or not.
Added screenshot for filepicker
Android Calendar Plugin
Add Moodstocks image recognition SDK plugin for PhoneGap 2.3.0
GPS detection plugin
Fixed other Capitol C
SMSComposer compatability for 2.4
Fixes #857, #392 - also closes #700
…-- link to my repo
New social plugin for iOS
To clear all notifications, just alter cancelAllNotifications fron LocalNotifications.m file adding: [[UIApplication sharedApplication] setApplicationIconBadgeNumber: 1]; [[UIApplication sharedApplication] setApplicationIconBadgeNumber: 0]; before [[UIApplication sharedApplication] cancelAllLocalNotifications]; I hope, that solution can help.
Added brackets to fix typecasting errors
find details in README.md Wikitude will no longer maintain plugin inside PhoneGap's github account but use its own account instead
Wikitude's plugin now has its own Git
Update iPhone/LocalNotification/plugin/LocalNotification.m
Updated Torch plugin for 2.4
Migration of the Android InAppBilling plugin to an external github repo
added Version Plugin for Android
Upgraded SpeechRecognizer plugin to 2.5.0 Plugin Architecture
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.