[GitHub] cordova-osx issue #35: added support for native calls into javascript for os...

2016-06-26 Thread tripodsan
Github user tripodsan commented on the issue: https://github.com/apache/cordova-osx/pull/35 @VPantaleo, I was asking @kusog of how we wants to use this change. if you want to send a mail by opening mail app, you probably should write a plugin that allows you to do that. I

Nightly build #53 for cordova has succeeded!

2016-06-26 Thread Apache Jenkins Server
Nightly build #53 for cordova has succeeded! The latest nightly has been published and you can try it out with 'npm i -g cordova@nightly' For details check build console at https://builds.apache.org/job/cordova-nightly/53/consoleFull - Jenkins for Apache Cordova

Re: Should we change default camera quality?

2016-06-26 Thread julio cesar sanchez
I already changed it to match the docs long time ago, that's not the topic I want to discuss. This topic is to discuss what Nikhil said about if it still makes sense to set the default quality to 50. Scott made a good point too 2016-06-27 0:32 GMT+02:00 Simon MacDonald

Re: Should we change default camera quality?

2016-06-26 Thread Simon MacDonald
+1 to change it to match the docs. Mind you it already is set to 50 in the JS code so it's really a no-op that it is 80 in the Java code. Simon Mac Donald http://hi.im/simonmacdonald On Sun, Jun 26, 2016 at 4:00 PM, Scott Bradshaw wrote: > Hi, > > I've recently been

[GitHub] cordova-plugin-media issue #104: Acc+

2016-06-26 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-media/pull/104 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-media pull request #104: Acc+

2016-06-26 Thread thehosting4you
GitHub user thehosting4you opened a pull request: https://github.com/apache/cordova-plugin-media/pull/104 Acc+ hello, Is it possible to play an ACC stream through this plugin? M.v.g. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-splashscreen issue #107: Browser platform brought closer to i...

2016-06-26 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/107 Cordova CI Build has completed successfully. **Commit** -

Re: Should we change default camera quality?

2016-06-26 Thread Scott Bradshaw
Hi, I've recently been working on a rotation fix for the camera plugin for Android. There are many variables with the camera plugin and you only described two (quality and destination type). On Android, the reality is a new bitmap has to be created if a user specifies any of the following:

[GitHub] cordova-plugin-splashscreen issue #107: Browser platform brought closer to i...

2016-06-26 Thread cordova-qa
Github user cordova-qa commented on the issue: https://github.com/apache/cordova-plugin-splashscreen/pull/107 Cordova CI Build has completed successfully. **Commit** -

[GitHub] cordova-plugin-splashscreen pull request #107: Browser platform brought clos...

2016-06-26 Thread petermetz
GitHub user petermetz opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/107 Browser platform brought closer to iOS/Android behaviour ### Platforms affected browser ### What does this PR do? One bug-fix and 2 small features added that

Should we change default camera quality?

2016-06-26 Thread julio cesar sanchez
Some time ago I opened this issue to set android default quality to 50 on the java code (it was really 50 because it was already set on the javascript part, so the default java value won´t take effect) https://issues.apache.org/jira/browse/CB-11269 But Nikhil commented on the issue and I think