[GitHub] cordova-plugin-dialogs pull request: CB-7639 Notification.confirm(...

2014-09-25 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/35 CB-7639 Notification.confirm() fails on windows due to multiple issues Fixes for multiple issues described in https://issues.apache.org/jira/browse/CB-7639 You can merge thi

[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-25 Thread knight9999
Github user knight commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-56924904 With Xcode 6.0.1, the status bar disappears in landscape. With Xcode 5.1.1, it seems to work well. --- If your project is set up for it, you can

Re: WKWebView for iOS8

2014-09-25 Thread Brian LeRoux
Web server sounding better all the time. On Thursday, September 25, 2014, Joe Bowser wrote: > I wanted to unpack the android_assets to the app storage to fix various > problems with the file URI but it was vetoed every time. This sounds very > similar. > On Sep 25, 2014 10:39 PM, "Jesse" > > wr

Re: WKWebView for iOS8

2014-09-25 Thread Joe Bowser
I wanted to unpack the android_assets to the app storage to fix various problems with the file URI but it was vetoed every time. This sounds very similar. On Sep 25, 2014 10:39 PM, "Jesse" wrote: > FYI, Windows Phone 7 had to unpack all www/ files to temp ( IsolatedStorage > in wp7 world ) > Thi

[GitHub] cordova-ios pull request: Pass devicetypeid instead of --target to...

2014-09-25 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-ios/pull/107#issuecomment-56921597 Nice! --- 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 featur

Re: WKWebView for iOS8

2014-09-25 Thread Jesse
FYI, Windows Phone 7 had to unpack all www/ files to temp ( IsolatedStorage in wp7 world ) This was because of the way that the app packaged assets, they were just resources inside the .dll, so index.html could load, but could not reference any other relative files. Also because the .dll resource l

Re: WKWebView for iOS8

2014-09-25 Thread Ally Ogilvie
Not able to load web resource from within html that reference Library/Caches/*.jpg :( As you said; looks like a total whitelist-style security policy. On Fri, Sep 26, 2014 at 12:44 PM, Ally Ogilvie wrote: > Not too bothered about that as long as all our assets (images/sounds) can > be downloaded

Re: WKWebView for iOS8

2014-09-25 Thread Ally Ogilvie
Not too bothered about that as long as all our assets (images/sounds) can be downloaded into cache and the html in /tmp can load them. As discussed a previous thread I (we/Wizcorp) have a native loader to steam the game/app from cloudz. As long as we can put html to /tmp and assets to cache, html

Re: WKWebView for iOS8

2014-09-25 Thread Shazron
Also, since it is in tmp -- eventually you will leave to copy over the www, *again* once the system clears it out. That's no good. On Thu, Sep 25, 2014 at 7:50 PM, Shazron wrote: > Ally - I seriously doubt it, this appears to be more low level. When using > loadHTMLString to load the initial HTM

Re: WKWebView for iOS8

2014-09-25 Thread Shazron
Ally - I seriously doubt it, this appears to be more low level. When using loadHTMLString to load the initial HTML file it is fine, but any assets that the HTML tries to load is subject to the low level loader which I presume has a security policy disallowing unauthorized locations. You could modi

[GitHub] cordova-browser pull request: No longer need to kill Chrome to run

2014-09-25 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-browser/pull/1 --- 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: WKWebView for iOS8

2014-09-25 Thread Shazron
Yup - all depends on how big your www folder is, we'll have to time test payload size impact :/ not liking it... On Thursday, September 25, 2014, Brian LeRoux wrote: > cool, guess this is a bit of a startup penalty (but that'd be it?) > > On Thu, Sep 25, 2014 at 7:05 PM, Shazron > > wrote: > > >

Re: WKWebView for iOS8

2014-09-25 Thread Ally Ogilvie
Not tested but i'd be interested to know if once the html from /tmp is loaded, can the html pull in images using with a path of file:/// /myImage.jpg. On Fri, Sep 26, 2014 at 11:14 AM, Brian LeRoux wrote: > cool, guess this is a bit of a startup penalty (but that'd be it?) > > On Thu, Sep 25,

Re: WKWebView for iOS8

2014-09-25 Thread Brian LeRoux
cool, guess this is a bit of a startup penalty (but that'd be it?) On Thu, Sep 25, 2014 at 7:05 PM, Shazron wrote: > Mixed news from iOS 8.0.2. Only local files from *tmp* can be loaded. Test > using https://github.com/shazron/WKWebViewFIleUrlTest > > > > Documents, Library, Library/Caches and i

Re: WKWebView for iOS8

2014-09-25 Thread Shazron
Mixed news from iOS 8.0.2. Only local files from *tmp* can be loaded. Test using https://github.com/shazron/WKWebViewFIleUrlTest Documents, Library, Library/Caches and inside your app bundle -- no files there can be loaded using the file:// protocol, only from tmp. The Safari file upload fix

Re: introduction

2014-09-25 Thread Ally Ogilvie
MICROSOFT PHONE IN JAPAN PLEASE. *ahem* Welcome Kirk :) On Fri, Sep 26, 2014 at 3:31 AM, Carlos Santana wrote: > Welcome Kirk ! > > On Thu, Sep 25, 2014 at 12:39 PM, Kirk Shoop (MS OPEN TECH) < > kirk.sh...@microsoft.com> wrote: > > > Thank you all for the warm welcome :) > > > > Thanks for the

Re: Next Cordova Release

2014-09-25 Thread Carlos Santana
Steven, If it's not too much extra work lets try to keep travis-ci and appveyor most of the time green. Now they show red. if cordova-lib depends on npm cordova-js, then land the changes in cordova-js let's vote and publish, and then land changes in cordova-lib keeping CI always green. Again if

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-09-25 Thread csantanapr
Github user csantanapr commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-56910355 I will review the pull request and if it looks you want me to merge it or you want to do it @sgrebnov ? --- If your project is set up for it, you can reply to thi

Re: new NPM 2.x

2014-09-25 Thread Brian LeRoux
ya that whole 0.x.y debacle remains inconclusive. seems like the world actually starts at 1.0 …starting now. (idk, its impossible to enforce semver so its always going to be a nice idea…unless we get a lang contracts like eiffel I guess) talked to laurie about the scoped packages and those are eve

Re: new NPM 2.x

2014-09-25 Thread Michal Mocny
Yes, that was great. Also: 0.x.y is possibly a bad idea? (actually that seemed inconclusive, seems npm will continue to not treat 0. versions as special, but maybe one day that will change?) Also: scoped packages seem to be enterprise only (a scope roughly corresponds to a registry, it seems), b

Re: Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Carlos Santana
Yep, lets plan a beerup On Thu, Sep 25, 2014 at 5:41 PM, Ray Camden wrote: > Joined the waiting list. No way I can get budget to attend, but figured > I¹d try. ;) Happy to see they are streaming everything though. > > > On 9/25/14, 1:40 PM, "Carlos Santana" wrote: > > >I was able to get a ticke

Re: new NPM 2.x

2014-09-25 Thread Brian LeRoux
that was really good. my takeaway: lets use shrinkwrap once they add all this new hotness On Thu, Sep 25, 2014 at 12:42 PM, Carlos Santana wrote: > Some of you might find this podcast [1] interesting, straight from the > horse's mouth > > They discuss npm 2.x, opinions about semver, and modules

[GitHub] cordova-ios pull request: Made isValidCallbackId threadsafe (Bug C...

2014-09-25 Thread samedii
GitHub user samedii opened a pull request: https://github.com/apache/cordova-ios/pull/108 Made isValidCallbackId threadsafe (Bug CB-7643) _callbackIdPattern was being changed on multiple threads which caused bad access errors https://issues.apache.org/jira/browse/CB-7643 You ca

Re: Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Ray Camden
Joined the waiting list. No way I can get budget to attend, but figured I¹d try. ;) Happy to see they are streaming everything though. On 9/25/14, 1:40 PM, "Carlos Santana" wrote: >I was able to get a ticket [1] to attend. Now waiting on corporate travel >approval ... > >It will be awes

[GitHub] cordova-ios pull request: Pass devicetypeid instead of --target to...

2014-09-25 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-ios/pull/107#issuecomment-56887608 I don't think you need to go so far as requiring users to specify the entire namespace ... com.apple.CoreSimulator.SimDeviceType is completely meaningless if w

[GitHub] cordova-ios pull request: Pass devicetypeid instead of --target to...

2014-09-25 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-ios/pull/107#issuecomment-56887052 The param should still be called --target to match other platforms. How you treat the --target, and what constitutes a valid --target are completely up to t

Re: Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Brian LeRoux
I'll be there. Looking forward to it. Should plan to do a Cordova (beer|meet)up? On Thu, Sep 25, 2014 at 12:57 PM, Michal Mocny wrote: > I haven't seen a schedule of talks. > > I would be shocked if their wasn't some talk of Polymer (not sure about > Designer). I'm less sure about CDE -- its be

[GitHub] cordova-ios pull request: Pass devicetypeid instead of --target to...

2014-09-25 Thread aharbick
GitHub user aharbick opened a pull request: https://github.com/apache/cordova-ios/pull/107 Pass devicetypeid instead of --target to match changes to ios-sim You can merge this pull request into a Git repository by running: $ git pull https://github.com/aharbick/cordova-ios mas

Re: Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Michal Mocny
I haven't seen a schedule of talks. I would be shocked if their wasn't some talk of Polymer (not sure about Designer). I'm less sure about CDE -- its been popular after I/O but isn't really fundamental to the direction of the web, and the conference talks are already pretty tight. Our codelab/bo

Re: new NPM 2.x

2014-09-25 Thread Carlos Santana
Some of you might find this podcast [1] interesting, straight from the horse's mouth They discuss npm 2.x, opinions about semver, and modules using pre-release strings as production packages, shrinkwrap, etc.. [1]: http://javascriptjabber.com/127-jsj-changes-in-npm-land-with-forrest-norvell-rebec

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-09-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-56869972 All further changes and improvements we can file as separate JIRA issues/tasks --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-09-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-56869833 I propose to merge this version since looks like it provides all basic functionality we want for unified hooks. If so, could someone review and merge --- If your pr

Re: Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Carlos Santana
Great !!, looking forward to meet again guys What about Chrome Dev Editor or Polymer Designer with Cordova ? On Thu, Sep 25, 2014 at 2:52 PM, Michal Mocny wrote: > Some of us Googlers will be there. Currently looking for a way to present > cordova, looks like we won't have any talks but may do

Re: Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Michal Mocny
Some of us Googlers will be there. Currently looking for a way to present cordova, looks like we won't have any talks but may do a codelab / booth. -Michal On Thu, Sep 25, 2014 at 2:40 PM, Carlos Santana wrote: > I was able to get a ticket [1] to attend. Now waiting on corporate travel > appro

[GitHub] cordova-browser pull request: No longer need to kill Chrome to run

2014-09-25 Thread stevengill
Github user stevengill commented on the pull request: https://github.com/apache/cordova-browser/pull/1#issuecomment-56864511 Sweet! I will take it for a spin on Windows! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

Who is going to Chrome Dev Summit Nov19-20?

2014-09-25 Thread Carlos Santana
I was able to get a ticket [1] to attend. Now waiting on corporate travel approval ... It will be awesome to meet with committers, contributors, end users of Cordova while there. [1]: http://developer.chrome.com/devsummit -- Carlos Santana

Re: introduction

2014-09-25 Thread Carlos Santana
Welcome Kirk ! On Thu, Sep 25, 2014 at 12:39 PM, Kirk Shoop (MS OPEN TECH) < kirk.sh...@microsoft.com> wrote: > Thank you all for the warm welcome :) > > Thanks for the link as well, > > Kirk > > Software Design Engineer > Microsoft Open Technologies, Inc. > > MS Open Tech is hiring (http://aka.m

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-09-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-56856482 I compare tests results with results of master branch and see exactly the same tests failed, looks like this code does not add new failed tests master ht

[GitHub] cordova-plugin-media pull request: CB-7638 Get audio duration prop...

2014-09-25 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-media/pull/31 CB-7638 Get audio duration properly on windows Fix for https://issues.apache.org/jira/browse/CB-7638 Proper way to get real audio duration is to use `onloadedmetadata`

RE: Next Cordova Release

2014-09-25 Thread Sergey Grebnov (Akvelon)
That helped, thx a lot, Steven! -Original Message- From: Steven Gill [mailto:stevengil...@gmail.com] Sent: Thursday, September 25, 2014 8:34 PM To: dev@cordova.apache.org Subject: Re: Next Cordova Release Make sure you have cordovajs npm linked into Cordova-lib. My push to lib yesterday

Re: Next Cordova Release

2014-09-25 Thread Steven Gill
I think it depends on what people are working on. Not everyone needs to work of master for cli, lib, & JS. It probably isn't a good idea to do this automatically. Might confuse people who want to work with releases code only or people who aren't familiar with npm link. On Thursday, September 25, 2

Re: Next Cordova Release

2014-09-25 Thread Marcel Kinard
There are now more than a couple npm-links which should be set up. Would it make sense to automatically do that for both the dependent and dependee in coho-repo-update or coho-repo-clone or createmobilespec.js or elsewhere? On Sep 25, 2014, at 12:34 PM, Steven Gill wrote: > Make sure you have

RE: introduction

2014-09-25 Thread Kirk Shoop (MS OPEN TECH)
Thank you all for the warm welcome :) Thanks for the link as well, Kirk Software Design Engineer Microsoft Open Technologies, Inc. MS Open Tech is hiring (http://aka.ms/msopentechjobs)! Ask me for details if anyone you know is interested. -Original Message- From: Marcel Kinard [mailto

Re: Next Cordova Release

2014-09-25 Thread Steven Gill
Make sure you have cordovajs npm linked into Cordova-lib. My push to lib yesterday has a few failing browserify tests unless you link Cordova-JS master in your node modules folder. Not sure if this is what you are seeing but if it is, might save you some time. On Thursday, September 25, 2014, Ser

Re: introduction

2014-09-25 Thread Marcel Kinard
Welcome! If you haven't already, take a look at the "Contributing" section here: http://wiki.apache.org/cordova/ On Sep 24, 2014, at 7:01 PM, Kirk Shoop (MS OPEN TECH) wrote: > Hi! > > I work for Microsoft Open Technologies. I have been watching for a while but > I am looking forward to con

RE: Next Cordova Release

2014-09-25 Thread Sergey Grebnov (Akvelon)
Rebased hooks implementation on top of master; see some unit tests failures, investigating.. https://github.com/apache/cordova-lib/pull/55 Thx! Sergey -Original Message- From: Carlos Santana [mailto:csantan...@gmail.com] Sent: Thursday, September 25, 2014 1:26 AM To: dev@cordova.apache.

[GitHub] cordova-lib pull request: CB-6481 Add unified hooks support for co...

2014-09-25 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-lib/pull/55#issuecomment-56843816 rebased on top of apache/master; I see some unit tests are failed now, investigating .. --- If your project is set up for it, you can reply to this email and have y

[GitHub] cordova-browser pull request: No longer need to kill Chrome to run

2014-09-25 Thread mmocny
Github user mmocny commented on the pull request: https://github.com/apache/cordova-browser/pull/1#issuecomment-56838479 ..only tested on Mac. --- 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

[GitHub] cordova-browser pull request: No longer need to kill Chrome to run

2014-09-25 Thread mmocny
GitHub user mmocny opened a pull request: https://github.com/apache/cordova-browser/pull/1 No longer need to kill Chrome to run You can merge this pull request into a Git repository by running: $ git pull https://github.com/mmocny/cordova-browser update_chrome_run Alternative

[GitHub] cordova-cli pull request: CB-7636 Allow using --nobuild flag witho...

2014-09-25 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-cli/pull/193 CB-7636 Allow using --nobuild flag without screaning https://issues.apache.org/jira/browse/CB-7636 Currently ‘--nobuild’ param requires – screening So this skips --nobui

[GitHub] cordova-plugin-camera pull request: When scaling the image, do not...

2014-09-25 Thread vielhuber
Github user vielhuber commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/48#issuecomment-56788308 Thanks! When will this patch be available at Phonegap Build? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-25 Thread laucel
Github user laucel commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-56787435 @shazron Although I have installed the latest version, I've removed and re-installed it. I've also tried in a new project, same result. I'm using cordova