Commit Graph

285 Commits

Author SHA1 Message Date
Max Ogden
9af6393bdf add note about weak_linking EXC_BAD_ACCESS issue in twitter ios plugin. adds to #275 2011-12-18 19:19:09 -08:00
Max Ogden
f0da99b620 Merge pull request #275 from brianantonelli/master
Merging iOS Twitter JSON fix. Fixes #265 (https://github.com/phonegap/phonegap-plugins/issues/265)
2011-12-18 19:16:10 -08:00
Max Ogden
b7bde7d0b4 remove log function from pushnotification ios plugin 2011-12-18 18:28:22 -08:00
Max Ogden
e2da885dd9 hand various device environment values back to js notify callback 2011-12-17 16:30:16 -08:00
Max Ogden
30fd391824 add installation note to ios pushnotification readme 2011-12-16 14:29:13 -08:00
Max Ogden
47f64eb1dd add pushnotification specific code to appdelegate files 2011-12-16 14:27:25 -08:00
Max Ogden
02185958bf add default appdelegate classes 2011-12-16 14:26:16 -08:00
Max Ogden
4fba0f9a19 add pushnotification ios plugin 2011-12-16 14:25:54 -08:00
Brian Antonelli
ee56d546a1 fix package info, cleaning readme 2011-12-06 21:12:46 -05:00
Brian Antonelli
c32caaea37 pg 1.2 json support
Modified code to support JSONKit instead of JSON
2011-12-06 21:09:37 -05:00
Brian Antonelli
35587791b1 Revert "1.2 json support"
This reverts commit 98f028af70.
2011-12-06 21:07:44 -05:00
Brian Antonelli
98f028af70 1.2 json support
Modified code to support JSONKit instead of JSON
2011-12-06 21:03:04 -05:00
Trent Strong
1b0bd50d0c Fix for Issue #225 (https://github.com/phonegap/phonegap-plugins/issues/225). PGbcsProcessor.captureSession no longer initialized as autorelease since it's released manually in dealloc. This prevents a double release crash scenario when an autorelease pool is drained before the controller is dealloc'd. 2011-12-03 12:57:03 -08:00
Max Ogden
05bae2a55e add oswell's instructions on how to customize barcodescanner overlay. adds to #252 2011-11-28 12:14:09 -08:00
Max Ogden
50aeaa0d94 Merge pull request #252 from oswell/master
Update to allow the iPhone barcode scanner plugin to use a custom xib file for the overlay view.
2011-11-28 12:04:10 -08:00
Tim Robertson
cd90f826a5 Since GetFunctionName was removed in 5544b2a066 2011-11-28 13:14:16 -05:00
Max Ogden
ab689dd07c merging. fixes #261 2011-11-27 21:17:50 -08:00
Max Ogden
385c1f69ef merging. fixes #261 2011-11-27 21:16:27 -08:00
Max Ogden
55384623ff Merge pull request #260 from mgcrea/master
Minor update & readme tweaks.
2011-11-27 20:28:48 -08:00
tommy-carlos williams
de6d19012a Clean up logic errors causing issue #183 and others
The Xcode analyser was complaining about some logic issues and
uninitialised values. Turned out to be pretty simple to clean up.
2011-11-28 14:55:26 +11:00
Olivier Louvignes
8f60ba69fc Minor readme changes. 2011-11-28 03:55:37 +01:00
Olivier Louvignes
c55e324021 Small fixes for iPhone/ActionSheet plugin. 2011-11-28 03:22:05 +01:00
Max Ogden
504c3bc3e0 Merge pull request #259 from mgcrea/master
Created another clean&simple plugin `iPhone/ActionSheet`
2011-11-27 17:48:07 -08:00
Olivier Louvignes
1a520d46f5 Created iPhone/ActionSheet plugin. 2011-11-28 02:02:17 +01:00
Max Ogden
192a064754 Merge pull request #258 from mgcrea/master
Be more descriptive about the new iPhone/MessageBox plugin.
2011-11-27 13:46:25 -08:00
Olivier Louvignes
2a369cf29e Updated iPhone/MessageBox/README.md to be more descriptive. 2011-11-27 20:41:19 +01:00
Paul Panserrieu
c82f7e2287 Merge branch 'master' of https://github.com/phonegap/phonegap-plugins 2011-11-27 17:56:39 +01:00
Paul Panserrieu
0528402642 Stop messing with textField background color 2011-11-27 17:52:32 +01:00
Max Ogden
dcac83e9d0 add plugin mapping note to emailcomposer readme 2011-11-26 19:12:45 -08:00
Max Ogden
ef1b37c38b cleaning up readme and js style in emailcomposer 2011-11-26 19:11:46 -08:00
Max Ogden
9b13940f5d cleanup sharekit readme 2011-11-26 19:05:24 -08:00
Max Ogden
61cbc2ad2c Merge pull request #164 from dsowsy/master
Updated Email Composer for 1.0.0
2011-11-26 19:02:01 -08:00
Max Ogden
474a73366f Merge pull request #203 from swanify/master
Added shareToMail and shareToTwitter, also changed shareToFacebook
2011-11-26 18:36:51 -08:00
Max Ogden
c1b8019c49 add examples to readme and cleanup js style. adds to #178 2011-11-26 18:34:46 -08:00
Max Ogden
517135ba3e Merge pull request #178 from michaelkamphausen/master
iOS ClipboardPlugin: support for special characters added
2011-11-26 18:24:45 -08:00
Max Ogden
3a2c3523d1 Merge pull request #217 from buddydvd/ios-iap-serialization-fix
Make iOS's InAppPurchaseManager serialization fix backward compatible.
2011-11-26 18:22:18 -08:00
Max Ogden
6a1680125e Merge pull request #256 from mgcrea/master
Created a new iPhone/MessageBox plugin
2011-11-26 13:56:49 -08:00
Max Ogden
3d3d4fbfac Merge pull request #251 from devgeeks/VolumeSlider
Volume slider updated for PhoneGap 1.2.0
2011-11-26 13:51:48 -08:00
Olivier Louvignes
a892050f85 Added new iPhone/MessageBox plugin. 2011-11-26 16:13:00 +01:00
Max Ogden
b7ec286930 clean up mapkit js style 2011-11-25 18:33:36 -08:00
Max Ogden
5f402f25bb Merge pull request #254 from mgcrea/master
Last minute callback fixes.
2011-11-25 18:22:38 -08:00
Max Ogden
963f2777e1 add note about phonegap version requirement. adds to #253 2011-11-25 18:18:50 -08:00
Max Ogden
9918be5ad1 Merge pull request #253 from MrBuzzy/master
MapKitView Plugin
2011-11-25 18:16:33 -08:00
Olivier Louvignes
ec1cd21490 Fixed iPhone/GoogleAnalytics dispatch callbacks. 2011-11-26 03:06:56 +01:00
Max Ogden
4c61952274 make readme markdown for better readability on github.com 2011-11-25 16:33:41 -08:00
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
Mike Oswell
f3f4844d28 Clean up. 2011-11-25 15:19:45 -08:00