Re: Is anyone available for a project to develop a Cordova plugin?

2015-03-04 Thread Michal Mocny
On Android, you could investigate WebRTC or try your hand at overlaying a native view (not easy). On iOS, I'm not sure this is possible. -Michal On Wed, Mar 4, 2015 at 10:27 AM, Guy Jacks guy.ja...@gmail.com wrote: We're trying to create an interface within ionic similar to instagram for

[GitHub] cordova-plugin-camera pull request: Fix issue where android cordov...

2015-03-04 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/65#issuecomment-77190993 Change looks awesome! It's a bit much to pull in all at once though. Could you rebase this into three distinct commits (error msgs, dropbox fix, gallery

Re: Hello!

2015-03-04 Thread Michal Mocny
Hi Rob! Nice to see all the new faces. -Michal On Wed, Mar 4, 2015 at 9:51 AM, Andrew Grieve agri...@chromium.org wrote: Welcome Rob! On Tue, Mar 3, 2015 at 8:30 PM, Shazron shaz...@gmail.com wrote: Welcome Rob! On Tue, Mar 3, 2015 at 4:33 PM, Rob Paveza rob.pav...@microsoft.com

Re: [CLI] Default target when not specified for build, compile?

2015-03-04 Thread Michal Mocny
I think its fine to fail if the attached device isn't provisioned. Perhaps we could append a message explaining `cordova run --emulator` or `cordova emulate` commands, but I think even that is not necessary. My personal expectation is that once I plug in a device using a cable, I very likely

[GitHub] cordova-plugin-contacts pull request: CB-8604 Pended unsupported t...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/59 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if

[GitHub] cordova-plugin-media-capture pull request: iOS: Allow video qualit...

2015-03-04 Thread kkabell
Github user kkabell commented on the pull request: https://github.com/apache/cordova-plugin-media-capture/pull/32#issuecomment-77197665 @riaan53 The app that I'm developing is iOS-only for the time being, but I'm planning to release for Android as well within the coming month. I

Re: Android's new Whitelist Plugins

2015-03-04 Thread Ian Clelland
On Tue, Mar 3, 2015 at 8:20 PM, Nikhil Khandelwal nikhi...@microsoft.com wrote: Here are my thoughts on the default behavior: - navigation should be disabled. - XHR network request should be enabled. And application launch through intent URLs should also be disabled. (IMO) That's not a bad

[GitHub] cordova-ios pull request: CB-3360 Set custom User-Agent

2015-03-04 Thread sinofool
Github user sinofool commented on the pull request: https://github.com/apache/cordova-ios/pull/131#issuecomment-77210982 Who have write access can have a look at this pull request please? Thanks --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-test-framework pull request: CB-8528 Update test fr...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-test-framework/pull/11 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Re: Android's new Whitelist Plugins

2015-03-04 Thread Michal Mocny
I've been working on adding support to just install the whitelist plugin by default, and to add the access origin=* to the default app. Is that sufficient? I think we may still need to do what Ian suggests and prompt on upgrade (or prepare)? For downstreams, especially IDE based ones, they will

[GitHub] cordova-plugin-camera pull request: Fix issue where android cordov...

2015-03-04 Thread thehuijb
Github user thehuijb commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/65#issuecomment-77215024 I'll see what I can do Op wo 4 mrt. 2015 om 17:28 schreef agrieve notificati...@github.com Change looks awesome! It's a bit much to pull in

Re: [DISCUSS] Cordova-Android 4.0.0 Release

2015-03-04 Thread Andrew Grieve
mobilespec is now working again... Took longer than I would have liked, but did you know that on Android FileReader triggers shouldInterceptRequest() with Blob URLs!? Separate thread is already happening re: whitelists, so once that's figured out, it's just docs afaict. On Mon, Mar 2, 2015 at

RE: [DISCUSS] publishing cordova-app-hello-world to npm and adding as dependency of cordova-lib

2015-03-04 Thread Nikhil Khandelwal
I like moving this to npm because Apache Git as a distribution mechanism for the hello world app has been less reliable than desirable in the past. Thanks, Nikhil -Original Message- From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent: Tuesday, March 3,

'windows8' vs 'windows' confusion in the plugins

2015-03-04 Thread Staci Cooper
Why does the device plugin have both a src/windows and a src/windows8 folder? Under what circumstances does the src/windows8 get used? My understanding is that 'windows8' was soft deprecated and as of 3.6 just maps to 'windows'. I know that if you run 'cordova platform add windows8', it will still

Re: 'windows8' vs 'windows' confusion in the plugins

2015-03-04 Thread Jesse
The 'correct' of your list is : Some (like device-motion, file, and file-transfer) only have a src/windows folder, and both windows and windows8 in plugin.xml point to that folder The platform name=windows8 in plugin.xml is there for older windows8 projects that have not been updated. In some

Is anyone available for a project to develop a Cordova plugin?

2015-03-04 Thread Guy Jacks
We're trying to create an interface within ionic similar to instagram for users to take pictures and record videos. The existing plugin takes the user to the device's native camera app. Regards. -- fndrz.com (Founders) - Removing Barriers to Innovation for Entrepreneurs and SocialPreneurs.

Re: [REVIEW] NPM Registry integration for fetching plugins and plugin rm

2015-03-04 Thread Andrew Grieve
looks good. Should you un-pin the version of dep-mapper though? On Wed, Mar 4, 2015 at 8:03 PM, Steven Gill stevengil...@gmail.com wrote: I have updated the PR based on feedback. Take a look. I'd like to merge it into master if everyone feels good about it.

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25831932 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

RE: Android's new Whitelist Plugins

2015-03-04 Thread Nikhil Khandelwal
I like Ian's proposal of blocking network access only when a whitelist plugin is added to do so and is choosing to override the default behavior. Scanning config.xml on upgrade might be a good way to warn devs to refer them to use this plugin. These changes should also be documented in the

Re: [REVIEW] NPM Registry integration for fetching plugins and plugin rm

2015-03-04 Thread Steven Gill
I have updated the PR based on feedback. Take a look. I'd like to merge it into master if everyone feels good about it. https://github.com/apache/cordova-lib/pull/175/files On Tue, Mar 3, 2015 at 11:59 AM, Steven Gill stevengil...@gmail.com wrote: Thanks for all of the feedback so far! I will

Re: Thoughts on Cordova embedded Webview for Windows / Windows Phone 8.1

2015-03-04 Thread Jesse
Here's one scenario: Someone has a C#/XAML based app, and they would like to drop in a cordova view for a portion/section of the app. Not currently possible with cordova-windows, but completely possible with cordova-wp8 @purplecabbage risingj.com On Wed, Mar 4, 2015 at 4:56 PM, Nikhil

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-77288127 Looks like your new tests are timing out and you might need to increase the timeout value. --- If your project is set up for it, you can reply to this email and

Re: Android's new Whitelist Plugins

2015-03-04 Thread Andrew Grieve
I think how Cordova works right now was the best way. Have access blocked by default, but have a access origin=*/ in the default template. It makes the setting visible, while still working out-of-the-box. If we turned on requests when no whitelist plugin is installed, then existing apps that have

[GitHub] cordova-plugin-inappbrowser pull request: Added option to disable/...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/60 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Re: Android's new Whitelist Plugins

2015-03-04 Thread Andrew Grieve
No comments about the names yet, but I'm now leaning towards: cordova-plugin-legacy-whitelist and cordova-plugin-whitelist as the two new git repos to create (rather than url-policy) On Wed, Mar 4, 2015 at 8:49 PM, Andrew Grieve agri...@chromium.org wrote: I think how Cordova works right

Re: Android's new Whitelist Plugins

2015-03-04 Thread Michal Mocny
+1 to names. On Wed, Mar 4, 2015 at 9:03 PM, Andrew Grieve agri...@chromium.org wrote: No comments about the names yet, but I'm now leaning towards: cordova-plugin-legacy-whitelist and cordova-plugin-whitelist as the two new git repos to create (rather than url-policy) On Wed, Mar 4,

plugin install using old version with cordova 4.2

2015-03-04 Thread Don Coleman
I published a new version of my plugin http://plugins.cordova.io/#/package/com.megster.cordova.ble, but my local machine keeps installing the old 0.1.3 version. $ cordova -d plugin add com.megster.cordova.ble Calling plugman.fetch on plugin com.megster.cordova.ble Fetching plugin

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25840412 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugin-camera pull request: add more generic error message...

2015-03-04 Thread thehuijb
GitHub user thehuijb opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/75 add more generic error messages, easier to distinguish in the callback add more generic error messages, easier to distinguish in the callback this makes it possible to show your

[GitHub] cordova-plugin-camera pull request: Fix issue where android cordov...

2015-03-04 Thread thehuijb
Github user thehuijb commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/65#issuecomment-77273772 reduced the pull request to only fix the https://issues.apache.org/jira/browse/CB-8235 issue --- If your project is set up for it, you can reply to this

RE: Thoughts on Cordova embedded Webview for Windows / Windows Phone 8.1

2015-03-04 Thread Nikhil Khandelwal
Hi Avi, I'm curious about your scenario here for C#/XAML based Windows apps? Thanks, Nikhil -Original Message- From: Avi Brenner [mailto:artco...@gmail.com] Sent: Tuesday, March 3, 2015 6:55 PM To: dev@cordova.apache.org Subject: Re: Thoughts on Cordova embedded Webview for Windows /

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread nikhilkh
Github user nikhilkh commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25831848 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugin-camera pull request: Fix issue where android cordov...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/65 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread omefire
Github user omefire commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/177#discussion_r25839537 --- Diff: cordova-lib/src/cordova/project_metadata.js --- @@ -0,0 +1,60 @@ +/** +Licensed to the Apache Software Foundation (ASF) under one

[GitHub] cordova-plugin-camera pull request: add option onlyGalleries to al...

2015-03-04 Thread thehuijb
GitHub user thehuijb opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/74 add option onlyGalleries to allow user to only select images from gallery type apps add option - __onlyGalleries__ : Android-only Allow getImage to only get from gallery apps,

[GitHub] cordova-plugin-inappbrowser pull request: Add a hardwareback optio...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/29 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

[GitHub] cordova-plugin-inappbrowser pull request: [Android] add hardware b...

2015-03-04 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/86 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or

Re: back button on IAB Android

2015-03-04 Thread Jesse
I've merged this, plus made the default value true, and updated the docs. @purplecabbage risingj.com On Tue, Mar 3, 2015 at 9:59 AM, Andrew Grieve agri...@chromium.org wrote: Makes sense to me! On Tue, Mar 3, 2015 at 11:27 AM, Marcel Kinard cmarc...@gmail.com wrote: Sorry to be absent for

[GitHub] cordova-plugin-inappbrowser pull request: [Android] add hardware b...

2015-03-04 Thread purplecabbage
GitHub user purplecabbage opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/86 [Android] add hardware back button support You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-04 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-77117803 hmmm, the build failure is something that seem to happen randomly. --- If your project is set up for it, you can reply to this email and have your reply appear on

[GitHub] cordova-plugin-inappbrowser pull request: Add a hardwareback optio...

2015-03-04 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/29#issuecomment-77116947 Thanks Kris, finally got this in! I changed the default to 'yes' and updated the docs. Please consider signing the ICLA. Details

[GitHub] cordova-plugin-contacts pull request: CB-8604 Pended unsupported t...

2015-03-04 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/59 CB-8604 Pended unsupported test for wp8, updated documentation https://issues.apache.org/jira/browse/CB-8604 You can merge this pull request into a Git repository by running:

[GitHub] cordova-plugin-camera pull request: Change folder save

2015-03-04 Thread Bubkastor
GitHub user Bubkastor opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/73 Change folder save Work save standard folder You can merge this pull request into a Git repository by running: $ git pull https://github.com/Bubkastor/cordova-plugin-camera

[GitHub] cordova-plugin-camera pull request: CB-8498: On windows import fro...

2015-03-04 Thread Bubkastor
Github user Bubkastor commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/64#discussion_r25779060 --- Diff: src/windows/CameraProxy.js --- @@ -165,7 +165,16 @@ module.exports = { var storageFolder =

[GitHub] cordova-plugin-camera pull request: CB-8498: On windows import fro...

2015-03-04 Thread vldmrrr
Github user vldmrrr commented on a diff in the pull request: https://github.com/apache/cordova-plugin-camera/pull/64#discussion_r25779360 --- Diff: src/windows/CameraProxy.js --- @@ -165,7 +165,16 @@ module.exports = { var storageFolder =

Re: [DISCUSS] Docs release

2015-03-04 Thread Andrew Grieve
Edge hasn't been pushed in a long time. Could push a fresher edge up if you're up for it. On Tue, Mar 3, 2015 at 5:06 PM, Steven Gill stevengil...@gmail.com wrote: Sounds good. Keep me in the loop and let me know when you all are ready to release. On Tue, Mar 3, 2015 at 1:56 PM, Victor

Re: Hello!

2015-03-04 Thread Andrew Grieve
Welcome Rob! On Tue, Mar 3, 2015 at 8:30 PM, Shazron shaz...@gmail.com wrote: Welcome Rob! On Tue, Mar 3, 2015 at 4:33 PM, Rob Paveza rob.pav...@microsoft.com wrote: Hello! I'm Rob Paveza. I'm a software engineer at Microsoft, on the Visual Studio team. I've been working on the Cordova

[GitHub] cordova-lib pull request: CB-8551 npm registry integration for fet...

2015-03-04 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/175#discussion_r25779722 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -236,15 +231,22 @@ function initSettings() { module.exports.settings =