Re: Deprecation of Config and the embedded use case (4.0.x related)

2015-03-06 Thread Joe Bowser
The issue is that it's a public API that is used by anyone who is looking to embed a webview. This can be found in the test that you re-wrote. Right now, there's no way for people who want to embed a CordovaWebView in their app to do so without the Config class. Having a public API marked as

Re: Some thoughts/questions on the new --save feature

2015-03-06 Thread Raymond Camden
Well to be clear, I thought at first this was a *released* feature, just not one documented well. (Or maybe documented and I missed it - I miss crap all the time.) If I understand right, this is a feature, but one that may go away, so there may not be a need to document it. Or maybe not - this

RE: Some thoughts/questions on the new --save feature

2015-03-06 Thread Mefire O .
- autosave IS a released feature. The 4.3.0 release includes it. - I don't think the feature may go away, I think it just feels dirty to instruct users to directly edit the .cordova/config.json file. It doesn't seem to me like it contributes a good user experience. - I like the idea of having a

[GitHub] cordova-lib pull request: CB-8499 `cordova platform save` should s...

2015-03-06 Thread omefire
Github user omefire closed the pull request at: https://github.com/apache/cordova-lib/pull/170 --- 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 feature

RE: Cordova or Ionic project not able to compile/run in Intellij/AndroidStudio

2015-03-06 Thread Mefire O .
Or you can also use: 'cordova platform add git-url' From: Andrew Grievemailto:agri...@chromium.org Sent: ‎3/‎6/‎2015 6:15 AM To: devmailto:dev@cordova.apache.org Subject: Re: Cordova or Ionic project not able to compile/run in Intellij/AndroidStudio Android

RE: Some thoughts/questions on the new --save feature

2015-03-06 Thread Nikhil Khandelwal
If we are expecting users of the CLI to modify this config.json file, not only should we document it but also make it easy for them to edit it. The analogy of git's config management comes to mind - with both support for local global preferences. However, looks like 'autosave' is the only user

[cordova-ios] 4.0.x breakage - public/private headers

2015-03-06 Thread Shazron
https://issues.apache.org/jira/browse/CB-8626 Andrew, before I add the missing headers in, I want to make sure it's not a work in progress or something needing re-factor. It seems the missing headers are something that we want to be private, but since they are included in the public headers,

Re: Some thoughts/questions on the new --save feature

2015-03-06 Thread Raymond Camden
On Fri, Mar 6, 2015 at 8:30 PM, Mefire O. ommen...@microsoft.com wrote: - autosave IS a released feature. The 4.3.0 release includes it. - I don't think the feature may go away, I think it just feels dirty to instruct users to directly edit the .cordova/config.json file. It doesn't seem to

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

2015-03-06 Thread Nikhil Khandelwal
Thanks for making the change to make it compatible. I took a brief look at your changes and they look good. Thanks, Nikhil -Original Message- From: mmo...@google.com [mailto:mmo...@google.com] On Behalf Of Michal Mocny Sent: Friday, March 6, 2015 1:12 PM To: Steven Gill Cc: Michal

Re: Some thoughts/questions on the new --save feature

2015-03-06 Thread Jesse
We are not expecting users to modify this file, afaik. Raymond is living on the cutting edge because he is writing a book, so he wants details before they are available. Personally, I would expect that we would mimic git with something like : cordova config [--global] autosave true|false But all

Re: [cordova-ios] 4.0.x breakage - public/private headers

2015-03-06 Thread Shazron
I'll add the headers for now to make it build since I need to merge wkwebview to 4.0x On Fri, Mar 6, 2015 at 2:39 PM, Shazron shaz...@gmail.com wrote: https://issues.apache.org/jira/browse/CB-8626 Andrew, before I add the missing headers in, I want to make sure it's not a work in progress or

[GitHub] cordova-mobile-spec pull request: Copy Mobilespec App Template Ins...

2015-03-06 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/121#issuecomment-77669959 LGTM ! --- 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

[GitHub] cordova-lib pull request: CB-8499 `cordova platform save` should s...

2015-03-06 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/170#issuecomment-77650511 closing because this Pull Request has been merged in. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-06 Thread omefire
GitHub user omefire opened a pull request: https://github.com/apache/cordova-lib/pull/178 CB-8521 `cordova plugin save` should save all installed plugins and their version/git-url/folder-location into config.xml CB-8521 `cordova plugin save` should save all installed plugins and

[GitHub] cordova-lib pull request: CB-8521 `cordova plugin save` should sav...

2015-03-06 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-lib/pull/178#issuecomment-77661119 @vladimir-kotikov , please review. --- 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

[GitHub] cordova-mobile-spec pull request: Copy Mobilespec App Template Ins...

2015-03-06 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/121 Copy Mobilespec App Template Instead of Linking It Instead of symlinking the mobilespec app template when calling `createmobilespec`, copy the template's contents instead.

Re: Cordova or Ionic project not able to compile/run in Intellij/AndroidStudio

2015-03-06 Thread Andrew Grieve
Android Studio support will be coming in cordova-android@4.0.0. If you'd like to try it out right now, you can clone the cordova-android repo and use: cordova platform add path/to/cordova-android On Fri, Mar 6, 2015 at 5:47 AM, Hongjun(Steve) Han hongjun_...@163.com wrote: Dear Cordova Dev,

[GitHub] cordova-plugin-device-orientation pull request: CB-8614 Fixed getC...

2015-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-orientation/pull/18 --- 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

[GitHub] cordova-plugin-file pull request: CB-8089 Fixes failure when tryin...

2015-03-06 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/93 --- 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

Cordova or Ionic project not able to compile/run in Intellij/AndroidStudio

2015-03-06 Thread Hongjun(Steve) Han
Dear Cordova Dev, I want to use Intellij/AndroidStudio to build and run Cordova/Ionic Project, but the project structure are nested project CordovaLib, which are not able to compile in in Intellij/AndroidStudio. I searched goggle for a few days and still not able to get an answer. Below

[GitHub] cordova-mobile-spec pull request: CB-8620 Made wp8 tests not to ru...

2015-03-06 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/120 CB-8620 Made wp8 tests not to run on windows https://issues.apache.org/jira/browse/CB-8620 You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-medic pull request: CB-8623 Removed redundant jasmineRepor...

2015-03-06 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-medic/pull/36 CB-8623 Removed redundant jasmineReporter patching code https://issues.apache.org/jira/browse/CB-8623 You can merge this pull request into a Git repository by running: $ git pull

ScientiaMobile MOVR mobile device reports

2015-03-06 Thread Marcel Kinard
FYI, I found this. http://www.scientiamobile.com/page/movr-mobile-overview-report http://www.scientiamobile.com/page/movr-mobile-overview-report It's helpful in that is breaks down the numbers by continent, instead of a single global number. Also includes more details.

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

2015-03-06 Thread Michal Mocny
I wanted to originally, but you can --copy-from a www/ only (no config.xml), and then we need a template. If I change cordova-lib to depend on app-hello-world then we can remove it. Another reason to do so. -Michal On Thu, Mar 5, 2015 at 10:17 PM, Andrew Grieve agri...@chromium.org wrote:

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

2015-03-06 Thread Michal Mocny
Updated as described. Now you no longer need to use the branch of cordova-cli, so I'm pretty sure this is 100% compat. Huzzah. On Fri, Mar 6, 2015 at 11:06 AM, Michal Mocny mmo...@chromium.org wrote: I wanted to originally, but you can --copy-from a www/ only (no config.xml), and then we

[GitHub] cordova-mobile-spec pull request: CB-8620 Made wp8 tests not to ru...

2015-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/120 --- 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-plugin-file pull request: Implementation of read only acce...

2015-03-06 Thread ArnaudValensi
Github user ArnaudValensi commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77545293 @mnill yes, it's what I'm using, but there is some pitfalls. If you're using a third party library which try to relatively link a file it will not

[GitHub] cordova-lib pull request:

2015-03-06 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/commit/59e470a7a7831d7b896daa641b9089e70b98e968#commitcomment-10076388 In cordova-lib/src/cordova/create.js: In cordova-lib/src/cordova/create.js on line 99: i'd favor having these two

[GitHub] cordova-medic pull request: CB-8623 Removed obsolete jasmineReport...

2015-03-06 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-medic/pull/36#issuecomment-77603929 LGTM --- 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

Deprecation of Config and the embedded use case (4.0.x related)

2015-03-06 Thread Joe Bowser
Hey I've been trying to figure out how you would embed a WebView with the changes that we made to Cordova for 4.0.x, and I noticed that we're still making heavy use of the Config class, even though we have it set up to be deprecated. Are we still intending to deprecate this class, and if so,

[GitHub] cordova-plugin-camera pull request: Put photo path into a file htm...

2015-03-06 Thread dominosoft
GitHub user dominosoft opened a pull request: https://github.com/apache/cordova-plugin-camera/pull/76 Put photo path into a file html field Hi, is it possible to include automatically the path of the photo to a file html field in order to upload that pic to a remote site? if so,

Re: Deprecation of Config and the embedded use case (4.0.x related)

2015-03-06 Thread Andrew Grieve
Where do you see it being used? Within cordova-android, we are setting it, but I don't the we ever read from it. Within plugins: $ grep -r Config *plugin*/src/android cordova-plugin-file-transfer/src/android/FileTransfer.java:import org.apache.cordova.Config;

[GitHub] cordova-medic pull request: CB-8623 Removed obsolete jasmineReport...

2015-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-medic/pull/36 --- 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 feature

[GitHub] cordova-lib pull request: CB-8602 plugman: publish fail early if u...

2015-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/176 --- 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 feature

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

2015-03-06 Thread Staci Cooper
Thanks. Does that make the other plugins 'incorrect'? As in, should I bother making a Jira issue to get the plugin structure consistent? Also one more question -- is there a correct way to add plugins to windows apps using plugman directly? The logical way doesn't work: node

Plugins site down due to iriscouch??

2015-03-06 Thread Steven Gill
Anyone having issues? Can't seem to reach Cordova.iriscouch.com

Re: Plugins site down due to iriscouch??

2015-03-06 Thread Steven Gill
I contacted them. They are looking into it. On Mar 6, 2015 12:17 PM, Steven Gill stevengil...@gmail.com wrote: Anyone having issues? Can't seem to reach Cordova.iriscouch.com

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

2015-03-06 Thread Jesse
yes, it is worth creating a jira issue. I just fixed the device-orientation plugin, because I was there ... I did not notice the plugman issues, will have a look. Typically, plugman is installed, it has it's own cli which also uses cordova-lib repo, and you should be able to : plugman install

Re: Plugins site down due to iriscouch??

2015-03-06 Thread Victor Sosa
Webpage not found :( 2015-03-06 14:17 GMT-06:00 Steven Gill stevengil...@gmail.com: Anyone having issues? Can't seem to reach Cordova.iriscouch.com -- Victor Adrian Sosa Herrera IBM Software Engineer Guadalajara, Jalisco

Re: Plugins site down due to iriscouch??

2015-03-06 Thread Michal Mocny
FYI: plugins are installing fine. Seems just related to the actual website? On Fri, Mar 6, 2015 at 3:25 PM, Victor Sosa sosah.vic...@gmail.com wrote: Webpage not found :( 2015-03-06 14:17 GMT-06:00 Steven Gill stevengil...@gmail.com: Anyone having issues? Can't seem to reach

[GitHub] cordova-plugin-camera pull request: Put photo path into a file htm...

2015-03-06 Thread dominosoft
Github user dominosoft closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/76 --- 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

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

2015-03-06 Thread Steven Gill
Sure. I can make the changes to release process + coho for it. I imagine it won't be released often, so it might be best give app-hello-world its own release process instead of tying it into tools, platforms or plugins release. On Mar 6, 2015 1:04 PM, Michal Mocny mmo...@chromium.org wrote:

[GitHub] cordova-plugin-camera pull request: Put photo path into a file htm...

2015-03-06 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/76#issuecomment-77629891 No @dominosoft it is not possible. The file-input can only have it's value set by user interaction which is not available inside a cordova app.

Re: Plugins site down due to iriscouch??

2015-03-06 Thread Steven Gill
Back up. Hey Steve, At 12:40pm there was a physical hardware failure on the machine that services half of IrisCouch's DNS. This was the same machine that went under maintenance earlier this week. As of 1:40pm the VM on that machine has been migrated again. We apologies for the inconvenience.

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

2015-03-06 Thread Michal Mocny
Agreed. Everything is upstream on the branch. The package.json wasn't fully thought out, so please peak at it. Ping me if you need anything, I'll rebase cordova-lib and move to master when you are done. Thanks Steve. On Fri, Mar 6, 2015 at 4:08 PM, Steven Gill stevengil...@gmail.com wrote:

[GitHub] cordova-plugin-file pull request: CB-8032 - File Plugin - Add nati...

2015-03-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/96 --- 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-medic pull request: Medic Refactor

2015-03-06 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-medic/pull/37 Medic Refactor Rewriting cordova.conf: factoring out common build code, parametrising builds with Buildbot Properties, and adding extra steps for cleanup. Removing unused plugin code.

[GitHub] cordova-plugin-file pull request: Implementation of read only acce...

2015-03-06 Thread mnill
Github user mnill commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/84#issuecomment-77524839 @ArnaudValensi you can look at https://github.com/markmarijnissen/cordova-app-loader My version is more simple and small. --- If your project is set up