Adam Giemza
0027daf02d
Added new version compatible with Cordova 2.6
2013-04-15 14:01:35 +02:00
tommy-carlos williams
64bcf8b2b1
Merge pull request #1098 from Pyo25/master
...
SMS Sending Plugin for Android, working with Phonegap 2.5
2013-04-04 17:11:50 -07:00
tommy-carlos williams
ff686b5c57
Merge pull request #1099 from Moodstocks/master
...
Update Moodstocks PhoneGap Plugins reference (ios & android)
2013-04-03 21:34:32 -07:00
Qian Jin
b97b61b512
Add Moodstocks PhoneGap plugin for Android
2013-04-02 18:57:21 +02:00
Qian Jin
ce31257863
update README for Moodstocks iOS plugin
2013-04-02 18:57:04 +02:00
Pyo25
8f33563177
First commit
2013-04-02 12:26:43 +02:00
tommy-carlos williams
710bfd5475
Merge pull request #1094 from tuhinsust/patch-1
...
Update README.md
2013-03-31 18:01:35 -07:00
tuhinsust
f250cca8f9
Update README.md
...
add HelpActivity in AndroidManifest.xml file
2013-03-29 00:36:40 +06:00
tommy-carlos williams
27ed3ae167
Merge pull request #1093 from jangojarango/patch-1
...
fixed presumed typo
2013-03-26 11:59:29 -07:00
jangojarango
6068a3bf8e
fixed presumed typo
2013-03-26 17:58:05 +00:00
tommy-carlos williams
00f62755d1
Merge pull request #1080 from KinG-InFeT/master
...
FIX #1049 BUG
2013-03-22 19:46:56 -07:00
tommy-carlos williams
b223a8431f
Merge pull request #1084 from jasonm23/patch-2
...
Fixed xml segment formatting
2013-03-22 19:46:02 -07:00
tommy-carlos williams
862e081f2e
Merge pull request #1085 from jleyva/master
...
WebIntent Android Plugin Fixing #1077
2013-03-22 01:54:12 -07:00
Juan Leyva
c846e057ca
WebIntent Android Plugin Fixing #1077
...
WebIntent predefined intents are not available because it should use the property object to be available to all instances of the object
2013-03-22 09:32:25 +01:00
JasonM23
830dea60a1
Fixed xml segment formatting
...
Sorry Tommy, I didn't check the xml segments, they needed to be code-fenced (triple back-ticks enclosure)
Fixed now.
2013-03-22 13:21:14 +11:00
tommy-carlos williams
2f4ced8b01
Merge pull request #1083 from jasonm23/patch-1
...
Fixed markdown formatting
2013-03-21 18:49:39 -07:00
JasonM23
8b3b2595ab
Fixed markdown formatting
2013-03-22 11:51:26 +11:00
Vincenzo
d25603f1b8
Update Twitter.java
...
BUG FIX #1049 in java file
2013-03-19 16:10:47 +01:00
Vincenzo
4e77cef5cc
Update twitter.js
...
FIX #1049 bug
2013-03-19 16:09:27 +01:00
Vincenzo
e87ff9980a
Update README
...
Update readme
2013-03-19 16:08:11 +01:00
macdonst
1634ac1100
Merge pull request #1069 from nikmartin/master
...
Upgraded SpeechRecognizer plugin to 2.5.0 Plugin Architecture
2013-03-13 19:20:10 -07:00
tommy-carlos williams
7802576df8
Update code examples
2013-03-14 10:09:13 +11:00
Nik Martin
3b828ae9d0
Upgraded SpeechRecogntion Plugin to new Plugin architecture in Cordova
...
2.5.0+
2013-03-13 15:42:21 -05:00
macdonst
937837cabc
Merge pull request #1058 from gcatalfamo/master
...
added Version Plugin for Android
2013-03-03 16:56:34 -08:00
Simon MacDonald
25fbe54397
Updating Bluetooth Plugin to 2.2.0
2013-03-03 19:28:16 -05:00
Giuseppe Catalfamo
143e8f8a81
added Version Plugin
2013-03-03 02:37:00 +01:00
tommy-carlos williams
2458362a7d
Merge pull request #1056 from poiuytrez/master
...
Migration of the Android InAppBilling plugin to an external github repo
2013-03-01 03:30:26 -08:00
poiuytrez
1ad0eeaa7a
Migration of the Android InAppBilling plugin to an external github repo
2013-03-01 11:07:02 +01:00
tommy-carlos williams
6bb3068fa2
Merge pull request #1055 from devgeeks/Torch
...
Updated Torch plugin for 2.4
2013-02-28 15:18:56 -08:00
Tommy-Carlos Williams
6a12dd4c73
Updated Torch plygin for 2.4
2013-03-01 10:17:22 +11:00
tommy-carlos williams
db918adca6
Merge pull request #1051 from cyerena/patch-1
...
Update iPhone/LocalNotification/plugin/LocalNotification.m
2013-02-27 15:12:17 -08:00
Shazron Abdullah
f6b68616eb
Merge pull request #1054 from AndreasHauserWikitude/master
...
Wikitude's plugin now has its own Git
2013-02-27 07:33:21 -08:00
Andreas Hauser
24b5313527
Wikitude Plugin moved to its own Git
...
find details in README.md
Wikitude will no longer maintain plugin inside PhoneGap's github
account but use its own account instead
2013-02-27 16:25:08 +01:00
tommy-carlos williams
65888c26b9
Merge pull request #1053 from yruablaze/patch-1
...
Added brackets to fix typecasting errors
2013-02-26 21:58:54 -08:00
yruablaze
f25470b586
Added brackets to fix typecasting errors
2013-02-26 18:14:14 -08:00
cyerena
4afc891409
Update iPhone/LocalNotification/plugin/LocalNotification.m
...
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.
2013-02-26 19:23:22 -06:00
tommy-carlos williams
4ec1bf88dc
Merge pull request #1050 from bfcam/master
...
New social plugin for iOS
2013-02-25 16:03:12 -08:00
Cameron
6d2bd3891c
Added social plugin that uses the iOS6+ social framework for sharing -- link to my repo
2013-02-25 19:44:43 -04:00
tommy-carlos williams
1177c8a03a
Merge pull request #1037 from devgeeks/WebIntent
...
Fixes #857 , #392 - also closes #700
2013-02-23 14:20:36 -08:00
Tommy-Carlos Williams
939d7794d8
Put the casts back in based on #1042
2013-02-24 09:19:28 +11:00
tommy-carlos williams
86d8bcec1e
Merge pull request #1029 from skilesare/master
...
SMSComposer compatability for 2.4
2013-02-21 22:01:58 -08:00
skilesare
7a8049ab5f
Update iOS/SMSComposer/SMSComposer.js
...
Fixed other Capitol C
2013-02-21 22:56:09 -06:00
tommy-carlos williams
712a6f0265
Merge pull request #1041 from BastienL/master
...
GPS detection plugin
2013-02-21 18:39:09 -08:00
tommy-carlos williams
07f70c0a79
Merge pull request #1039 from Moodstocks/master
...
Add Moodstocks image recognition SDK plugin for PhoneGap 2.3.0
2013-02-21 18:36:15 -08:00
macdonst
fb53122a3c
Merge pull request #1044 from tenforwardconsulting/master
...
Android Calendar Plugin
2013-02-21 06:02:01 -08:00
Brian Samson
3451611df9
Add instructions for finding the Android Calendar Plugin
2013-02-20 23:04:14 -06:00
Shazron Abdullah
b7fade3d3b
Merge pull request #1040 from albertut/master
...
Added screenshot for filepicker
2013-02-20 08:51:54 -08:00
blibersa
ff214cb964
GPSDetector plugin
...
Plugin used to detect if the GPS is enabled or not.
2013-02-20 15:57:07 +01:00
Albert Swantner
05951005e8
Added screenshot of filepicker
2013-02-20 07:51:05 -06:00
Qian Jin
14db9317c2
modify plugin folder name & README content
2013-02-20 10:14:25 +01:00