RE: 3.5.0 RC is ready to be tested

2014-05-13 Thread Jesse MacFadyen
Merged, and Windows8 has been re-tagged 3.5.0 From: Sergey Grebnov (Akvelon) Sent: May-13-14 3:40 PM To: dev@cordova.apache.org Cc: Joel Kucera; Jesse MacFadyen Subject: RE: 3.5.0 RC is ready to be tested Hi, could someone review Windows-related fixes

RE: [DISCUSS] Plugin release this week / early next

2014-04-15 Thread Jesse MacFadyen
Yes. We need this to happen way more frequently. Sent from my Windows PhoneFrom: James Jong Sent: ‎4/‎15/‎2014 9:17 AM To: dev@cordova.apache.org Subject: Re: [DISCUSS] Plugin release this week / early next SGTM. It has been awhile since our last plugins release. -James Jong On Apr 15, 2014, at

Re: Tag 2.9.1

2013-10-07 Thread Jesse MacFadyen
Yes, now that 3.1.0 is out the door, we can do this. Sent from my iPad > On Oct 7, 2013, at 10:36 AM, Joe Bowser wrote: > > I think we need to just have everyone go through their work over the > past month and see if they missed backports. I didn't actually have > very much missed, and I just b

Re: pull request for win8

2013-10-07 Thread Jesse MacFadyen
It already is. Sent from my iPad > On Oct 7, 2013, at 10:09 AM, Marcel Kinard wrote: > > Jesse, while Carlos is out on vacation, could I ask you to put the following > pull request on your to-do list? > > https://github.com/apache/cordova-js/pull/50 > > Thanks!

Re: FileTransfer tests

2013-09-06 Thread Jesse MacFadyen
Inline. >> On Sep 5, 2013, at 7:59 PM, Ian Clelland wrote: >> >> On Thu, Sep 5, 2013 at 8:45 PM, Jesse wrote: >> >> I am working through some of the failing tests for wp8 filetransfer and >> have some issues with the following tests. Can anyone add any input on >> where some of the following

Re: plugman / cli verbose by default?

2013-09-06 Thread Jesse MacFadyen
+1 Sounds good. Sent from my iPhone > On Sep 6, 2013, at 9:58 AM, Brian LeRoux wrote: > > I think this is reasonable. So, default is 'light logging'. As a module it > is no logging. As an option it is very verbose java style logging. > > >> On Thu, Sep 5, 2013 at 12:36 PM, Michal Mocny wrote: >

Re: Removing onNativeReady channel

2013-08-06 Thread Jesse MacFadyen
Windows phone does. Unless we can agree on guaranteed channel order of firing on startup, I still need this. Sent from my iPhone > On Aug 6, 2013, at 5:08 PM, Gord Tanner wrote: > > That channel used to be there for any platforms that needed some time to warm > up after the web view was initial

Re: WP8 'Plugin interface' and 'Splash screen' support

2013-08-01 Thread Jesse MacFadyen
Has some issues should not mean does not work. Sometimes ( as has happened here ) other platforms add new Apis and then suddenly every other platform is broken. FileTransfer is just missing some header/base64 support. Related: several platforms don't support device-dialogs because of the partiall

Re: requestAnimationFrame Re: Google Team's Task Backlog: Android

2013-07-28 Thread Jesse MacFadyen
Hopefully the subject change started a new thread. Why would you use reqAnimFrame for exec? Native calls have nothing to do with repaints, so this makes no sense to me... Sent from my iPhone > On Jul 25, 2013, at 10:49 AM, Andrew Grieve wrote: > > We've done some planning around what we'd like

Re: Tagging Plugins

2013-07-17 Thread Jesse MacFadyen
I haven't had the cycles to put towards Windows 8, so I think it should not be included in the 3.0.0 release. There is no plugman support, and limited CLI tooling currently. Cheers, Jesse Sent from my iPhone5 On Jul 17, 2013, at 4:17 PM, Filip Maj wrote: We are waiting for the upgrade guides

Re: Tagging Plugins

2013-07-16 Thread Jesse MacFadyen
I have commits for file + file-transfer for wp that I would like in 3.0.0 Cheers, Jesse Sent from my iPhone5 On Jul 16, 2013, at 3:39 PM, Steven Gill wrote: Any blockers on me mass tagging the plugins?

Re: [cordova-js] Is this supposed to happen?

2013-07-11 Thread Jesse MacFadyen
Those are Mac only tests, so if I probably break them regularly. Cheers, Jesse Sent from my iPhone5 On Jul 11, 2013, at 3:15 PM, Joe Bowser wrote: Ran into this when building cordova-js today: Running "cordovajs:test" (cordovajs) task Warning: ENOENT, no such file or directory 'lib/windowsp

Re: Wondering what folks think about the default project

2013-07-11 Thread Jesse MacFadyen
+1 to going back to an empty page that simply includes cordova.js This applies to more than just CLI btw, so I don't think using a flag is the way. Cheers, Jesse Sent from my iPhone5 On Jul 11, 2013, at 11:40 AM, Shazron wrote: +1 for a flag for specifying the template. Adding this for iOS

Re: Windows 8 (not Phone 8) - native plugin support

2013-07-07 Thread Jesse MacFadyen
No immediate plans. Maybe post 3.0.0 Cheers, Jesse Sent from my iPhone5 On Jul 7, 2013, at 2:18 AM, Daniel Toplak wrote: Hi, any news here? Greets Daniel Am 02.07.2013 01:44, schrieb Toplak Daniel: > Hi, > > we are very interested in phonegap/cordova and we like the concept of > HTML5/JS

Re: [cordova-js] Order of internal cordova events and docs

2013-06-26 Thread Jesse MacFadyen
Nevermind then, I'll just have to hack something together. Cheers, Jesse Sent from my iPhone5 On Jun 26, 2013, at 9:55 AM, Filip Maj wrote: I agree with Andrew, the order shouldn't be set in stone. WE should definitely _list_ the events and explain what each channel should represent, but IMO

Re: Opinions Needed: Platform specific features and mobilespec tests

2013-06-20 Thread Jesse MacFadyen
My 2 cents - APIs that should exist on all devices go in mobile spec - Platform specific ones go in each platforms repo I assume this is a vanishing issue as all mobile spec test will be broken out into each plugin repo, and would be easily run by mobile spec. Cheers, Jesse Sent from my iPhone

Re: Android: Use source files instead of .jar file

2013-06-18 Thread Jesse MacFadyen
The wp7 change Benn mentioned has several motivations behind it. The windows phone permission model and the app store's static analysis decide permission based on linkage, so having 1 library dll would require all permissions, and a separate dll for each API was unwieldy. In my mind, given our mov

Re: Windows 8 phone STORAGE support

2013-06-14 Thread Jesse MacFadyen
No. The spec is deprecated. If someone wants to make a plugin, have at it. WP8 supports indexedDB. Cheers, Jesse Sent from my iPhone5 On Jun 14, 2013, at 12:21 PM, William Fung wrote: Hi According to the Cordova STORAGE API reference below, Windows8 phone is not currently supported. http:

Re: Plugin and CordovaPlugin

2013-06-10 Thread Jesse MacFadyen
Can someone post a link to a commit, or a ticket for this? I am having trouble understanding the scope, as is. Does this just affect Android? Cheers, Jesse Sent from my iPhone5 On Jun 10, 2013, at 8:26 PM, Joe Bowser wrote: OK, if we bring it back, how long should we bring it back for? We ca

Re: Any idea that reads local files dynamicary with Ajax on Windows Desktop version

2013-05-31 Thread Jesse MacFadyen
The other list is the right place for this question. I'll answer there. Cheers, Jesse Sent from my iPhone5 On 2013-05-31, at 2:43 AM, Tanaka Yusuke wrote: I have tried the Windows desktop version of Cordova 2.5. I am also using jquery 2.0, but it fails in dynamic reading of a local file.

Re: Baby Grieve

2013-05-31 Thread Jesse MacFadyen
Congratulations! Cheers, Jesse Sent from my iPhone5 On 2013-05-31, at 7:25 AM, Ken Wallis wrote: Great news, and best wishes to you and the family! Sent from my BlackBerry Z10 smartphone From: Andrew Grieve Sent: Friday, May 31, 2013 7:01 AM To: dev Reply To: dev@cordova.apache.org Subject:

Re: Cordova CLI merge, new branch, INFRA ticket

2013-05-29 Thread Jesse MacFadyen
I am liking option 2 now. Seems easy enough. Cheers, Jesse Sent from my iPhone5 On 2013-05-29, at 9:06 AM, Michal Mocny wrote: For the record, I don't mind a reclone, so long as there are no negative repercussions, ie, (1) its not called master2 and (2) there is no way for anyone to shoot us

Re: CORDOVA_JS_BUILD_LABEL

2013-05-23 Thread Jesse MacFadyen
Thanks Ian. I got as far as tag+commits and was able to get there. I was searching for the hash not knowing about the silent g, makes perfect sense now. Cheers, Jesse Sent from my iPhone5 On 2013-05-23, at 7:06 PM, Ian Clelland wrote: On Thu, May 23, 2013 at 5:09 PM, Jesse wrote: > >> Give

Re: Unified config.xml

2013-05-17 Thread Jesse MacFadyen
Hi Gorkem, Since your question I have given this some thought. For the most part wp7+8 are the same codebase, with just a few 'critical' differences. A project for windows phone is either 7 or 8, so we could get away without differentiating. That said, it is simple enough to keep them separate so

Re: Naming: cordova-2.8.0.js --> cordova.js

2013-05-01 Thread Jesse MacFadyen
Interesting journey, Jeffery. What if instead of linking from www/index.html to www/cordova.js, we put the js in the app root above www? Or:

Re: Plugman future branch work + update

2013-04-16 Thread Jesse MacFadyen
If you specify --platform ios for a plugin that does not support ios it should be an error. Cheers, Jesse Sent from my iPhone5 On 2013-04-16, at 12:12 PM, Braden Shepherdson wrote: Why do you want errors when a plugin doesn't support a platform? Currently this silently does nothing, and this

Re: Spam control in the Wiki

2013-04-08 Thread Jesse MacFadyen
+1, great idea. Cheers, Jesse Sent from my iPhone5 On 2013-04-08, at 8:19 AM, Shazron wrote: +1 I love this - how do we get it set up? On Mon, Apr 8, 2013 at 5:03 AM, Simon MacDonald wrote: > +1 > On Apr 8, 2013 3:32 AM, "Jukka Zitting" wrote: > >> Hi, >> >> On Mon, Apr 8, 2013 at 10:21

Re: [windows] Scripts for Windows Phone

2013-03-26 Thread Jesse MacFadyen
Benn, Leave it for now, there are deeper implications to removing it. We can discuss more here once I am back to work. Cheers, Jesse Sent from my iPhone5 On 2013-03-25, at 10:36 PM, Benn Mapes wrote: Yah, the difference is that Windows Phone has multiple of these templates so that's why i

Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Jesse MacFadyen
The docs should be a strong suggestion as well. Cheers, Jesse Sent from my iPhone5 On 2013-03-25, at 4:05 PM, Shazron wrote: I think Jesse is away - but: 1. https://github.com/apache/cordova-wp8/commit/d9bd6abece9821201b2784799337430d29247035 2. https://github.com/apache/cordova-wp7/commit/

Re: InAppBrowser support on BlackBerry & Windows Phone

2013-03-25 Thread Jesse MacFadyen
Yes, they do. Cheers, Jesse Sent from my iPhone5 On 2013-03-25, at 3:27 PM, Andrew Grieve wrote: Awesome. So the docs should be updated to say that BB supports close(). Jesse - do you know if WP supports IAB? On Mon, Mar 25, 2013 at 5:33 PM, Tim Kim wrote: > Ok, I just checked on my bla

Re: 2.6 platform support and redux

2013-03-23 Thread Jesse MacFadyen
+1 for windows 8 Cheers, Jesse Sent from my iPhone5 On 2013-03-23, at 9:24 PM, Shazron wrote: I'm definitely maintaining OS X for sure, and would like that to be still included for release. Chicken and egg - if it doesn't get exposure no one will use it, if no one uses it it won't get expos

Re: archiving older platforms

2013-03-21 Thread Jesse MacFadyen
+1 to negligence, or might it be ignorance? The attic sounds like its where you put code you're ashamed of. Cheers, Jesse Sent from my iPhone5.5 On 2013-03-21, at 3:41 PM, Brian LeRoux wrote: Attic seems like more work than outright neglect. Might be for conceptual purity we want to move Bad

Re: Platform-level command line scripts

2013-03-20 Thread Jesse MacFadyen
Welcome Parashuram! Happy to have some help. Benn has been working on most of this, and I have created the deploy tools for wp7 and wp8, so reach out if you need guidance or anything. Cheers, Jesse Sent from my iPhone5 On 2013-03-19, at 10:24 PM, "Parashuram Narasimhan (MS OPEN TECH)" wrote:

Re: Who's who at cordova

2013-03-18 Thread Jesse MacFadyen
Hi Paul, Anyone who wants to be listed at phonegap.com can fill out the form. Reply here to get a star. Cheers, Jesse Sent from my iPhone5 On 2013-03-18, at 10:23 AM, "Plaquette, Paul" wrote: hi Michal, good idea ! on http://wiki.apache.org/cordova/who you miss : ;-) Intel Corporation:

Re: Testing MobileSpecTest

2013-02-25 Thread Jesse MacFadyen
For every version, I do the following for WP7 and WP8 : - create a new project from the latest template - remove the dll and link to the repo project directly - copy over mobile-spec - modify cordova.js to include cordova.windowsphone.js - add visual studio link to cordova-js output pkg version R

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

2013-02-22 Thread Jesse MacFadyen
I agree with Brian, single repo, multiple sub-projects. The windows repo contains win7 and win8 and there is absolutely no code shared between them. Conceivably wp7+8 could be merged in the same way. Cheers, Jesse Sent from my iPhone5 On 2013-02-22, at 12:02 PM, Brian LeRoux wrote: Perhaps c

Re: BlackBerry 2.4.0 Release

2013-02-12 Thread Jesse MacFadyen
+1 to repack. Cheers, Jesse Sent 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: > Someone had brought it up through the goog

Re: WPCordovaClassLib.dll in the full template?

2013-02-12 Thread Jesse MacFadyen
Docs are wrong. Yes the behavior is currently different as the phonegap distro includes pre-built dll and templates. We are working on automating this, but it is difficult as I am attempting to only rely on the free express tools so users don't have to shell out $$$ for vs-pro. Cheers, Jesse S

[jira] [Resolved] (CB-2346) config.xml preference orientation - landscape not working.

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2346. - Resolution: Invalid > config.xml preference orientation - landscape not work

[jira] [Commented] (CB-852) xhr2 impl

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-852?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572010#comment-13572010 ] Jesse MacFadyen commented on CB-852: Already supported on Windows Phone 8 and Windo

[jira] [Commented] (CB-2346) config.xml preference orientation - landscape not working.

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2346?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13572009#comment-13572009 ] Jesse MacFadyen commented on CB-2346: - You can work around this by modifying the XAM

[jira] [Resolved] (CB-1815) WP8. NTH. Update CSS to use system colors

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1815?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-1815. - Resolution: Fixed background: Background; color: Highlight; border-color: Highlight

[jira] [Closed] (CB-1816) WP8. Plugins: Facebook\Logout- Nice to have logout option

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1816?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen closed CB-1816. --- Resolution: Invalid Assignee: Jesse MacFadyen (was: Sergey Grebnov) Not a wp8 problem, but a

[jira] [Updated] (CB-2231) Support config.xml for whitelisting plugins, preferences, and access domains

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2231?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2231: Component/s: (was: WP8) (was: WP7) > Support config.xml for whitelist

[jira] [Resolved] (CB-2382) Cannot play resource audio

2013-02-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2382?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2382. - Resolution: Fixed Fix Version/s: 2.5.0 Currently in a branch here: https://github.com

[jira] [Created] (CB-2382) Cannot play resource audio

2013-02-05 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-2382: --- Summary: Cannot play resource audio Key: CB-2382 URL: https://issues.apache.org/jira/browse/CB-2382 Project: Apache Cordova Issue Type: Bug

[jira] [Resolved] (CB-2372) Tag WP8

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2372. - Resolution: Fixed > Tag WP8 > --- > > Key: CB-2372 >

[jira] [Reopened] (CB-2372) Tag WP8

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen reopened CB-2372: - > Tag WP8 > --- > > Key: CB-2372 >

[jira] [Resolved] (CB-2362) Update JavaScript for Windows 8

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2362. - Resolution: Fixed > Update JavaScript for Window

[jira] [Resolved] (CB-2373) Tag Windows 8

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2373?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2373. - Resolution: Fixed > Tag Windows 8 > - > >

[jira] [Resolved] (CB-2372) Tag WP8

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2372. - Resolution: Fixed > Tag WP8 > --- > > Key: CB-2372 >

[jira] [Resolved] (CB-2361) Update JavaScript for WP8

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2361?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2361. - Resolution: Fixed > Update JavaScript for

[jira] [Resolved] (CB-2371) Tag WP7

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2371?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2371. - Resolution: Fixed > Tag WP7 > --- > > Key: CB-2371 >

[jira] [Resolved] (CB-2360) Update JavaScript for WP7

2013-02-04 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2360?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2360. - Resolution: Fixed > Update JavaScript for

Re: alert dialogs on WP8?

2013-02-04 Thread Jesse MacFadyen
Unusable, no, but currently there is no guarantee they will all be shown. This is similar to the non-blocking of navigator.notification.alert on iOS and elsewhere. Cheers, Jesse Sent from my iPhone5 On 2013-02-04, at 9:59 AM, Marcel Kinard wrote: I don't have a WP8 simulator or phone at the

[jira] [Commented] (CB-2342) Media API allows non-whitelisted audio to be played

2013-02-01 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569099#comment-13569099 ] Jesse MacFadyen commented on CB-2342: - what about the , , , tags? Are these prop

[jira] [Updated] (CB-1480) navigator.network.connection does not work on dynamically loaded pages via Jquery mobile.

2013-01-31 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1480?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1480: Assignee: Benn Mapes (was: Jesse MacFadyen) > navigator.network.connection does not work

Re: Cordova CLI (and by proxy, platform) requirements

2013-01-28 Thread Jesse MacFadyen
+1 path and configuration for credentials. -1 prompting for values, or confirming previous values. I think the tool should be non-interactive, or at least that is my expectation. On fail simply provide advice on how to remedy the situation. Prompting for a path is out of scope IMO. Its much bett

Re: too long to package a release?

2013-01-24 Thread Jesse MacFadyen
I have been quietly listening on this thread, but thought I should at least share my opinion. I don't think adding contribution rules helps anyone. Git is complicated enough as it is, and this just all seems like bureaucracy. I think master should always contain the latest stable code, and be per

[jira] [Resolved] (CB-2254) Update JavaScript for Windows 8

2013-01-22 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2254?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2254. - Resolution: Fixed > Update JavaScript for Window

[jira] [Resolved] (CB-2263) Tag WP7

2013-01-22 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2263?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2263. - Resolution: Fixed > Tag WP7 > --- > > Key: CB-2263 >

[jira] [Resolved] (CB-2264) Tag WP8

2013-01-22 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2264?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2264. - Resolution: Fixed > Tag WP8 > --- > > Key: CB-2264 >

[jira] [Resolved] (CB-2265) Tag Windows 8

2013-01-22 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2265?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2265. - Resolution: Fixed > Tag Windows 8 > - > >

[jira] [Resolved] (CB-2252) Update JavaScript for WP7

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

[jira] [Resolved] (CB-2253) Update JavaScript for WP8

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

Re: Can we talk about large features before they arrive in master?

2013-01-21 Thread Jesse MacFadyen
Agree with both of you. Also of note is the ripple effect of adding a feature to one platform, see the slice() discussion for an example. Any new feature should be explored and discussed further than just ios/android. Cheers, Jesse Sent from my iPhone5 On 2013-01-21, at 10:50 AM, Brian LeRou

Re: [Android] Whitelisting is broken, whitelist is ignored

2013-01-19 Thread Jesse MacFadyen
Sorry, I didn't see the tests, I was in windows. I will see if I can write a failing test. There are still many differences between the android implementation and the iOS one. For example the 'subdomains' attribute is supported on android, and soon windows phone. Cheers, Jesse Sent from my iPh

Re: Cordova-CLI: Version handling

2013-01-18 Thread Jesse MacFadyen
-1 downgrading Re: local git repo - I would hope/expect that the project is already under version control. Cheers, Jesse Sent from my iPhone5 On 2013-01-18, at 6:46 AM, Michal Mocny wrote: On Thu, Jan 17, 2013 at 8:05 PM, Andrew Grieve wrote: > On Thu, Jan 17, 2013 at 3:17 PM, Filip Maj

[jira] [Resolved] (CB-1662) jake build script puts Windows carriage return in Version String on Windows

2013-01-17 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-1662. - Resolution: Fixed This has been addressed, assuming the default git settings for windows. ie

[jira] [Commented] (CB-1583) Some types are not constructable

2013-01-17 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13556767#comment-13556767 ] Jesse MacFadyen commented on CB-1583: - The only remaining place where we are depen

[jira] [Updated] (CB-2176) File.slice() on Windows 8

2013-01-17 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2176: Fix Version/s: (was: 2.4.0) > File.slice() on Window

[jira] [Updated] (CB-2170) File.slice() on Windows Phone

2013-01-17 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2170?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2170: Fix Version/s: (was: 2.4.0) > File.slice() on Windows Ph

[jira] [Updated] (CB-2236) DebugConsole plugin.xml plugin name has a space in it

2013-01-17 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2236?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2236: Component/s: CordovaJS > DebugConsole plugin.xml plugin name has a space in

[jira] [Created] (CB-2236) DebugConsole plugin.xml plugin name has a space in it

2013-01-17 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-2236: --- Summary: DebugConsole plugin.xml plugin name has a space in it Key: CB-2236 URL: https://issues.apache.org/jira/browse/CB-2236 Project: Apache Cordova Issue

[jira] [Created] (CB-2231) Support config.xml for whitelisting plugins, preferences, and access domains

2013-01-16 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-2231: --- Summary: Support config.xml for whitelisting plugins, preferences, and access domains Key: CB-2231 URL: https://issues.apache.org/jira/browse/CB-2231 Project: Apache

[jira] [Resolved] (CB-2087) Creating CordovaStarter-2.2.0(WP8) fails

2013-01-14 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2087?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2087. - Resolution: Unresolved This appears to be an issue only with the 2.2 template. Please retest in

[jira] [Commented] (CB-2212) FileSystem getFile() call never finds file on WP8 as isolated storage is empty

2013-01-14 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2212?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13552959#comment-13552959 ] Jesse MacFadyen commented on CB-2212: - Thanks Michael Can you post a brief exa

Re: Moving plugin JS files around

2013-01-11 Thread Jesse MacFadyen
Hi Andrew, Having spent some time with this, I don't think it's awful, but I am worried about complexity. To me, a better approach is: - all plugins are simply ripped out of cordova-js - each plugin is distributed 'built' meaning for an API like file or contacts, there is only 1 js file, and whi

[jira] [Commented] (CB-2178) WP 7 - Project Template Build has Debug issue

2013-01-09 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13548800#comment-13548800 ] Jesse MacFadyen commented on CB-2178: - And the other template is updated here: h

[jira] [Resolved] (CB-2178) WP 7 - Project Template Build has Debug issue

2013-01-09 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2178. - Resolution: Fixed https://github.com/purplecabbage/cordova-wp7/commit

[jira] [Updated] (CB-2176) File.slice() on Windows 8

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2176?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2176: Priority: Minor (was: Major) > File.slice() on Window

[jira] [Commented] (CB-2178) WP 7 - Project Template Build has Debug issue

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2178?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547684#comment-13547684 ] Jesse MacFadyen commented on CB-2178: - What is the error? Please post as

[jira] [Commented] (CB-2166) The deviceReady event may not be received because of asynchronous JavaScript loading

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2166?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547591#comment-13547591 ] Jesse MacFadyen commented on CB-2166: - This is NOT possible, as call

[jira] [Created] (CB-2176) File.slice() on Windows 8

2013-01-08 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-2176: --- Summary: File.slice() on Windows 8 Key: CB-2176 URL: https://issues.apache.org/jira/browse/CB-2176 Project: Apache Cordova Issue Type: Sub-task

[jira] [Resolved] (CB-2050) Need to correctly encode UTF8 with BOM

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2050?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-2050. - Resolution: Fixed https://git-wip-us.apache.org/repos/asf?p=cordova-js.git;a=commit;h

[jira] [Commented] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13547528#comment-13547528 ] Jesse MacFadyen commented on CB-2160: - Yeah, I created the file manually from xcode

[jira] [Resolved] (CB-1850) Add device.model to the Device API

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-1850. - Resolution: Fixed > Add device.model to the Device

[jira] [Resolved] (CB-1942) Add device.model to the Device API.

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-1942. - Resolution: Fixed actually already in 2.3.0 > Add device.model to the Device

[jira] [Updated] (CB-1968) Camera use changes idleTimerDisabled timeout

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1968?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1968: Fix Version/s: (was: 2.1.0) 2.4.0 > Camera use changes idleTimerDisab

[jira] [Resolved] (CB-1414) Tag 2.1.0

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen resolved CB-1414. - Resolution: Fixed > Tag 2.1.0 > - > >

[jira] [Updated] (CB-1850) Add device.model to the Device API

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1850: Fix Version/s: (was: 2.3.0) 2.4.0 > Add device.model to the Device

[jira] [Assigned] (CB-1850) Add device.model to the Device API

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1850?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen reassigned CB-1850: --- Assignee: Jesse MacFadyen > Add device.model to the Device

[jira] [Closed] (CB-2153) Generate a Source Release

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2153?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen closed CB-2153. --- > Generate a Source Release > - > >

[jira] [Updated] (CB-1583) Some types are not constructable

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1583?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1583: Fix Version/s: (was: 2.3.0) 2.4.0 > Some types are not constructa

[jira] [Updated] (CB-1247) An option similar to "webviewbounce" is needed that works on Windows Phone

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1247?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1247: Fix Version/s: (was: 2.3.0) 2.4.0 > An option similar to "webvi

[jira] [Updated] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2160: Attachment: Cordova.plist In windows right now so I cannot view the file, but I believe this was it

[jira] [Updated] (CB-1396) Add reset() to plugin API on Windows 8

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1396?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1396: Fix Version/s: (was: 2.3.0) 2.4.0 > Add reset() to plugin API on Window

[jira] [Updated] (CB-1942) Add device.model to the Device API.

2013-01-08 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-1942?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-1942: Fix Version/s: (was: 2.3.0) 2.4.0 > Add device.model to the Device

[jira] [Updated] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-05 Thread Jesse MacFadyen (JIRA)
[ https://issues.apache.org/jira/browse/CB-2160?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jesse MacFadyen updated CB-2160: Description: Issue CB-1893 has apparently made it so you can update the plist to xml, however the

[jira] [Created] (CB-2160) cordova_plist_to_config_xml fails inexplicably

2013-01-05 Thread Jesse MacFadyen (JIRA)
Jesse MacFadyen created CB-2160: --- Summary: cordova_plist_to_config_xml fails inexplicably Key: CB-2160 URL: https://issues.apache.org/jira/browse/CB-2160 Project: Apache Cordova Issue Type

  1   2   >