[GitHub] cordova-plugin-file-transfer pull request: properly uses the fileK...

2014-06-18 Thread cristi-badila
Github user cristi-badila commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/15#issuecomment-46403386 @purplecabbage yes, the version you pointed to works for me. Thanks for the help. --- If your project is set up for it, you can reply to

Re: File-transfer: delete target file on process error

2014-06-18 Thread Javier Puerto
I've explained my use case in the issue CB-6928 but as summary I'm creating a simple rsync to keep the data in the device up to date. 2014-06-18 4:08 GMT+02:00 Ian Clelland iclell...@chromium.org: On Tue, Jun 17, 2014 at 9:34 PM, Andrew Grieve agri...@chromium.org wrote: If it's cached...

[GitHub] cordova-medic pull request: CB-6909 shellCmd and shellRunParam in ...

2014-06-18 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-medic/pull/11#issuecomment-46406000 +1, LGTM, tested on Windows and OS slaves --- 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

Using Gradle in an Apache Project

2014-06-18 Thread Ian Clelland
I'm attempting to get cordova-android to build with Gradle, and I have generally been successful, but now that it's time to commit this into the repository, I think I've run into a conflict with Apache policies. In order to be as simple to use as possible, Gradle is usually run from a wrapper

[GitHub] cordova-lib pull request: CB-6970 Share win project files manipula...

2014-06-18 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-lib/pull/32 CB-6970 Share win project files manipulation code between cordova and plugman https://issues.apache.org/jira/browse/CB-6970 1. Shared csproj and jsproj classes 2. Updated code to

Build Cordova container on Windows 8

2014-06-18 Thread Yohay Nahmany
I am developing Metro application using the Cordova plugins. My application will be side-loaded to BYOD in my company and will not be published to the Store. My application is a container- it performed authentication and authorization and then should launch a URL (receive the URL from a

[GitHub] cordova-plugin-network-information pull request: fix NullPointerEx...

2014-06-18 Thread SantechDev
Github user SantechDev commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/10#issuecomment-46432858 sorry to ask but as that modif been pushed to cordova plugin repo? I just did a ``` cordova plugin add

[GitHub] cordova-plugin-network-information pull request: fix NullPointerEx...

2014-06-18 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/10#issuecomment-46433863 No, it hasn't been pushed to the plugin repository. That will go out with the next plugin release. (Hopefully next week or the following, but

[GitHub] cordova-plugin-network-information pull request: fix NullPointerEx...

2014-06-18 Thread SantechDev
Github user SantechDev commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/10#issuecomment-46433981 OK thanks, I'll keep an eye out --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-plugin-splashscreen pull request: Splashscreen crash on WP...

2014-06-18 Thread nadyaA
GitHub user nadyaA opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/20 Splashscreen crash on WP8 The UI elements cannot be accessed from any other than the UI thread directly. So, enclose UI access code in the Dispatcher.BeginInvoke() You can merge

Re: File-transfer: delete target file on process error

2014-06-18 Thread Andrew Grieve
Okay, think I got it and sounds good to me. On Wed, Jun 18, 2014 at 3:48 AM, Javier Puerto jpue...@gmail.com wrote: I've explained my use case in the issue CB-6928 but as summary I'm creating a simple rsync to keep the data in the device up to date. 2014-06-18 4:08 GMT+02:00 Ian Clelland

Re: Using Gradle in an Apache Project

2014-06-18 Thread Josh Soref
Ian Clelland wrote: But Gradle is a Java project, and so the script invokes Java, and makes use of a bundled .jar file, and therein lies the problem: We're not supposed to be including compiled JAR files in our repository. In this case, the .jar isn't actually part of our code; it's just used by

Project Release: Patatap

2014-06-18 Thread Jono Brandel
Hey dev! I wanted to share an HTML5 app I ported to iOS using cordova. The process was fantastic and it's made me rethink my abilities to create native applications. Thanks so much for making Cordova! https://itunes.apple.com/us/app/patatap/id880626868?ls=1mt=8 -Jono -- http://jonobr1.com/

Re: Using Gradle in an Apache Project

2014-06-18 Thread Joe Bowser
The Android Dev Tools generate a gradle project by default. Where does it store gradle-wrapper? On Wed, Jun 18, 2014 at 7:59 AM, Josh Soref jso...@blackberry.com wrote: Ian Clelland wrote: But Gradle is a Java project, and so the script invokes Java, and makes use of a bundled .jar file, and

Re: Using Gradle in an Apache Project

2014-06-18 Thread Joe Bowser
Actually, it's not by default, but it does generate a gradle project if you use the right flags. However, the project structure is radically different that I'm not sure we want to adopt it. Still, we can find where the JAR is and copy it out of the Android SDK directory. On Wed, Jun 18, 2014 at

[GitHub] cordova-lib pull request: Fixed windows8 platform build error when...

2014-06-18 Thread strille
GitHub user strille opened a pull request: https://github.com/apache/cordova-lib/pull/33 Fixed windows8 platform build error when www (or one of its sub folders) contains .svn folders. .svn folders are now ignored when adding file references to the jsproj file (They are already

Re: Using Gradle in an Apache Project

2014-06-18 Thread Joe Bowser
Found it, it's located here: $ANDROID_SDK_PATH/tools/templates/gradle/wrapper On Wed, Jun 18, 2014 at 8:46 AM, Joe Bowser bows...@gmail.com wrote: Actually, it's not by default, but it does generate a gradle project if you use the right flags. However, the project structure is radically

Amazon Fire Phone

2014-06-18 Thread Carlos Santana
Announced today: http://www.amazon.com/gp/product/B00EOE0WKQ/ Runs Fire OS 3.5 https://developer.amazon.com/appsandservices/solutions/devices/fire-phone -- Carlos Santana csantan...@gmail.com

[GitHub] cordova-plugin-vibration pull request: ubuntu: Implemented vibrate...

2014-06-18 Thread Zaspire
GitHub user Zaspire opened a pull request: https://github.com/apache/cordova-plugin-vibration/pull/12 ubuntu: Implemented vibrateWithPattern/cancelVibration You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-plugin-file-transfer pull request: [ubuntu] Update to work...

2014-06-18 Thread Zaspire
Github user Zaspire closed the pull request at: https://github.com/apache/cordova-plugin-file-transfer/pull/22 --- 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

[GitHub] cordova-firefoxos pull request: some cleanup and linting

2014-06-18 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-firefoxos/pull/2#issuecomment-46491942 Should it be closed? --- 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

[GitHub] cordova-lib pull request: CB-6970 Share win project files manipula...

2014-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/32 --- 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-lib pull request: CB-6970 Share win project files manipula...

2014-06-18 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/32#issuecomment-46496437 Thanks! This looks much cleaner. --- 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

Re: staff change

2014-06-18 Thread Eric Weiterman
Hi everyone, Yea I'm glad that I will be getting a chance to get a chance to work on an open source project. I'm hoping to learn a lot. Eric On Tue, Jun 17, 2014 at 1:50 PM, Michael Brooks mich...@michaelbrooks.ca wrote: Thanks for the update Marcel. James, it's been great working with

[GitHub] cordova-lib pull request: Fixed windows8 platform build error when...

2014-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/33 --- 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

Re: Project Release: Patatap

2014-06-18 Thread Shazron
Thanks for using Cordova Jono! On Wed, Jun 18, 2014 at 8:21 AM, Jono Brandel jonobran...@gmail.com wrote: Hey dev! I wanted to share an HTML5 app I ported to iOS using cordova. The process was fantastic and it's made me rethink my abilities to create native applications. Thanks so much for

[GitHub] cordova-cli pull request: CB-6756 Add save and restore platforms

2014-06-18 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-cli/pull/178#issuecomment-46499213 Hi @gorkem, looks like this functionality was already merged. Is this correct? If yes, could you please close the pull request. Same question for

[GitHub] cordova-lib pull request: CB-6756 Initial implementation for the s...

2014-06-18 Thread gorkem
Github user gorkem commented on the pull request: https://github.com/apache/cordova-lib/pull/18#issuecomment-46499679 closing as merged --- 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

[GitHub] cordova-lib pull request: CB-6756 Initial implementation for the s...

2014-06-18 Thread gorkem
GitHub user gorkem reopened a pull request: https://github.com/apache/cordova-lib/pull/18 CB-6756 Initial implementation for the save and restore platforms command Adds implementation of the save and restore command for platforms. It also enhances the ConfigParser to support engine

[GitHub] cordova-cli pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-cli/pull/174#issuecomment-46500400 @jsoref, is this still relevant? If yes, could you please rebase it onto cordova-lib. Thanks. --- If your project is set up for it, you can reply to this email

[GitHub] cordova-blackberry pull request: CB-6934 run should complain about...

2014-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/162 --- 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-blackberry pull request: CB-6968 fix bashism (source) in u...

2014-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-blackberry/pull/163 --- 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-cli pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-cli/pull/174#issuecomment-46501065 Probably... --- 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

[GitHub] cordova-lib pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/34 CB-6542 Delay creating project until there's some chance that it will su... ...cceed You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-cli pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread jsoref
Github user jsoref closed the pull request at: https://github.com/apache/cordova-cli/pull/174 --- 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-lib pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-lib/pull/34#issuecomment-46501549 Migrated from https://github.com/apache/cordova-cli/pull/174 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-lib pull request: CB-6540 Error for creating a project ins...

2014-06-18 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/35 CB-6540 Error for creating a project inside its template is confusing From https://github.com/apache/cordova-cli/pull/173 You can merge this pull request into a Git repository by running: $

[GitHub] cordova-cli pull request: CB-6540 Error for creating a project ins...

2014-06-18 Thread jsoref
Github user jsoref closed the pull request at: https://github.com/apache/cordova-cli/pull/173 --- 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-cli pull request: CB-6415 Make project/.cordova/config.jso...

2014-06-18 Thread jsoref
Github user jsoref closed the pull request at: https://github.com/apache/cordova-cli/pull/162 --- 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-lib pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/34 --- 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-cli pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-cli/pull/174#issuecomment-46502024 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

[GitHub] cordova-cli pull request: CB-6537 Consistently indicate `cordova ....

2014-06-18 Thread jsoref
Github user jsoref closed the pull request at: https://github.com/apache/cordova-cli/pull/172 --- 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-cli pull request: CB-6537 Consistently indicate `cordova ....

2014-06-18 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-cli/pull/172#issuecomment-46502217 Integrated as https://github.com/apache/cordova-lib/pull/20 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[GitHub] cordova-cli pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-cli/pull/174#issuecomment-46502577 @kamrik : can you please merge these things in cordova-lib so that they don't sit around lost? :) --- If your project is set up for it, you can reply to this email

[GitHub] cordova-lib pull request: CB-6540 Error for creating a project ins...

2014-06-18 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/35 --- 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-lib pull request: Adding tizen support

2014-06-18 Thread surajpindoria
Github user surajpindoria commented on the pull request: https://github.com/apache/cordova-lib/pull/16#issuecomment-46504429 Exception loading: /Users/spindori/Documents/Projects/cordova-lib/cordova-lib/spec-cordova/metadata/tizen_parser.spec.js { [Error: Cannot find module

Re: Using Gradle in an Apache Project

2014-06-18 Thread Carlos Santana
Joe what is the project structure that you don't like and think we should not adopt? I'm trying to learn how to use gradle, since we have a project here that we want to align better with what most Android developers want to use. Here is what I tried out: *$ android create project -n FooName -t

Re: Using Gradle in an Apache Project

2014-06-18 Thread Joe Bowser
On Wed, Jun 18, 2014 at 4:19 PM, Carlos Santana csantan...@gmail.com wrote: Joe what is the project structure that you don't like and think we should not adopt? This structure is totally different than what we currently tell people to use? How do we upgrade people? Moving around the files is a

[Android] URI routing

2014-06-18 Thread Joe Bowser
Hey After looking at the breakout code, it seems that there may actually be a lot of duplicate code between Crosswalk, default AndroidWebView and others, so I created a helper class that could be used to abstract the shouldOverrideUrlLoading logic. While I was in there, I deleted most of the

Re: [Android] URI routing

2014-06-18 Thread Andrew Grieve
Change looks good to me! On Wed, Jun 18, 2014 at 7:51 PM, Joe Bowser bows...@gmail.com wrote: Hey After looking at the breakout code, it seems that there may actually be a lot of duplicate code between Crosswalk, default AndroidWebView and others, so I created a helper class that could be

[GitHub] cordova-plugin-file-transfer pull request: CB-6928: Implements NOT...

2014-06-18 Thread jpuerto
GitHub user jpuerto opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/32 CB-6928: Implements NOT_MODIFIED check downloading resources. Introduce FileTransferError.NOT_MODIFIED_ERR, execute error callback for 304 status code. You can merge this pull

[GitHub] cordova-mobile-spec pull request: CB-6928: Add 304 response test

2014-06-18 Thread jpuerto
GitHub user jpuerto opened a pull request: https://github.com/apache/cordova-mobile-spec/pull/71 CB-6928: Add 304 response test You can merge this pull request into a Git repository by running: $ git pull https://github.com/jpuerto/cordova-mobile-spec master Alternatively

[GitHub] cordova-cli pull request: CB-6542 Delay creating project until the...

2014-06-18 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-cli/pull/174#issuecomment-46514286 Ok, all merged :) --- 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

Re: Project Release: Patatap

2014-06-18 Thread Mike Billau
Yeah, it's way cool! I'm glad to hear you had a great time using Cordova! I'd be interested to hear about some of your development challenges and what changes we can make to make it easier for other app developers. Nice work though! On Wed, Jun 18, 2014 at 5:40 PM, Shazron shaz...@gmail.com