Re: WebNotifications plugin

2012-11-29 Thread Filip Maj
I feel pretty dumb not thinking about this before.. O well, good thing Jesse is smrt! On 11/29/12 7:21 PM, "Ally Ogilvie" wrote: >Hi Chaps, > >For Cordova 1.9 we were able to receive these events without any >modification to the AppDelegate by registering for didFinishLaunching >notifications e

[jira] [Resolved] (CB-1955) CDVViewController causes exception with legacy backupWebStorage value

2012-11-29 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1955?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-1955. --- Resolution: Duplicate Thanks for the report. This has already been fixed at head. > CDV

[jira] [Commented] (CB-1893) Convert cordova.plist -> config.xml

2012-11-29 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13507111#comment-13507111 ] Andrew Grieve commented on CB-1893: --- Added a conversion script: https://git-wip-us.apache.

Re: WebNotifications plugin

2012-11-29 Thread Ally Ogilvie
Hi Chaps, For Cordova 1.9 we were able to receive these events without any modification to the AppDelegate by registering for didFinishLaunching notifications etc. in the class' load method. https://github.com/wcwynn/phonegap-plugin-localNotifications/blob/v1.9/ios/project/Plugins/LocalNotificati

[jira] [Created] (CB-1955) CDVViewController causes exception with legacy backupWebStorage value

2012-11-29 Thread Derek Jensen (JIRA)
Derek Jensen created CB-1955: Summary: CDVViewController causes exception with legacy backupWebStorage value Key: CB-1955 URL: https://issues.apache.org/jira/browse/CB-1955 Project: Apache Cordova

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-11-29 Thread Anis KADRI
Here it is: https://github.com/imhotep/plugman/commits/master I still need to add the ability to install plugins that have a plugins-plist tag to cordova 2.3.0 projects (that don't have the plists anymore). On Thu, Nov 29, 2012 at 10:40 AM, Andrew Grieve wrote: > Copying from the JIRA issue to

Re: WebNotifications plugin

2012-11-29 Thread Brian LeRoux
+1 to Jesse's suggestion of Party. And the events thing. On Thu, Nov 29, 2012 at 10:51 PM, Shazron wrote: > Ok this is the essence of what the previous threads I linked to guys :) > > > On Thu, Nov 29, 2012 at 1:43 PM, Jesse wrote: > >> Have the AppDelegate raise events when things like >> 'didR

Re: Transferring Binary data across exec bridge

2012-11-29 Thread Brian LeRoux
state of the art would be marshaling strings aka 'outsider art' On Thu, Nov 29, 2012 at 7:00 PM, Michal Mocny wrote: > I'm experimenting with serializing & transferring ArrayBuffer's, but > wanted to see what the current "state of art" for binary data xfers > was? I think I heard at PGDay EU som

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-11-29 Thread Antony Lees (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506876#comment-13506876 ] Antony Lees commented on CB-1947: - Yeah, so the CN = COMODO High-Assurance Secure Server CA V

Re: Test WP8 template

2012-11-29 Thread Shazron
Tried on Windows 8 Enterprise (in vmware) with VS Express 2012, on a 512MB WP8 emulator. Success - WP8 template, saw deviceready. On Thu, Nov 29, 2012 at 1:50 PM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Confirm > > 1. VS 2012 express and VS 2012 Ultimate > 2. Emulators only (

[jira] [Commented] (CB-1947) Secure whitelisted URLs not loading in Android

2012-11-29 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1947?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506856#comment-13506856 ] Joe Bowser commented on CB-1947: It was signed by Comodo? When were the certs issued? It's po

RE: Test WP8 template

2012-11-29 Thread Sergey Grebnov (Akvelon)
Confirm 1. VS 2012 express and VS 2012 Ultimate 2. Emulators only (will be able to test on real device tomorrow morning, but manifest file looks great) 3. Cordova is initialized correctly Log:"Received Event: deviceready" PS. I'll check tomorrow if it correctly handles local files access via Xm

Re: WebNotifications plugin

2012-11-29 Thread Shazron
Ok this is the essence of what the previous threads I linked to guys :) On Thu, Nov 29, 2012 at 1:43 PM, Jesse wrote: > Have the AppDelegate raise events when things like > 'didReceiveLocalNotification' happen. > Have plugins subscribe to the event. > Party. > > > On Thu, Nov 29, 2012 at 1:30 P

[jira] [Updated] (CB-1062) Way to get instance of a plugin via PluginManager

2012-11-29 Thread Joe Bowser (JIRA)
[ https://issues.apache.org/jira/browse/CB-1062?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Joe Bowser updated CB-1062: --- Fix Version/s: (was: 2.3.0) 2.4.0 I found a use case for this on the branch where we rest

Re: WebNotifications plugin

2012-11-29 Thread Jesse
Have the AppDelegate raise events when things like 'didReceiveLocalNotification' happen. Have plugins subscribe to the event. Party. On Thu, Nov 29, 2012 at 1:30 PM, Anis KADRI wrote: > It's tricky exactly because of that reason (i.e multiple plugins editing > the same files/methods). I don't se

Re: WebNotifications plugin

2012-11-29 Thread Anis KADRI
It's tricky exactly because of that reason (i.e multiple plugins editing the same files/methods). I don't see a clean solution to this problem. One way would be to just apply the patch. If it fails, notify the user and prompt them to apply the code manually. Bright minds out there, your thoughts ar

Re: Test WP8 template

2012-11-29 Thread Jesse
The attachment was dropped ... Here it is in dropbox: https://www.dropbox.com/s/38om77vi4xs1p3w/CordovaWP8AppFull-2.3.0rc1.zip On Thu, Nov 29, 2012 at 1:17 PM, Shazron wrote: > I've got all the tools installed. Where is the test template? > > > On Thu, Nov 29, 2012 at 1:08 PM, Jesse wrote: > >>

Re: Test WP8 template

2012-11-29 Thread Shazron
I've got all the tools installed. Where is the test template? On Thu, Nov 29, 2012 at 1:08 PM, Jesse wrote: > I need some confirmation that this template works for someone other than > me. > Please import this template into the folder: > Documents\Visual Studio 2012\Templates\ProjectTemplates >

Re: Live Video Streaming from IP Camera

2012-11-29 Thread Shazron
While Cordova has no such functionality yet (as Fil explained), you can take a look at Bowser, where they use the Gstreamer framework to implement webrtc in a mobile browser: https://labs.ericsson.com/blog/bowser-the-world-s-first-webrtc-enabled-mobile-browser On Thu, Nov 29, 2012 at 12:41 PM, Fi

Test WP8 template

2012-11-29 Thread Jesse
I need some confirmation that this template works for someone other than me. Please import this template into the folder: Documents\Visual Studio 2012\Templates\ProjectTemplates Then attempt to create a new project with it. Build and Run, and report please ... Also, just out of curiousity, how ma

Re: Live Video Streaming from IP Camera

2012-11-29 Thread Filip Maj
You'd have to write a plugin for that, for sure. Don't think webrtc-type functionality exists in any of the web views/browsers on mobile at this time. On 11/28/12 12:47 PM, "Nguyen, Joe" wrote: >Hello All, > >Could somebody please share some ideas as how to capture live video >streaming using Co

Re: WebNotifications plugin

2012-11-29 Thread Filip Maj
I think I had discussions with someone about this particular feature. What about having empty stubs for these functions that some plugins need to hook into (I.e. didReceiveLocalNotification) and then have the tooling drop code in where necessary for these functions? This can be a slippery slope (m

[jira] [Commented] (CB-1475) Allow Cleaver to use as a wwwFolderName an absolute path (eg. ~/Library)

2012-11-29 Thread Michal Mocny (JIRA)
[ https://issues.apache.org/jira/browse/CB-1475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506726#comment-13506726 ] Michal Mocny commented on CB-1475: -- pushed patch for using url as startpage on ios. wwwFold

Re: we can enable nitro

2012-11-29 Thread Shazron
Not sure this really works. To get the "dynamic-codesigning" entitlement in the Provisioning Profile -- that has to come from Apple in the Dev Provisioning portal. Your entitlements file settings in your project must match the entitlements set in the Provisioning Profile. Thus, for this to work (i

Re: we can enable nitro

2012-11-29 Thread Shazron
Having trouble with entitlements, don't know what's going on yet: [image: Inline image 1] On Thu, Nov 29, 2012 at 10:14 AM, Shazron wrote: > We should definitely put this in the wiki if testing shows that it works > -- I'll give it a spin with some benchmarks > > > On Thu, Nov 29, 2012 at 9:19

Reminder: FOSDEM CrossDesktop DevRoom 2013 - Call for Talks

2012-11-29 Thread Pau Garcia i Quiles
Hello, The Call for Talks for the CrossDesktop DevRoom at FOSDEM 2013 is officially open and will close in two weeks (Dec 14th). Please submit your talk proposals ASAP! --8<--- * FOSDEM is one of the largest gatherings of Free Software contributors in the world and happens each February in Brus

Re: [Android] Refactoring in CordovaActivity

2012-11-29 Thread Andrew Grieve
I'm in favour of adding it in, but I think we should hold off until after this release. We should also think more about how to pass the plugin result back to the app e.g. via a JS launch arg? On Wed, Nov 28, 2012 at 7:34 PM, Joe Bowser wrote: > Hey > > Yes, the camera is still an issue. There

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-11-29 Thread Andrew Grieve
Copying from the JIRA issue to this thread: I think supporting both was one of the things that upset users when Android > made the switch (at least, it upset me). What happened was that I ended up > having both files present, and the code was silently using one and not the > other, and I couldn't

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-11-29 Thread Braden Shepherdson
Oh, sweet. I'm glad I went to lunch instead of working on it further :P Braden On Thu, Nov 29, 2012 at 12:47 PM, Anis KADRI wrote: > I've already started working on pluginstall…which btw is now called > plugmanas it has diverged > significantly from the origi

Re: we can enable nitro

2012-11-29 Thread Shazron
We should definitely put this in the wiki if testing shows that it works -- I'll give it a spin with some benchmarks On Thu, Nov 29, 2012 at 9:19 AM, Dave Johnson wrote: > It would be cool to try an app with and without nitro and see how much > of a difference it makes. > > On Thu, Nov 29, 2012

Transferring Binary data across exec bridge

2012-11-29 Thread Michal Mocny
I'm experimenting with serializing & transferring ArrayBuffer's, but wanted to see what the current "state of art" for binary data xfers was? I think I heard at PGDay EU some examples about how we xfer picture data across the bridge? -Michal

Re: iOS: Switch to NSJSONSerialization?

2012-11-29 Thread Andrew Grieve
+1 :) On Wed, Nov 28, 2012 at 12:45 PM, Kevin Hawkins < kevin.hawkins.cord...@gmail.com> wrote: > I'll add a task. Probably no hurry to get it into 2.3, but I like to write > these things down before I forget them. :) > > Cheers, > Kevin > > > On Wed, Nov 28, 2012 at 9:38 AM, Shazron Abdullah

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-11-29 Thread Anis KADRI
I've already started working on pluginstall…which btw is now called plugmanas it has diverged significantly from the original tool. I am expecting to commit the code sometime today. On Thu, Nov 29, 2012 at 8:38 AM, Braden Shepherdson wrote: > The code I checked

Re: we can enable nitro

2012-11-29 Thread Dave Johnson
It would be cool to try an app with and without nitro and see how much of a difference it makes. On Thu, Nov 29, 2012 at 3:02 AM, Brian LeRoux wrote: > Whatcha think, add to the docs or just put a note in the wiki? > > On Thu, Nov 29, 2012 at 10:42 AM, Shazron wrote: >> Awesome -- Apple might di

Re: [iOS] Cordova.plist to config.xml - deprecation

2012-11-29 Thread Braden Shepherdson
The code I checked in, which is now tagged, is expecting config.xml only. It wouldn't be terribly hard to support plists too, but I agree that a clean change is less confusing. I think a conversion script is overkill, it only takes about three to convert one to the other (30 seconds if you vim mac

[jira] [Commented] (CB-1893) Convert cordova.plist -> config.xml

2012-11-29 Thread Braden Shepherdson (JIRA)
[ https://issues.apache.org/jira/browse/CB-1893?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13506559#comment-13506559 ] Braden Shepherdson commented on CB-1893: The code I checked in, which is now tagged,

RE: tag 2.3.0rc1 this week?

2012-11-29 Thread Leutwyler, Markus
Thanks Herm Markus -Original Message- From: Herm Wong [mailto:kingoftheo...@hotmail.com] Sent: Donnerstag, 29. November 2012 01:35 To: dev@cordova.apache.org Subject: RE: tag 2.3.0rc1 this week? Markus - I've merged in your changes to the Cordova-JS project and also applied them to Cor

[jira] [Updated] (CB-1930) window.openDatabase() throws exception 18 on iOS

2012-11-29 Thread Mikhail Kadan (JIRA)
[ https://issues.apache.org/jira/browse/CB-1930?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Kadan updated CB-1930: -- Attachment: sample.zip Sample project > window.openDatabase() throws exception 18 on iOS

[jira] [Created] (CB-1954) Header support for PhoneGap's FileTransfer (Upload)

2012-11-29 Thread JIRA
Julien Fougère created CB-1954: -- Summary: Header support for PhoneGap's FileTransfer (Upload) Key: CB-1954 URL: https://issues.apache.org/jira/browse/CB-1954 Project: Apache Cordova Issue Type:

Re: we can enable nitro

2012-11-29 Thread Brian LeRoux
Whatcha think, add to the docs or just put a note in the wiki? On Thu, Nov 29, 2012 at 10:42 AM, Shazron wrote: > Awesome -- Apple might disapprove for App Store apps but doesn't mean an > enterprise developer can't enable it for enterprise distributed apps > > > On Thu, Nov 29, 2012 at 2:32 AM,

Re: we can enable nitro

2012-11-29 Thread Shazron
Awesome -- Apple might disapprove for App Store apps but doesn't mean an enterprise developer can't enable it for enterprise distributed apps On Thu, Nov 29, 2012 at 2:32 AM, Brian LeRoux wrote: > of course just because we can doesn't mean we should > > > http://www.littlereddoor.co.uk/ios/how-

we can enable nitro

2012-11-29 Thread Brian LeRoux
of course just because we can doesn't mean we should http://www.littlereddoor.co.uk/ios/how-to-enable-the-nitro-javascript-engine-in-ios-applications-directly-through-xcode/

Live Video Streaming from IP Camera

2012-11-29 Thread Nguyen, Joe
Hello All, Could somebody please share some ideas as how to capture live video streaming using Cordova? Thank you so much. Joe Nguyen This message and/or attachments may include information subject to GD Corporate Policy 07-105 and is intended to be accessed on