[GitHub] cordova-lib pull request: CB-9545 Cordova-serve's 'noCache' option...

2015-08-21 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/283 CB-9545 Cordova-serve's 'noCache' option does not work in IE. Switched to using `Cache-Control` value of `no-store` instead of `no-cache`. You can merge this pull request into a Git repositor

[GitHub] cordova-plugman pull request: CB-7143 OSX platform cannot be insta...

2015-08-21 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-plugman/pull/86 CB-7143 OSX platform cannot be installed as described - add OS X to list of known platforms You can merge this pull request into a Git repository by running: $ git pull https://github

[GitHub] cordova-docs pull request: Integrated new search css and added sor...

2015-08-21 Thread dblotsky
Github user dblotsky commented on the pull request: https://github.com/apache/cordova-docs/pull/309#issuecomment-133628503 Merged, but forgot to add the comment, sorry! Feel free to delete the branch. --- If your project is set up for it, you can reply to this email and have your rep

Re: [VOTE] Windows 4.1.0 release

2015-08-21 Thread Jesse
+1 Verified archive created and ran an app, ran device tests My team is hiring! @purplecabbage risingj.com On Fri, Aug 21, 2015 at 3:46 PM, Rob Paveza wrote: > Please review and vote on this 4.1.0 Windows Release by replying to this > email (and keep discussion on the DISCUSS thread) > > Relea

[GitHub] cordova-docs pull request: Integrated new search css and added sor...

2015-08-21 Thread riknoll
GitHub user riknoll opened a pull request: https://github.com/apache/cordova-docs/pull/309 Integrated new search css and added sort for search results Added in the sort dropdown for plugin search results and integrated the new CSS You can merge this pull request into a Git reposito

Re: CB-9523 Show out of date message for older cordova CLI

2015-08-21 Thread Jesse
_ / \ / ___ ___ \ / / |___| \ \ / / \ \ | | ^ ^ | | | | @ @ | | | |_| | |__ __| | | | | | | |___| |_| |___| Best I could do in 5 minutes. Happy Friday! My team is hiring!

Re: CB-9523 Show out of date message for older cordova CLI

2015-08-21 Thread Carlos Santana
+1 I like how yeoman and ionic cli has similar feature. But the PR can't go in unless you have a mean Cordova Icon printed in ASCII in the message :-) On Fri, Aug 21, 2015 at 12:44 PM Sergey Shakhnazarov (Akvelon) < v-ses...@microsoft.com> wrote: > Hi guys, > > I wanted to discuss the PR [1],

Re: [DISCUSS] CORDOVA AND LIVERELOAD

2015-08-21 Thread Carlos Santana
This is so awesome, as working on a downstream I have being debating if this is something I should add to my downstream. I think this is standard stuff that cordova should enable but not include in core, it should be a plugin. maybe we should have a tag for plugins that are only for tooling, mean

Re: [cordova-lib] Tests require cordova-android devDependencies being updated?

2015-08-21 Thread Carlos Santana
Shaz give it a good shake to your Mac :-) On Fri, Aug 21, 2015 at 5:58 PM Shazron wrote: > Definitely did happen to me on OS X and another dev had some weirdness as > well. I'll try to see if I can replicate on a clean system -- perhaps there > it's just some weird dev npm link issue on my end

Re: Android Marshmallow Permissions

2015-08-21 Thread Carlos Santana
Filed a JIRA I think is low severity, maybe might have a clue to workaround. But like Joe said is very low probability that the first app to run on your new Android M is going to be a cordova app :-) before using the camera app. On Fri, Aug 21, 2015 at 7:54 PM Karen Tran wrote: > I realized I go

[GitHub] cordova-osx pull request: CB-9541 Add preferences to put app into ...

2015-08-21 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/16 CB-9541 Add preferences to put app into "kiosk mode" This adds the following new preferences: |name|comment|example| ||---|| |`WindowSize`|size of t

Re: Android Marshmallow Permissions

2015-08-21 Thread Karen Tran
I realized I goofed and that accessing the camera wasn't actually a permission itself. It was permission for the camera to access your location. So everything should be working fine for older sdk + M preview. The issue about not returning to the app that calls the camera after accepting this permis

[GitHub] cordova-osx pull request: replace __PROJECT_NAME__ also in config....

2015-08-21 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/15 replace __PROJECT_NAME__ also in config.xml and controller strings You can merge this pull request into a Git repository by running: $ git pull https://github.com/tripodsan/cordova-osx m

RE: Cordova Face to Face meeting

2015-08-21 Thread Parashuram N
Update: I am working of getting the conferences rooms and other logistics set up for 2 days. We should most likely be able to do it on the 2 dates that we have proposed. -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Thursday, August 20, 2015 6:07 PM To: de

[VOTE] Windows 4.1.0 release

2015-08-21 Thread Rob Paveza
Please review and vote on this 4.1.0 Windows Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-9447 The archive has been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-9447 The package

Re: [cordova-lib] Tests require cordova-android devDependencies being updated?

2015-08-21 Thread Shazron
Definitely did happen to me on OS X and another dev had some weirdness as well. I'll try to see if I can replicate on a clean system -- perhaps there it's just some weird dev npm link issue on my end or something. On Friday, August 21, 2015, Alexander Sorokin (Akvelon) < v-als...@microsoft.com> wr

[GitHub] cordova-plugin-file pull request: Fixed bug with installation

2015-08-21 Thread Nilos
Github user Nilos commented on the pull request: https://github.com/apache/cordova-plugin-file/pull/110#issuecomment-133565181 Your version of cordova-cli is outdated please run a npm update -g cordova You might need to run "sudo npm update -g cordova" to allow npm update access t

Re: [DISCUSS] CORDOVA AND LIVERELOAD

2015-08-21 Thread Jesse
This is really cool work, and will absolutely help developers. Personally, I prefer the plugin approach. Which library is chosen is entirely up to the plugin author, but I really like BrowserSync! In all cases, I believe it is important to try NOT to add features to cordova. The ultimate goal is h

Re: File.spec.144 purpose

2015-08-21 Thread Jesse
Can we add some of this info to a comment in the code, or put a link to this thread? There are far too many tests where it is not easy to glean what we are actually testing. My team is hiring! @purplecabbage risingj.com On Fri, Aug 21, 2015 at 11:45 AM, Suraj Pindoria < suraj.pindo...@yahoo.com.

[DISCUSS] CORDOVA AND LIVERELOAD

2015-08-21 Thread Mefire O .
Hi all, Problem Most Web developement workflows today have a quick edit-refresh-preview loop, enabling rapid application development. While Cordova is based on Web technologies, the cordova run step after every little HTML or CSS change is still slow and takes a considerable amount of time to d

Re: File.spec.144 purpose

2015-08-21 Thread Suraj Pindoria
LGTM. On Friday, August 21, 2015 10:48 AM, Suraj Pindoria wrote: Was just replying when Ian responded. The reason I changed the test was because the plugin folders do not not exist when using browserify. I am running mobilespec now to see if everything is still good with your new ch

Re: File.spec.144 purpose

2015-08-21 Thread Suraj Pindoria
Was just replying when Ian responded. The reason I changed the test was because the plugin folders do not not exist when using browserify. I am running mobilespec now to see if everything is still good with your new changes. Suraj. On Friday, August 21, 2015 10:34 AM, Ian Clelland wrote

Re: File.spec.144 purpose

2015-08-21 Thread Ian Clelland
Yes and no -- it looks like a deliberate change, but it wasn't the original intention of the test -- the test was put in place as part of https://issues.apache.org/jira/browse/CB-6428, and it originally tested that it could copy just the file plugin's assets into local storage. CB-6428 is about be

CB-9523 Show out of date message for older cordova CLI

2015-08-21 Thread Sergey Shakhnazarov (Akvelon)
Hi guys, I wanted to discuss the PR [1], which is adding update notification to CLI - will this be a useful addition? PR uses update-notifier[2] module, which notifies about Cordova update available daily - should I set this interval to something else like "1 week"? [1] https://github.com/apach

RE: Cordova-lib refactoring implementation

2015-08-21 Thread Vladimir Kotikov (Akvelon)
Oops, previous email sent by mistake ☹ Hi, guys. I’ve submitted a PR, that refactors a cordova-lib API and implements a PlatformApi polyfill (as discussed in https://github.com/cordova/cordova-discuss/pull/12) Please find it here: https://github.com/apache/cordova-lib/pull/282. To test this you

Cordova-lib refactoring implementation

2015-08-21 Thread Vladimir Kotikov (Akvelon)
Hi, guys. I've submitted a PR, that refactors a cordova-lib API and implements a PlatformApi polyfill as discussed in https://github.com/cordova/cordova-discuss/pull/12 Brief overview of this PR:

[GitHub] cordova-cli pull request: Updates cli to pass arguments properly t...

2015-08-21 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-cli/pull/220 Updates cli to pass arguments properly to PlatformApi instances You can merge this pull request into a Git repository by running: $ git pull https://github.com/MSOpenTech/cordova

[GitHub] cordova-lib pull request: Adds implementation for PlatformApiPoly ...

2015-08-21 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-lib/pull/282 Adds implementation for PlatformApiPoly class according to PlatformApi spec This implements PlatformApiPoly class according to PlatformApi spec, which allows to: * create/update

[GitHub] cordova-ubuntu pull request: Success callback id and error callbac...

2015-08-21 Thread jtrosby
Github user jtrosby closed the pull request at: https://github.com/apache/cordova-ubuntu/pull/13 --- 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-lib] Tests require cordova-android devDependencies being updated?

2015-08-21 Thread Alexander Sorokin (Akvelon)
Cordova-lib tests does use Android platform for e2e test purposes, but it is not required to be installed - it's being cloned and used by the tests themselves. I've just tried to repro this on clean Windows 8 installation: - Installed latest git - Installed latest node.js - git clone https://git

File.spec.144 purpose

2015-08-21 Thread Alexander Sorokin (Akvelon)
Hi guys. It looks like "file.spec.144 copyTo: asset directory" tries to copy whole www directory. Was it done intentionally? On slow environments, especially emulators this can take huge amount of time (up to 5 minutes). In case it is not substantial and any folder will do, I've prepared a fix

Buildbot: buildslave cordova-osx-slave was lost

2015-08-21 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-osx-slave went away It last disconnected at Fri Aug 21 12:26:42 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '. Sincerely, The Buildbot http://

[GitHub] cordova-plugin-file pull request: CB-9539 Fixed test failure on An...

2015-08-21 Thread alsorokin
GitHub user alsorokin opened a pull request: https://github.com/apache/cordova-plugin-file/pull/129 CB-9539 Fixed test failure on Android emulator https://issues.apache.org/jira/browse/CB-9539 You can merge this pull request into a Git repository by running: $ git pull https://

[GitHub] cordova-plugin-file-transfer pull request: Add in default value fo...

2015-08-21 Thread jason-ong
GitHub user jason-ong opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/98 Add in default value for fileName & mimeType To match the FileUpload documentation for IOS , change fileName default value to "image.jpg" change mimeType default value