Commit Graph

769 Commits

Author SHA1 Message Date
Randy McMillan
ea9976b6f0 Added a card.io (iOS) plugin README.md note 2012-04-04 18:10:02 -04:00
Randy McMillan
f810b42778 NativeControls (iOS) with orientation support and demo index.html issue #443
Addresses issue #443
2012-04-04 17:01:00 -04:00
macdonst
116b808c32 Merge pull request #441 from vishalrajpal/master
PhoneGap Android Plugin To Extract Zip File
2012-04-04 07:04:17 -07:00
Vishal Rajpal
3118ddc858 Changes for PhoneGap 2012-04-04 11:21:52 +05:30
Randy McMillan
65b70a67b0 Merge pull request #439 from card-io/add-card-io
Add card.io iOS plugin
2012-04-03 17:41:15 -07:00
Josh Bleecher Snyder
88573fb128 Add v0 of card.io iOS plugin 2012-04-03 15:13:54 -07:00
Vishal
b140274f90 Update Android/ExtractZipFile/www/index.html 2012-04-03 23:15:22 +05:30
Randy McMillan
6f099bb7f6 Twitter (iOS) Plugin Issue #430
By changing the order of the if(imageAttach) and if(urlAttach) logic
the remote image preview is stacked on top of the video url reference
in the tweetViewController/Composer hiding the blank thumbnail created
by linking to a video. This creates a better UX and eliminates a
possible Apple HIG issue.
2012-04-02 14:16:30 -04:00
macdonst
df43f0fbf9 Merge pull request #435 from svendroid/webintents-email
Android Webintents Emailaddress
2012-04-02 09:17:59 -07:00
Randy McMillan
5d63a5a36c Twitter plugin (iOS) update and issue #430 fix
conforms with org.apache.cordova.*
by changing deprecated super.appViewController fixes Issue #430
2012-04-01 14:44:25 -04:00
Randy McMillan
663546930f SMSComposer (iOS) StatusBarHidden fix 2012-04-01 14:05:38 -04:00
Sven Adolph
ac5297b225 Merge remote-tracking branch 'upstream/master' 2012-03-31 23:01:44 +02:00
Sven Adolph
6f0894c877 added emailaddress support 2012-03-31 22:53:47 +02:00
Randy McMillan
b0e8ff8a7d SMSComposer (iOS) Quick fix for issue 431
https://github.com/phonegap/phonegap-plugins/issues/431
2012-03-31 16:25:55 -04:00
Randy McMillan
c1b0b00340 Merge pull request #434 from siuying/Cordova-iOS-AudioRecord
Cordova 1.5.0 support of AudioRecord plugin.
2012-03-30 22:20:27 -07:00
Francis Chong
84186b1990 Cordova 1.5.0 support of AudioRecord plugin.
Copied from iPhone/AudioRecord with following changes:
- rename classes for Cordova
- fix bug in stopRecordWithSettings()
2012-03-31 12:49:04 +08:00
macdonst
6b0c84baaf Merge pull request #427 from cewing/patch-1
Improve childbrowser API consistency between Android and iOS
2012-03-30 07:15:30 -07:00
macdonst
103b56095b Merge branch 'master' of git://github.com/phonegap/phonegap-plugins 2012-03-30 09:29:15 -04:00
macdonst
fd4027ccca Fixing issue in VideoPlayer README 2012-03-30 09:28:36 -04:00
Shazron Abdullah
0fe363fd1f Merge pull request #428 from WACSUPPORT/master
Included License file
2012-03-29 14:47:13 -07:00
WACSUPPORT
dfda85d6fa Added License file 2012-03-29 14:39:32 -07:00
cewing
2b6257c692 install function should also be defined on the ChildBrowser, not the prototype, for complete consistency with iOS API 2012-03-29 12:48:40 -07:00
Cris Ewing
94518a27b3 for complete API consistency, this method should return the browser object 2012-03-29 11:56:15 -07:00
Shazron Abdullah
c1e4d81318 Merge pull request #426 from WACSUPPORT/master
Pull Request for WAC Payment plugin for PhoneGap
2012-03-29 10:56:27 -07:00
WACSUPPORT
6c950018f1 Initial version(1.0) of WAC Napi Payment Plugin 2012-03-29 10:44:21 -07:00
WACSUPPORT
51e16de259 Deleted to rename the project name 2012-03-29 10:40:53 -07:00
Randy McMillan
204ad4206f SMSComposer (iOS) CDV 1.5.0 support 2012-03-29 12:22:59 -04:00
macdonst
7b9dd19658 VideoPlayer can now play files from the assests folder and updated to 1.5.0 2012-03-29 11:33:28 -04:00
macdonst
7742baf050 Merge pull request #423 from trexart/master
Allow video to be played when video in assets folder
2012-03-29 08:13:14 -07:00
Vishal Rajpal
ea840ac29f Android Plugin To Extract Zip File 2012-03-29 18:53:07 +05:30
Stephanie Sherriff
8f6dc2782f Added ability for videos in assets folder to play
Added in functionality so that if a video is in the assets folder, it
is copied to internal storage and then played from there.
2012-03-29 15:18:36 +11:00
macdonst
7d0212818a Fixing ChildBrowser rebase error 2012-03-28 15:10:14 -04:00
macdonst
b4eb1f32a9 Updating TTS for 1.5.0 2012-03-28 15:04:51 -04:00
macdonst
d1b40ff339 Updating FTPClient for 1.5.0 2012-03-28 15:04:51 -04:00
macdonst
324e851986 Updating ChildBrowser for 1.5.0 2012-03-28 15:04:51 -04:00
macdonst
d7aff61312 Merge branch 'master' of git://github.com/phonegap/phonegap-plugins 2012-03-28 15:00:31 -04:00
WACSUPPORT
f4df44708d Initial release version 1.0 of WAC NAPI PhoneGap Plugin 2012-03-27 19:39:12 -07:00
Randy McMillan
7dc65eb367 Updated /iOS/README.md 2012-03-26 17:00:48 -04:00
Randy McMillan
4e65f55eab PrintPlugin CDV 1.5.0 support 2012-03-26 16:33:34 -04:00
Randy McMillan
2bd48dfe4f fix syntax on ChildBrowser.js with dual support
partly why having dual support is being avoided
2012-03-24 13:49:15 -04:00
Randy McMillan
5657dcceea Rollback iphone/FileUploader to PhoneGap
Rollback iphone/FileUploader to PhoneGap.
/iOS version has CDV support
2012-03-24 13:00:28 -04:00
Randy McMillan
cc55edb5f0 FileUploader CDV 1.5.0 only
Preserve /iphone for PhoneGap - use /iOS for Cordova moving forward.
Not all projects are going to update to Cordova immediately and we
should preserve the PhoneGap plugins.
2012-03-22 16:34:28 -04:00
macdonst
f577e17054 Merge pull request #402 from poiuytrez/master
Speech to text - Get Supported languages method
2012-03-21 07:32:05 -07:00
macdonst
9e2c0fca09 Merge pull request #407 from GopinathMR/patch-1
fixed compilation error for 'Html' class usage.
2012-03-21 07:25:55 -07:00
macdonst
131fb940c3 Merge pull request #409 from leo-zhao/master
Fixed Issue #400
2012-03-21 07:20:11 -07:00
Leo Zhao
82b06b40ca fixed the header for 1.5 2012-03-21 22:38:32 +13:00
Leo Zhao
e5f2319b29 need to change Phonegap to Cordova, since 1.5 called Phonegap as Cordova 2012-03-21 22:36:02 +13:00
Randy McMillan
c0c4fb6922 Merge pull request #406 from mattpage/master
Removed merge comment that was preventing NativeControls.js from working
2012-03-20 22:37:05 -07:00
Gopinath Rangappa
655109f46f fixed compilation error for 'Html' class usage. 2012-03-20 16:35:18 -07:00
Matthew Page
9ae7430379 remove merge comment that was preventing native controls from working 2012-03-20 12:10:00 -07:00