Re: proposed utility

2015-04-08 Thread Staci Cooper
Did anything ever come of this? I'd be happy to do some work on this if the consensus is that the implementation needs to be changed. On Tue, Jan 13, 2015 at 2:10 PM, Staci Cooper staci@gmail.com wrote: When I was implementing this I initially did add it as a '--local / -l' option

google maps glitch on wp

2015-03-13 Thread Staci Cooper
I just opened https://issues.apache.org/jira/browse/CB-8671 for an issue with google maps on WP. When zooming/scrolling in the map repeated/overlapping frames appear (screenshots posted on the issue). It's not happening on Android. I'm only seeing the problem on WP devices, not any of the

Re: 'windows8' vs 'windows' confusion in the plugins

2015-03-06 Thread Staci Cooper
. @purplecabbage risingj.com On Wed, Mar 4, 2015 at 11:49 AM, Staci Cooper staci@gmail.com wrote: Why does the device plugin have both a src/windows and a src/windows8 folder? Under what circumstances does the src/windows8 get used? My understanding is that 'windows8' was soft deprecated

'windows8' vs 'windows' confusion in the plugins

2015-03-04 Thread Staci Cooper
Why does the device plugin have both a src/windows and a src/windows8 folder? Under what circumstances does the src/windows8 get used? My understanding is that 'windows8' was soft deprecated and as of 3.6 just maps to 'windows'. I know that if you run 'cordova platform add windows8', it will still

Re: Cordova/PhoneGap Local Install

2015-01-21 Thread Staci Cooper
I actually just proposed something like this a while ago: http://markmail.org/message/avdnqgylaqhwczzs http://markmail.org/message/avdnqgylaqhwczzs. I have a utility implemented here: https://github.com/stacic/cordova-utility It's similar to grunt-cli. There was some question in that thread of

Re: Cordova/PhoneGap Local Install

2015-01-21 Thread Staci Cooper
The use case I was initially addressing with that utility was a developer wanting multiple versions of Cordova on one machine. In that case it makes more sense to use multiple local installations than to install globally. On Wed, Jan 21, 2015 at 4:39 PM, Ross Gerbasi rgerb...@gmail.com wrote:

Re: proposed utility

2015-01-13 Thread Staci Cooper
the global cordova-cli to do work as we do now (i.e. we don't *require* local installs), but if a local install happens to exist it would shell out to that. Anyway, neat that you've implemented this already! On Fri, Jan 9, 2015 at 3:41 PM, Staci Cooper staci@gmail.com wrote

proposed utility

2015-01-09 Thread Staci Cooper
A while ago I made a utility called cordova-local for managing multiple local Cordova installations. It's similar to how grunt/grunt-cli works; once installed globally, you run 'cordova-local' instead of 'cordova' and it will locate and pass its arguments off to the closest installation. It's

Re: [Vote] 3.7.0 Windows Windows Phone Release

2014-11-03 Thread Staci Cooper
+1 * Verified license headers via coho audit-license-headers * Verified ability to create, build, and run cordova app with windows and wp8 platforms * Ran automated tests on win8.1 and 8.0 machines, and also on wp8.1 and wp8.0 devices. Found no regressions On Mon, Nov 3, 2014 at

wp8 splashscreen

2014-08-05 Thread Staci Cooper
I'm trying to prolong the initial splashscreen for several extra seconds in a wp8 app. I've seen the commits that add AutoHideSplashScreen support for wp https://github.com/apache/cordova-plugin-splashscreen/blob/master/src/wp/SplashScreen.cs#L124, and by using the latest

Re: plugin-test-framework PRs

2014-08-01 Thread Staci Cooper
. Thanks a bunch! On Wed, Jul 30, 2014 at 11:25 AM, Staci Cooper staci@gmail.com wrote: Just want to bump this thread. Michal -- that all sounds great. Let me know if there's anything I can do to help with integration, or if the IBM committers can

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
! -Michal On Wed, Jul 16, 2014 at 4:38 PM, Staci Cooper staci@gmail.com wrote: Hi all, Several of us at IBM have been working on porting tests from mobile-spec to the plugin-test-framework. I believe we have pull requests out for all of the automated tests; we also have

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
) - Double check to make sure we have covered all tests currently in mobilespec, and submit PR to remove the old tests from mobilespec app. I would not like to land the new tests without removing the old tests as well. Thanks a bunch! On Wed, Jul 30, 2014 at 11:25 AM, Staci Cooper

bump: wp8 memory leak

2014-07-30 Thread Staci Cooper
A while ago an IBM customer reported seeing a memory leak in wp8 apps. I made a fix which was merged into master https://github.com/apache/cordova-wp8/commit/0c5f0e393db026633afd89fec0684c0021d19df6, but I later found a second leak which occurs if the device or network-information plugins are

plugin-test-framework PRs

2014-07-16 Thread Staci Cooper
eventually become a shell project with all tests run through plugin-test-framework and installed plugins. Thanks, Staci Cooper

network-information memory leak

2014-06-20 Thread Staci Cooper
I found another memory leak in windows phone. This time it involves the network information plugin. I found a fix: https://github.com/stacic/cordova-plugin-network-information/commit/d41118f0da0270d23cd699dc0766d377c9e8922a But I'm not sure I understand why it works. In addition to unsubscribing

Re: network-information memory leak

2014-06-20 Thread Staci Cooper
); @purplecabbage risingj.com On Fri, Jun 20, 2014 at 1:20 PM, Staci Cooper staci@gmail.com wrote: I found another memory leak in windows phone. This time it involves the network information plugin. I found a fix: https://github.com/stacic/cordova-plugin-network-information/commit

WP8 memory leak

2014-06-17 Thread Staci Cooper
Hey, I'm looking into CB-6924 https://issues.apache.org/jira/browse/CB-6924, where I'm seeing a memory leak in WP8 when navigating back and forth from a native to a hybrid page. A new page is being created every time you navigate to the Cordova page, and none of them are garbage collected. Is

Re: WP8 memory leak

2014-06-17 Thread Staci Cooper
AM, Staci Cooper staci@gmail.com wrote: Hey, I'm looking into CB-6924 https://issues.apache.org/jira/browse/CB-6924, where I'm seeing a memory leak in WP8 when navigating back and forth from a native to a hybrid page. A new page is being created every time you navigate to the Cordova

Re: [DISCUSS] Plugins Release!

2014-06-03 Thread Staci Cooper
I looked into CB-6706. I verified the issue -- using file and file transfer on master, it looks like the FileTransfer object is undefined for wp8 on Cordova 3.4. But I tested with Cordova 3.5 and it works just fine. On Mon, Jun 2, 2014 at 1:04 PM, Ian Clelland iclell...@chromium.org wrote: I

Re: jira permissions

2014-06-03 Thread Staci Cooper
gives), it's a mess. However, I could create an issue and assign it to either Staci or Martin... not sure what is going on. On Mon, Jun 2, 2014 at 12:58 PM, Staci Cooper staci@gmail.com wrote: I just checked and I still can't assign issues to myself

Re: jira permissions

2014-06-03 Thread Staci Cooper
...@chromium.org: Staci, can you try again? I've added you to the 'committers' group in JIRA, and I *think* that should work. On Tue, Jun 3, 2014 at 1:45 PM, Staci Cooper staci@gmail.com wrote: I didn't realize I had two JIRA accounts--the ibm one must have been generated unintentionally

jira permissions

2014-06-02 Thread Staci Cooper
Hey all, I can't assign issues to myself on jira. Any chance someone could change my permissions for me? Thanks, Staci

Re: jira permissions

2014-06-02 Thread Staci Cooper
, Shazron shaz...@gmail.com wrote: Saw someone already added you in the Contributors group. If that didn't work let us know. On Mon, Jun 2, 2014 at 7:39 AM, Staci Cooper staci@gmail.com wrote: Hey all, I can't assign issues to myself on jira. Any chance someone could change

Re: 3.5.0 RC is ready to be tested

2014-05-16 Thread Staci Cooper
I tested mobile-spec on a couple of WPs. I'm seeing the same dependency warnings Mike mentioned, so I tested with both versions of the file plugin as well. Behavior on both was largely the same, with a few fluctuating pass/fails due to timeouts, and two consistent failures: file.spec.9.5

Re: API Audit :: notification.alert org.apache.cordova.dialogs

2014-05-13 Thread Staci Cooper
It looks like the customDialogTitle and customButtonText are also truncated if they exceed the screen width (at least on WP). I think a max char length should be defined for these as well. On Mon, May 5, 2014 at 9:18 PM, Jesse purplecabb...@gmail.com wrote: This issue [1] raises the question

Introduction

2014-03-17 Thread Staci Cooper
with the Windows 8, Windows Phone 8, and Blackberry platforms. I look forward to collaborating with and learning from this group! Best, Staci Cooper staci@gmail.com smcoo...@us.ibm.com