[GitHub] cordova-coho pull request: Remove updating www template step

2015-03-07 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/66 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is

[GitHub] cordova-coho pull request: Remove updating www template step

2015-03-07 Thread stevengill
GitHub user stevengill opened a pull request: https://github.com/apache/cordova-coho/pull/66 Remove updating www template step This is getting moved to cordova-app-hello-world release steps You can merge this pull request into a Git repository by running: $ git pull https

[GitHub] cordova-mobile-spec pull request: Copy Mobilespec App Template Ins...

2015-03-06 Thread omefire
Github user omefire commented on the pull request: https://github.com/apache/cordova-mobile-spec/pull/121#issuecomment-77669959 LGTM ! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this fea

[GitHub] cordova-mobile-spec pull request: Copy Mobilespec App Template Ins...

2015-03-06 Thread dblotsky
GitHub user dblotsky opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/121 Copy Mobilespec App Template Instead of Linking It Instead of symlinking the mobilespec app template when calling `createmobilespec`, copy the template's contents in

[GitHub] cordova-docs pull request: CB-8322 Add Russian template

2015-02-17 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/261 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] cordova-docs pull request: CB-8322 Add Russian template

2015-01-18 Thread kant2002
GitHub user kant2002 opened a pull request: https://github.com/apache/cordova-docs/pull/261 CB-8322 Add Russian template You can merge this pull request into a Git repository by running: $ git pull https://github.com/kant2002/cordova-docs CB-8322 Alternatively you can review

[GitHub] cordova-wp8 pull request: CB-4655 Makes default platform template ...

2014-08-20 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-wp8/pull/49 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the f

[GitHub] cordova-wp8 pull request: CB-4655 Makes default platform template ...

2014-08-20 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-wp8/pull/49#issuecomment-52767243 https://github.com/apache/cordova-wp8/pull/51 also includes this fix --- If your project is set up for it, you can reply to this email and have your reply ap

[GitHub] cordova-wp8 pull request: CB-4655 Makes default platform template ...

2014-08-19 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-wp8/pull/49 CB-4655 Makes default platform template files overridable Better implementation for https://issues.apache.org/jira/browse/CB-4655 Updated due to @sgrebnov's [comment](

Re: platformId for new windows template

2014-07-10 Thread Jesse
Sounds good to me. @purplecabbage risingj.com On Wed, Jul 9, 2014 at 11:38 PM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > There is the following important property provided by cordova.js - > 'cordova.platformId' which specifies the platform app runs on. Since we > introduced s

platformId for new windows template

2014-07-09 Thread Sergey Grebnov (Akvelon)
There is the following important property provided by cordova.js - 'cordova.platformId' which specifies the platform app runs on. Since we introduced support of new Windows Universal Apps which could be compiled for Windows 8.0, Windows 8.1, Windows Phone 8.1 we should agree what to report as a

Re: Can we remove merges/ folder from the default application template?

2014-05-16 Thread Brian LeRoux
---Original Message- > > From: Michal Mocny [mailto:mmo...@google.com] > > Sent: Wednesday, May 14, 2014 10:34 AM > > To: dev > > Subject: Can we remove merges/ folder from the default application > > template? > > > > I'm not proposing we drop suppo

Re: Can we remove merges/ folder from the default application template?

2014-05-16 Thread Michal Mocny
Wednesday, May 14, 2014 10:34 AM >> To: dev >> Subject: Can we remove merges/ folder from the default application >> template? >> >> I'm not proposing we drop support for merges/, I just think that many apps >> don't use it so why show it by default?

Re: Can we remove merges/ folder from the default application template?

2014-05-16 Thread Michal Mocny
cny [mailto:mmo...@google.com] > Sent: Wednesday, May 14, 2014 10:34 AM > To: dev > Subject: Can we remove merges/ folder from the default application > template? > > I'm not proposing we drop support for merges/, I just think that many apps > don't use it so why show

RE: Can we remove merges/ folder from the default application template?

2014-05-16 Thread Wargo, John
he default application template? I'm not proposing we drop support for merges/, I just think that many apps don't use it so why show it by default? (We've done something similar for .cordova/ where its still supported but not created by default unless it actually has non-default value

Re: Can we remove merges/ folder from the default application template?

2014-05-16 Thread Michael Brooks
+1 with Marcel's suggestions. I've never liked the merges directory myself, but if others find it useful that's great. I would be happy to see it as an opt in feature. On Wed, May 14, 2014 at 11:58 AM, Brian LeRoux wrote: > +1! > > > On Wed, May 14, 2014 at 9:32 AM, Marcel Kinard wrote: > > >

Can we remove merges/ folder from the default application template?

2014-05-15 Thread Michal Mocny
I'm not proposing we drop support for merges/, I just think that many apps don't use it so why show it by default? (We've done something similar for .cordova/ where its still supported but not created by default unless it actually has non-default values) The way merges/ works right now is questio

Re: Can we remove merges/ folder from the default application template?

2014-05-14 Thread Brian LeRoux
+1! On Wed, May 14, 2014 at 9:32 AM, Marcel Kinard wrote: > SGTM as long as all the user needs to do to recreate it is a “mkdir”, and > that is documented in all the right places. I like the aim of reducing the > temptation of devs to push buttons that aren’t needed in most cases. The > visible

Re: Can we remove merges/ folder from the default application template?

2014-05-14 Thread Marcel Kinard
SGTM as long as all the user needs to do to recreate it is a “mkdir”, and that is documented in all the right places. I like the aim of reducing the temptation of devs to push buttons that aren’t needed in most cases. The visible surface area is more simple. On May 14, 2014, at 10:33 AM, Michal

[GitHub] cordova-osx pull request: CB-6493 Project template organization

2014-04-24 Thread tripodsan
Github user tripodsan closed the pull request at: https://github.com/apache/cordova-osx/pull/4 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature i

[GitHub] cordova-osx pull request: CB-6493 Project template organization

2014-04-24 Thread tripodsan
Github user tripodsan commented on the pull request: https://github.com/apache/cordova-osx/pull/4#issuecomment-41350013 thanks --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature ena

[GitHub] cordova-osx pull request: CB-6493 Project template organization

2014-04-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-osx/pull/4#issuecomment-41329911 Integrated, you can close this PR now --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project d

[GitHub] cordova-osx pull request: CB-6493 Project template organization

2014-04-23 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/4 CB-6493 Project template organization [CB-6493 Project template organization - add www folder reference, prominent config.xml](https://issues.apache.org/jira/browse/CB-6493) You can merge

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-15 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-windows/pull/25#issuecomment-40528015 Closed, thank you. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-15 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-windows/pull/25 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-15 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-windows/pull/25#issuecomment-40526960 Well, there's the files 3.5.0-dev set. If want to merge them, or fix it by your own, it would be great. Thanks a lot @clelland for taking the time. ---

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-15 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-windows/pull/25#issuecomment-40526123 I think that we should change version to 3.5.0-dev, like the other platforms (since 3.4.0 is released already, development should now be on 3.5.0-dev), and then

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-15 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-windows/pull/25#issuecomment-40494097 Hello @clelland , are able to merge this changes, or you will take care of this in another way? --- If your project is set up for it, you can reply to this ema

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-14 Thread martincgg
Github user martincgg commented on the pull request: https://github.com/apache/cordova-windows/pull/25#issuecomment-40375277 Yes, agree. This is completely odd, what worries me, is when trying to install plugins to a project with windows 8 platform installed, it throws an error with p

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-14 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-windows/pull/25#issuecomment-40361496 It seems odd that this wasn't taken care of automatically by coho when 3.3.0 was released (and when 3.4.0 was released); if it's still not happening when we do 3

[GitHub] cordova-windows pull request: CB-6435 ./VERSION & /template/VERSIO...

2014-04-11 Thread martincgg
GitHub user martincgg opened a pull request: https://github.com/apache/cordova-windows/pull/25 CB-6435 ./VERSION & /template/VERSION updated Version files updated to 3.4.0. You can merge this pull request into a Git repository by running: $ git pull https://github

Re: [FirefoxOS] template contains unnecessary icons

2014-04-03 Thread Piotr Zalewa
I think you're right - it seems these has been copied along from another platform Dnia Thu Apr 3 09:17:38 2014 Sergey Grebnov (Akvelon) pisze: Hi, just found out the following. It seems template contains icons for other platforms. https://github.com/apache/cordova-firefoxos/tree/maste

[FirefoxOS] template contains unnecessary icons

2014-04-03 Thread Sergey Grebnov (Akvelon)
Hi, just found out the following. It seems template contains icons for other platforms. https://github.com/apache/cordova-firefoxos/tree/master/bin/templates/project/www/res/icon Thx! Sergey

Re: Default template - size

2014-01-03 Thread Axel Nennker
I think that my questions go away when www/config.xml moves to config.xml. You have looked at the initial code and commented on it. Anything new on the current code? I will change the code tomorrow so that SRC becomes relatively to project-dir and remove the re/icon logic. Axel On Jan 3, 2014 10:1

Re: Default template - size

2014-01-03 Thread Andrew Grieve
As long as they can specify the path to their icons, I think they can put them wherever they want. What input are you looking for? On Sat, Dec 21, 2013 at 4:14 PM, Axel Nennker wrote: > I suggest to move the icons to /res/icons/ and copy > them from there to the platform www. Although this has

Re: template?

2014-01-03 Thread Mark Koudritsky
On Fri, Jan 3, 2014 at 3:01 PM, Wargo, John wrote: > +1. JSON on the command line is...more complicated than it should be. > > IMHO We still need a way to pass in a template folder. Is there a reason > we're counting parameters rather than just exposing a tmpl=file_path > par

RE: template?

2014-01-03 Thread Wargo, John
+1. JSON on the command line is...more complicated than it should be. IMHO We still need a way to pass in a template folder. Is there a reason we're counting parameters rather than just exposing a tmpl=file_path parameter that could be used (or not used) as needed on the command

Re: template?

2014-01-03 Thread Brian LeRoux
I'm all for this feature (and docs) but lets make it first class. Passing the internal JSON representation feels like a leaky abstraction. The CLI user should not know nor care about those internals and it would seem error prone. On Fri, Jan 3, 2014 at 9:24 AM, Mark Koudritsky wrote: > > Well.

Re: template?

2014-01-03 Thread Mark Koudritsky
> Well. I'm the one who "Fixed" this. > My bad, it's indeed Josh's change, sorry for getting confused about this, this was discussed at the time for a bit and I thought about doing the same but Josh did it before

Re: template?

2014-01-03 Thread Josh Soref
Well. I'm the one who "Fixed" this.  I'm obviously -1 on removing it without some more useful outcomes. Just backing things out without fixing underlying flaws is a waste of energy. Should I have backed out your glue because you broke the command line? Surely that's ridiculous.   It's really u

Re: template?

2014-01-03 Thread Josh Soref
Mark wrote: > Is there an ETA for it? Cordova works on a Cadence release cycle. It'll be in the next release which should be soon enough.  > Can you say where the valid keys are documented? I'm not sure there is a definitive list, it's basically anything that can end up in the project JSON. 

Re: template?

2014-01-03 Thread Mark Koudritsky
+1 for removing this JSON param. Passing JSON on command line is indeed frightening. The bit of internal api for passing another param with an object to create() to initialize config.json file was added by me for the use of mca.js This indeed caused a crash when there was a 4th cli param because

Re: template?

2014-01-03 Thread Josh Soref
It's intended. It matches the internal api. Before the system resulted in a crash when you passed a fourth argument.  This way you can do whatever you want. I probably should have spoken up when the -- bits were added and asked why they were necessary. ‎ ---

Re: template?

2014-01-03 Thread Ray Camden
On 1/3/14, 10:27 AM, "Mark Koudritsky" wrote: >The option to specify a template was added here, via --src or --link >command line args. >https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=9b7fedf > >But it's not yet part of any released version. Is ther

Re: template?

2014-01-03 Thread Andrew Grieve
If adding the 4th param wasn't intentional, should we remove it? Passing a JSON string via command line seems crazy. On Fri, Jan 3, 2014 at 11:27 AM, Mark Koudritsky wrote: > The option to specify a template was added here, via --src or --link > command line args. > h

Re: template?

2014-01-03 Thread John M. Wargo
sorry, not JSON file, but JSON string. On 1/3/2014 11:16 AM, John Wargo wrote: I thought I saw a thread a while back that said you'd be able to pass the CLI create command a path to a project folder that contains the web application template to use for the new project. I just installe

Re: template?

2014-01-03 Thread Mark Koudritsky
The option to specify a template was added here, via --src or --link command line args. https://git-wip-us.apache.org/repos/asf?p=cordova-cli.git;h=9b7fedf But it's not yet part of any released version. Passing a JSON string as the 4th param to CLI does seem to work, even though original

Re: template?

2014-01-03 Thread Josh Soref
There's a difference between the cli and the platform bin scripts. The platform bin scripts take a template directory or something. The cli takes JSON which can include a template directory. Yes. It's confusing. But it

template?

2014-01-03 Thread John Wargo
I thought I saw a thread a while back that said you'd be able to pass the CLI create command a path to a project folder that contains the web application template to use for the new project. I just installed 3.3 and according to the help, the 4th parameter points to a JSON file that con

Re: Default template - size

2013-12-21 Thread Axel Nennker
I suggest to move the icons to /res/icons/ and copy them from there to the platform www. Although this has several drawbacks: - testing the UI in a browser by opening www/index.html might surprise some developers because they use the icons not only to represent the app but also in the UI. - Some m

Re: create and override of default template

2013-10-28 Thread Ray Camden
Ok, thanks for the update Michal. On 10/28/13, 3:05 PM, "Michal Mocny" wrote: >Great that we cleared this up. > >FWIW, there *is* already an issue for it ( >https://issues.apache.org/jira/browse/CB-4153) and I linked it in my >original reply. Its about replacing the i

Re: create and override of default template

2013-10-28 Thread Michal Mocny
Great that we cleared this up. FWIW, there *is* already an issue for it ( https://issues.apache.org/jira/browse/CB-4153) and I linked it in my original reply. Its about replacing the initial www/ template, and you can do this today with a roundabout way by supplying a config into the

Re: create and override of default template

2013-10-28 Thread Ray Camden
e want (well, ok, all I want ;) is >>the >> ability to override that so I can have a ³blank² project as opposed to >>the >> hello world one. This is not project specific at all. Certainly after I >> create the project I¹ll add a platform or two, but this should be don

Re: create and override of default template

2013-10-28 Thread Ian Clelland
; ability to override that so I can have a ³blank² project as opposed to the > hello world one. This is not project specific at all. Certainly after I > create the project I¹ll add a platform or two, but this should be done on > initial platform creation. > That's a different templa

Re: create and override of default template

2013-10-28 Thread Brian LeRoux
h/to/platform/type ? > >> > > > >Not sure if we could make it *that* simple :) > > > >At least we could very easily make it > > > >cordova platform add [template directory] > > > >I think that the CLI needs to know a little bit about the pl

Re: create and override of default template

2013-10-28 Thread Ian Clelland
y make it cordova platform add [template directory] I think that the CLI needs to know a little bit about the platform itself, and couldn't just work from a raw directory without knowing what kind of device it was intended for. (I'd love to be shown wrong about that, though) Ian &g

Re: create and override of default template

2013-10-28 Thread Ray Camden
; +1 to suggestion for adding it as arg to cordova platform add. >> >> Could it be as simple as: >> >> cordova platform add path/to/platform/type ? >> > >Not sure if we could make it *that* simple :) > >At least we could very easily make it > >cordo

Re: create and override of default template

2013-10-28 Thread Ray Camden
g.json file. > >The "fourth command line parameter" relates only to the various bin/create >scripts that are part of each platform. The default template that is >overridden with this is the *platform* template, which contains all of the >platform-specific code for a new Cordov

Re: create and override of default template

2013-10-28 Thread Michal Mocny
; only indirectly, as part of the config.json file. > > The "fourth command line parameter" relates only to the various bin/create > scripts that are part of each platform. The default template that is > overridden with this is the *platform* template, which contains all of the &g

Re: create and override of default template

2013-10-28 Thread Ian Clelland
To be clear, as Michal said, the `cordova` CLI tool *does not* support this directly; only indirectly, as part of the config.json file. The "fourth command line parameter" relates only to the various bin/create scripts that are part of each platform. The default template that is overr

RE: create and override of default template

2013-10-28 Thread Michael Sierra
@cordova.apache.org Subject: Re: create and override of default template I saw it listed under Apache as well. Going to file a bug in a minute - let me try this feature first. On 10/25/13 1:38 PM, "Shazron" wrote: >Yup, file a doc issue - but I'm not sure if this is a cross-platform >th

Re: create and override of default template

2013-10-25 Thread Ray Camden
t;>/create;h=244c8a9c1f9264fa11e0a6ebb43336070d40e644;hp=461392e22e6e221cf61 >>d >>6b87da356b5cf95bf3f2;hb=4375681;hpb=609e8828107a84e5e755af1bf0cce928f3a48 >>d >>19 >> >>In any case, the 4th param to the bin/create script is the template >>folder. >>

Re: create and override of default template

2013-10-25 Thread Ray Camden
che.org/repos/asf?p=cordova-ios.git;a=blobdiff;f=bin >/create;h=244c8a9c1f9264fa11e0a6ebb43336070d40e644;hp=461392e22e6e221cf61d >6b87da356b5cf95bf3f2;hb=4375681;hpb=609e8828107a84e5e755af1bf0cce928f3a48d >19 > >In any case, the 4th param to the bin/create script is the template &

Re: create and override of default template

2013-10-25 Thread Ray Camden
ted, and there are bugs open for specifying how to change >the "www" template etc at create time ( >https://issues.apache.org/jira/browse/CB-4153). Errr - maybe I don't understand your reply. The feature exists already - it's just not documented. >

Re: create and override of default template

2013-10-25 Thread Michal Mocny
, and there are bugs open for specifying how to change the "www" template etc at create time ( https://issues.apache.org/jira/browse/CB-4153). On Fri, Oct 25, 2013 at 2:38 PM, Shazron wrote: > Yup, file a doc issue - but I'm not sure if this is a cross-platform thing, > or i

Re: create and override of default template

2013-10-25 Thread Shazron
1;hpb=609e8828107a84e5e755af1bf0cce928f3a48d19 In any case, the 4th param to the bin/create script is the template folder. Not sure if adding a 4th param to "cordova create" passes it on to the platform script. On Fri, Oct 25, 2013 at 9:37 AM, Ray Camden wrote: > According to > (http://co

create and override of default template

2013-10-25 Thread Ray Camden
According to (http://cordova.apache.org/blog/releases/2013/10/02/cordova-31.html), you can now override the default template when creating a project. From what I can see this isn't documented when I run cordova at the command line. Should I file a bug report for that? Also, I assume the co

Re: Default template - size

2013-10-21 Thread Wargo, John
I brought this up with fil a while back and it's a documented issue in jira. He said config.xml had to be fixed to support different platform icons before something could be done about this. I can dig up the email and forward it off tomorrow. John M. Wargo > On Oct 18, 2013, at 3:01 PM, "S

Re: Default template - size

2013-10-21 Thread Andrew Grieve
I thought it used to be in the README.md (or somewhere else?), but I don't think the res/ directory is meant to be included at all. When updating the template, you're supposed to take the platform-specific things out of there and put them in the right spot (splash screen and icon). T

Re: Default template - size

2013-10-18 Thread Brian LeRoux
ya merges also think we should redo that app to something more sane and tiny On Fri, Oct 18, 2013 at 12:53 PM, Shazron wrote: > Didn't think about merges -- +1 merges for moi > > > On Fri, Oct 18, 2013 at 12:41 PM, Jesse wrote: > > > Also, the images we use are ridiculous large considering we

Re: Default template - size

2013-10-18 Thread Shazron
Didn't think about merges -- +1 merges for moi On Fri, Oct 18, 2013 at 12:41 PM, Jesse wrote: > Also, the images we use are ridiculous large considering we want people to > replace them. > > @purplecabbage > risingj.com > > > On Fri, Oct 18, 2013 at 12:38 PM, Michal Mocny > wrote: > > > +1 to

Re: Default template - size

2013-10-18 Thread Jesse
Also, the images we use are ridiculous large considering we want people to replace them. @purplecabbage risingj.com On Fri, Oct 18, 2013 at 12:38 PM, Michal Mocny wrote: > +1 to merges/ > > I don't mind the 8megs shipped with the default helloworld, but it should > not be copied into platform'

Re: Default template - size

2013-10-18 Thread Michal Mocny
+1 to merges/ I don't mind the 8megs shipped with the default helloworld, but it should not be copied into platform's www for sure. -Michal On Fri, Oct 18, 2013 at 3:01 PM, Ian Clelland wrote: > I'd love to have this fixed as part of CB-2606; There's a lot we could do > to make icons and splas

Re: Default template - size

2013-10-18 Thread Ian Clelland
I'd love to have this fixed as part of CB-2606; There's a lot we could do to make icons and splashscreens better. On Fri, Oct 18, 2013 at 2:52 PM, Shazron wrote: > When someone creates a vanilla iOS project from the CLI, the default app is > 8 MB. It's obvious why this is so, the www/res folder

Re: Default template - size

2013-10-18 Thread Steven Gill
They should be in the merge folder under each platform instead of the www. On Fri, Oct 18, 2013 at 11:52 AM, Shazron wrote: > When someone creates a vanilla iOS project from the CLI, the default app is > 8 MB. It's obvious why this is so, the www/res folder includes all the > icons for all the

Default template - size

2013-10-18 Thread Shazron
When someone creates a vanilla iOS project from the CLI, the default app is 8 MB. It's obvious why this is so, the www/res folder includes all the icons for all the platforms and is 8 MB. Can we change this (why include all icons -- the www should be agnostic), or is this a documentation problem.

Re: [Android] Adding init() to the template and decoupling from loadUrl

2013-09-12 Thread Lorin Beer
n't even know how this could happen, > since I didn't think the WebView worked without being attached to a > view, but it does. > > So, what I'm proposing is that we add an init() call to the template > so that the layout is initialized before we load URLs? Is there a &g

Re: [Android] Adding init() to the template and decoupling from loadUrl

2013-09-12 Thread Joe Bowser
't think the WebView worked without being attached to a >> view, but it does. >> >> So, what I'm proposing is that we add an init() call to the template >> so that the layout is initialized before we load URLs? Is there a >> reason to not do this? Does this break anything? >> >> Joe > >

[Android] Adding init() to the template and decoupling from loadUrl

2013-09-11 Thread Joe Bowser
that we add an init() call to the template so that the layout is initialized before we load URLs? Is there a reason to not do this? Does this break anything? Joe

Re: [jira] [Commented] (CB-4153) Add ability to select default app template at "cordova create" time

2013-07-12 Thread Shazron
matic > approach for now is: assume path is the www unless there is a subdirectory > called www/ ?" > > > Add ability to select default app template at "cordova create" time > > --- > > > >

Re: [jira] [Created] (CB-4153) Add ability to select default app template at "cordova create" time

2013-07-11 Thread Michal Mocny
t; On Thu, Jul 11, 2013 at 2:45 PM, Michal Mocny (JIRA) >wrote: > > > Michal Mocny created CB-4153: > > > > > > Summary: Add ability to select default app template at > > "cordova create" time > >

Re: [jira] [Created] (CB-4153) Add ability to select default app template at "cordova create" time

2013-07-11 Thread Andrew Grieve
e the config.xml is within the www/? On Thu, Jul 11, 2013 at 2:45 PM, Michal Mocny (JIRA) wrote: > Michal Mocny created CB-4153: > > > Summary: Add ability to select default app template at > "cordova create" time &

Re: WPCordovaClassLib.dll in the full template?

2013-02-12 Thread Jesse MacFadyen
Jesse Sent from my iPhone5 On 2013-02-12, at 7:04 AM, Marcel Kinard wrote: Somebody asked me about the WPCordovaClassLib.dll in Cordova 2.3 for WP7 and WP8. I had never looked at WP7/WP8 before, so I started poking at it a bit. From what I can tell, the documentation says that the full template s

WPCordovaClassLib.dll in the full template?

2013-02-12 Thread Marcel Kinard
Somebody asked me about the WPCordovaClassLib.dll in Cordova 2.3 for WP7 and WP8. I had never looked at WP7/WP8 before, so I started poking at it a bit. From what I can tell, the documentation says that the full template should include a pre-built dll, but I don't see one in the phonegap d

[jira] [Resolved] (CB-1098) Remove TM from template app

2013-02-05 Thread Filip Maj (JIRA)
[ https://issues.apache.org/jira/browse/CB-1098?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Filip Maj resolved CB-1098. --- Resolution: Cannot Reproduce There is no TM anymore.. > Remove TM from template

[jira] [Created] (CB-2380) Update Template Project Settings according to Xcode 4.6 recommendations

2013-02-04 Thread Shazron Abdullah (JIRA)
Shazron Abdullah created CB-2380: Summary: Update Template Project Settings according to Xcode 4.6 recommendations Key: CB-2380 URL: https://issues.apache.org/jira/browse/CB-2380 Project: Apache

[jira] [Updated] (CB-2180) Convert iOS project template to use ARC

2013-01-31 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve updated CB-2180: -- Description: CordovaLib uses ARC, but the project template has ARC turned off. This is so that existing

[jira] [Updated] (CB-2180) Convert iOS project template to use ARC

2013-01-31 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2180?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve updated CB-2180: -- Fix Version/s: (was: 2.4.0) 3.0.0 > Convert iOS project template to use

[jira] [Updated] (CB-2275) Explicitly initialize NSURLCache in the project template

2013-01-31 Thread Andrew Grieve (JIRA)
the project template > > > Key: CB-2275 > URL: https://issues.apache.org/jira/browse/CB-2275 > Project: Apache Cordova > Issue Type: Bug > Components: iOS >

[jira] [Created] (CB-2313) Windows Phone 7 Template has over 44 Compile Errors...

2013-01-31 Thread Nathan Prather (JIRA)
Nathan Prather created CB-2313: -- Summary: Windows Phone 7 Template has over 44 Compile Errors... Key: CB-2313 URL: https://issues.apache.org/jira/browse/CB-2313 Project: Apache Cordova Issue

[jira] [Resolved] (CB-2294) CLI platform add does not replace template www contents with project www contents

2013-01-28 Thread Filip Maj (JIRA)
=ff34f5dbfb800078c291c4b99c95d3169f6ab819 The fix applies the patch to Android, iOS and BlackBerry projects. > CLI platform add does not replace template www contents with project www > co

[jira] [Created] (CB-2294) CLI platform add does not replace template www contents with project www contents

2013-01-24 Thread Tommy-Carlos Williams (JIRA)
Tommy-Carlos Williams created CB-2294: - Summary: CLI platform add does not replace template www contents with project www contents Key: CB-2294 URL: https://issues.apache.org/jira/browse/CB-2294

[jira] [Created] (CB-2275) Explicitly initialize NSURLCache in the project template

2013-01-21 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-2275: - Summary: Explicitly initialize NSURLCache in the project template Key: CB-2275 URL: https://issues.apache.org/jira/browse/CB-2275 Project: Apache Cordova Issue

[jira] [Commented] (CB-2180) Convert iOS project template to use ARC

2013-01-21 Thread Andrew Grieve (JIRA)
read/tskkqinboyp5cjdg > Convert iOS project template to use ARC > --- > > Key: CB-2180 > URL: https://issues.apache.org/jira/browse/CB-2180 > Project: Apache Cordova > Issue Type:

[jira] [Commented] (CB-2211) App template does not compile using xcodebuild

2013-01-17 Thread Ray Liu (JIRA)
rmv7, the error pop up again. > App template does not compile using xcodebuild > -- > > Key: CB-2211 > URL: https://issues.apache.org/jira/browse/CB-2211 > Project: Apache Co

[jira] [Resolved] (CB-2211) App template does not compile using xcodebuild

2013-01-11 Thread Andrew Grieve (JIRA)
[ https://issues.apache.org/jira/browse/CB-2211?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Andrew Grieve resolved CB-2211. --- Resolution: Not A Problem Thanks Shaz. Works like a charm of course. > App templ

[jira] [Commented] (CB-2211) App template does not compile using xcodebuild

2013-01-11 Thread Shazron Abdullah (JIRA)
ved Data preference. > App template does not compile using xcodebuild > -- > > Key: CB-2211 > URL: https://issues.apache.org/jira/browse/CB-2211 > Project: Apache Cordova >

[jira] [Created] (CB-2211) App template does not compile using xcodebuild

2013-01-11 Thread Andrew Grieve (JIRA)
Andrew Grieve created CB-2211: - Summary: App template does not compile using xcodebuild Key: CB-2211 URL: https://issues.apache.org/jira/browse/CB-2211 Project: Apache Cordova Issue Type: Bug

[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)
/39918f9539ace5f045baf14225a42a06edbddbc8 > WP 7 - Project Template Build has Debug issue > - > > Key: CB-2178 > URL: https://issues.apache.org/jira/browse/CB-2178 > Project: Apache Cordova >

<    1   2   3   >