[GitHub] cordova-plugin-inappbrowser pull request: inAppBrowser custom appl...

2015-12-16 Thread iampeter
Github user iampeter commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-165376605 Could this change be introduced? Seems that on some Android devices the "_system" parameter doesn't help with the custom URL scheme. --- If your p

[GitHub] cordova-android pull request: CB-9949: Fixing menu button event no...

2015-12-16 Thread wongkwl
Github user wongkwl closed the pull request at: https://github.com/apache/cordova-android/pull/246 --- 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 featu

Re: config.xml

2015-12-16 Thread Andrey Kurdumov
In order to have custom editor for your XML files within VS you should create install VS SDK and create custom editor Here the couple links to get started: Specific info how to create Custom editor for VS https://msdn.microsoft.com/en-us/library/bb166329.aspx?f=255&MSPPError=-2147217396 Here supp

[VOTE] 4.0.1 iOS Release (attempt 2)

2015-12-16 Thread Shazron
Please review and vote on this 4.0.1 iOS Release by replying to this email (and keep discussion on the DISCUSS thread) Release issue: https://issues.apache.org/jira/browse/CB-10203 The archive has been published to dist/dev: https://dist.apache.org/repos/dist/dev/cordova/CB-10203 The package was

[GitHub] cordova-osx pull request: CB-10085 Implement and expose PlatformAp...

2015-12-16 Thread tripodsan
Github user tripodsan commented on the pull request: https://github.com/apache/cordova-osx/pull/28#issuecomment-165264171 These changes are similar to the iOS ones to use the new API --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-osx pull request: CB-10085 Implement and expose PlatformAp...

2015-12-16 Thread tripodsan
GitHub user tripodsan opened a pull request: https://github.com/apache/cordova-osx/pull/28 CB-10085 Implement and expose PlatformApi for OS X You can merge this pull request into a Git repository by running: $ git pull https://github.com/adobe-rnd/cordova-osx CB-10085 Alterna

RE: config.xml

2015-12-16 Thread Parashuram N
While I work in the VS team, I am not very familiar with how it config.xml is exactly made a GUI in VS. I would imagine that it is possibly the same way other configurations (like the ASP.NET config, WindowS UWP config, etc) are converted to GUIs. Are you looking for a generic way to make xml fi

Re: Why do we copy cordova-js-src/ to runtime www/?

2015-12-16 Thread Carlos Santana
I don't follow Even if using browserfy the final www/ in the app should not have cordova-src-js and should not have cordova_plugins.js On Wed, Dec 16, 2015 at 2:24 PM So, Byoungro wrote: > Hi Carlos, > > The purpose of copying cordova-js-src is to support cordova.js for > browserify. > It would

Re: config.xml

2015-12-16 Thread Carlos Santana
Only GUI I know about is http://configap.com/ On Wed, Dec 16, 2015 at 2:49 PM Paul wrote: > I'm wondering how in the heck you guys skin the config.xml file to have a > design view in Visual Studio? I have a few projects that suck in xml files. > It would be nice to have the option to edit the x

config.xml

2015-12-16 Thread Paul
I'm wondering how in the heck you guys skin the config.xml file to have a design view in Visual Studio? I have a few projects that suck in xml files. It would be nice to have the option to edit the xml in a gui based format. I've searched and searched for any documentation on how to do this, but wi

RE: Why do we copy cordova-js-src/ to runtime www/?

2015-12-16 Thread So, Byoungro
Hi Carlos, The purpose of copying cordova-js-src is to support cordova.js for browserify. It would be redundant if --browserify option is not used. I can change the code to not copy cordova-js-src dir into platform_www by checking the option. Byoungro So SSG / DPD / Mobile Computing and Compile

Re: [VOTE] 4.0.1 iOS Release

2015-12-16 Thread Shazron
This vote has failed. On Wednesday, December 16, 2015, Carlos Santana wrote: > Vote -1 > > Version was not updated from 4.0.0 to 4.0.1 in a couple of places. > > After creating an app I see 4.0.0 in: > platform/ios/cordova/version > platform/ios/www/cordova.js > Doing > $ cordova platform ls > I

Re: [VOTE] 4.0.1 iOS Release

2015-12-16 Thread Carlos Santana
Vote -1 Version was not updated from 4.0.0 to 4.0.1 in a couple of places. After creating an app I see 4.0.0 in: platform/ios/cordova/version platform/ios/www/cordova.js Doing $ cordova platform ls Installed platforms: ios 4.0.0 Available platforms: amazon-fireos, android, blackberry10, browser,

Re: [DISCUSS] cordova-ios 4.0.1 release

2015-12-16 Thread Shazron
I'll fix it the issues. Please -1 so I can restart the vote after. I was using the steps and may have missed one in trying to get it out before I had to leave On Wednesday, December 16, 2015, Homer, Tony wrote: > I see the same thing as Carlos - version is still 4.0.0 in some places. > > [~]$ c

Why do we copy cordova-js-src/ to runtime www/?

2015-12-16 Thread Carlos Santana
I just notice that the www for android and ios contains a directory "cordova-js-src" In iOS in the lib/create.js is where we copy this to platform_www [1] this is why it ends up in the App's www. AFAIK this files are not used by the app because the content of exec.js platform.js is already in cord

Re: [DISCUSS] cordova-ios 4.0.1 release

2015-12-16 Thread Homer, Tony
I see the same thing as Carlos - version is still 4.0.0 in some places. [~]$ cordova create ios401test Creating a new cordova project. [~]$ cd ios401test/ [~/ios401test]$ cordova platform add https://git-wip-us.apache.org/repos/asf/cordova-ios.git#4.0.1 git cloning: https://git-wip-us.apache.org/

Re: [DISCUSS] cordova-ios 4.0.1 release

2015-12-16 Thread Carlos Santana
I see something weird. Version was not updated from 4.0.0 to 4.0.1 in a couple of places. After creating an app I see 4.0.0 in: platform/ios/cordova/version platform/ios/www/cordova.js Doing $ cordova platform ls Installed platforms: ios 4.0.0 Available platforms: amazon-fireos, android, blackberr

Re: [DISCUSS] cordova-ios 4.0.1 release

2015-12-16 Thread Carlos Santana
you can do this instead cordova platform add https://git-wip-us.apache.org/repos/asf/cordova-ios.git#4.0.1 On Wed, Dec 16, 2015 at 9:01 AM Carlos Santana wrote: > I see the tag 4.0.1 on apache git but I don't see it on github > So doing this fails cordova platform add > https://github.com/apach

Re: [DISCUSS] cordova-ios 4.0.1 release

2015-12-16 Thread Carlos Santana
I see the tag 4.0.1 on apache git but I don't see it on github So doing this fails cordova platform add https://github.com/apache/cordova-ios#4.0.1 I will continue verifying, just wanted to give a heads up, and see if its an INFRA problem On Tue, Dec 15, 2015 at 4:26 PM Shazron wrote: > I'll p

[GitHub] cordova-android pull request: Include native libraries from armeab...

2015-12-16 Thread mbektchiev
Github user mbektchiev commented on the pull request: https://github.com/apache/cordova-android/pull/243#issuecomment-165095165 @infil00p @stevengill @vladimir-kotikov Can someone review this? --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] cordova-plugin-contacts pull request: CB-10117 Added new tests

2015-12-16 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/99 --- 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

[GitHub] cordova-android pull request: CB-9949: Fixing menu button event no...

2015-12-16 Thread wongkwl
GitHub user wongkwl opened a pull request: https://github.com/apache/cordova-android/pull/246 CB-9949: Fixing menu button event not fired in Android You can merge this pull request into a Git repository by running: $ git pull https://github.com/wongkwl/cordova-android menubutt

Buildbot: buildslave cordova-windows-slave was lost

2015-12-16 Thread buildbot
The Buildbot working for 'ASF Buildbot' has noticed that the buildslave named cordova-windows-slave went away It last disconnected at Wed Dec 16 10:40:55 2015 (buildmaster-local time) The admin on record (as reported by BUILDSLAVE:info/admin) was 'Dmitry Blotsky '. Sincerely, The Buildbot htt

[GitHub] cordova-plugin-splashscreen pull request: Fixed SplashScreenProxy....

2015-12-16 Thread mdudek
Github user mdudek closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/31 --- 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