Commit Graph

410 Commits

Author SHA1 Message Date
tommy-carlos williams
303f4d22ab Merge pull request #872 from AndiDog/master
Moved my plugins into separate repositories
2012-11-08 16:41:37 -08:00
macdonst
f465d1729e Update Android/VideoPlayer/README.md 2012-11-08 16:52:52 -05:00
macdonst
914a2fe6b7 Update Android/TTS/README.md 2012-11-08 16:52:23 -05:00
Simon MacDonald
16703b379f Merge branch 'master' of github.com:phonegap/phonegap-plugins
Conflicts:
	Android/FtpClient/README.md
2012-11-08 16:50:51 -05:00
Simon MacDonald
8812aba88f Move all my plugins 2012-11-08 16:49:08 -05:00
macdonst
720a656c87 Update Android/FtpClient/README.md 2012-11-08 16:46:30 -05:00
macdonst
b32b47a6d6 Update Android/AppPreferences/README.md 2012-11-08 16:44:48 -05:00
Andreas Sommer
bfaf331aac Moved plugins into separate repos (iOS nav/tab bar plugin, Android ActionBarSherlock tab bar plugin) 2012-11-08 11:39:10 +01:00
Tommy-Carlos Williams
266c4f0e22 Moved PhoneListener to author's repo 2012-11-08 12:44:47 +11:00
ascorbic
c22b432277 Add ZeroConf plugin 2012-11-06 12:11:08 +00:00
Dimitrios Mistriotis
69b5e8d96a Phonegap to cordova
Changed "com.phonegap" to "org.apache.cordova" in two import messages (lines 32 and 33).

This should reflect the current state of the eco-system.
2012-10-30 22:29:58 +00:00
AMetnik
33e9362577 Torch updated to 2.1, old files move to subfolder 2012-10-25 15:20:42 +02:00
ame
d0f8582dca Torch updated to 2.1 2012-10-25 15:17:12 +02:00
Andreas Sommer
5f1415d671 Fix for Android 4.0 2012-10-17 11:48:10 +02:00
Andreas Sommer
5fc31ea44f Functions for hiding/showing tab bar 2012-10-12 23:33:18 +02:00
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
macdonst
1f72eeda03 Merge pull request #832 from devinmotion/patch-1
Update Android/StatusBarNotification/README.md
2012-10-10 13:16:12 -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
Ranhiru Cooray
2240d1f58c Merge branch 'master' of https://github.com/Ranhiru/phonegap-plugins 2012-10-04 11:44:49 +05:30
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
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
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
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
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
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
Simon MacDonald
88a57e1c23 Updating Screenshot plugin to 2.0.0 2012-09-14 11:35:19 -04:00
Red-Folder
186a6165c7 deleted: ../../Android/BackgroundService/MyService.java
modified:   ../../Android/BackgroundService/README.md
	deleted:    ../../Android/BackgroundService/backgroundService.js
	deleted:    ../../Android/BackgroundService/backgroundserviceplugin.jar
	deleted:    ../../Android/BackgroundService/index.html
	deleted:    ../../Android/BackgroundService/myService.js
2012-09-10 21:22:51 +01:00
Red-Folder
55674e8d6f new file: ../../Android/BackgroundService/1.8.1/MyService.java
new file:   ../../Android/BackgroundService/1.8.1/README.md
	new file:   ../../Android/BackgroundService/1.8.1/backgroundService.js
	new file:   ../../Android/BackgroundService/1.8.1/backgroundserviceplugin.jar
	new file:   ../../Android/BackgroundService/1.8.1/index.html
	new file:   ../../Android/BackgroundService/1.8.1/myService.js
	deleted:    ../../Android/BackgroundService/MyService.java
modified:   ../../Android/BackgroundService/README.md
	deleted:    ../../Android/BackgroundService/backgroundService.js
	deleted:    ../../Android/BackgroundService/backgroundserviceplugin.jar
	deleted:    ../../Android/BackgroundService/index.html
	deleted:    ../../Android/BackgroundService/myService.js
2012-09-10 21:18:37 +01:00
Red-Folder
774a92f9b0 modified: README.md 2012-09-10 21:03:25 +01:00