ORG_GRADLE_PROJECT_cdvMinSdkVersion vs android-minSdkVersion

2015-07-10 Thread Axel Nennker
Hi, a plugin needs minSdkVersion 19 on Android but setting that in plugin.xml like so gives on error message during build: Missing value for ANDROID-MINSDKVERSION Searching for minSdkVersion through cordova-docs yields no hit but finds ORG_GRADLE_PROJECT_cdvMinSdkVersion. There are some hits

change to cordova-plugin-console

2015-07-08 Thread Axel Nennker
Hi, this commit https://github.com/apache/cordova-plugin-console/commit/d58f218b9149d362ebb0b8ce697cf403569d14cd#diff-53f390d375398624afe1cfe1125f42bfR36 moved the common code from the platforms up one level into the common space in plugin.xml. Please revert this change. On Android this change

Facebook infer on Cordova / plugins

2015-06-16 Thread Axel Nennker
Hi, I ran infer on one of my projects and get the output below. I looked only at the first issue reported and it I think it is an issue and easy to fix. http://fbinfer.com/docs/hello-world.html#hello-world-android Maybe this should be run on all Android plugins and Cordova Android code from time

Re: plugins on Android

2015-06-02 Thread Axel Nennker
having the android > build script detect whether the requisite directories exist on the machine, > and show an error earlier in this case. > > On Mon, Jun 1, 2015 at 2:40 PM, Axel Nennker > wrote: > > > Hi, > > > > the documentation here > > > > > >

plugins on Android

2015-06-01 Thread Axel Nennker
Hi, the documentation here https://cordova.apache.org/docs/en/4.0.0/plugin_ref_spec.md.html#Plugin%20Specification_info_element says that some tasks needed by are not done by plugman. But it seems quite easy to do this by calling this command e.g. for Google Play Services: $ android update

Re: cordova 5.0.0 and gradle

2015-04-22 Thread Axel Nennker
un with --info or --debug option to get more log output. It seems that cordova detects that my gradle version is 2.3 and sets the dependency to com.android.tools.build:gradle:1.0.0+ but later something decides that gradle 2.2.1 should be used. -Axel 2015-04-22 11:42 GMT+02:00 Axel Nennker : > Hi,

cordova 5.0.0 and gradle

2015-04-22 Thread Axel Nennker
Hi, I update to cordova 5 and now my project build fail. I am behind a corporate proxy ignisvulpis@namenlos:~/development/nur_der_hsv$ echo $JAVA_OPTS -Dhttp.proxyHost=http://xxx.yyy.109.5:8080/ and have gradle 2.3 installed ignisvulpis@namenlos:~/development/nur_der_hsv$ which gradle /us

Re: Where does cordova-android@4.0.0-dev live?

2015-03-13 Thread Axel Nennker
This? https://github.com/apache/cordova-android Version file says 4.0.0-dev https://github.com/apache/cordova-android/blob/master/VERSION On Mar 13, 2015 4:14 PM, "Sam Kelleher" wrote: > The 4.0.0-dev version of cordova-android is referenced by the chromium > wrapper of cordova, but the code its

Re: FirefoxOS activities

2015-02-24 Thread Axel Nennker
of course). -Axel 2015-02-24 13:10 GMT+01:00 Piotr Zalewa : > I'm on PTO. If it's urgent please let me know and I'll pull it > 24 lut 2015 11:45 "Axel Nennker" napisał(a): > > > Hi, > > > > any opinion from Mozillians on CB-84

FirefoxOS activities

2015-02-24 Thread Axel Nennker
Hi, any opinion from Mozillians on CB-8448 and the PR? Thanks Axel https://issues.apache.org/jira/browse/CB-8448 https://github.com/apache/cordova-lib/pull/172

Re: Does this plugin support the current platform?

2015-02-11 Thread Axel Nennker
yobj && (typeof myobj.myfunc === 'function')) ... > > > > > > > > For this to work you must take care to remove plugins that don't > > support > > > > your platform before you build for that platform. For example, before > > you

Re: Does this plugin support the current platform?

2015-02-10 Thread Axel Nennker
e in package.json file each plugin has. > On Feb 10, 2015 7:25 AM, "Axel Nennker" wrote: > > > Hi, > > > > is there a way how an app can determine whether a plugin supports the > > current platform? > > > > E.g.: the barcodescanner plugin is not sup

Does this plugin support the current platform?

2015-02-10 Thread Axel Nennker
Hi, is there a way how an app can determine whether a plugin supports the current platform? E.g.: the barcodescanner plugin is not supporting firefoxos How could an app know that which out hardcoding this into the app? If there is a standard way in Cordova then this is a userland question. If n

CB-8448 Add support for "activities" field in FirefoxOS manifest.webapp

2015-02-09 Thread Axel Nennker
Hi, I created https://issues.apache.org/jira/browse/CB-8448 A pull request is here: https://github.com/apache/cordova-lib/pull/163 cheers Axel Don't know why Github fails to merge this.

Re: firefoxos cordova.js !lastName

2015-01-26 Thread Axel Nennker
Please do that. I did not find time to do it Am 27.01.2015 08:23 schrieb "Piotr Zalewa" : > Hi Axel > > I see it. > I will file an issue if not filed yet > > W dniu 23/01/2015 o 20:25, Steven Gill pisze: > >> Hey Axel, >> >> It would be really helpful if you could file this as an issue and we can

Re: Suggestion: Warning about usage of patterns that conflict with the Firefox OS CSP

2014-11-12 Thread Axel Nennker
vulcanize does not work when inline script depends on the order of the scripts. vulcanize just extracts all inline script and includes vulcanize.js at the end of the html body var B = A; would not work because that becomes // ReferenceError B is not defined // var B = A; 2014-11-12

Re: plugin.xml config-file for json files

2014-11-11 Thread Axel Nennker
> > On Tue, Nov 11, 2014 at 9:02 AM, Shazron wrote: > > > Have you considered plugin hooks? > > I just implemented this yesterday to modify the root config.xml file: > > > > > https://github.com/apache/cordova-plugins/blob/master/local-webserver/plugin.x

plugin.xml config-file for json files

2014-11-11 Thread Axel Nennker
Hi, if I remember correctly then this was discussed before but I can't find the email exchange. We are trying to use our cordova app on firefoxos and would like to modify manifest.webapp which is a json file. In plugin.xml we can only modify xml files using the config-file element. What are you

[echo] Adding platform: browser [exec] npm http GET https://registry.npmjs.org/cordova-browser [exec] npm http 200 h[exec] Unable to fetch platform browser: Error: No compatible version found: cordova

2014-09-26 Thread Axel Nennker
Hi, is this a glitch? I am running 3.6.3-0.2.13 and get this output when trying to use browser as a platform. [echo] Adding platform: browser [exec] npm http GET https://registry.npmjs.org/cordova-browser [exec] npm http 200 https://registry.npmjs.org/cordova-browser [exec] U

Re: WebView Promise and W3C standards

2014-08-14 Thread Axel Nennker
I created https://issues.apache.org/jira/browse/CB-7310 to track this. 2014-08-13 22:57 GMT+02:00 Axel Nennker : > Good to know. Thanks. > Am 13.08.2014 20:56 schrieb "Josh Soref" : > > Axel Nennker wrote: >> >I am interested to implement the secure elemen

Re: WebView Promise and W3C standards

2014-08-13 Thread Axel Nennker
Good to know. Thanks. Am 13.08.2014 20:56 schrieb "Josh Soref" : > Axel Nennker wrote: > >I am interested to implement the secure element API. > >Mozilla is currently implementing it with our help for FFOS but I want it > >for Android too. Blackberry shouldn&#

Re: WebView Promise and W3C standards

2014-08-13 Thread Axel Nennker
small library. > > > > My advice: when we want to write our first api that requires promises, we > > create a separate plugin just for the Promise polyfill. Then, any api > that > > requires Promises can depend on the polyfill plugin. We've been using >

WebView Promise and W3C standards

2014-08-13 Thread Axel Nennker
Hi, newer W3C standards use Promises but I think that Promises are not implemented in the WebViews Cordova currently uses. Any advise on this? How should I implement a new W3C standard in Cordova? Are there examples already? kind regards Axel

Cordova 3.5.1 NOT published ?

2014-08-12 Thread Axel Nennker
Hi, when I do a "sudo npm install -g cordova" I still get 3.5.0-0.2.6 cheers Axel ignisvulpis@ubuntu:~$ npm view cordova { name: 'cordova', description: 'Cordova command line interface tool', 'dist-tags': { latest: '3.5.0-0.2.6', rc: '3.5.0-0.2.4' }, versions: [ '0.0.0-fake', '0.

Re: Plugins Release blog post draft

2014-08-08 Thread Axel Nennker
Typo in Ubuntu: fix compler warnings Axel Am 08.08.2014 00:18 schrieb "Steven Gill" : > Please review and send PRs for changes. I can also add you to the repo if > you want to edit directly on github and not worry about the PR. > > > https://github.com/cordova/apache-blog-posts/blob/master/2014-

Re: cordova support for multiple activities

2014-07-23 Thread Axel Nennker
Maybe in your case A and B should not inherit from CordovaActivity. Put A in one plugin and B in another. Use each plugin.xml to specify the intent-filter suitable for each activity. Set the activities flags to nohistory etc. If the intent-filter matches then the respective activity is started and

Re: [GitHub] cordova-lib pull request: CB-7132: fix regression regarding defaul...

2014-07-18 Thread Axel Nennker
What do you mean with "blank splash"? Splash without src? If yes then I consider this illegal anyway. I tested these cases on Android: - no splash in config.xml - one default splash. No density. - all densities that exist in project. - one density (xhdpi) All worked. Axel PS: I am traveling and

Re: [GitHub] cordova-lib pull request: CB-7132: fix regression regarding defaul...

2014-07-16 Thread Axel Nennker
fixed 2014-07-16 20:29 GMT+02:00 VVelda : > Github user VVelda commented on the pull request: > > https://github.com/apache/cordova-lib/pull/58#issuecomment-49206968 > > Changes deletes also icons and splashscreen in new blank project, > which is bad. That should not to be done, until is

Re: One platform development vs. Cordova CLI

2014-07-15 Thread Axel Nennker
signing info > > > This is just off the top of my head. > > There are more in iOS as well (mostly the same ones, but others depending > on features… like provisioning profiles, etc) > > Then there are the platforms outside the “big two”… plenty there. > > - tommy > >

Re: [GitHub] cordova-docs pull request: CB-3571: update the docs for the splash...

2014-07-14 Thread Axel Nennker
I will put it back in although I do not know how it ever worked in Cordova CLI. Can someone please explain? I thought that the former doc was outdated. There is no support in blackberry10_parser.js I will try the bb10 emulator. Axel Am 15.07.2014 08:38 schrieb "sgrebnov" : > Github user sgrebnov

Re: [GitHub] cordova-docs pull request: CB-3571: update the docs for the splash...

2014-07-14 Thread Axel Nennker
Could you please give a reason for your -1? Am 15.07.2014 08:30 schrieb "jsoref" : > Github user jsoref commented on the pull request: > > https://github.com/apache/cordova-docs/pull/220#issuecomment-48995182 > > -1 don't commit this. > > > --- > If your project is set up for it, you can r

Re: [GitHub] cordova-docs pull request: CB-3571: update the docs for the splash...

2014-07-14 Thread Axel Nennker
Because that content referred to Phonegap Build not Cordova. Am 15.07.2014 08:19 schrieb "jsoref" : > Github user jsoref commented on the pull request: > > https://github.com/apache/cordova-docs/pull/220#issuecomment-48994596 > > Why is the BlackBerry 10 content being removed? > > > --- >

Re: One platform development vs. Cordova CLI

2014-07-14 Thread Axel Nennker
ure and rules the CLI gives you) and still > be > > efficient even if it's only one target platform. > > What made you think that it is "better to change platform project > > config.xml instead of whole project config.xml" should be clarified > better > >

Re: [GitHub] cordova-lib pull request: CB-7132: fix regression regarding defaul...

2014-07-14 Thread Axel Nennker
Merge artefact. Am 15.07.2014 03:46 schrieb "kamrik" : > Github user kamrik commented on a diff in the pull request: > > https://github.com/apache/cordova-lib/pull/58#discussion_r14914123 > > --- Diff: cordova-lib/src/cordova/metadata/android_parser.js --- > @@ -42,6 +42,12 @@ module.e

Re: recent tools update, Splash screen support

2014-07-14 Thread Axel Nennker
the change was now. ;) > > > From: Axel Nennker > Sent: Sunday, July 13, 2014 11:17 AM > To: dev > Subject: Re: recent tools update, Splash screen support > > > https://github.com/AxelNennker/cordova-docs/commit/a7b2f371c3d051a5a9d

Re: One platform development vs. Cordova CLI

2014-07-14 Thread Axel Nennker
My experience with Cordova (and other tools for that matter) is that it makes no sense to change tool generated files. If the tool is improved you do not benefit from this improvement because your modified files will be changed by the new version. If you change a tool generated file you are out. Wh

Re: recent tools update, Splash screen support

2014-07-13 Thread Axel Nennker
... 2014-07-13 17:56 GMT+02:00 Ray Camden : > There are 500+ files changed with this PR - can you point to any specific > files that would be helpful? > > ________ > From: Axel Nennker > Sent: Sunday, July 13, 2014 10:50 AM > To: dev >

Re: recent tools update, Splash screen support

2014-07-13 Thread Axel Nennker
A pull request is here: https://github.com/apache/cordova-docs/pull/219 -Axel 2014-07-12 15:12 GMT+02:00 Ray Camden : > Just raising this again - are there docs for this? > > > From: Ray Camden > Sent: Friday, July 11, 2014 5:46 AM > To: dev@cordova.apa

Re: [GitHub] cordova-lib pull request: CB-7118 iOS: add target-device and Minim...

2014-07-10 Thread Axel Nennker
s/ettigns/ettings/g Am 10.07.2014 21:02 schrieb "sgrebnov" : > GitHub user sgrebnov opened a pull request: > > https://github.com/apache/cordova-lib/pull/57 > > CB-7118 iOS: add target-device and MinimumOSVersion support to > config.xml > > https://issues.apache.org/jira/browse/CB-7118

Re: Should use only drawable folder for single application icon

2014-06-22 Thread Axel Nennker
Changes are here with the commit message referring to CB-2606 https://github.com/apache/cordova-lib/pull/30 2014-06-21 19:51 GMT+02:00 Axel Nennker : > I am currently changing android_parser.js because of CB-3571 and moved the > icon handling code into its own method. I would implemen

Re: Should use only drawable folder for single application icon

2014-06-21 Thread Axel Nennker
I am currently changing android_parser.js because of CB-3571 and moved the icon handling code into its own method. I would implement this change and mark these commits as CB-2606. OK? Axel Am 21.06.2014 17:12 schrieb "Andrew Grieve" : > Jan, I think the rationale here is sound. Are you interested

Re: [GitHub] cordova-lib pull request: CB-3571: support for element in...

2014-06-20 Thread Axel Nennker
I ran jshint manually on the changed files and amended ConfigParser.js which jshint complained about. Axel 2014-06-20 22:06 GMT+02:00 Axel Nennker : > I ran npm test but get a bunch of other errors. No idea what is wrong. > Axel > > > npm run jasmine && npm run jshint >

Re: [GitHub] cordova-lib pull request: CB-3571: support for element in...

2014-06-20 Thread Axel Nennker
I ran npm test but get a bunch of other errors. No idea what is wrong. Axel > npm run jasmine && npm run jshint > cordova-lib@0.21.4-dev jasmine /host/Cordova/cordova-lib/cordova-lib > jasmine-node --color spec-plugman spec-cordova ...

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-06-16 Thread Axel Nennker
Axel Nennker : > Launcher icons are not part of the app. Please do not put them into www. > Put them into project_dir. One above www. Use in > config.xml and put Am 05.06.2014 12:12 schrieb "rohitagg28" : > > Github user rohitagg28 commented on the pull request: >> &

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-06-16 Thread Axel Nennker
Launcher icons are not part of the app. Please do not put them into www. Put them into project_dir. One above www. Use in config.xml and put : > Github user rohitagg28 commented on the pull request: > > https://github.com/apache/cordova-cli/pull/126#issuecomment-45202523 > > Hi > I am

cordova plugin splashscreen

2014-06-14 Thread Axel Nennker
Hi, I think that the section about Android quirks is outdated: https://github.com/apache/cordova-plugin-splashscreen/blob/master/doc/index.md Because the time to show the splash screen is now handled here, right? https://github.com/apache/cordova-android/blob/master/framework/src/org/apache/cordo

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-06-13 Thread Axel Nennker
No Am 13.06.2014 09:13 schrieb "rohitagg28" : > Github user rohitagg28 commented on the pull request: > > https://github.com/apache/cordova-cli/pull/126#issuecomment-45982246 > > Hi I want to ask that can I add custom splashscreen to my project > without making any changes in platforms fol

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-06-12 Thread Axel Nennker
Rohit, please ask app developer questions on stackoverflow. http://stackoverflow.com/search?q=cordova+splash Issues and the dev list exist to discuss things related to cordova itself not how to build an app. Unless cordova fails to work as documented. http://cordova.apache.org/docs/en/3.5.0/config

Re: Android: Deprecate WebView.sendJavascript()?

2014-05-26 Thread Axel Nennker
We have plugins that register for a secure element element in Android. >From the plugin.xml file: The activity then starts the main cordova application (with or without newintent

Re: [VOTE] 3.5.0 cordova-firefoxos Release (attempt 2)

2014-05-20 Thread Axel Nennker
How did this happen anyway? The comment in the file says that coho would update the version. Why didn't it? Am 20.05.2014 09:25 schrieb "Piotr Zalewa" : > +1 > > I've fixed the issue, please "revote" > > > > W dniu 20/05/2014 03:50, Carlos Santana pisze: > >> -1 >> Only problem is that version is

cordova-lib: ConfigParser

2014-05-14 Thread Axel Nennker
Hi, I think here is an error https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/ConfigParser.js#L47 function findOrCreate(doc, name) { var ret = doc.find(name); if (!ret) { ret = new et.Element(name); doc.getroot().append(content); } return r

Re: [GitHub] cordova-plugin-splashscreen pull request: CB-6483 Use splash scree...

2014-05-14 Thread Axel Nennker
- The splash screen icons should not be included into the app if the app does not use them. Please either don't copy them into the project or delete them if they are not needed. - The screen.png s are crunched on Android with significant space savings 90%. The should be crunched in the template p

Re: 3.5.0 RC is ready to be tested

2014-05-13 Thread Axel Nennker
s ready to be tested > > Yes, number 2) is pretty bad, I'll submit fix for this shortly. > > - Original Message - > From: "Axel Nennker" > To: "dev" > Sent: Tuesday, May 13, 2014 8:34:02 AM > Subject: Re: 3.5.0 RC is ready to be tested

Re: CB-2606 icons support and cordova@rc

2014-05-13 Thread Axel Nennker
oops. Forget it. The new directories are there but do not contain icon.png but screen.png. So no problem with launcher icons. Sorry. 2014-05-11 21:08 GMT+02:00 Axel Nennker : > cordova@rc contains new Cordova icons in new directories e.g > drawable-land-ldpi that are not cove

Re: 3.5.0 RC is ready to be tested

2014-05-13 Thread Axel Nennker
Regarding 2): prepare.js merges defaults.xml and config.xml which yields in duplicate elements name and description. This is a bug in cordova-lib, I think. Axel Am 13.05.2014 13:50 schrieb "Axel Nennker" : > 1) > I just installed 3.5.0-0.2.2 and the FirefoxOS icon PR is not in i

Re: 3.5.0 RC is ready to be tested

2014-05-13 Thread Axel Nennker
1) I just installed 3.5.0-0.2.2 and the FirefoxOS icon PR is not in it. Although it is in here: https://github.com/apache/cordova-lib/blob/master/cordova-lib/src/cordova/metadata/firefoxos_parser.js 2) Again on platform==firefoxos the values of config.name and config.description in firefoxos_parse

RE: icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Axel Nennker
x both claim > FF support. It seems FF related code just was not merged. I can see it in > the pull request, but it is not in cordova-lib. > > > https://github.com/apache/cordova-cli/pull/166/files#diff-662d35f1b9303044be825d99c627ca6aR66 > > > > Thx! > > Sergey >

icon support & FFOS https://github.com/apache/cordova-lib/pull/4

2014-05-12 Thread Axel Nennker
Hi Sergey, somehow I thought that FirefoxOS was supported in the CB-2606 patches but it is not in cordova@rc. I created a PR to cordova-lib. https://github.com/apache/cordova-lib/pull/4 CB-2606 is closed. Should it be reopened or a new issue opened? I am writing to you because two emails to dev d

CB-2606 icons support and cordova@rc

2014-05-11 Thread Axel Nennker
cordova@rc contains new Cordova icons in new directories e.g drawable-land-ldpi that are not covered by android_parser.js Not sure what the matching elements icon width/heigth in config.xml should be. Anyway: support for these icons is currently missing. Maybe android_parser.js should delete all

Re: [GitHub] cordova-cli pull request: CB-2606 Icons support for iOS, Android, ...

2014-04-29 Thread Axel Nennker
I closed PR #126 too. https://github.com/apache/cordova-cli/pull/126 2014-04-29 19:30 GMT+02:00 sgrebnov : > Github user sgrebnov commented on the pull request: > > https://github.com/apache/cordova-cli/pull/166#issuecomment-41706403 > > Merged here, closing.. > > https://github.com/apac

Missed CB-2606's birthday

2014-04-23 Thread Axel Nennker
https://issues.apache.org/jira/browse/CB-2606 is now one year old. Happy birthday! Please merge https://github.com/apache/cordova-cli/pull/166

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-04-18 Thread Axel Nennker
Thanks Sergey. I want cb-2606 to be fixed and would be happy if either PR is merged. I am sorry that I had not more time to cleanup the history in my PR. Thanks again. I hope that a committer takes the time to review and merge it now that ApacheCon is over. Axel Am 18.04.2014 00:16 schrieb "sgrebn

Re: Icons and Splash Screens (bug?)

2014-04-14 Thread Axel Nennker
There is a pull request related to cb-2606 for cordoava-docs. Sorry can't find the link to it on my phone. Sergey knows more I think. Axel https://github.com/apache/cordova-cli/pull/126 Am 14.04.2014 20:35 schrieb "Brian LeRoux" : > Hey Jeremy: ah now I get you! I've cc'd the Cordova list to see

https://github.com/apache/cordova-browser

2014-04-07 Thread Axel Nennker
Hi, what is the status of this work? https://github.com/apache/cordova-browser cheers Axel

Re: [VOTE] cordoav-cli@3.4.1-0.1.0, cordova-plugman@0.21.0 and cordova-ios@3.4.1

2014-04-04 Thread Axel Nennker
Is there a chance to get the cb-2606 patch for launcer icon support into a release some time no too far? Axel Am 04.04.2014 10:01 schrieb "Steven Gill" : > Please review and vote on the release of this cordova-cli, cordova-plugman > and cordova-ios release. > > cordova-cli@3.4.1-0.1.0, cordova-pl

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-04 Thread Axel Nennker
> > I'm with Andrew in favouring the element since it is consistent with > > > plugin.xml. > > > > > > As it stands now getIcons doesn't return icon elements specified > > > within platform. So the platform config will end up with an icon > >

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-03 Thread Axel Nennker
> > > My point is only that we should be consistent. If the platform element > is > > > used for preference, then why introduce an attribute which does the > same > > > thing for icon? > > > > > > Also, I've seen platform=, cdv:platform= and gap

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-03 Thread Axel Nennker
thing for icon? > > Also, I've seen platform=, cdv:platform= and gap:platform= within the pull > requests. > > > On Thu, Apr 3, 2014 at 9:08 AM, Axel Nennker > wrote: > > > Hi Jonathan, > > considering how difficult is is to get this icon thing is I would l

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-03 Thread Axel Nennker
Axel 2014-04-03 14:46 GMT+02:00 Jonathan Bond-Caron : > On Thu Apr 3 05:06 AM, Axel Nennker wrote: > > It is a shame that CB-2606 is unresolved this long. We should have > something > > rolled out soon. > > > > +1, thoughts on splashscreens or other images? > > >

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-03 Thread Axel Nennker
ttps://github.com/apache/cordova-cli/pull/126/files > [2] > > https://github.com/apache/cordova-cli/commit/45e80ac1b2c73a18155e74ac286067a4299742d8#diff-6e0c580ec9d220fc4b32a0ffd9b41595R151 > > > > On Thu, Apr 3, 2014 at 5:06 AM, Axel Nennker > wrote: > > > Bryan, > > where is

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-03 Thread Axel Nennker
> [3] https://github.com/apache/cordova-cli/pull/145/files > > Thx! > Sergey > -Original Message- > From: Axel Nennker [mailto:ignisvul...@gmail.com] > Sent: Thursday, April 3, 2014 1:06 PM > To: dev > Subject: Re: cordova launcher icon support > https://github.com/apache

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-04-03 Thread Axel Nennker
onfiguring_icons_and_splash.md.html#Icons%20and%20Splash%20Screens > > [2] > > > https://github.com/apache/cordova-cli/pull/126/files#diff-45a2a0f22289a5eb91348499a5053cd8R170 > > > > Thx! > > Sergey > > -Original Message- > > From: Axel Nennker [

RE: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Axel Nennker
85542ce898317eb4f40 > > Thx! > Sergey > -Original Message- > From: Axel Nennker [mailto:ignisvul...@gmail.com] > Sent: Thursday, March 27, 2014 7:53 PM > To: dev > Subject: Re: [GitHub] cordova-cli pull request: CB-2606 add icon support > > any comments on t

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Axel Nennker
This pull request intentionally does not extend the w3c widget standard. There is no cdv:platform nor gap:platform nor any XML namespace used. Am 27.03.2014 18:01 schrieb "cmarcelk" : > Github user cmarcelk commented on the pull request: > > https://github.com/apache/cordova-cli/pull/126#issu

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-27 Thread Axel Nennker
any comments on this method/implementation? Wishes for an alternative implementation? I know that not all like the "guessing" part... Axel maybe this is liked by more of you?: config.xml // iconpath=some/path and iconname=icon.png would lead to this pseudocode implementation on Android: for

RE: config.xml parsing strategy

2014-03-25 Thread Axel Nennker
reen image? Does it belong to > /config.XML or /config.XML (or both)? > > Thx!! > Sergey > -Original Message- > From: Axel Nennker [mailto:ignisvul...@gmail.com] > Sent: Tuesday, March 25, 2014 6:39 PM > To: dev > Subject: Re: config.xml parsing strategy > >

Re: config.xml parsing strategy

2014-03-25 Thread Axel Nennker
Its important to distinguish between /config.XML and /config.XML Launcher icon is in the first, app preferences in the second Am 25.03.2014 15:32 schrieb "Sergey Grebnov (Akvelon)" < v-seg...@microsoft.com>: > Hi, adding more ppl to our discussion with @purplecabbage< > https://github.com/purple

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-16 Thread Axel Nennker
Rebased now. I will now repeat the changes on top of the new ConfigParser.js I still have the plan to avoid namespace fiddling and other XML related additions but I will probably not use too much of the magic stuff that I suggested earlier. Am 15.03.2014 13:48 schrieb "Axel Nennker" :

Re: [GitHub] cordova-cli pull request: CB-2606 add icon support

2014-03-15 Thread Axel Nennker
Will do that but it nicht take until tomorrow because I am traveling Axel Am 15.03.2014 12:17 schrieb "sgrebnov" : > Github user sgrebnov commented on the pull request: > > https://github.com/apache/cordova-cli/pull/126#issuecomment-37723271 > > @AxelNennker, could you please rebase your c

RE: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-03-13 Thread Axel Nennker
li? > > http://cordova.apache.org/docs/en/3.4.0/config_ref_images.md.html#Icons%20and%20Splash%20Screens > > Thx! > Sergey > -Original Message- > From: Axel Nennker [mailto:ignisvul...@gmail.com] > Sent: Saturday, February 22, 2014 1:44 AM > To: dev > Subject: Re: cordova launch

Re: get config.xml data from js

2014-03-03 Thread Axel Nennker
Just found this: chrome.runtime (Stable since Chrome 22.) http://developer.chrome.com/extensions/runtime#method-getManifest getManifest object chrome.runtime.getManifest() Returns details about the app or extension from the manifest. The object returned is a serialization of the full manifest fi

Re: get config.xml data from js

2014-02-28 Thread Axel Nennker
bbage >> risingj.com >> >> >> On Fri, Feb 28, 2014 at 3:14 PM, Brian LeRoux wrote: >> >>> So, before we go too much farther with this...what is the usecase? Could >> a >>> build step hook address the idea? (Eg write a file called config.jso

Re: get config.xml data from js

2014-02-28 Thread Axel Nennker
l > > > [1] > > https://github.com/apache/cordova-ubuntu/blob/cd6b3d11b58f38932797f1f4130ce40f772bdcd5/main.cpp#L66 > > Still completely manageable from JavaScript; IMHO > just switch on cordova.platformId ... > > @purplecabbage > risingj.com > > > On Fri

Re: get config.xml data from js

2014-02-28 Thread Axel Nennker
ps > >>> > > extend that one I linked) to include all config file values. > >>> > > > >>> > > Filed: https://issues.apache.org/jira/browse/CB-6139 > >>> > > > >>> > > -Michal > >>> > > > >

Re: get config.xml data from js

2014-02-28 Thread Axel Nennker
at 3:39 PM, Andrew Grieve >wrote: > > > >> Certainly a reasonable thing to want to do, but there's no way currently > >> short of writing a custom plugin, or a post-prepare hook. > >> > >> > >> > >> On Fri, Feb 28, 2014 at 3:34 PM, Axel N

Re: get config.xml data from js

2014-02-28 Thread Axel Nennker
; > https://github.com/apache/cordova-labs/tree/cdvtest/cordova-plugin-appsettings > > > > > > I think he planned on proposing it for core but there was never really > a > > > reason for it. I guess now's a good time to get that going. > >

Re: get config.xml data from js

2014-02-28 Thread Axel Nennker
want to do, but there's no way currently > > short of writing a custom plugin, or a post-prepare hook. > > > > > > > > On Fri, Feb 28, 2014 at 3:34 PM, Axel Nennker > > wrote: > > > > > Hi, > > > > > > I fear this is a stup

get config.xml data from js

2014-02-28 Thread Axel Nennker
Hi, I fear this is a stupid question but I could not find the answer in the cordova docs or on the net or reading the source (Luke). As an app developer and cordova user how do I get data from config.xml? We want to add an "about" page to an cordova app and could not find a simple javascript way

Re: [windows] Build fails if app path contains whitespaces

2014-02-23 Thread Axel Nennker
Isn't there a version of exec that takes the parameters as arguments and handles the escaping? Am 23.02.2014 21:00 schrieb "Sergey Grebnov (Akvelon)" < v-seg...@microsoft.com>: > Hi, could someone review and merge? > https://issues.apache.org/jira/browse/CB-6091 > fix for windows8 > https://githu

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-22 Thread Axel Nennker
://github.com/AxelNennker/cordova-cli/commit/890d6a64cdf459a389ba7104097f97603338b4e1 2014-02-21 22:43 GMT+01:00 Axel Nennker : > there is a pull request that implements this gap: prefix and phonegap > namespace stuff but this is Cordova and we have cdv: as prefix and another > namespace:

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-21 Thread Axel Nennker
ons%20and%20Splash%20Screens > > > . > > > > > On Fri, Feb 21, 2014 at 11:24 AM, Axel Nennker >wrote: > > > What is your favorite explicit configuration? > > Am 21.02.2014 16:49 schrieb "Brian LeRoux" : > > > > > As much as I'd like a single

CB-6088: platform add firefoxos fails if config.xml in project but not in www

2014-02-21 Thread Axel Nennker
Hi, "platform add firefoxos" fails if config.xml in project but not in www. config.xml moved to project_dir but firefoxos.js expects it in www and fails. Here is a pull request that looks for config.xml in project_dir first but falls back to www if not found. https://github.com/apache/cordova-p

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-21 Thread Axel Nennker
getting there safely is > zero magic and explicit configuration. > > Lame, I know. > > > On Thu, Feb 20, 2014 at 1:07 AM, Axel Nennker > wrote: > > > How about this strategy: > > > > project_dir/config.xml > > - no new elements in config.xml like cdv:icon > &g

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-21 Thread Axel Nennker
Phonegap icon extensions or we wait for 4.0 to get rid of config.xml. Or we implement the "small step forward" (with it's restrictions) and wait for 4.0 to get rid of config.xml. -Axel 2014-02-21 15:48 GMT+01:00 Jonathan Bond-Caron : > On Fri Feb 21 09:43 AM, Axel Nennker wro

RE: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-21 Thread Axel Nennker
nk my plan works and would like to know what the group thinks about it. Axel Am 21.02.2014 15:23 schrieb "Jonathan Bond-Caron" : > On Fri Feb 21 09:14 AM, Jonathan Bond-Caron wrote: > > On Thu Feb 20 04:07 AM, Axel Nennker wrote: > > > How about this strategy: > >

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-20 Thread Axel Nennker
a size is there that is typical for that platform (72,144 for ios) then us only those matching icons. Try to help developers. -Axel 2014-02-13 9:56 GMT+01:00 Axel Nennker : > The topic is reaching politics status... > > I think it is worth some effort to keep phonegap and cordova ali

Re: XML Namespaces

2014-02-17 Thread Axel Nennker
/config.xml vs. /config.xml /config.json could be used to generate e.g. platforms/android/config.xml or similar on platforms that need/prefer XML Am 17.02.2014 20:33 schrieb "Jesse" : > > The config.xml file is currently read at launch on all platforms to decide > what the start-page is, any pre

Re: XML Namespaces

2014-02-13 Thread Axel Nennker
I would like to see CB-2606 https://issues.apache.org/jira/browse/CB-2606to be resolved soon. Moving from config.xml to config.json or package.json is a breaking change and rewards a major version number change. I would like to see phonegap buyin for that too if possible. 2014-02-13 5:10 GMT+0

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-13 Thread Axel Nennker
h e.g gap:density > > for > > > now. And ditch namespaces later. > > > > > > Axel > > > Am 12.02.2014 22:38 schrieb "Andrew Grieve" : > > > > > > > On Tue, Feb 11, 2014 at 3:43 PM, Brian LeRoux wrote: > > > > > >

Re: cordova launcher icon support https://github.com/apache/cordova-cli/pull/126

2014-02-12 Thread Axel Nennker
gt; On Tue, Feb 11, 2014 at 3:43 PM, Brian LeRoux wrote: > > > Given we are the only 'widget spec' impl in use today I'm ok with > diverging > > and not adding namespace confusion. Def want config to be explicit and > not > > have magical implicit mappings

  1   2   >