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 wrote: > When I was implementing this I initially did add it as a '--local / -l' > option t

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 simulato

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

2015-03-06 Thread Staci Cooper
#x27; > => windows 8.0 and 'windows' => windows 8.1 so there are also platform API > differences. > > > > @purplecabbage > risingj.com > > On Wed, Mar 4, 2015 at 11:49 AM, Staci Cooper wrote: > > > Why does the device plugin have both a src/windows and a

'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
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 wrote: > Very helpful inform

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 . 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: proposed utility

2015-01-13 Thread Staci Cooper
. > > >> > > >> So, instead of a separate cordova-local utility (akin to grunt and > > >> grunt-cli), perhaps we just add your feature directly into > cordova-cli? > > >> > > >> For backwards compat, I think we should still allow the

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 kept

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 11:02

windows universal problems 3.6

2014-09-05 Thread Staci Cooper
I tried building mobile-spec for the windows universal platform and I've run into a handful of problems with the wp8.1 project. Is anybody else seeing this behavior? - Some of the plugins are causing problems if checked out from the registry. For example, if I include the device plugin chec

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 , and by using the latest cordova-plugin-splashscr

Re: plugin-test-framework PRs

2014-08-01 Thread Staci Cooper
If you can take a look to any of this, it would be awesome. > > Thanks, > Best Regards, > Martin > > 2014-07-30 10:44 GMT-05:00 Staci Cooper : > > > Sounds good, I'll get started. > > > > > > On Wed, Jul 30, 2014 at 11:33 AM, Michal Mocny >

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 , but I later found a second leak which occurs if the device or network-information plugins are pre

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
he plan for mobile spec was just to have a transition path, by > adding > > a > > > > link to the old mobile-spec app to open the new-style-tests harness. > > > Then, > > > > as we move tests from mobile-spec to new-style, we should remove the > > old > > > &

Re: plugin-test-framework PRs

2014-07-30 Thread Staci Cooper
> a > > single place to run all tests, and when mobile-spec is 100% completely > > deprecated, then we can just switch the start page with no change to > > committers. > > > > Thanks for your work here! > > > > -Michal > > > > > > On

plugin-test-framework PRs

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

Re: network-information memory leak

2014-06-20 Thread Staci Cooper
ring); > > > > > @purplecabbage > risingj.com > > > On Fri, Jun 20, 2014 at 1:20 PM, Staci Cooper wrote: > > > I found another memory leak in windows phone. This time it involves the > > network information plugin. > > > > I found

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: WP8 memory leak

2014-06-17 Thread Staci Cooper
11:58 AM, Staci Cooper 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 >

WP8 memory leak

2014-06-17 Thread Staci Cooper
Hey, I'm looking into 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 t

Re: jira permissions

2014-06-03 Thread Staci Cooper
gt; 2014-06-03 13:35 GMT-05:00 Ian Clelland : > > > 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 > wrote: > > > >

Re: jira permissions

2014-06-03 Thread Staci Cooper
... I think is the root of the issue. > > >>>- I don't seem to be able to change it though. > > >>> > > >>> > > >>> @purplecabbage > > >>> risingj.com > > >>> > > >>> > > >>&

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 wrote: > I support this plan! > >

Re: jira permissions

2014-06-02 Thread Staci Cooper
t just Committers / PMC). > > > > > > On Mon, Jun 2, 2014 at 3:00 PM, Shazron 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, S

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: 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 file.spec

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 wrote: > This issue [1] raises the question of how long the message

Introduction

2014-03-17 Thread Staci Cooper
. I will be working with the Windows 8, Windows Phone 8, and Blackberry platforms. I look forward to collaborating with and learning from this group! Best, Staci Cooper