Reminder to let me know which person from each co-lo to invite!
Right now I have a Circle with:
> >> agrieve, co-location=Google Waterloo
> >> aharding, co-location=Adobe Vancouver
> >> jheifetz, co-location=BlackBerry Toronto
> >> devgeeks, co-location=n/a Melbourne, Australia
> >> aogilvie, co-
Is it too late to get invited to this? ldeluca. I'm not colocated but I
did add you to my G+ account!
Lisa Seacat DeLuca
ldel...@apache.org
- Message from Andrew Grieve on Wed, 14 Aug
2013 11:44:48 -0400 -
To:
dev
Subject:
Re: Post 3.0 release committer and community meeting
Remind
Keep in mind that everyone will be able to watch this live or recorded
later. You only need a direct invite if you would like to speak.
On Wed, Aug 14, 2013 at 11:58 AM, Lisa Seacat DeLuca wrote:
> Is it too late to get invited to this? ldeluca. I'm not colocated but I
> did add you to my G+
Did we hit the 10 co-lo max for hangouts?
On 8/14/13 9:28 AM, "Michal Mocny" wrote:
>Keep in mind that everyone will be able to watch this live or recorded
>later. You only need a direct invite if you would like to speak.
>
>
>On Wed, Aug 14, 2013 at 11:58 AM, Lisa Seacat DeLuca
>wrote:
>
>> Is
Not in the list Andrew sent out, but there were a lot of volunteers in
previous emails, whom I think would be served fine with the viewing only
option. I think limiting the amount of speakers to those that actually
have something to say will keep things from getting out of hand.
I don't mean this
I won't be able to attend at the Toronto office, but I will watch, and perhaps
try to push comments through the BlackBerry guys. ;)
Sent from my BlackBerry 10 smartphone on the Bell network.
From: Michal Mocny
Sent: Wednesday, August 14, 2013 12:46 PM
To: dev
Reply To: dev@cordova.apache.org
Sub
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 non-platform repos as well, but want to draw
everyone's attention to it on the ML so that we can have easier comments
about it:
= All
Hey all,
There's an issue filed for plugman [1], wherein a user had an issue
authoring a plugin.xml file for a plugin and got tripped up with
[2] and [3] support on different platforms.
Currently: only applies to iOS. only for BB10. To
confuse matters further, we also support elements with a
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 non-platform repos as well, but want to
>draw
>everyone's attenti
I would think it will be more confusing to use the same tag name that does
something different depending on which platform its used on, so I'de vote
to leave them specific and not try to unify.
I do think thats its hard to tell which tag applies to which platform, so
perhaps a platform prefix or p
+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
windows8 + wp7 and wp8 all have the version script as well, but it simply
echos the content of the ../VERSION file
Currently the dev branch has a VERSION of 0.0.0 because I needed it to be a
valid version number format for other things.
I like the transparency of simply having a VERSION file at th
Regarding https://issues.apache.org/jira/browse/CB-4387; will the CLI ever be
updated so the icon files are copied to the correct merges folder or will it
remain the developer's responsibility to clean up these icon files. It seems
wasteful to put all of those image files in the platforms folde
Icon and splash screen support first needs to land in the underlying
platforms (see the linked-to issues in the JIRA link you sent out).
So to answer your question: yes. First things first, though.
On 8/14/13 1:20 PM, "Wargo, John" wrote:
>Regarding https://issues.apache.org/jira/browse/CB-4387
On Wed, Aug 14, 2013 at 4:09 PM, Jesse wrote:
> windows8 + wp7 and wp8 all have the version script as well, but it simply
> echos the content of the ../VERSION file
> Currently the dev branch has a VERSION of 0.0.0 because I needed it to be a
> valid version number format for other things.
>
> I
#1 == dynamically linked libs that exist in your plugin == .so,
.dll, .dylib, .jar
#2 == dynamically linked libs provided by the OS == .so, .dll,
.dylib, .framework
#3 == precompiled object file / lib that exists in you plugins == .a,
.o
#4 == ???... Might refer to the fake .framework
files tha
The reason for having the git hash inside cordova-js is because the build
output is then taken and placed into other projects, so this makes it
possible to go and figure out where things went out of sync. So I think it
should remain there.
I only really care about having the VERSION around for the
I found a few bugs in iOS media capture and media that I would like to fix.
I need to get set up for 3.0 so I followed the instructions here:
http://wiki.apache.org/cordova/WorkingWithThree. Since I didn't have any
3.0 clones I started by cloning.
Here are a few issues that I ran into that did n
The proposal is good from the CLI and Docs point-of-view.
On Wed, Aug 14, 2013 at 1:59 PM, Jesse wrote:
> The reason for having the git hash inside cordova-js is because the build
> output is then taken and placed into other projects, so this makes it
> possible to go and figure out where thing
On Wed, Aug 14, 2013 at 4:09 PM, Jesse wrote:
> I like the transparency of simply having a VERSION file at the root of any
> cordova project. Can't we just remove the extra steps with the git hash
> checking?
>
It used to be the case that Android would use the git hash of cordova-js as
it's ver
That is good advice, thank you Ross.
Seems to have some traction in the issue tracker now that Apple is
back online! =P
I'll def update in our report.
Cheers,
Brian
On Mon, Aug 12, 2013 at 7:57 PM, Ross Gardler
wrote:
> Thanks Brian,
>
> Its true that any individual (or company) can distribut
Yeah, at some point we will release an Adobe® PhoneGap™ Build
companion app that utilizes the App Harness core. The resourcing for
that is well out beyond fall at this point which is disappointing but
hardly surprising in a big company.
That said, I am eager to see App Harness in the wild regardle
OK, I think the linker problem is because CDVEcho.m is included twice. I
see it in plugins dir under org.apache.cordova.test.echo/src/ios/ and in
platforms/ios/cordovalib/classes/. I'm guessing this has something to do
with the dependencies for mobilespec?
thanks,
-becky
On Wed, Aug 14, 2013 a
Really great story made possible by all of you.
http://venturebeat.com/2013/08/14/this-12-year-old-kid-learned-to-code-on-codecademy-built-5-apps-and-is-speaking-at-sxsw/
.
.
.
Maybe we should make things a little harder before these kids steal our jobs! ;)
Andrew, can you update the Adobe Vancouver colocation circle/invite thing
with my ID instead of Al's?
On 8/14/13 9:28 AM, "Michal Mocny" wrote:
>Keep in mind that everyone will be able to watch this live or recorded
>later. You only need a direct invite if you would like to speak.
>
>
>On Wed,
So awesome
On Wed, Aug 14, 2013 at 2:50 PM, Brian LeRoux wrote:
> Really great story made possible by all of you.
>
>
> http://venturebeat.com/2013/08/14/this-12-year-old-kid-learned-to-code-on-codecademy-built-5-apps-and-is-speaking-at-sxsw/
>
> .
> .
> .
> Maybe we should make things a little
Becky, I would update your cordova-ios project. There was a recent change to
remove it (CB-4281).
-James Jong
On Aug 14, 2013, at 5:33 PM, Becky Gibson wrote:
> OK, I think the linker problem is because CDVEcho.m is included twice. I
> see it in plugins dir under org.apache.cordova.test.echo/
nice… good work all!
-James Jong
On Aug 14, 2013, at 6:11 PM, Michael Brooks wrote:
> So awesome
>
>
> On Wed, Aug 14, 2013 at 2:50 PM, Brian LeRoux wrote:
>
>> Really great story made possible by all of you.
>>
>>
>> http://venturebeat.com/2013/08/14/this-12-year-old-kid-learned-to-code-o
Andrew?
On 8/14/13 3:05 PM, "Filip Maj" wrote:
>Andrew, can you update the Adobe Vancouver colocation circle/invite thing
>with my ID instead of Al's?
>
>On 8/14/13 9:28 AM, "Michal Mocny" wrote:
>
>>Keep in mind that everyone will be able to watch this live or recorded
>>later. You only need
Here's the view link for all listeners!
http://youtu.be/bnO7hkWkv5w
Feel free to chat on IRC as well (#cordova)
On Wed, Aug 14, 2013 at 6:05 PM, Filip Maj wrote:
> Andrew, can you update the Adobe Vancouver colocation circle/invite thing
> with my ID instead of Al's?
>
> On 8/14/13 9:28 AM, "
http://goo.gl/8xL4m8
(LMK if you want access.)
31 matches
Mail list logo