Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-17 Thread tommy-carlos williams
Oh man :(

Also done…

*fingers crossed*

On 17 August 2014 at 7:33:11, Marc Weiner (mhweiner...@gmail.com) wrote:

Done  


On Sat, Aug 16, 2014 at 3:46 AM, julio cesar sanchez  wrote:  

> Done  
>  
>  
> 2014-08-16 4:08 GMT+02:00 Shazron :  
>  
> > As you know the more dupes the more attention a bug gets. So if you  
> > have an Apple ID, please go to:  
> > http://bugreporter.apple.com  
> >  
> > and essentially copy my report:  
> > http://openradar.appspot.com/radar?id=5839348817723392  
> >  
> > The test project is here (just point them to the URL):  
> > https://github.com/shazron/WKWebViewFIleUrlTest  
> >  
>  



Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-17 Thread Hazem Saleh
Done (problem #18044595).

Hopefully, iOS team will fix this ugly bug ASAP.


On Sun, Aug 17, 2014 at 4:24 PM, tommy-carlos williams 
wrote:

> Oh man :(
>
> Also done…
>
> *fingers crossed*
>
> On 17 August 2014 at 7:33:11, Marc Weiner (mhweiner...@gmail.com) wrote:
>
> Done
>
>
> On Sat, Aug 16, 2014 at 3:46 AM, julio cesar sanchez <
> jcesarmob...@gmail.com
> > wrote:
>
> > Done
> >
> >
> > 2014-08-16 4:08 GMT+02:00 Shazron :
> >
> > > As you know the more dupes the more attention a bug gets. So if you
> > > have an Apple ID, please go to:
> > > http://bugreporter.apple.com
> > >
> > > and essentially copy my report:
> > > http://openradar.appspot.com/radar?id=5839348817723392
> > >
> > > The test project is here (just point them to the URL):
> > > https://github.com/shazron/WKWebViewFIleUrlTest
> > >
> >
>
>


-- 
Hazem Saleh

Author of Pro JSF and HTML5 book:
http://www.amazon.com/Pro-JSF-HTML5-Building-Components/dp/1430250100/

Author of JavaScript Unit Testing book:
http://www.amazon.com/dp/1782160620/

Co-author of (The Definitive Guide to Apache MyFaces and Facelets) book:
http://www.amazon.com/-/e/B002M052KY

DeveloperWorks Contributing Author
https://www.ibm.com/developerworks/mydeveloperworks/blogs/hazem/entry/ibm_developerworks_contributing_author?lang=en_us

An Apache committer, IBMer, and a technical speaker

Twitter: http://www.twitter.com/hazems


Re: [iOS 8] Please duplicate this Apple bug report for WKWebView use in Cordova

2014-08-17 Thread tommy-carlos williams
assuming it’s a bug, not a calculated decision...

On 18 August 2014 at 8:21:18, Hazem Saleh (haz...@apache.org) wrote:

Done (problem #18044595).  

Hopefully, iOS team will fix this ugly bug ASAP.  


On Sun, Aug 17, 2014 at 4:24 PM, tommy-carlos williams   
wrote:  

> Oh man :(  
>  
> Also done…  
>  
> *fingers crossed*  
>  
> On 17 August 2014 at 7:33:11, Marc Weiner (mhweiner...@gmail.com) wrote:  
>  
> Done  
>  
>  
> On Sat, Aug 16, 2014 at 3:46 AM, julio cesar sanchez <  
> jcesarmob...@gmail.com  
> > wrote:  
>  
> > Done  
> >  
> >  
> > 2014-08-16 4:08 GMT+02:00 Shazron :  
> >  
> > > As you know the more dupes the more attention a bug gets. So if you  
> > > have an Apple ID, please go to:  
> > > http://bugreporter.apple.com  
> > >  
> > > and essentially copy my report:  
> > > http://openradar.appspot.com/radar?id=5839348817723392  
> > >  
> > > The test project is here (just point them to the URL):  
> > > https://github.com/shazron/WKWebViewFIleUrlTest  
> > >  
> >  
>  
>  


--  
Hazem Saleh  

Author of Pro JSF and HTML5 book:  
http://www.amazon.com/Pro-JSF-HTML5-Building-Components/dp/1430250100/  

Author of JavaScript Unit Testing book:  
http://www.amazon.com/dp/1782160620/  

Co-author of (The Definitive Guide to Apache MyFaces and Facelets) book:  
http://www.amazon.com/-/e/B002M052KY  

DeveloperWorks Contributing Author  
https://www.ibm.com/developerworks/mydeveloperworks/blogs/hazem/entry/ibm_developerworks_contributing_author?lang=en_us
  

An Apache committer, IBMer, and a technical speaker  

Twitter: http://www.twitter.com/hazems  



Hello Cordova!

2014-08-17 Thread Nikolai Kotchetkov
Hello Cordova!

My name is Nikolai, and I've been taking part in several Cordova projects
already mostly by writing plugins for Android.

At this time I'd like to contribute a small feature to make a plugin
handling a bit easier :)
https://github.com/apache/cordova-lib/pull/63

My ICLA is on it's way to secretary :)

Best regards,
Nikolai


Re: Hello Cordova!

2014-08-17 Thread tommy-carlos williams
Welcome!

On 18 August 2014 at 8:59:55, Nikolai Kotchetkov (moto...@gmail.com) wrote:

Hello Cordova! 

My name is Nikolai, and I've been taking part in several Cordova projects 
already mostly by writing plugins for Android. 

At this time I'd like to contribute a small feature to make a plugin 
handling a bit easier :) 
https://github.com/apache/cordova-lib/pull/63 

My ICLA is on it's way to secretary :) 

Best regards, 
Nikolai 



[GitHub] cordova-plugin-file-transfer pull request: CB-7316 Updates file-tr...

2014-08-17 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request:

https://github.com/apache/cordova-plugin-file-transfer/pull/39

CB-7316 Updates file-transfer plugin with support of universal windows 
apps, improve current specs compatibility.

Fix for [CB-7316](https://issues.apache.org/jira/browse/CB-7316)

Adds support for Windows platform.
Improves current specs compatibility:
* Update handling credentials routine, replace parsing with Uri object by 
regexp parsing due to security errors in Windows.
* Add support to aborting download/upload operations for windows platform.
* Add support of progress events for download/upload operations for windows 
platform.
  - progress event object for upload operation is always empty, due to 
Windows restrictions.
* Fix multiple errors with handling invalid URLs and paths.
* Fix error callbacks in download/upload methods. Now they called with 
proper Error objects.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/MSOpenTech/cordova-plugin-file-transfer 
CB-7316

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/cordova-plugin-file-transfer/pull/39.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #39


commit f92244aff9641dd3a287e7efe7f15344cec3db1c
Author: Vladimir Kotikov 
Date:   2014-08-15T08:41:59Z

CB-7316 Improves current specs compatibility:

* Update handling credentials routine, replace parsing with Uri object by 
regexp parsing due to security errors in Windows.
* Add support to aborting download/upload operations for windows platform.
* Add support of progress events for download/upload operations for windows 
platform.
  - progress event object for upload operation is always empty, due to 
Windows restrictions.
* Fix multiple errors with handling invalid URLs and paths.
* Fix error callbacks in download/upload methods. Now they called with 
proper Error objects.

commit ad0382e24c3ece62802b64afa9c5f2cfb3e0b032
Author: Vladimir Kotikov 
Date:   2014-08-15T08:47:15Z

CB-7316 Adds support for Windows platform, moves *Proxy files to proper 
directory.

commit 05f2e7737d94f7a6945936027e2b36d83f9d9930
Author: Vladimir Kotikov 
Date:   2014-08-15T09:36:16Z

CB-7316 Updates docs with actual information.




---
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 is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---