[GitHub] cordova-mobile-spec pull request: CB-8034 Fixed creating mobilespe...

2014-11-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-mobile-spec/pull/112 --- 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 fe

Re: Starting to work on cordova again - reintroduction

2014-11-19 Thread Ally Ogilvie
Hey Josh, Welcome back. Gotta say I've been using Ionic recently and I think it's awesome! (Did you work on Ionic CLI wrap around Cordova?) Please say thanks to the team, it really makes web mobile development possible with Angular! On a Plugman note; If you are looking into the commands would y

[GitHub] cordova-ios pull request: CB-5706 convert some of the bash scripts...

2014-11-19 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-ios/pull/118 --- 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

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Shazron
I'm not sure - Tony wrote that part maybe he can explain the intricacies. On Wed, Nov 19, 2014 at 4:23 PM, tommy-carlos williams wrote: > Shazron, > > I just noticed this in the README for the plugin: > > "However, since requests are made over http, your app's activity may be > visible to others

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread tommy-carlos williams
Shazron, I just noticed this in the README for the plugin: "However, since requests are made over http, your app's activity may be visible to others on the name wi-fi network.” Is this actually true? Why would traffic to localhost leave the device and be visible over the wifi? --  tommy-car

Re: official bluetooth plugin [closed]

2014-11-19 Thread Josh Soref
Inoa Koala wrote: >In my mind it seemed rather simple. Simply use the key classes for >android BluetoothSocket and BluetoothServerSocket. For reference, that's BT::SPP aka "BT-SERIAL" in my list. While it may be something that someone might want, it certainly wasn't the one I was expecting people

Re: official bluetooth plugin [closed]

2014-11-19 Thread Inoa Koala
I now understand why there is no official bluetooth plugin. I did not mean to make demands, I thought my original message was a written as a proposal or enhancement. Clearly I was wrong. | Possibly worth noting is that "Bluetooth" is a really amorphous thing. | ... | Do you want BT-PAN? BT-DUN

Re: official bluetooth plugin

2014-11-19 Thread Don Coleman
Be sure to checkout https://github.com/don/cordova-plugin-ble-central and https://github.com/don/BluetoothSerial On Wed, Nov 19, 2014 at 3:07 PM, Joe Bowser wrote: > On Wed Nov 19 2014 at 11:57:34 AM Shazron wrote: > > > Hi Inoa, > > First off, please don't make demands, I mean it's just not po

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Homer, Tony
Ugh. Thanks for the additional information, Shazron. I had previously proposed adding a hook (by which I meant a delegate method) to CDVPluginResult (that would be called from - (CDVPluginResult*)initWithStatus:(CDVCommandStatus)statusOrdinal message:(id)theMessage) so that LocalWebServer could (

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Shazron
Ideally a general solution like you proposed should work, but I forgot to mention that in this case, since we are talking about WKWebView, we can't use NSURLProtocol since it is not supported in that framework [1][2] The only other general way I can see is to require explicit support in plugins, t

Re: official bluetooth plugin

2014-11-19 Thread Joe Bowser
On Wed Nov 19 2014 at 11:57:34 AM Shazron wrote: > Hi Inoa, > First off, please don't make demands, I mean it's just not polite, > especially if this is the first time you've posted here. There are various > reasons why we didn't create a Bluetooth plugin and it goes straight to > project philoso

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Homer, Tony
If we are just talking about CB-8032, then I can see that this approach is cleaner for the file plugin. Regarding local web server plugin in general - what about other plugins such as camera? Doesn¹t there need to be a general solution that will provide compatibility between local web server plugi

Re: official bluetooth plugin

2014-11-19 Thread Shazron
Hi Inoa, First off, please don't make demands, I mean it's just not polite, especially if this is the first time you've posted here. There are various reasons why we didn't create a Bluetooth plugin and it goes straight to project philosophy. We try to conform to W3C standards, and there is no w3c

Re: official bluetooth plugin

2014-11-19 Thread Josh Soref
Possibly worth noting is that "Bluetooth" is a really amorphous thing. It's sort of like asking "why is there no TCP wrapper for {whatever}". Most people don't speak raw "TCP", and most people don't speak raw "Bluetooth". People tend to speak profiles, and the Bluetooth profile story is pretty fr

Re: official bluetooth plugin

2014-11-19 Thread Jesse
You can write it, and it can become official ... Why must developers here write it for you? Lots of people want lots of things ... I'm not sure why this is puzzling. Anyway, we are off topic for this list, so I will leave it at that. To find more info on contributing, please read: http://cordova.a

Re: official bluetooth plugin

2014-11-19 Thread Inoa Koala
Yes, https://github.com/randdusing/BluetoothLE is interesting. But why is there no **official** bluetooth plugin for cordova that is part of the Apache Software Foundation? I must write it? No one else has wanted to make an official bluetooth plugin for cordova? It puzzles me that "Apache C

Re: official bluetooth plugin

2014-11-19 Thread Jesse
... because you haven't written it yet. This one looks interesting: https://github.com/randdusing/BluetoothLE I haven't used it though. @purplecabbage risingj.com On Wed, Nov 19, 2014 at 11:02 AM, Inoa Koala wrote: > Hello cordova developpers, > > Why is there no official bluetooth plugin liste

official bluetooth plugin

2014-11-19 Thread Inoa Koala
Hello cordova developpers, Why is there no official bluetooth plugin listed on http://cordova.apache.org/ ? Specifically, I wish to do Android to Android bluetooth communication. Instead one needs to use 3rd party plugins. Maybe they work but they are not officially supported. Why is there

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Kerri Shotts
Really Apple? Really? Hisss! Never mind my fangs. I've just dealt with a little too much Apple silliness as of late. (G.) ;-) On Wednesday, November 19, 2014, Shazron wrote: > Also, cue *sad violin*: the Xcode 6.2 beta SDK (iOS 8.2) does *not* include > the WKWebVie

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Shazron
Also, cue *sad violin*: the Xcode 6.2 beta SDK (iOS 8.2) does *not* include the WKWebView loadFileURL:readAccessURL: method. On Wed, Nov 19, 2014 at 9:19 AM, Shazron wrote: > I commented on Ian's comment on CB-8032: > https://issues.apache.org/jira/browse/CB-8032?focusedCommentId=14216403&page=

Re: Starting to work on cordova again - reintroduction

2014-11-19 Thread Shazron
Welcome back Josh! The people stuff sounds good. There's a lot of stuff I can think of to improve the registry, but one thing at a time :) Plugman commands into the CLI -- if you could please start a new thread with a proposal (and JIRA issue). On Tue, Nov 18, 2014 at 10:42 PM, Josh Bavari wro

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Shazron
I commented on Ian's comment on CB-8032: https://issues.apache.org/jira/browse/CB-8032?focusedCommentId=14216403&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14216403 My goal was to have a loose coupling of this functionality (CDVFile need not know about LocalWebSe

[GitHub] cordova-mobile-spec pull request: CB-8034 Fixed creating mobilespe...

2014-11-19 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/112 CB-8034 Fixed creating mobilespec app for wp8 https://issues.apache.org/jira/browse/CB-8034 Removed wp8 subfolder. You can merge this pull request into a Git repository

[GitHub] cordova-medic pull request: CB-8045 Fixed wrong name of activity t...

2014-11-19 Thread MariaBukharina
GitHub user MariaBukharina opened a pull request: https://github.com/apache/cordova-medic/pull/20 CB-8045 Fixed wrong name of activity to run at Android builder https://issues.apache.org/jira/browse/CB-8045 You can merge this pull request into a Git repository by running: $ git

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Homer, Tony
Since the last time I commented on this thread, I came across something new (to me) that might work. How about adding a custom NSURLProtocol to the LocalWebServer plugin and setting it on the ? This would allow the WebServer to intercept and redirect problematic requests. I just fixed a WebView ca

Re: [iOS 8] WKWebView moving forward

2014-11-19 Thread Ian Clelland
On Tue Nov 18 2014 at 2:00:34 PM Jesse wrote: > Shaz's solution has less impact and seems more elegant. > > // if ([self respondsToSelector:@selector(nativeFullPath:)]) { > > If no-one ( generically ) has provided the nativeFullPath method, then use > it as is, otherwise call it. > No need for an