[For discussion] windows8 and run/emulate commands meaning

2013-11-20 Thread Sergey Grebnov (Akvelon)
Hi, Cordova cli provides the following three options to execute your app from the shell: * run --emulator (or emulate) - to run the app on emulator * run --device - app will be executed on the connected device * run --target - same as above, but you specify particular d

Re: Review Request 15750: Adding/Removing custom frameworks to iOS projects

2013-11-20 Thread Ian Clelland
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15750/#review29208 --- The documentation should probably be clear that 'custom="false"' wil

Review Request 15750: Adding/Removing custom frameworks to iOS projects

2013-11-20 Thread Anis Kadri
--- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/15750/ --- Review request for cordova, Max Woghiren and Braden Shepherdson. Bugs: CB-5238

Re: Media device does not initiate

2013-11-20 Thread Dan Moore
Hi Peter, This is a mailing list about the development of the Cordova framework.  For questions regarding actual use of Cordova, you should post to the google group: https://groups.google.com/forum/m/#!forum/phonegap Thanks, Dan

Media device does not initiate

2013-11-20 Thread Peter Miles
Hi, I have created my second ios phonegap project with the media plugin and it just does not work! I have followed the same steps as the first project, ie 1. phonegap create Project2 com.companyname.project2 Project2 2. cd Project cordova platform add ios 3. cd platform/ios phonegap local p

Re: Testing multiple iOS versions

2013-11-20 Thread Joe Bowser
It would be impractical to add for Android. All you would need to do is make sure that you have a device running a different version of Android connected every time you tested, and for the emulator, that means manually controlling the emulator. Trying to control the emulator from the command line

Re: Testing multiple iOS versions

2013-11-20 Thread Michael Gauthier
Am I crazy, or is that an important missing feature of the CLI? It would be useful for Android as well. On 2013-11-20 17:36, Shazron wrote: There is no spec for this in the CLI. But for iOS, using the underlying ios-sim tool which runs the emulator, it is possible. On Wed, Nov 20, 2013 at 1:2

Re: Testing multiple iOS versions

2013-11-20 Thread Shazron
There is no spec for this in the CLI. But for iOS, using the underlying ios-sim tool which runs the emulator, it is possible. On Wed, Nov 20, 2013 at 1:26 PM, Michael Gauthier wrote: > Is there a way to test apps in older versions of iOS using the CLI? > > cordova emulate just runs iOS7. > > I w

Testing multiple iOS versions

2013-11-20 Thread Michael Gauthier
Is there a way to test apps in older versions of iOS using the CLI? cordova emulate just runs iOS7. I want to test iOS6. Thanks, Mike

Re: library use in plugins

2013-11-20 Thread Shazron
See my plugin as well (deep linked in the SO link provided by Dan Moore): https://github.com/shazron/TestFlightPlugin/blob/master/plugin.xml#L35 On Wed, Nov 20, 2013 at 6:44 AM, Dan Moore wrote: > Hi Erik, > > Here is a stackoverflow question that might address some of your concerns, > at leas

Re: amazon-fireos core plugin pull requests..Please review

2013-11-20 Thread Naik, Archana
Thank you steven. :) Please let me know if anything doesn't seem right. On 11/20/13 12:57 PM, "Steven Gill" wrote: >I will get to this today/tomorrow > > >On Wed, Nov 20, 2013 at 12:45 PM, Naik, Archana wrote: > >> Hello, Devs >> >> I have sent this earlier but thought would remind you guys for

Re: amazon-fireos core plugin pull requests..Please review

2013-11-20 Thread Steven Gill
I will get to this today/tomorrow On Wed, Nov 20, 2013 at 12:45 PM, Naik, Archana wrote: > Hello, Devs > > I have sent this earlier but thought would remind you guys for these core > plug-ins. Amazon-fireos has been added as a platform in all these. Can > someone please review and merge? > > co

amazon-fireos core plugin pull requests..Please review

2013-11-20 Thread Naik, Archana
Hello, Devs I have sent this earlier but thought would remind you guys for these core plug-ins. Amazon-fireos has been added as a platform in all these. Can someone please review and merge? cordova-plugin-battery-status Dev - https://github.com/apache/cordova-plugin-battery-status/pull/6 Mast

Re: Review request: doc pull requests

2013-11-20 Thread Braden Shepherdson
Whoops, I also meant to say, those LGTM, especially the first one. Much more detailed docs for CLI are very welcome. Braden On Wed, Nov 20, 2013 at 1:20 PM, Braden Shepherdson wrote: > Reviewboard was giving Mark problems last week, too. Pull requests are > more convenient with the exception th

Re: Review request: doc pull requests

2013-11-20 Thread Braden Shepherdson
Reviewboard was giving Mark problems last week, too. Pull requests are more convenient with the exception that they send emails on every comment, rather than buffering them until you submit the review. One of the Github's oldest outstanding requests, etc. etc. Braden On Wed, Nov 20, 2013 at 12:2

Review request: doc pull requests

2013-11-20 Thread Mike Billau
Hello, Can somebody please review these two documentation pull requests? https://github.com/apache/cordova-docs/pull/140 https://github.com/apache/cordova-docs/pull/149 I'd like to merge them pretty soon - I guess I can do this on my own based on silent consensus. Also, I tried to use the revie

Re: library use in plugins

2013-11-20 Thread Dan Moore
Hi Erik, Here is a stackoverflow question that might address some of your concerns, at least around ios frameworks: http://stackoverflow.com/questions/19803542/how-to-add-a-third-party-framework-to-a-cordova-3-0-custom-plugin/20026559#20026559 Dan

Re: Updating FileTransfer

2013-11-20 Thread Ian Clelland
On Wed, Nov 20, 2013 at 4:24 AM, Tommy Williams wrote: > Changes to the File API needs to be NOISY. According to the stats from the > plugin repository, it's one of the top downloaded plugins. > Agreed 100%. We don't want to just slip this in with no notice other than on the dev list. At the ve

library use in plugins

2013-11-20 Thread Erik Jan de Wit
Hi, I'm a member of the AeroGear team and we have created a number of plugins that enable the use of our native libs for cordova development. Now the question is how to use libraries with a plugin. Right now our iOS projects use cocaopods, I think is the most ideal way as this is just a source

Re: Updating FileTransfer

2013-11-20 Thread Tommy Williams
Nah.. Don't worry about an edge case like me! That was just an extreme example. I can always just re-do my changes to a new fork of the new hotness... ((I hate client certificate authentication, not you, heh)). I am just worried about fallout from users :( Changes to the File API needs to be NOIS