Re: Stale branches in cordova-js (and others)

2014-10-22 Thread Tim Kim
Yep, delete em. On 22 October 2014 12:50, Andrew Grieve wrote: > > > On Wed, Oct 22, 2014 at 12:52 PM, Josh Soref > wrote: > >> There are a number of branches in cordova-js. >> I think there should be two kinds of branches: >> >> 1. Release branches (or tags that are created as branches) >> 2.

Re: remotely loaded pages

2014-08-21 Thread Tim Kim
> > I wonder how it solves the problems of serving the > correct version of cordova.js and cordova_plugin.js depending on the > version of the native code that is installed on the different versions of > the mobile App in production. When you connect to the IP that's being served by connect-phone

Re: Engine confusion

2014-02-12 Thread Tim Kim
> > Should "cordova-plugman" be renamed to "node"? - The cordova-plugman version returning node's version sounds like a bug. > It should be Plugman's NPM version number so far as I know. Yep, Braden is correct. That is totally a bug. Filed here: https://issues.apache.org/jira/browse/CB-6023

Re: Engines and plugins

2014-01-14 Thread Tim Kim
Howdy, I think there are too many "default engines" defined. > for instance > > is essentially the same as > > Could someone remind the reason for having platform specific default > engine names? If > they exist for a historic reason can we remove it from the documentation > and guide people

Re: cordova serve broken

2013-11-12 Thread Tim Kim
Ya the cordova serve command isn't working for me either. Just did these steps: npm install cordova -g cordova create foo cd foo cordova platform add ios cordova serve ios // says it's now serving on http://0.0.0.0:8000/ // browse to localhost:8000 // see '404 Not Found' On 12 November 2013 14

Re: engines tag breaks cordova cli / plugman for BB10

2013-11-06 Thread Tim Kim
=694451fc702a9d700b9d9f7c6fc6e3e78da20b7d;hb=19cfe94a5a64379a4a3cd6cfaf2acaecb6d24671 On 6 November 2013 13:31, Tim Kim wrote: > Hrm, looks like the version script is having trouble finding where the > www/cordova.js file is located. The issue is if you try calling the version > sc

Re: engines tag breaks cordova cli / plugman for BB10

2013-11-06 Thread Tim Kim
Hrm, looks like the version script is having trouble finding where the www/cordova.js file is located. The issue is if you try calling the version script from different levels of the cli created project, it won't be able to resolve where the cordova.js file should be. On 6 November 2013 13:10, Do

Re: Plugman engine check and WP7/8

2013-10-23 Thread Tim Kim
Howdy all, I like Carlos' suggestions in this jira ticket for dealing with Windows scripts:https://issues.apache.org/jira/browse/CB-5187 Appending a .bat or using cmd /c seem pretty easy fixes in this case. I'm +1 either way. I propose to think about 'cordova' engine settings (in default-engines.

Re: build failure

2013-10-21 Thread Tim Kim
Woo! On 21 October 2013 15:59, David Kemp wrote: > Looks like it fixed it! > On Oct 21, 2013 4:40 PM, "Tim Kim" wrote: > > > Hey David, > > > > I just uploaded a patch that should hopefully things for ya. Let me know > if > > there are any more

Re: build failure

2013-10-21 Thread Tim Kim
Hey David, I just uploaded a patch that should hopefully things for ya. Let me know if there are any more problems. On 18 October 2013 18:51, Tim Kim wrote: > Hrmmm. Shoot. Funny how a '.0' can paint you into a corner. > > I'm not sure if there are any easy solutio

Re: build failure

2013-10-18 Thread Tim Kim
d with the latest tool chain > (plugman) so a non backward-compatible change to plugman will be an issue. > > That would require that the fix to mobilespec be back-patched to 3.1 as > well. Not sure if that has any other side-effects. > > > > > On Fri, Oct 18, 2013 at 8:59 P

Re: build failure

2013-10-18 Thread Tim Kim
to add plugins. > > This started about 8:2pm with three plugman commits by Tim Kim > > error text: > > Fetching plugin from "../cordova-mobile-spec/dependencies-plugin"... > Starting installation of "org.cordova.mobile-spec-dependencies" for > ios[Error: D

Re: Plugins Release blog post

2013-09-27 Thread Tim Kim
(vibration plugin) > > > > You can check out the individual release notes in each of the plugin > repos > > for more details. > > > > > > On Thu, Sep 26, 2013 at 5:37 PM, Steven Gill >wrote: > > > >> I have no idea how this review stuff wor

Re: Plugins Release blog post

2013-09-26 Thread Tim Kim
> > "You don't have access to this review request. > This review request is private. You must be a requested reviewer, either > directly or on a requested group, and have permission to access the > repository in order to view this review request." Ya, same here On 26 September 2013 16:37, Shazro

Re: Moving on

2013-08-30 Thread Tim Kim
Fil, I still remember the times we were up late at night hacking away on CMPT assignments. You turned out to be a hell of a coder! Enjoy Saucelabs! On 30 August 2013 13:17, David Kemp wrote: > Good Luck in your new endeavour! > > > > > > On Fri, Aug 30, 2013 at 2:31 PM, Filip Maj wrote: > > >

Re: Getting the Plugin Registry Set up Locally

2013-08-19 Thread Tim Kim
And the wiki link: https://wiki.apache.org/cordova/PluginDiscovery On 19 August 2013 16:13, Tim Kim wrote: > Eh, it's in the wiki now. The problem with the readme is which project > should get it. And since the instructions involve piecing multiple > repos/tech together, I thin

Re: Getting the Plugin Registry Set up Locally

2013-08-19 Thread Tim Kim
, 2013 at 3:07 PM, Filip Maj wrote: > > > Wiki page! > > > > On 8/19/13 2:55 PM, "Tim Kim" wrote: > > > > >Hey gang, > > > > > >I believe the good people at google were wanting to hack on plugin > > >registry > > >but

Getting the Plugin Registry Set up Locally

2013-08-19 Thread Tim Kim
Hey gang, I believe the good people at google were wanting to hack on plugin registry but were unsure how to set it up. Here are some instructions to get this ole bucket of bolts going: How to get plugin registry going locally 1) Install couchdb: http://wi

Re: Storing Version Numbers

2013-08-14 Thread Tim Kim
+1 On 14 August 2013 12:44, Filip Maj wrote: > Looks good to me! > > On 8/14/13 11:49 AM, "Andrew Grieve" wrote: > > >Ian's put together a wiki page on how to store version numbers in our > >repos: > >https://wiki.apache.org/cordova/PlatformVersionScripts > > > >I'd like to add info to it for

Re: Plugin versioning

2013-07-24 Thread Tim Kim
Ya, it does an engine/version check but only for cordova js - it currently does nothing about the os/sdk versions of the platform you're deving for. I was thinking about handling the check for os/sdk within the tag or the tag in plugin.xml, but I think that the tag is the better choice. If we

Re: Any problem with making DirectoryManager.getTempDirectoryPath public

2013-06-13 Thread Tim Kim
Hey gang, I also need to make some function in DirectoryManager public for the file api. We cool with that too? The ones in question: testFileExists getFreeDiskSpace testSaveLocationExists Looking like we should definitely make DirectoryManager as a public api now. On 11 June 2013 12:51, Joe B

Re: Android Network Plugin Breakout

2013-06-06 Thread Tim Kim
> > How is this not a problem for the rest of the platforms? That's the > first thing that I'm wondering right now. I think ios' deviceready event also doesn't fire, but I'm not sure if it's for the same reasons - haven't gone down that rabbit hole yet. As for bb10, I'm not sure anymore since it

Android Network Plugin Breakout

2013-06-06 Thread Tim Kim
Hey gang, So I'm trying to rip out the android network plugin, but it appears the android exec relies on the network plugin for online/offline events. https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=blob;f=lib/android/exec.js;h=206c09acb6d939b91e28b8813fa7fe318c2a4483;hb=0a5fa1fa255e12

Re: Meeting Recorder for #cordova on irc.freenode.net?

2013-06-01 Thread Tim Kim
+1 It'd be nice to look up a particular discussion if you weren't in one. On 1 June 2013 17:56, Filip Maj wrote: > The Infra guys posted about some new features they've worked on (the > git->JIRA commenting is one that Shaz already got working for us), and > there's one where we can get the AS

Re: Baby Grieve

2013-05-31 Thread Tim Kim
Congratulations, Grieve family! On 31 May 2013 07:05, Bryan Higgins wrote: > Congrats!!! > > > On Fri, May 31, 2013 at 10:03 AM, Steven Gill >wrote: > > > Congrats Andrew!!! > > > > > > On Fri, May 31, 2013 at 7:00 AM, Andrew Grieve > > wrote: > > > > > Coming 1 month early > > > > > >

Re: Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Tim Kim
hursday, May 2, 2013 5:28 PM > > To: dev@cordova.apache.org > > Reply To: dev@cordova.apache.org > > Subject: Re: Standardising How to Get Cordova Version in a Project > > > > > > Why don't we defer to each platform how to read the version - return it >

Standardising How to Get Cordova Version in a Project

2013-05-02 Thread Tim Kim
Hey gang, So I'm working on the engine tag for plugman and I've come across a bit of a problem. For those who don't know, the engine tag is for checking whether a plugin needs a certain version of Cordova to work. It's one of the last outstanding features for the plugman spec that has yet to be im

Re: Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
Oh turns out I just didn't push up the 2.7.x changes :) Thought something crazier was going on. OK - I think it should be good now! *crosses fingers* On 19 April 2013 17:37, Tim Kim wrote: > Ya...I just realised. Arg. > > > On 19 April 2013 17:35, Jesse wrote: > >

Re: Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
and pick the right section. If > > you gtg I can take care of it > > > > > > On Fri, Apr 19, 2013 at 5:24 PM, Jesse wrote: > > > > > Hurry! It's Friday. > > > > > > @purplecabbage > > > risingj.com > > > > > &g

Re: Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
NOOO On 19 April 2013 17:15, Shazron wrote: > You checked in merge conflicts. e.g. > > +<<<<<<< HEAD > 2.5.0 > +=== > +2.7.0rc1 > +>>>>>>> > > > On Fri, Apr 19, 2013 at 5:14 PM, Tim Kim wrote: > > > Ok

Re: Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
Ok, it should be good to go now. On 19 April 2013 16:59, Shazron wrote: > Can you commit them to the two branches from your local? If not when we > generate the js off the branches it's not correct > > > On Fri, Apr 19, 2013 at 4:57 PM, Tim Kim wrote: > > > Ya I

Re: Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
eem to find these commits in any branch, not 2.7.x, nor master. > > Am I going crazy or is there something else going on? :/ > > > > On Fri, Apr 19, 2013 at 2:34 PM, Tim Kim wrote: > > > Done and done. > > > > > > On 19 April 2013 14:21, Fi

Re: Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
Done and done. On 19 April 2013 14:21, Filip Maj wrote: > Probably a retag since we use the contents of VERSION to interpolate the > framework version string into the JS-only platforms' JS. > > On 4/19/13 2:16 PM, "Tim Kim" wrote: > > >Hey gang, > >

Re-tag Cordova Js?

2013-04-19 Thread Tim Kim
Hey gang, I noticed that the 2.7.0rc1 tag commit for Cordova JS sets the version to just 2.7.0: https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h=d0ffb852378ff018bac2f3b12c38098a19b8ce00 Small thing really - should we just force a retag or do something else? -- Timothy Kim

Re: New directory structure in cordova-cli's future branch

2013-04-10 Thread Tim Kim
Braden I have merged master and the future branch: https://github.com/timkim/plugman/tree/future_master_merge I think it's about ready to merge back in to future. I've gotten the android-one-install and the ios-config-xml-install (minus one weird test I don't understand) working. On 10 April 201

Re: BlackBerry BB10 Repos on GitHub

2013-04-06 Thread Tim Kim
Awesome! On 6 April 2013 08:16, Ken Wallis wrote: > So awesome to see this go live, thanks Bryan. Looking forward to seeing > progress towards this being merged into the Apache repos! > > Sent from my BlackBerry Z10 smartphone. > From: Bryan Higgins > Sent: Saturday, April 6, 2013 6:42 AM > To:

Re: Plugman Future Qs

2013-04-03 Thread Tim Kim
#x27;ve only been > testing the local case, I don't actually know the state of the download > repo. As long as it works for both cases, go for it. > > Braden > On Apr 2, 2013 5:24 PM, "Tim Kim" wrote: > > > Hey Braden, > > > > I'm working on gett

Plugman Future Qs

2013-04-02 Thread Tim Kim
Hey Braden, I'm working on getting the plugman future branch tests running and I noticed a couple of things: 1) Removal of moving the assets to the www/: https://git-wip-us.apache.org/repos/asf?p=cordova-plugman.git;a=commit;h=eeb5f0104f449ae5cac6045786874559fe1edf50 Are we not doing this anymor

Re: Welcome to our new committers!

2013-03-26 Thread Tim Kim
Welcome guys! On 26 March 2013 13:18, Giorgio Natili wrote: > Welcome and congrats! > > On 3/26/13 7:06 PM, "Brian LeRoux" wrote: > > >lulz > > > >On Tue, Mar 26, 2013 at 10:22 AM, Filip Maj wrote: > >> O yeah and welcome Lorin Beer too :P > >> > >> On 3/26/13 10:21 AM, "Lorin Beer" wrote:

Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Tim Kim
On 23 March 2013 12:11, Tim Kim wrote: > Hrm, not sure. I'll have to check on monday on device. > > > On 23 March 2013 11:11, Andrew Grieve wrote: > >> bump >> >> >> On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve >> wrote: >> >> &

Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-23 Thread Tim Kim
Hrm, not sure. I'll have to check on monday on device. On 23 March 2013 11:11, Andrew Grieve wrote: > bump > > > On Wed, Mar 20, 2013 at 4:16 PM, Andrew Grieve wrote: > > > The docs: > > > > > > > http://cordova.apache.org/docs/en/edge/cordova_inappbrowser_inappbrowser.md.html#InAppBrowser > >

Re: [cordova-cli] - rewrite Blackberry and Android scripts in Node to minimize surface for inconsistencies

2013-03-22 Thread Tim Kim
Let's wait and see for the new BlackBerry repo. I think Jeff mentioned that some scripts were written in node already. On 22 March 2013 12:54, Filip Maj wrote: > Just for clarity's sake, I want to point out that this would add a new > dependency to cordova-android as a standalone project. Worth

Re: [Plugins] Changes to plugman

2013-03-20 Thread Tim Kim
Speaking of logos, I was planning on making another 8 bit sticker for the next PhoneGap day. The PlugMan character is still in the works :D [image: Inline images 1] +1 for the future md as well. It looks great. I'm also working on a branch of cordova cli trying to get it integrating with plugman

Re: Platform-level command line scripts

2013-03-19 Thread Tim Kim
I agree with the BlackBerry scripts must do. Most of the BlackBerry stuff should be pretty simple. If you took all the existing ant commands and what's in the cordova scripts already, you're most of the way there. However, I'm not sure what log would look like. I think there's a way to ssh your wa

Re: [Plugins] Plugin versioning

2013-03-19 Thread Tim Kim
+1 However, I think we may need a better property/value pair name than just cordova_version: plugin_versions. This is because I feel like there is a implicit idea that this particular plugin will work on a specific version of Cordova, but for all platforms. Whereas in reality, most of the plugins

Re: Testing MobileSpecTest

2013-02-26 Thread Tim Kim
Ya I do pretty much that same thing that Fil does but for BlackBerry. I'm not sure where the speed up would be for the BlackBerry side. On 26 February 2013 13:18, Filip Maj wrote: > I copy over the built cordova.xxx.js file to my project www/ folder as > "cordova.js" and overwrite the "loader"

Re: Tag 2.5.0rc1?

2013-02-20 Thread Tim Kim
I've tagged BlackBerry but the media tests still crash the mobile spec auto test. Not much we can do about this right now since we're still waiting on BlackBerry to get back to us on this issue: https://github.com/blackberry/BB10-WebWorks-Framework/issues/606 It also might be the case that this is

Re: Proposition to split cordova-blackberry into two separate plugins

2013-02-19 Thread Tim Kim
I don't mind either way, but I think we should have at least an idea what the cordova-blackberry10 repo should look like before we create it. To separate them right now would mean creating two very similar cordova-blackberry repos (everything the same except some build scripts). And then later on,

Re: BlackBerry 2.4.0 Release

2013-02-12 Thread Tim Kim
t from my iPhone5 > > > > On 2013-02-12, at 9:36 AM, Brian LeRoux wrote: > > > > Ah crap. Well, my thinking is just repackage it anyhow. (Not a world > > ending bug tracking nightmare.) > > > > On Mon, Feb 11, 2013 at 11:40 PM, Tim Kim wrote: > > >

Re: BlackBerry 2.4.0 Release

2013-02-11 Thread Tim Kim
the version number not worth it? > > > > On Mon, Feb 11, 2013 at 1:16 PM, Tim Kim wrote: > > > >> Hey gang, > >> > >> So it appears I forgot to push out a commit to update the version number > >> in the BlackBerry repo, but accidently tagged

BlackBerry 2.4.0 Release

2013-02-11 Thread Tim Kim
Hey gang, So it appears I forgot to push out a commit to update the version number in the BlackBerry repo, but accidently tagged 2.4.0 anyways. Should I force re-tag the repo? Also, the download on phonegap.com for the BlackBerry repo was kinda messed up anyways. In that the robson tool didn't co

[jira] [Commented] (CB-2355) Update JavaScript for BlackBerry

2013-02-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2355?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13571072#comment-13571072 ] Tim Kim commented on CB-2355: - https://git-wip-us.apache.org/repos/asf?p=cordova-blackberry

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-02-01 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569132#comment-13569132 ] Tim Kim commented on CB-2287: - Ok, it's in there now. https://git-wip-us.apache.org/

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-02-01 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569116#comment-13569116 ] Tim Kim commented on CB-2287: - I made some updates to the JS. This fixes some but not all of

[jira] [Created] (CB-2341) Need to update getting starting guide for BlackBerry to reflect changes to bin/create

2013-02-01 Thread Tim Kim (JIRA)
Tim Kim created CB-2341: --- Summary: Need to update getting starting guide for BlackBerry to reflect changes to bin/create Key: CB-2341 URL: https://issues.apache.org/jira/browse/CB-2341 Project: Apache Cordova

[jira] [Commented] (CB-2300) ./bin/create script for BlackBerry should employ parameters consistent with other platforms

2013-02-01 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569031#comment-13569031 ] Tim Kim commented on CB-2300: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Resolved] (CB-2300) ./bin/create script for BlackBerry should employ parameters consistent with other platforms

2013-02-01 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2300?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2300. - Resolution: Fixed > ./bin/create script for BlackBerry should employ parameters consistent with >

[jira] [Assigned] (CB-2205) adding Blackberry platform throws an error -- running cordova-client in windows "The provided path is not a Cordova BlackBerry WebWorks project"

2013-01-31 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2205?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim reassigned CB-2205: --- Assignee: Filip Maj (was: Tim Kim) > adding Blackberry platform throws an error -- running cordova-cli

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-30 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13566919#comment-13566919 ] Tim Kim commented on CB-2287: - I got Gord to help raise an issue on github/irc: h

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-29 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13565954#comment-13565954 ] Tim Kim commented on CB-2287: - Ok, I managed to get about all but three tests passing th

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-28 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13564654#comment-13564654 ] Tim Kim commented on CB-2287: - Ok, so it looks like the problem has to do with a few re

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-22 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560194#comment-13560194 ] Tim Kim commented on CB-2287: - Hrm, I was playing around in web inspector and did g = new M

[jira] [Commented] (CB-2287) Mobile-spec freezes on BlackBerry 10 around test #200

2013-01-22 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2287?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13560176#comment-13560176 ] Tim Kim commented on CB-2287: - I think it's due to the Media section. I just tried run

[jira] [Commented] (CB-2257) Tag BlackBerry

2013-01-21 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559267#comment-13559267 ] Tim Kim commented on CB-2257: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Resolved] (CB-2257) Tag BlackBerry

2013-01-21 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2257?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2257. - Resolution: Fixed > Tag BlackBerry > -- > > Key: CB-2257 >

[jira] [Commented] (CB-2247) Update JavaScript for BlackBerry

2013-01-21 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13559264#comment-13559264 ] Tim Kim commented on CB-2247: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Resolved] (CB-2247) Update JavaScript for BlackBerry

2013-01-21 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2247. - Resolution: Fixed > Update JavaScript for BlackBerry > > >

Re: mobile spec pass rate sizable drop on android

2013-01-21 Thread Tim Kim
> > The relevant bug for it is here: > https://issues.apache.org/jira/browse/CB-2167 > There are sub-bugs for BB and WP. Not sure if anyone has the intention of > addressing this for this release? I've been busy working on some plugman stuff so I won't be able to get to the BB one for this release

[jira] [Resolved] (CB-1251) Create Contacts Api for Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1251. - Resolution: Unresolved > Create Contacts Api for Playb

[jira] [Commented] (CB-1251) Create Contacts Api for Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547416#comment-13547416 ] Tim Kim commented on CB-1251: - The api needed to get contacts still hasn't been exposed

[jira] [Resolved] (CB-1283) Investigate Webwork's Implementation of File System on Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1283. - Resolution: Not A Problem > Investigate Webwork's Implementation of File System on

[jira] [Commented] (CB-1283) Investigate Webwork's Implementation of File System on Playbook

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1283?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547406#comment-13547406 ] Tim Kim commented on CB-1283: - Doing some gardening here and setting this to closed u

[jira] [Resolved] (CB-1868) bb min reqs

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1868. - Resolution: Fixed > bb min reqs > --- > > Key: CB-1868 >

[jira] [Commented] (CB-1868) bb min reqs

2013-01-08 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1868?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547354#comment-13547354 ] Tim Kim commented on CB-1868: - Apparently this was done quite some time ago in this co

Re: test of BB on 2.3.0?

2013-01-04 Thread Tim Kim
I ran it. I think I forgot to to post to that 2.3.0 thread that I did. On 4 January 2013 07:13, Marcel Kinard wrote: > Just curious, did someone run mobile-spec on BB for 2.3.0? Drew wasn't > able to get to that task. > > -- Marcel Kinard > -- Timothy Kim

[jira] [Resolved] (CB-2142) Tag BlackBerry

2013-01-03 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2142. - Resolution: Fixed > Tag BlackBerry > -- > > Key: CB-2142 >

[jira] [Commented] (CB-2142) Tag BlackBerry

2013-01-03 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2142?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543348#comment-13543348 ] Tim Kim commented on CB-2142: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Commented] (CB-2120) Update JavaScript for BlackBerry

2013-01-03 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13543208#comment-13543208 ] Tim Kim commented on CB-2120: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Resolved] (CB-2120) Update JavaScript for BlackBerry

2013-01-03 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2120?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2120. - Resolution: Fixed > Update JavaScript for BlackBerry > > >

[jira] [Resolved] (CB-2106) BlackBerry Getting Started link broken

2013-01-02 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2106. - Resolution: Duplicate > BlackBerry Getting Started link bro

[jira] [Commented] (CB-2106) BlackBerry Getting Started link broken

2013-01-02 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542565#comment-13542565 ] Tim Kim commented on CB-2106: - This is a clone of this issue which has been resolved. h

Re: Expect some minor JIRA spam..

2013-01-02 Thread Tim Kim
I couldn't resist. http://qkme.me/3sew80 On 2 January 2013 11:56, Filip Maj wrote: > I am working out some kinks in a script I am putting together to create > the JIRa issues for tagging a release (instead of spending ~20 mins every > release manually doing that). > > Therefore, expect some iss

Re: Correct spelling for Blackberry?

2013-01-02 Thread Tim Kim
Ok cool :) On 2 January 2013 11:45, Becky Gibson wrote: > Whatever works! I always forget how the docs magic works until I have to > make a change. Thanks. > > > On Wed, Jan 2, 2013 at 2:37 PM, Tim Kim wrote: > > > Oh - I created one already and fixed it. Do we actua

Re: Correct spelling for Blackberry?

2013-01-02 Thread Tim Kim
Oh - I created one already and fixed it. Do we actually need to rename the directory? I thought we just needed the list of headers in this file docs/en/edge/guide/getting-started/index.md needed to match the new spelling change. On 2 January 2013 11:29, Becky Gibson wrote: > Ok, thanks, I've cr

[jira] [Commented] (CB-2105) Mis-linked getting started guide for BlackBerry

2013-01-02 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542323#comment-13542323 ] Tim Kim commented on CB-2105: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

Re: Correct spelling for Blackberry?

2013-01-02 Thread Tim Kim
Thanks for the catch, Becky! Should be fixed now. On 2 January 2013 11:26, Ken Wallis wrote: > Confirmed, 'BlackBerry' > -- > > Ken Wallis > > Product Manager – BlackBerry WebWorks > > Research In Motion > > (905) 629-4746 x14369 > > > From: Filip Maj [f

[jira] [Commented] (CB-2105) Mis-linked getting started guide for BlackBerry

2013-01-02 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2105?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13542322#comment-13542322 ] Tim Kim commented on CB-2105: - A minor spelling change changed the link to the getting sta

[jira] [Created] (CB-2105) Mis-linked getting started guide for BlackBerry

2013-01-02 Thread Tim Kim (JIRA)
Tim Kim created CB-2105: --- Summary: Mis-linked getting started guide for BlackBerry Key: CB-2105 URL: https://issues.apache.org/jira/browse/CB-2105 Project: Apache Cordova Issue Type: Bug

Re: Tagging 2.3.0rc2?

2012-12-14 Thread Tim Kim
File API tests failing, as explained in > another thread) > > > On Thu, Dec 13, 2012 at 5:21 PM, Tim Kim wrote: > > > I'm also running into some errors with bb10 and discussing some webworks > > trouble shooting with RIM. > > > > > > > > On 13

[jira] [Resolved] (CB-2005) Tag BlackBerry

2012-12-14 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-2005. - Resolution: Fixed > Tag BlackBerry > -- > > Key: CB-2005 >

[jira] [Commented] (CB-2005) Tag BlackBerry

2012-12-14 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-2005?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532712#comment-13532712 ] Tim Kim commented on CB-2005: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Resolved] (CB-1996) Update www/ Application for BlackBerry

2012-12-14 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1996. - Resolution: Fixed > Update www/ Application for BlackBe

[jira] [Commented] (CB-1996) Update www/ Application for BlackBerry

2012-12-14 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1996?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532711#comment-13532711 ] Tim Kim commented on CB-1996: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Commented] (CB-1987) Update JavaScript for BlackBerry

2012-12-14 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13532708#comment-13532708 ] Tim Kim commented on CB-1987: - Fixed here: https://git-wip-us.apache.org/repos/asf?p=cor

[jira] [Resolved] (CB-1987) Update JavaScript for BlackBerry

2012-12-14 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1987?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tim Kim resolved CB-1987. - Resolution: Fixed > Update JavaScript for BlackBerry > > >

Re: Merge request

2012-12-14 Thread Tim Kim
Ah - sorry to leave your pull request hanging like that. I'll review it today and merge it in if it all checks out :) On 13 December 2012 18:46, Chad Tetreault wrote: > Hi there, > > I've had a merge request pending from last month. Was hoping it would make > it in for the next phonegap releas

Re: Tagging 2.3.0rc2?

2012-12-13 Thread Tim Kim
I'm also running into some errors with bb10 and discussing some webworks trouble shooting with RIM. On 13 December 2012 17:13, Shazron wrote: > See thread mobile-spec failures on iOS 6.0.0" - iOS can't proceed unless we > get some consensus. > > > On Thu, Dec 13, 2012 at 4:59 PM, Leutwyler, Ma

Re: [DISCUSS] Switch BlackBerry 10 Cordova download from WebWorks to NDK

2012-12-05 Thread Tim Kim
+1 I would like to be able to access the latest updates of webworks as opposed to waiting around for a release to land on the bb webworks download page. On 5 December 2012 11:05, Gord Tanner wrote: > Currently for developing for BlackBerry 10 the user needs to download and > install the WebWor

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

2012-12-05 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1954?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510644#comment-13510644 ] Tim Kim commented on CB-1954: - Hey Julien, The fix should be in the next rc release whi

[jira] [Commented] (CB-1874) On my BlackBerry 9300, when i use API fileTransfer.Upload, headers are ingnored

2012-12-04 Thread Tim Kim (JIRA)
[ https://issues.apache.org/jira/browse/CB-1874?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13510213#comment-13510213 ] Tim Kim commented on CB-1874: - Hey there, That's because the set custom headers

  1   2   >