plugin not in registry search (org.chromium.identity) but it's there

2014-03-21 Thread Lindsey Simon
Go to http://plugins.cordova.io/ Search for identity Get 2 results: com.blackberry.identityBlackBerry 10 Identity APIs com.blackberry.user.identityBlackBerry 10 User Identity APIs Search for org.chromium.identity Get 1 result: org.chromium.identityThis plugin provides OAuth2 authentication

Re: Rendering Performance Measurement for Cordova

2014-03-03 Thread Lindsey Simon
Totally exciting, can't wait to give it a whirl! On Thu, Feb 27, 2014 at 10:14 AM, Brian LeRoux b...@brian.io wrote: This is really cool stuff man. Will be taking a closer look for sure. On Wed, Feb 26, 2014 at 1:28 PM, Parashuram n.parashu...@gmail.com wrote: Hi, I am working on a

Re: Camera does too many things!!!!

2014-01-26 Thread Lindsey Simon
+1 for nuking data uris On Fri, Jan 24, 2014 at 11:36 AM, Don Coleman don.cole...@gmail.com wrote: I like the Camera API because it's simple. Capture might be standard but it seems too complex. Resizing and orientation are important features. I never use data URLs. What's going on in the

Re: [Android] Deprecation of Geolocation on Android

2014-01-11 Thread Lindsey Simon
+1 to nuking it. Anyone depending on it for really old versions of Android is likely not doing anyone a favor (themselves or their users) - and (I think) it adds to new developer confusion. Then again, having a plugin that only adds the permission bit sort of does that too. On Fri, Jan 10,

Re: Extending CordovaWebView

2013-12-20 Thread Lindsey Simon
I was wondering how this is progressing.. (maybe there's already a mechanism for this via config.xml?) I ask because, in the CLI world, I'm not sure how to update webview settings for android, in particular because I'd like to make the changes mentioned here:

Seeking a partner for a SXSW 2014 workshop on Cordova (Sat, March 8)

2013-12-02 Thread Lindsey Simon
Hey fellow Cordova devs, I'm wondering if anyone might want to partner with me to do a Cordova workshop at SXSW 2014 http://sxsw.com/interactive. I made a proposal that has been accepted for a 2.5hr talk for Sat. March 8th, and my plan is to do a walkthrough of taking a relatively simple website

Re: Seeking a partner for a SXSW 2014 workshop on Cordova (Sat, March 8)

2013-12-02 Thread Lindsey Simon
if you want. Here is a talk I have given in the past on Cordova: http://www.youtube.com/watch?v=ZsDPnxBfybo Gord On Mon, Dec 2, 2013 at 12:47 PM, Lindsey Simon els...@gmail.com wrote: Hey fellow Cordova devs, I'm wondering if anyone might want to partner with me to do a Cordova workshop

Re: cordova-plugins repo release

2013-11-25 Thread Lindsey Simon
It seems like a shared repo is just a recipe for the troubles of the last shared repo. On Mon, Nov 25, 2013 at 1:17 PM, Jesse purplecabb...@gmail.com wrote: All of this is fine. I also see no reason why you cannot hack in your own repo, just ensure you start with the right license. Nothing

Re: Cordova Debug Mode

2013-11-21 Thread Lindsey Simon
On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.orgwrote: David and I were talking about this this morning, and since Joe brought it up as well, we should probably get the list involved. I think that there is some value in having Debug and Release builds of Cordova

Re: Cordova Debug Mode

2013-11-21 Thread Lindsey Simon
On Thu, Nov 21, 2013 at 12:58 PM, Ian Clelland iclell...@chromium.orgwrote: On Thu, Nov 21, 2013 at 3:22 PM, Lindsey Simon lsi...@commoner.com wrote: On Thu, Nov 21, 2013 at 11:37 AM, Ian Clelland iclell...@chromium.org wrote: David and I were talking about this this morning

Re: config.xml discussion, we need to talk

2013-09-26 Thread Lindsey Simon
On Thu, Sep 26, 2013 at 8:32 AM, Carlos Santana csantan...@gmail.comwrote: Branden, On Android, it's really easy to load XML files from res/xml/foo.xml, so that's where we put it. Easy for who? I think is difficult for web developer to not find it in www/config.xml and start searching

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Lindsey Simon
shaz...@gmail.com wrote: Lindsey, always file an issue. Thanks :) On Mon, Sep 16, 2013 at 10:26 AM, Lindsey Simon els...@gmail.com wrote: In my project/www I symlink my js/css/img directories to another directory in my tree (where my server deploys from). When I run `phonegap

phonegap build doesn't preserve symlink paths

2013-09-16 Thread Lindsey Simon
In my project/www I symlink my js/css/img directories to another directory in my tree (where my server deploys from). When I run `phonegap build android` the symlinks get copied to platforms/android/assets/www/css but the path is no longer valid. Anyone else experience this? Should I file a bug?

Re: phonegap build doesn't preserve symlink paths

2013-09-16 Thread Lindsey Simon
On Mon, Sep 16, 2013 at 1:09 PM, Michal Mocny mmo...@chromium.org wrote: Creating symlinks to absolute paths might be sufficient to fix your issue right now. Good idea, that totally worked for now. On Mon, Sep 16, 2013 at 12:44 PM, Lindsey Simon lsi...@commoner.com wrote: Ok cool

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2013-01-05 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13545292#comment-13545292 ] Lindsey Simon commented on CB-1185: --- For some closure on this - I think what fixed

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-14 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13497593#comment-13497593 ] Lindsey Simon commented on CB-1185: --- [~gregavola] Since you do have an easy to repro

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-13 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496336#comment-13496336 ] Lindsey Simon commented on CB-1185: --- So my simple app test-case didn't reproduce the bug

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-13 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496417#comment-13496417 ] Lindsey Simon commented on CB-1185: --- Ok, here's a link to a repo for perusal

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-13 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496482#comment-13496482 ] Lindsey Simon commented on CB-1185: --- One more bit... I went looking back at a prior crash

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-13 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496655#comment-13496655 ] Lindsey Simon commented on CB-1185: --- Hrm... I started looking higher up in my log posted

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-13 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13496669#comment-13496669 ] Lindsey Simon commented on CB-1185: --- [~bowserj] Pasting more of the logs in case there's

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-08 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13493805#comment-13493805 ] Lindsey Simon commented on CB-1185: --- One other thing.. the last log from my app (awhile

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-07 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492646#comment-13492646 ] Lindsey Simon commented on CB-1185: --- I can't even reproduce it in our app, as much as I try

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-06 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492028#comment-13492028 ] Lindsey Simon commented on CB-1185: --- on keepRunning - I found a ref for it, but we don't

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-06 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492069#comment-13492069 ] Lindsey Simon commented on CB-1185: --- We build locally, but need to keepRunning for our app

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-06 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492172#comment-13492172 ] Lindsey Simon commented on CB-1185: --- We just got logs with a crash like this, but nothing

[jira] [Commented] (CB-1185) When Application is placed in background and resumed, the UI is frozen

2012-11-06 Thread Lindsey Simon (JIRA)
[ https://issues.apache.org/jira/browse/CB-1185?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13492176#comment-13492176 ] Lindsey Simon commented on CB-1185: --- Actually, apologies - that log line and when I think