New project vs.

2014-07-23 Thread Jan Velecký
Hello, probably many of you developers are english speaking. But most of languages have diacritics. Below is CLI create syntax:     create [ID [NAME [CONFIG]]] ... creates a Cordova project in the specified PATH, with    ID reverse-domain-style pa

Re: New project vs.

2014-07-23 Thread Michal Mocny
Well, first, I would like to officially agree that people speaking in language with diacritics are people :) I'm not 100% sure of your exact proposal, but I think you are suggesting that: a) "cordova create Foo" should create a project in directory Foo with name "Foo", and not name "Hello World" a

Re: New project vs.

2014-07-23 Thread Josh Soref
Jan Velecký wrote: >probably many of you developers are english speaking. You're apparently English speaking too. You might mean that many developers speak English as a primary language, but... > But most of languages have diacritics. This is probably an overly broad generalization. but what do

Re: New project vs.

2014-07-23 Thread Jesse
I am assuming Michal's condensed summary is correct ... a) not an issue imho, if you want to use a name, then use a name b) we just have to be careful to support whatever crosses ALL device rules. Some device marketplaces will support & or other symbols, but probably not all. I would think general

Re: New project vs.

2014-07-23 Thread Carlos Santana
Michal what platform you tested? On Wed, Jul 23, 2014 at 5:05 PM, Michal Mocny wrote: > Well, first, I would like to officially agree that people speaking in > language with diacritics are people :) > > I'm not 100% sure of your exact proposal, but I think you are suggesting > that: > a) "cordo

Re: New project vs.

2014-07-23 Thread Carlos Santana
I agree maybe adding NAME is a human readable field => NAME is an application name *that can be modify in config.xml* On Wed, Jul 23, 2014 at 5:29 PM, Carlos Santana wrote: > Michal what platform you tested? > > > On Wed, Jul 23, 2014 at 5:05 PM, Michal Mocny wrote: > >> Well, first, I would l

Re: New project vs.

2014-07-23 Thread Joe Bowser
Android doesn't support Unicode activity/class names. This is a limitation of their tools, which we use to generate activities. On Jul 23, 2014 2:32 PM, "Carlos Santana" wrote: > I agree maybe adding NAME is a human readable field => NAME is an > application name *that can be modify in config.xml

Re: New project vs.

2014-07-23 Thread Jan Velecký
You cannot change name of application to name with diacritics, because these names are used as project names just as application name. If this can be done with change config.xml file, there must be two information: as application name and (for example) with project name (without dangerous c

Re: New project vs.

2014-07-23 Thread Josh Soref
Jan Velecký wrote: >You cannot change name of application to name with diacritics, because >these >names are used as project names just as application name. What platform are you using? Cordova is multi-platform, so it's very helpful for you to start by identifying which one you're describing.

Re: New project vs.

2014-07-23 Thread Jan Velecký
cordova create zkouska cz.Velda.zkouska zkouška on Mac (zkouška is test in czech), then add ios platform ends with error. It's because diacritics cannot be in project name. When I after that change to zkouska, adding ios platform finish successfully. Don't confuse project name and application

Re: New project vs.

2014-07-23 Thread Jan Velecký
e.org Datum: 24. 7. 2014 0:56:12 Předmět: Re: New project vs. "cordova create zkouska cz.Velda.zkouska zkouška on Mac (zkouška is test in czech), then add ios platform ends with error. It's because diacritics cannot be in project name. When I after that change to zkouska, a

Re: New project vs.

2014-07-23 Thread Josh Soref
Jan Velecký wrote: >On Windows with Android, it "works". But make zkouka class and class >file, >so it's confusing. I prefer project name separatedly... >PS: From this (weird) žůžováÁpčina name makes ovpina, how cool... :-) >on Mac (zkouška is test in czech), then add ios platform ends with error

RE: New project vs.

2014-07-23 Thread Chuck Lantz
CB-6992 -Chuck -Original Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Wednesday, July 23, 2014 4:31 PM To: dev@cordova.apache.org Subject: Re: New project vs. Jan Velecký wrote: >On Windows with Android, it "works". But make zkouka class and class >

Re: New project vs.

2014-07-24 Thread Michal Mocny
ugin designed the help with > these scenarios. Chinese is a big one that comes to mind. > > Here's the iOS bug in question: > https://issues.apache.org/jira/browse/CB-6992 > > -Chuck > > -Original Message- > From: Josh Soref [mailto:jso...@blackberry.com] >

Re: New project vs.

2014-07-25 Thread Carlos Santana
e a pretty big deal > > particularly given there's base globalization plugin designed the help > with > > these scenarios. Chinese is a big one that comes to mind. > > > > Here's the iOS bug in question: > > https://issues.apache.org/jira/browse/CB-6992

Re: New project vs.

2014-07-25 Thread Jan Velecký
zpráva -- Od: Carlos Santana Komu: dev@cordova.apache.org Datum: 25. 7. 2014 15:12:09 Předmět: Re: New project vs. "I can speak for iOS. The way it works today from [1] [2]. The App Name on the Home Screen (i.e. Product name Foo) and the XCode Project Name (i.e. Foo.pb

Re: New project vs.

2014-07-25 Thread Jan Velecký
tags, hope now it will be sended correct. -- Původní zpráva -- Od: Carlos Santana Komu: dev@cordova.apache.org Datum: 25. 7. 2014 15:12:09 Předmět: Re: New project vs. "I can speak for iOS. The way it works today from [1] [2]. The App Name on the Home Screen (i.e. Pr

Re: New project vs.

2014-07-25 Thread Carlos Santana
27;ve seen a surprising amount of international interest, so not being > > > able to use a language appropriate app name seems like a pretty big > deal > > > particularly given there's base globalization plugin designed the help > > with > > > these scenarios. Chine

Re: New project vs.

2014-07-25 Thread Carlos Santana
ckward compability: >> CordovaApp >> Cordova App >> And then add parameter to create script and change it to [> name> ]. >> Simply app-name and proj-name make same if app-name omitted. >> >> Sorry, e-mail provider ate tags, hope now it will be sended correct. >&g

Re: New project vs.

2014-07-26 Thread Jan Velecký
e.org Datum: 25. 7. 2014 21:58:17 Předmět: Re: New project vs. "Jan sorry, I think I made a mistake on #3, I think overall what you suggested, is what we both agree an app name and project name, can be configure and specify. But I want to look how we do the refactoring of the project for xc

Re: New project vs.

2014-07-30 Thread Jan Velecký
So, can we put task into JIRA related to this problem? Point one for start? -- Původní zpráva -- Od: Jan Velecký Komu: dev@cordova.apache.org Datum: 26. 7. 2014 9:12:03 Předmět: Re: New project vs. "1. Agree, this is essential I think. 2. Agree. 3. Agree, but it can be

Re: New project vs.

2014-07-30 Thread Carlos Santana
vodní zpráva -- > Od: Jan Velecký > Komu: dev@cordova.apache.org > Datum: 26. 7. 2014 9:12:03 > Předmět: Re: New project vs. > > "1. Agree, this is essential I think. > 2. Agree. > 3. Agree, but it can be more likely like so: > name=FolderCordova, project=FolderCordov

FW: New project vs.

2014-09-05 Thread Vladimir Kotikov (Akvelon)
Hi all! I’ve started working on implementation for CB-7231 “Provide more control over CordovaProjectName vs CordovaAppName” [1]. Draft implementation for android is ready, you can review it here: https://github.com/apache/cordova-cli/pull/192 https://github.com/apache/cordova-lib/pull/84

RE: New project vs.

2014-09-05 Thread Vladimir Kotikov (Akvelon)
Hi all! I’ve started working on implementation for CB-7231 “Provide more control over CordovaProjectName vs CordovaAppName” [1]. Draft implementation for android is ready, you can review it here: https://github.com/apache/cordova-cli/pull/192 https://github.com/apache/cordova-lib/pull/84

RE: New project vs.

2014-09-12 Thread Vladimir Kotikov (Akvelon)
platforms, or for android only? - Best regards, Vladimir -Original Message- From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] Sent: Friday, September 5, 2014 5:24 PM To: dev@cordova.apache.org Subject: RE: New project vs. Hi all! I’ve started

Re: New project vs.

2014-09-12 Thread Josh Soref
;- >Best regards, Vladimir > > >-Original Message- >From: Vladimir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] >Sent: Friday, September 5, 2014 5:24 PM >To: dev@cordova.apache.org >Subject: RE: New project vs. > >Hi all! > >I’ve sta

RE: New project vs.

2014-09-12 Thread Parashuram Narasimhan (MS OPEN TECH)
: Friday, September 12, 2014 12:02 PM To: dev@cordova.apache.org Subject: Re: New project vs. I thought the initial plan was to just standardize on a safe name, and worry about the other variation later... On 9/12/14, 2:59 PM, "Vladimir Kotikov (Akvelon)" wrote: >Bumping this again.

RE: New project vs.

2014-09-15 Thread Vladimir Kotikov (Akvelon)
OPEN TECH) [mailto:panar...@microsoft.com] Sent: Saturday, 13 September, 2014 0:10 To: dev@cordova.apache.org Subject: RE: New project vs. To standardize, could we not need a param name, and set the Main class name in Android to something static always - say CordovaApp? The only problem would be in

RE: New project vs.

2014-09-22 Thread Vladimir Kotikov (Akvelon)
ir Kotikov (Akvelon) [mailto:v-vlk...@microsoft.com] Sent: Tuesday, September 16, 2014 10:08 AM To: dev@cordova.apache.org Subject: RE: New project vs. IMHO this could be a solution. It seems that for main activity is not visible anywhere outside of application (I mean Google Play, app details, etc.)

Re: New project vs.

2014-09-22 Thread Andrew Grieve
e.html > > --- > Best regards, Vladimir > > -Original Message- > From: Parashuram Narasimhan (MS OPEN TECH) [mailto:panar...@microsoft.com] > Sent: Saturday, 13 September, 2014 0:10 > To: dev@cordova.apache.org > Subject: RE: New project vs. > >

RE: New project vs.

2014-09-23 Thread Vladimir Kotikov (Akvelon)
48 To: dev Subject: Re: New project vs. I see no issues with hardcoding the main activity name. On Mon, Sep 22, 2014 at 6:06 AM, Vladimir Kotikov (Akvelon) < v-vlk...@microsoft.com> wrote: > So do we agree to proceed with hardcoded name for android main > activity here ('Cordov

Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-23 Thread Josh Soref
Chuck Lantz wrote: >The problem does seem to tie to platform implementations. >we have been seeing issues with both Android and iOS failing to compile >if the name of the app >( in config.xml not the project) contains unicode characters. I've already filed one bug about the fact that things like

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-24 Thread Michal Mocny
(why the fork?) On Wed, Jul 23, 2014 at 9:33 PM, Josh Soref wrote: > Chuck Lantz wrote: > >The problem does seem to tie to platform implementations. > > >we have been seeing issues with both Android and iOS failing to compile > >if the name of the app > >( in config.xml not the project) contain

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-24 Thread Joe Bowser
On Wed, Jul 23, 2014 at 6:33 PM, Josh Soref wrote: > Chuck Lantz wrote: > >The problem does seem to tie to platform implementations. > > >we have been seeing issues with both Android and iOS failing to compile > >if the name of the app > >( in config.xml not the project) contains unicode characte

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-24 Thread Josh Soref
https://issues.apache.org/jira/browse/CB-5971 Joe Bowser wrote: >Did this actually break for something.default (and I mean the literal >string something.default)? Yes. It really did, which is why that was the example I provided. > I thought the bug was ridiculously vague and would be impossible

RE: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-25 Thread Sergey Grebnov (Akvelon)
nycode? Replace with underscores?) Thx! Sergey -Original Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Thursday, July 24, 2014 10:12 PM To: dev@cordova.apache.org Subject: Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs. https://issues.apache.org

Re: Bugs handling name field in cordova-platforms -- was: Re: New project vs.

2014-07-25 Thread Josh Soref
Sergey‎ wrote: > Looks like the only way to proceed here is to use display name ('name' > element in config.xml) for visual elements only, > and different safe string for class/activity, .apk, etc. > For the safe name we can select from one of the following options: > 1. Use predefined name (Cord