[
https://issues.apache.org/jira/browse/CB-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469839#comment-13469839
]
Peter Warren commented on CB-1566:
--
Yes, that fixes it. Thanks Becky.
> Set
Sweet that sounds good
On 10/4/12 2:20 PM, "Shazron" wrote:
>+1
>
>On Thu, Oct 4, 2012 at 2:18 PM, Brian LeRoux wrote:
>> nice! looks great andrew
>>
>> On Thu, Oct 4, 2012 at 10:48 PM, Andrew Grieve
>>wrote:
>>> TLDR: Added a new method for plugins to use to send plugin results to
>>>JS.
>>>
Just here to +1 fixing lint errors. Would love to get a patch in to
eliminate the win8 + tizen JS from warning me about lint errors when I
build the js :o
On 10/4/12 1:04 PM, "Mark Dineen" wrote:
>Hi everyone,
>
>I'm working on linting cordova-js. I submitted a pull with the (mostly)
>obvious o
Dominic N. Sotirescu created CB-1590:
Summary: 2 Splash screens on iPhone5
Key: CB-1590
URL: https://issues.apache.org/jira/browse/CB-1590
Project: Apache Cordova
Issue Type: Bug
[
https://issues.apache.org/jira/browse/CB-1589?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469775#comment-13469775
]
Jason Dove commented on CB-1589:
If there's a better way to get the same result without chang
[
https://issues.apache.org/jira/browse/CB-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Becky Gibson reassigned CB-1588:
Assignee: Becky Gibson (was: Shazron Abdullah)
> alerts dont work ios6
> -
>
THANK YOU! I was getting tired of running both scripts!
:-b
On Thu, Oct 4, 2012 at 4:36 PM, Andrew Grieve wrote:
> This has already started to annoy me as a Cordova developer since now when
> I create a new project and edit some native files, those files are not the
> ones in my git repo, but r
[
https://issues.apache.org/jira/browse/CB-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Becky Gibson reassigned CB-1578:
Assignee: Becky Gibson (was: Shazron Abdullah)
> App crash (while stopping) caused by an unregist
[
https://issues.apache.org/jira/browse/CB-1578?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469748#comment-13469748
]
Becky Gibson commented on CB-1578:
--
Took your information and did the necessary clean up of
Jason Dove created CB-1589:
--
Summary: XHR mode does not work with my Application
Key: CB-1589
URL: https://issues.apache.org/jira/browse/CB-1589
Project: Apache Cordova
Issue Type: Bug
Com
Simon Smith created CB-1588:
---
Summary: alerts dont work ios6
Key: CB-1588
URL: https://issues.apache.org/jira/browse/CB-1588
Project: Apache Cordova
Issue Type: Bug
Components: iOS
Af
Awesome - thanks Andrew, now to document the new process and update the docs ;)
On Tue, Oct 2, 2012 at 11:20 AM, Andrew Grieve wrote:
> Done and done!
>
> The update_cordova_subproject script can now take in a 2nd param for the
> path to the CordovaLib project, and the create script now copies th
I have got a draft of the charter ready to be viewed. Take a look at [1]
There are still some people who have been voted in and haven't gotten their
apache id's. I have sent emails about them in the original vote threads. If
you are a committer and are not on the charter list, let us know. I have
+1
On Thu, Oct 4, 2012 at 2:18 PM, Brian LeRoux wrote:
> nice! looks great andrew
>
> On Thu, Oct 4, 2012 at 10:48 PM, Andrew Grieve wrote:
>> TLDR: Added a new method for plugins to use to send plugin results to JS.
>>
>> I've done some work to try and optimize the exec() bridge on iOS:
>> http
nice! looks great andrew
On Thu, Oct 4, 2012 at 10:48 PM, Andrew Grieve wrote:
> TLDR: Added a new method for plugins to use to send plugin results to JS.
>
> I've done some work to try and optimize the exec() bridge on iOS:
> https://issues.apache.org/jira/browse/CB-1579
>
> The main goal of the
Gary Smith created CB-1587:
--
Summary: Wrong splash screen shown on iPhone 5
Key: CB-1587
URL: https://issues.apache.org/jira/browse/CB-1587
Project: Apache Cordova
Issue Type: Bug
Componen
Doesn't look like Marcus has his ID yet.
http://people.apache.org/committers-by-project.html#incubator
On Tue, Jul 10, 2012 at 3:51 PM, Brian LeRoux wrote:
> Hey guys, tried to request a new account for Markus (see below) but
> https://id.apache.org/acreq/members/ won't let me login. I'm guessin
TLDR: Added a new method for plugins to use to send plugin results to JS.
I've done some work to try and optimize the exec() bridge on iOS:
https://issues.apache.org/jira/browse/CB-1579
The main goal of the change: whenever stringByEvaluatingJavascriptString is
used to call a JS callback, poll fo
This has already started to annoy me as a Cordova developer since now when
I create a new project and edit some native files, those files are not the
ones in my git repo, but rather they are copies.
So, I added a flag to the create script --shared, that will do the old
behaviour of not using a cop
I think the key distinction is public vs private interfaces, as Brian
pointed out in his seminal "magma and limbs" post. private interfaces are
unstable and should be. the public interfaces can change, but the version
numbers should reflect this. Version numbers are really about tracking
public API
build/create scripts got changed quiet a bit the interface to them
hasn't changed as far as I know.
On Thu, Oct 4, 2012 at 1:04 PM, Becky Gibson wrote:
> What about the build and create scripts? We seem to change those often
> without much thoughts about breaking changes or deprecation. Those ty
[
https://issues.apache.org/jira/browse/CB-1579?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve resolved CB-1579.
---
Resolution: Fixed
The biggest win was just removing setTimeout(0) when dispatching plugin
results.
Re
What about the build and create scripts? We seem to change those often
without much thoughts about breaking changes or deprecation. Those types
of changes make it more difficult for folks including Cordova within a
product.
On Thu, Oct 4, 2012 at 3:33 PM, Dave Johnson wrote:
> And when vendors
Hi everyone,
I'm working on linting cordova-js. I submitted a pull with the (mostly)
obvious ones, but wanted to run the three in this commit by the list before
issuing a pull.
https://github.com/mdineen/incubator-cordova-js/commit/198ebe97ba3c38d9bb76f94d421812c912c46829
bootstrap - jshint com
And when vendors force our dismembered hand into breaking changes we should
probably update major version.
On Thursday, October 4, 2012, Brian LeRoux wrote:
> oh yes. recent changes that burn the build team come to mind too.
>
> the policy we're gunning for is we never break anything, we DEPRECAT
[
https://issues.apache.org/jira/browse/CB-1531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-1531.
-
Resolution: Fixed
https://github.com/purplecabbage/incubator-cordova-docs/commit/22cdc5a1bf43cd40152
[
https://issues.apache.org/jira/browse/CB-1545?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jesse MacFadyen resolved CB-1545.
-
Resolution: Fixed
https://github.com/purplecabbage/incubator-cordova-docs/commit/22cdc5a1bf43cd40152
[
https://issues.apache.org/jira/browse/CB-1533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Becky Gibson resolved CB-1533.
--
Resolution: Fixed
Fix Version/s: 2.1.0
Assignee: Michal Mocny (was: Shazron Abdullah)
[
https://issues.apache.org/jira/browse/CB-1585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469590#comment-13469590
]
Patrick Mueller commented on CB-1585:
-
Here's a better view of the patch:
https://github
[
https://issues.apache.org/jira/browse/CB-1522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469568#comment-13469568
]
Becky Gibson commented on CB-1522:
--
This is a Dup of https://issues.apache.org/jira/browse/C
[
https://issues.apache.org/jira/browse/CB-1388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Braden Shepherdson updated CB-1388:
---
Component/s: (was: Android)
(was: iOS)
> Add reset() to plugin API
oh yes. recent changes that burn the build team come to mind too.
the policy we're gunning for is we never break anything, we DEPRECATE
and warn for 6 months.
the practice might vary of course when we're dealing w/ vendor missteps.
On Thu, Oct 4, 2012 at 7:48 PM, Filip Maj wrote:
> Indeed, all
Indeed, all of us in this project need to be more careful about that, Bri
remember your "cut off your arms and legs and left you by an unforgiving
flow of magma" blog post on phonegap.com ?
On 10/4/12 10:36 AM, "Mike Reinstein" wrote:
>> I don't think we have the luxury of knowing when something
[
https://issues.apache.org/jira/browse/CB-1052?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Braden Shepherdson resolved CB-1052.
Resolution: Won't Fix
Resolving as Won't Fix since there were no objections raised.
It's not
[
https://issues.apache.org/jira/browse/CB-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Braden Shepherdson resolved CB-1318.
Resolution: Fixed
The randomized version is sufficiently robust to mark this as Fixed.
We can
> I don't think we have the luxury of knowing when something breaks
Granted, and that's not something we can really fix. *However, we can
identify when our API changes in breaking ways*.
-Mike
On Thu, Oct 4, 2012 at 6:37 AM, Brian LeRoux wrote:
> I personally don't think semver really did fix
[
https://issues.apache.org/jira/browse/CB-1560?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469533#comment-13469533
]
Simon MacDonald commented on CB-1560:
-
Can you put:
http://127.0.0.1*"/>
back in as
This sounds great! I will start work on the charter. Definitely for
lazy consensus approach.
Thanks Ross!
On Thu, Oct 4, 2012 at 9:21 AM, Michael Brooks wrote:
> >
> > I suggest that you assume lazy consensus within the community and get on
> > with writing the charter.
>
>
> +1 lazy consensus :
Becky Gibson created CB-1586:
Summary: iOS Entry.setMetaData example is incorrect
Key: CB-1586
URL: https://issues.apache.org/jira/browse/CB-1586
Project: Apache Cordova
Issue Type: Bug
[
https://issues.apache.org/jira/browse/CB-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469507#comment-13469507
]
Becky Gibson commented on CB-1566:
--
The problem is the creation of the object that is passed
[
https://issues.apache.org/jira/browse/CB-1566?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469507#comment-13469507
]
Becky Gibson edited comment on CB-1566 at 10/5/12 3:59 AM:
---
The pro
[
https://issues.apache.org/jira/browse/CB-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marcel Kinard resolved CB-1473.
---
Resolution: Fixed
> Add Globalization Plug-in API Documentation
> --
[
https://issues.apache.org/jira/browse/CB-1473?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469496#comment-13469496
]
Marcel Kinard commented on CB-1473:
---
Pull request merged by Bryce yesterday. Thanks!
Github user cmarcelk closed the pull request at:
https://github.com/apache/incubator-cordova-docs/pull/32
>
> I suggest that you assume lazy consensus within the community and get on
> with writing the charter.
+1 lazy consensus :)
On Thu, Oct 4, 2012 at 4:41 AM, Ross Gardler wrote:
> On 4 October 2012 12:20, Brian LeRoux wrote:
> > Ross, what are the next steps for us to do for graduation
> > the
Correct, I updated our .jshintrc so that you won't see all the errors.
On Thu, Oct 4, 2012 at 11:44 AM, Michal Mocny wrote:
> So you've fixed the issue? Be weary of 0.9.1? Thanks!
>
>
> On Thu, Oct 4, 2012 at 8:34 AM, Gord Tanner wrote:
>
>> If you update jshint to 0.9.1 and run jake on cordova
So you've fixed the issue? Be weary of 0.9.1? Thanks!
On Thu, Oct 4, 2012 at 8:34 AM, Gord Tanner wrote:
> If you update jshint to 0.9.1 and run jake on cordova.js you will
> notice a lot more errors.
>
> This is due to an update in jshint that caused a regression in the
> rules we were gettin
If you update jshint to 0.9.1 and run jake on cordova.js you will
notice a lot more errors.
This is due to an update in jshint that caused a regression in the
rules we were getting a lot more errors for a rule we had turned off:
https://github.com/jshint/node-jshint/issues/131
I have since updat
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469456#comment-13469456
]
Andrew Grieve commented on CB-1584:
---
If you run against HEAD, and use an ICS or above devic
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve updated CB-1584:
--
Component/s: (was: CordovaJS)
Android
> JSCallback Error
>
>
>
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Andrew Grieve updated CB-1584:
--
Priority: Minor (was: Major)
> JSCallback Error
>
>
> Key: CB-1584
>
Jeffrey Knight created CB-1585:
--
Summary: console.debug, console.info are undefined
Key: CB-1585
URL: https://issues.apache.org/jira/browse/CB-1585
Project: Apache Cordova
Issue Type: Bug
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469449#comment-13469449
]
trace0...@googlemail.com commented on CB-1584:
--
Funny thing: I don't know why bu
[
https://issues.apache.org/jira/browse/CB-1500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469414#comment-13469414
]
Mike Yeates commented on CB-1500:
-
The strange thing is that the program runs if run on the d
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
trace0...@googlemail.com resolved CB-1584.
--
Resolution: Not A Problem
Fix Version/s: 2.1.0
User error... my mistake, so
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469399#comment-13469399
]
trace0...@googlemail.com commented on CB-1584:
--
Platform: Android 4.0.4 (Samsung
[
https://issues.apache.org/jira/browse/CB-1584?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469382#comment-13469382
]
Andrew Grieve commented on CB-1584:
---
Which platform did you try this on?
Providing your ful
I would double-check that your app's CordovaLib's sub-project is indeed
2.1.
- (BOOL)supportsOrientation:(UIInterfaceOrientation)orientation;
is listed new in 2.1, and is listed in CDVViewController.h
On Thu, Oct 4, 2012 at 8:16 AM, Saurabh Kumar Singh wrote:
> I am using PhoneGap 2.1 in our a
trace0...@googlemail.com created CB-1584:
Summary: JSCallback Error
Key: CB-1584
URL: https://issues.apache.org/jira/browse/CB-1584
Project: Apache Cordova
Issue Type: Bug
C
[
https://issues.apache.org/jira/browse/CB-902?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13469339#comment-13469339
]
Becky Gibson commented on CB-902:
-
On quick inspection of your code I do see a few things that
I am using PhoneGap 2.1 in our application.
But during command line compilation I keep getting following error
AppDelegate.m:83:14: error: no visible @interface for 'CDVViewController'
declares the selector 'supportsOrientation:'
Can someone please advice me if I am missing anything ?
Thanks
On 4 October 2012 12:20, Brian LeRoux wrote:
> Ross, what are the next steps for us to do for graduation
> then---a vote?
Agreement by the community and your mentors that you are ready to
graduate is needed. This can be a formal vote or can be a lazy
consensus thing. You have two mentors (that I
oh! ok, I was going on this [1] which has a bit of a pre-amble thing
going on! Ross, what are the next steps for us to do for graduation
then---a vote?
[1] http://hc.apache.org/charter.html
On Thu, Oct 4, 2012 at 1:07 PM, Ross Gardler wrote:
> The charter is an resolution that the Board votes o
The charter is an resolution that the Board votes on to create the
TLP. For example:
WHEREAS, the Board of Directors deems it to be in the best
interests of the Foundation and consistent with the
Foundation's purpose to establish a Project Management
Committee charged with the creation and main
We do not have a formal charter. I started something in the wiki [1]
drawing on some of the content from our proposal [2].
[1] http://wiki.apache.org/cordova/Draft%20Charter
[2] http://wiki.apache.org/incubator/CallbackProposal
On Wed, Oct 3, 2012 at 8:42 PM, Steven Gill wrote:
> I want to bump
I personally don't think semver really did fix anything in ruby-land
(but thats my opinion). Ruby has a crummy package system.The only one
worse is Pythons.
Anyhow, I added a little bit about our releases in the wiki [1] and a
much longer post to the phonegap blog [2] to help folks better
understa
66 matches
Mail list logo