Max Ogden
73abef29d7
Merge pull request #174 from RandyMcMillan/note
...
Add note about listing subdomains in whitelist
2011-11-25 16:31:15 -08:00
Max Ogden
60b471fce5
add compose new tweet bindings, clean up readme. adds to #226
2011-11-25 16:29:22 -08:00
Max Ogden
692aaf48d4
Merge pull request #226 from brianantonelli/master
...
Twitter iOS 5 Integration
2011-11-25 16:26:42 -08:00
Max Ogden
f3511dd7b3
clean up js style and make readme more accurate. adds to #248
2011-11-25 16:24:49 -08:00
Max Ogden
e4351251a1
Merge pull request #248 from mgcrea/master
...
Added (back) & Updated GoogleAnalytics plugin.
2011-11-25 16:20:27 -08:00
Olivier Louvignes
dae61c1326
Fix iPhone/GoogleAnalytics Remove delegate since it crashes XCode.
2011-11-24 20:32:03 +01:00
Olivier Louvignes
53ff39e27d
Updated iPhone/GoogleAnalytics readme.md.
2011-11-24 19:57:04 +01:00
Olivier Louvignes
f0b3563e95
Update iPhone/GoogleAnalytics GoogSDK to 1.4
2011-11-24 19:29:15 +01:00
Olivier Louvignes
92f06cb745
Update iPhone/GoogleAnalytics to 1.x
2011-11-24 19:28:27 +01:00
Olivier Louvignes
635e94744c
Added iPhone/GoogleAnalytics back.
2011-11-24 19:25:44 +01:00
macdonst
dce0975e60
Adding an onError method to the ChildBrowser
2011-11-22 04:04:40 +08:00
macdonst
14c8d317e7
Fixing escaped xml tag in BarcodeScanner Readme
2011-11-21 21:42:04 +08:00
macdonst
f0c2901f40
VideoPlayer will now start YouTube without having to ask the user first
2011-11-18 23:40:03 +08:00
Patrick Mueller
d53d21629e
Merge pull request #240 from pmuellr/issue-235-s
...
add doc on ARC to iOS BarcodeScanner readme
fixes for issue #235
Added some instructions on how to disable Automatic Reference Counting
when compiling the iOS BarcodeScanner.
2011-11-17 14:29:07 -08:00
Patrick Mueller
1e8c9cfe92
add doc on ARC to iOS BarcodeScanner readme
...
fixes for issue #235
Added some instructions on how to disable Automatic Reference Counting
when compiling the iOS BarcodeScanner.
2011-11-17 17:18:56 -05:00
Patrick Mueller
f046242b90
Merge pull request #239 from pmuellr/issue-231
...
fix for issue #231 - remove headers for JSON
iOS BarcodeScanner had JSON headers that needed to be removed
2011-11-17 11:05:50 -08:00
Patrick Mueller
2302cf1126
fix for issue #231 - remove headers for JSON
2011-11-17 14:01:04 -05:00
Patrick Mueller
c64ba2ff16
Merge pull request #236 from pmuellr/master
...
fixes for #232 - ios BarcodeScanner: README fixes
2011-11-15 08:24:52 -08:00
Patrick Mueller
6fa0c7b264
fixes for #232 - iOS BarcodeScanner: README fixes
2011-11-15 11:20:27 -05:00
macdonst
c7d348f951
Merge pull request #228 from onlyfrank/master
...
Fixed: empty space inside "bad ge";
2011-11-12 18:22:09 -08:00
onlyfrank
c466831f42
Fixed: empty space inside "bad ge"; Otherwise method: updateTabBarItem with options (badge: "x") wont work. -Frank
2011-11-12 18:17:30 -05:30
Brian Antonelli
a5c9d3a806
twitter plugin for iOS 5
2011-11-11 07:55:23 -05:00
macdonst
62e904f45d
Merge pull request #224 from poiuytrez/master
...
Android ClipboardManager upgraded to phonegap 1.x
2011-11-09 11:36:24 -08:00
Guillaume Charhon
85b900a578
Compatibility with phonegap 1.0+
2011-11-09 18:54:14 +01:00
Becky Gibson
b03e78aa5d
ChildBrowser Update so that close works with iOS5
...
Needed to use new presentViewController and presentingViewController api's in iOS5.
Incorporated Fix submitted by Randy McMillan.
2011-11-09 02:45:25 +08:00
Becky Gibson
5aa0f38d0d
Fixed analyzer / logic errors in NativeControls
2011-11-08 23:55:10 +08:00
macdonst
60dcf1dac6
Merge pull request #216 from macdonst/child
...
Small fix to child browser location bar
2011-11-02 08:18:39 -07:00
macdonst
3c30cd6374
Small fix to child browser location bar
2011-11-02 11:17:43 -04:00
Matt Kane
1fc7b6de59
Merge pull request #212 from buddydvd/ios-iap-serialization-fix
...
Fix iOS's inAppPurchaseManager's callback serialization errors.
2011-11-02 01:05:26 -07:00
macdonst
7622ef49e1
Merge pull request #214 from macdonst/R14
...
Issue #213 : Barcode Scanner / Android: ADT 14: Non-Constant Expressions:
2011-11-01 21:49:34 -07:00
macdonst
cd487a813a
Issue #213 : Barcode Scanner / Android: ADT 14: Non-Constant Expressions: Migration Necessary
2011-11-02 00:40:28 -04:00
David H
7729ad9c68
For iOS's inAppPurchaseManager, fix serialization errors in requestProductsData's callback.
...
Calls to requestProductsData currently fails for
the following two conditions:
1. Title or description contains single quotes
2. Invalid product IDs are returned.
Here's an example JavaScript statement generated:
window.plugins.inAppPurchaseManager.callbackMap.b0([{
id: 'com.acme.product.1',
title: 'Acme's #1 Product',
description: 'Acme's #1 Product Description.',
price: '$4.99'
}, ], [com.acme.product.5, com.acme.product.2, com.acme.product.4, com.acme.product.3]);
Note the single quote in the title and description
(they are not properly escaped). Also, look at the invalid product IDs returned -- they are not quoted.
2011-11-01 19:22:25 -07:00
macdonst
c6f7dc96b5
Merge pull request #211 from macdonst/youtube
...
Adding support for YouTube url's
2011-11-01 16:52:52 -07:00
macdonst
ecbc5d72bb
Adding support for YouTube url's
2011-11-01 19:51:35 -04:00
macdonst
ed6262976d
Merge pull request #206 from macdonst/reamde
...
Removing intent filter of MAIN so two BarcodeScanner icons don't show up
2011-10-31 15:57:30 -07:00
macdonst
a02f9b77f7
Removing intent filter of MAIN so two BarcodeScanner icons don't show up
2011-10-31 18:54:13 -04:00
macdonst
a618d0101f
Merge pull request #204 from macdonst/reamde
...
Fixing Barcode's README
2011-10-30 18:24:11 -07:00
macdonst
524d4f150d
Fixing Barcode's README
2011-10-30 21:22:25 -04:00
Becky Gibson
570149f9ba
Fixed the analyzer memory warning and tested
2011-10-28 04:36:18 +08:00
macdonst
8c450bdabd
Merge pull request #201 from dshookowsky/master
...
Here's the code updated to remove binaries and add licensing/readme
2011-10-26 10:17:31 -07:00
dshookowsky
9d20668ed5
Merge branch 'master' of https://dshookowsky@github.com/dshookowsky/phonegap-plugins.git
2011-10-26 12:19:50 -04:00
dshookowsky
fc8d0a0868
Updated README.md
2011-10-26 12:18:28 -04:00
dshookowsky
4ae6f63273
Removed extra project fils. Added License and README.
2011-10-26 12:10:29 -04:00
dshookowsky
1af3c0953d
Removed extra project fils. Added License and README.
2011-10-26 12:07:09 -04:00
Drew Walters
99daa37c03
Merge pull request #200 from deedubbu/barcodescanner
...
Add BarcodeScanner Plugin.
2011-10-26 08:05:48 -07:00
Drew Walters
8c132a371d
Add BarcodeScanner Plugin.
2011-10-26 09:55:37 -05:00
dshookowsky
49603af74e
SMS Plugin from blog updated with Simon Mac Donald's recommended changes and unit tested.
2011-10-26 10:22:58 -04:00
Matt Kane
e231843c0c
Merge pull request #197 from tf/iap-restoreCallbacks
...
fix typo in paymentQueue:restoreCompletedTransactionsFailedWithError:
2011-10-25 03:43:28 -07:00
Tim Fischbach
5e6f888109
fix typo in paymentQueue:restoreCompletedTransactionsFailedWithError: method name
2011-10-25 12:39:23 +02:00
Matt Kane
59042bbec9
Merge pull request #194 from tf/iap-restoreCallbacks
...
Add callback handlers for restoreCompletedTransactions of ios IAP
2011-10-25 02:14:02 -07:00