Commit Graph

276 Commits

Author SHA1 Message Date
macdonst
d32f9becbc Update TTS and FTPClient to PhoneGap 1.0 plugin architecture 2011-07-30 09:02:40 +08:00
Shazron Abdullah
ecef4a5e59 Merge pull request #93 from devgeeks/VolumeSlider
Fixed a bug with hiding the Volume Slider
2011-07-28 11:11:37 -07:00
tommy-carlos williams
f891a089e5 [Bug] Volume Slider's parent view was not hidden causing touch events to not get through when the Volume Slider was hidden 2011-07-28 20:43:46 +10:00
Shazron Abdullah
588c582dcf Merge pull request #92 from devgeeks/VolumeSlider
Updated license.
2011-07-26 15:08:34 -07:00
tommy-carlos williams
897dda78c1 Updated license. 2011-07-27 07:12:49 +10:00
Shazron Abdullah
4b41bcd320 Merge pull request #90 from devgeeks/VolumeSlider
Added Volume Slider plugin
2011-07-26 11:34:25 -07:00
tommy-carlos williams
00c0673750 Added Volume Slider plugin and branch 2011-07-26 14:31:15 +10:00
shazron
1d132a6779 Fixes #83 iOS MapKit plugin - create doc, #ifdef 2011-07-25 12:19:09 -07:00
Shazron Abdullah
a4b7bcca48 Merge pull request #87 from Worklight/analytics
Add new plugin: Analytics (for Android only)
2011-07-25 11:26:20 -07:00
yoavb
5fd43d291f Add new plugin: Analytics (for Android only) 2011-07-25 13:59:20 +03:00
Shazron Abdullah
6d62faa1bd Merge pull request #85 from shazron/clipboardplugin-gettext
Added getText into ClipboardPlugin
2011-07-21 12:37:09 -07:00
Michael Kamphausen
78727a3198 Updated support for getting clipboard text under Xcode 4 2011-07-21 12:33:50 -07:00
Michael Kamphausen
aa436506ef Added support for getting clipboard text. 2011-07-21 12:33:45 -07:00
Shazron Abdullah
1ba581155b Merge pull request #81 from Viras-/master
PowerManagement plugin update
2011-07-20 09:14:39 -07:00
Wolfgang Koller
d37f002b74 Updated to work with 1.0.0rc2 2011-07-20 10:16:35 +02:00
shazron
a0fa72985b NotificationEx - added README and sample index.html 2011-07-15 12:11:00 -07:00
Shazron Abdullah
0d7e709e69 Added missing files for NotificationEx plugin. 2011-07-14 22:10:21 -07:00
Shazron Abdullah
6f6fa31a34 Merge pull request #71 from foxyNinja7/master
Share plugin for Android
2011-07-14 00:30:56 -07:00
Shazron Abdullah
f34017b41c Merge pull request #73 from shazron/maxogden-mapkit
Maxogden mapkit merge, plus my fixes
2011-07-12 16:25:12 -07:00
shazron
1b2ba86a57 Fixes for MapKit plugin (from merge) so it compiles. 2011-07-12 16:24:08 -07:00
Max Ogden
e307646e8b updating mapkit demo with new functionality 2011-07-12 15:33:36 -07:00
shazron
d057c6bde0 add support for calculating current map bounding box from javascript 2011-07-12 15:32:19 -07:00
Max Ogden
ee40d376e4 autorelease string to prevent leak 2011-07-12 15:29:57 -07:00
Max Ogden
26691245cd add regionDidChange aka onMapMove event listener via this thread bit.ly/pdGYV4 2011-07-12 15:29:57 -07:00
Max Ogden
2cd1ba1307 add offsetTop option to mapkit plugin, remove the atBottom option 2011-07-12 15:29:57 -07:00
Kevin Schaul
d4b8f78c79 Fixed formatting 2011-07-11 21:33:34 -07:00
Kevin Schaul
b004a2fbe5 Added Share plugin for Android 2011-07-11 21:27:10 -07:00
shazron
933f7f1a28 Updated iOS SMSComposer plugin to implement the MFMessageComposeViewControllerDelegate protocol 2011-07-11 19:01:50 -07:00
shazron
59e635fbdf Updated iOS ChildBrowser plugin to support 1.0.0rc1 2011-07-11 18:58:24 -07:00
shazron
b659180368 Updated iOS Clipboard plugin so it compiles under Xcode 4 2011-07-11 18:58:04 -07:00
shazron
ff0c82a658 Updated iOS DatePicker plugin example so it compiles under Xcode 4 2011-07-11 18:57:28 -07:00
shazron
15603e4184 Updated iOS FileUploader plugin to support 1.0.0rc1 2011-07-11 18:56:52 -07:00
shazron
0b1e72af86 Updated iOS GapSocketCommand plugin to support 1.0.0rc1 2011-07-11 18:56:38 -07:00
shazron
f92b520f4f Updated iOS MapKit plugin to support 1.0.0rc1 2011-07-11 18:56:15 -07:00
shazron
fe2ba4073f Update orphaned files to support conditional PHONEGAP_FRAMEWORK 2011-07-11 18:55:09 -07:00
shazron
ba407662c6 Updated iOS Screenshot plugin to support 1.0.0rc1 2011-07-11 18:53:50 -07:00
shazron
c443dd0dc6 Added orphaned iOS core plugins. 2011-07-11 17:20:36 -07:00
stevengill
0f52e63e69 updated NativeControls to work with PhoneGap 0.9.6 2011-07-11 16:56:21 -07:00
shazron
a69deca19c Moved deprecated Notification activityStart/activityStop from PhoneGap Core to the NotificationEx (Ex=extended) plugin 2011-07-09 00:12:32 -07:00
Shazron Abdullah
ba35170bcd Merge pull request #69 from tf/bundleFileReader
add MIT license notice to iphone bundle file reader plugin
2011-07-08 09:41:43 -07:00
Matt Kane
f6af415978 Merge pull request #68 from tf/iap
InAppPurchase fixes + requesting product data for multiple productIds in one request
2011-07-08 04:11:28 -07:00
Tim Fischbach
29785c54f3 Let iOS InAppPurchaseManager request product data for multiple productIds in single request.
Adds a requestProductsData method to the InAppPurchaseManager which
takes an array of productIds and invokes a single callback with the
results of the SKProductsRequest.
2011-07-08 13:07:29 +02:00
Tim Fischbach
71994f1660 Invoke callbacks from paymentQueue:updatedTransactions: via plugins.inAppPurchaseManager.
Callback mapping for requestProductData already depends on the
existence of plugins.inAppPurchaseManager. So no need to depend
on InAppPurchaseManager.manager and require another global
variable.
2011-07-08 13:07:27 +02:00
Tim Fischbach
e34c05e825 iOS InAppPurchaseManager plugin should accept all possible transactionStates.
In paymentQueue:updateTransactions there was no case handling
SKPaymentTransactionStatePurchasing which resulted in an superfluous
"Invalid state" log message.
2011-07-08 13:07:07 +02:00
Tim Fischbach
30ac8045a0 add MIT license notice to iphone bundle file reader plugin 2011-07-08 11:10:40 +02:00
shazron
833111da97 Moved deprecated Notification loadingStart/loadingStop from PhoneGap Core to the NotificationEx (Ex=extended) plugin 2011-07-07 14:47:06 -07:00
Shazron Abdullah
61174905b4 Merge pull request #66 from brianantonelli/master
Reset webview after dismissal
2011-07-07 13:41:00 -07:00
Brian Antonelli
fd8f48cf02 Remove webpage after dismissing the view. 2011-07-07 16:32:42 -04:00
Shazron Abdullah
639897a466 Merge pull request #65 from tf/bundleFileReader
Bundle file reader
2011-07-07 11:36:35 -07:00
Shazron Abdullah
c3f41a4c22 Merge pull request #63 from peutetre/master
Adding a Prompt iOS plugin!
2011-07-06 19:50:24 -07:00