Andreas Sommer
f5ef118263
Added MIT license hints
2012-10-12 23:01:50 +02:00
Andreas Sommer
7ee43d4f3f
Added example project
2012-10-12 22:06:55 +02:00
Andreas Sommer
e919beac2d
Added tab bar plugin for Android based on ActionBarSherlock
2012-10-12 22:06:21 +02:00
Andreas Sommer
7ca8ace205
Merge branch 'master' of git://github.com/phonegap/phonegap-plugins
2012-10-12 21:30:05 +02:00
macdonst
1f72eeda03
Merge pull request #832 from devinmotion/patch-1
...
Update Android/StatusBarNotification/README.md
2012-10-10 13:16:12 -07:00
macdonst
6b4d13d394
Merge pull request #831 from mbonet/master
...
Downloader - Modifying imports to org.apache.cordova.api
2012-10-10 13:15:41 -07:00
devinmotion
b44a71b142
Update Android/StatusBarNotification/README.md
...
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.
2012-10-10 23:08:30 +03:00
mbonet
04d7cb6b31
Modifying imports to org.apache.cordova.api
2012-10-10 22:54:41 +03:00
Andreas Sommer
5553ea9e9e
Added correct NSNull/nil checks
2012-10-06 20:41:03 +02:00
Andreas Sommer
ace09589e9
Implemented changing tint color of tab bar
2012-10-05 19:48:59 +02:00
Andreas Sommer
c7dbd09b2a
Cordova 2.1.0 compatibility
2012-10-05 18:56:23 +02:00
Andreas Sommer
42eb2ce8bc
Cordova 2.1.0 compatibility
2012-10-05 18:52:31 +02:00
Andreas Sommer
f30a3ed574
Fix incorrect call for right navigation button
2012-10-05 18:37:42 +02:00
macdonst
52cbb53ccc
Merge pull request #816 from Ranhiru/master
...
Added "remove" method and README for PhoneGap 2.0
2012-10-04 10:25:08 -07:00
Ranhiru Cooray
2240d1f58c
Merge branch 'master' of https://github.com/Ranhiru/phonegap-plugins
2012-10-04 11:44:49 +05:30
macdonst
d1786bf1e1
Merge pull request #820 from vinnysoft/master
...
Added Foreground Camera Plugin and Foreground Gallery Plugin for Phonegap (Cordova) 2.1.0
2012-10-03 13:01:22 -07:00
Vinícius Soares Fonseca
adb560387f
Added Foreground Camera Plugin and Foreground Gallery Plugin for Phonegap (Cordova) 2.1.0.
2012-10-03 16:21:19 -03:00
Max Ogden
beff916fcd
use newer jsonkit API in ios pushnotification
2012-10-02 20:58:26 +02:00
Ranhiru Cooray
36197dfcae
Revert "Added sample AppPreferences project for Cordova 2"
...
This reverts commit 704533063b .
2012-10-02 05:33:12 +05:30
Ranhiru Cooray
704533063b
Added sample AppPreferences project for Cordova 2
...
Added sample project with examples on how to use the AppPreferences
plugin for Cordova 2.0
2012-09-30 14:46:17 +05:30
Ranhiru Cooray
a1cb7b82e6
Added info and sample about the "clear" option
2012-09-30 14:26:35 +05:30
Ranhiru Cooray
a59ca5ec1e
Updated load and show methods
...
Updated sample methods of load and show methods.
2012-09-30 13:55:51 +05:30
Ranhiru Cooray
90925e65da
Added new readme file for 2.0.0
...
Added new readme file containing examples for PhoneGap 2.0 way of
defining plugins and calling methods.
2012-09-30 13:50:32 +05:30
Ranhiru Cooray
7575313a98
Added "remove" option
...
Added a remove option where you can specify the key to remove.
2012-09-30 13:49:01 +05:30
macdonst
31631e43f1
Merge pull request #811 from Red-Folder/master
...
[Android] Background Service - Cordova 2.x.x version
2012-09-28 08:26:22 -07:00
Red-Folder
2835bbb4a5
new file: Android/BackgroundService/2.0.0/MyService.java
...
new file: Android/BackgroundService/2.0.0/README.md
new file: Android/BackgroundService/2.0.0/backgroundService-2.0.0.js
new file: Android/BackgroundService/2.0.0/backgroundserviceplugin-2.0.0.jar
new file: Android/BackgroundService/2.0.0/index-2.0.0.html
new file: Android/BackgroundService/2.0.0/myService-2.0.0.js
modified: Android/BackgroundService/README.md
2012-09-27 22:37:49 +01:00
macdonst
411eebc32c
Merge pull request #808 from Ranhiru/master
...
Fixed invalid check in set and added clear option
2012-09-26 07:30:29 -07:00
Ranhiru Cooray
57e1cf183d
Fixed invalid check in set and added clear option
...
Currently the "set" method checks whether the shared preferences has
that value already with if (sharedPrefs.contains(key)) which makes set
method unable to be used to set a new value. The additonal check is
incorrect, IMO.
Also added the code to clear all the shared preferences.
2012-09-26 13:05:32 +05:30
Ranhiru Cooray
584bb102ca
Added "clear" option
...
Added a "clear" option that clears all the application preferences
2012-09-26 13:01:49 +05:30
Max Ogden
94ec94efc9
use 2.1 compatible imports in ios pushnotification plugin. fixes #807
2012-09-25 09:40:51 -07:00
macdonst
d388ff85c0
Merge pull request #805 from paulb777/patch-1
...
Update Android/PayPalPlugin/README.md
2012-09-24 09:48:28 -07:00
Paul Beusterien
667a36adda
Update Android/PayPalPlugin/README.md
...
Revert yesterday's pull. I didn't realize Tomasz did an update last month
2012-09-24 08:58:42 -07:00
Max Ogden
e50700e512
Merge pull request #800 from rjmunro/patch-1
...
Update Android/DatePicker/README.md
2012-09-24 08:49:44 -07:00
tommy-carlos williams
ef69964152
Merge pull request #804 from paulb777/master
...
PayPal plugin bit rot warning
2012-09-23 18:31:02 -07:00
Paul Beusterien
a985a9367b
Update Android/PayPalPlugin/README.md
...
Add bit rot warning message to Readme
2012-09-23 18:23:38 -07:00
Shazron Abdullah
d4ce61db03
Updated iOS ChildBrowser: 1. Fixed iOS 6 orientation issue, 2. ARC/non-ARC compatibility 3. Uncrustified
2012-09-20 18:39:23 -07:00
macdonst
911d3d7081
Merge pull request #801 from Red-Folder/master
...
[Android] BackgroundService - additional links in README.md files
2012-09-20 15:28:15 -07:00
Red-Folder
950f675523
modified: Android/BackgroundService/1.8.1/README.md
...
modified: Android/BackgroundService/README.md
2012-09-20 22:08:14 +01:00
Red-Folder
da122273ea
modified: Android/BackgroundService/1.8.1/README.md
...
modified: Android/BackgroundService/README.md
2012-09-20 22:02:05 +01:00
Red-Folder
a7909dc6a2
modified: Android/BackgroundService/1.8.1/README.md
2012-09-20 21:54:41 +01:00
Red-Folder
92370f8147
modified: ../../Android/BackgroundService/README.md
2012-09-20 21:52:58 +01:00
Red-Folder
c2e24ae05d
modified: Android/BackgroundService/1.8.1/README.md
...
modified: Android/BackgroundService/README.md
2012-09-20 21:45:08 +01:00
Robert (Jamie) Munro
64da10a85e
Update Android/DatePicker/README.md
...
Use focus() event on time field and add the blur(). On iPhone, we
needed the blur() because otherwise the standard form element editor
stayed live after you closed the date picker.
2012-09-20 13:31:34 +02:00
Robert (Jamie) Munro
4f024a1585
Update Android/DatePicker/README.md
...
You should use the focus event, not the click event as it is sometimes
possible to select the field using tab or previous / next buttons, in
which case a click() event doesn't get fired.
2012-09-20 13:24:48 +02:00
Becky Gibson
7817afe4d5
Update iOS MapKit.js to have proper ref to cordovaRef
2012-09-17 14:49:40 -04:00
macdonst
254a0b510d
Merge pull request #795 from Wikitude/master
...
Added Augmented Reality Wikitude SDK Plugin for iOS & Android
2012-09-17 06:29:01 -07:00
Wolfgang Damm
312c6213eb
Initial plugin
2012-09-17 14:00:51 +02:00
Max Ogden
5de6ede74c
add example response data to ios pushnotification js docs
2012-09-15 10:16:42 +02:00
Simon MacDonald
88a57e1c23
Updating Screenshot plugin to 2.0.0
2012-09-14 11:35:19 -04:00
AndreasSchacherbauerWikitude
67fffdf46c
Initial Plugin commit
...
The Wikitude SDK PhoneGap plugin will be available very soon!
2012-09-14 11:17:01 +02:00