Files
phonegap-plugins/Android
Braden Shepherdson 161428abb9 Improvements to Android status bar notifications
Several things here:
- Add support for the W3C notifications spec, and rewrite the old API to
  call the new W3C one behind the scenes.
- Notifications are now automatically cleared when the user clicks.
- Clicking the notification brings the user to the same instance of the
  app as was already running (and not a new copy as by default in
  Android notifications).
- Support for multiple notifications from one app using tags, as
  specified in the W3C spec and supported by Android.
- Support for canceling a single notification by tag, as per W3C spec.

Callbacks to Javascript when the user clicks are specified but not yet
supported; I will add that assuming I can get Android to call some code
in the plugin when the notification is clicked.
2012-08-28 15:19:40 -04:00
..
2011-10-24 14:16:30 +02:00
2011-09-06 15:29:28 +10:00
.
2012-05-05 16:38:16 -04:00
2012-03-28 15:04:51 -04:00
2012-08-18 08:30:32 +01:00
2011-08-10 13:37:03 +03:00
2012-07-03 02:08:39 -03:00
2012-08-23 03:21:54 -07:00
2011-08-28 15:21:47 +03:00
2010-10-06 17:01:48 -07:00

This code is completely dependent on the PhoneGap project, also hosted on
GitHub ( github.com/phonegap/phonegap )

This folder is for Android specific plugins.
Please include a readme in your plugin, and preferably some sample code for how to use it.
Please specify what devices+os versions your plugin supports.





The MIT License

Copyright (c) 2010 Nitobi

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

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.