[GitHub] cordova-plugin-file-transfer pull request: CB-6313 [wp8]: Extra bo...

2015-03-27 Thread dpolivy
GitHub user dpolivy opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/73 CB-6313 [wp8]: Extra boundary in upload When performing an upload on Windows Phone, an extra boundary is included after any parameters, and before the file contents. This

Plugin Development

2015-03-27 Thread Rahul Bhooteshwar
Hello All, I am new to cordova development, and would like to know how to develop cordova plugins for various platforms. I found the development guide for the same here http://cordova.apache.org/docs/en/edge/guide_hybrid_plugins_index.md.html#Plugin%20Development%20Guide. But it explains the basic

[GitHub] cordova-plugin-file-transfer pull request: CB-8761 [wp8]: Copy coo...

2015-03-27 Thread dpolivy
GitHub user dpolivy opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/74 CB-8761 [wp8]: Copy cookies from WebBrowser On other platforms, the cookies from the browser that apply to the request are automatically included. On WP8, that's not the

[GitHub] cordova-coho pull request: CB-8760 Issues with 'platform list'.

2015-03-27 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-coho/pull/67 CB-8760 Issues with 'platform list'. Added support for updating `windows` and `browser` platform versions. You can merge this pull request into a Git repository by running: $ git pull

[GitHub] cordova-browser pull request: CB-8760 'platform list' shows wrong ...

2015-03-27 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-browser/pull/11 CB-8760 'platform list' shows wrong version for browser platform. Updated version file for `browser` platform (note that this relies on a change in `coho` to keep it in sync). You can

[GitHub] cordova-windows pull request: CB-8760 'platform list' doesn't show...

2015-03-27 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-windows/pull/64 CB-8760 'platform list' doesn't show version for windows platform. Added version file for `windows` platform (note that this relies on a change in `coho` to keep it in sync). You can

[GitHub] cordova-android pull request: add state to outState before calling...

2015-03-27 Thread thehuijb
GitHub user thehuijb opened a pull request: https://github.com/apache/cordova-android/pull/169 add state to outState before calling super InstanceState was never really saved because super.onSaveInstanceState was called before any state was added. this pull request fixes

Re: hook logging issue

2015-03-27 Thread Raymond Camden
https://issues.apache.org/jira/browse/CB-8763 On Thu, Mar 26, 2015 at 9:30 PM, Shazron shaz...@gmail.com wrote: File it pls thx! No idea of the workaround On Thursday, March 26, 2015, Raymond Camden raymondcam...@gmail.com wrote: So file a bug? Know a way around it? On Thu, Mar 26, 2015

Re: Plugin Development

2015-03-27 Thread julio cesar sanchez
Hello. Read the link you provided, read the SDK documentation and mix the knowledge. Most of the cordova plugins are open source and you can find them on github, so you can search a few to see more complex code. If you have any doubts after trying, ask on stackoverflow. This mail list if for

[GitHub] cordova-lib pull request:

2015-03-27 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-lib/commit/dd6663ecda700a32bcdf3a8419cc918536a0764f#commitcomment-10427187 LGTM --- 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: CB-8750 [wp8]: Allow res...

2015-03-27 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/41#issuecomment-86878586 lgtm :+1: --- 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

introduction

2015-03-27 Thread Serge Huijben
Hi Everybody, I am a developer in the Netherlands working on a Mobile app development team. Our primary focus is on delivering a uniform user experience across at least the two major platforms (Android and iOS). We therefore chose to use Cordova as our base and we’re pretty happy with it. so

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/194 CB-8754 Auto-restoring a plugin fails when adding a platform. Start with a blank Cordova app, then enter the following: cordova plugin add org.apache.cordova.camera --save

Re: introduction

2015-03-27 Thread Victor Sosa
Welcome aboard, Serge! On Mar 27, 2015 3:36 AM, Serge Huijben s.huij...@gmail.com wrote: Hi Everybody, I am a developer in the Netherlands working on a Mobile app development team. Our primary focus is on delivering a uniform user experience across at least the two major platforms (Android

[GitHub] cordova-lib pull request: CB-8756 Make 'plugin --save' work more l...

2015-03-27 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/195 CB-8756 Make 'plugin --save' work more like 'npm install' 1. `plugin add --save` now always saves version (in the form `^x.y.z`) 2. `plugin add --save` now always overwrites an existing

[GitHub] cordova-lib pull request: CB-8756 Make 'plugin --save' work more l...

2015-03-27 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/195#issuecomment-86949466 Sorry, this PR points to the wrong JIRA issue (a bug I closed as a dup of the one this PR should point to). Will close and open a new PR. --- If your project is

[GitHub] cordova-coho pull request: CB-8760 Issues with 'platform list'.

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-coho/pull/67 --- 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-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-lib/pull/194#issuecomment-86956650 Nice clean-up! Let me know when comments are addressed and I'll merge it in. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread TimBarham
Github user TimBarham commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/194#discussion_r27298469 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -223,11 +211,13 @@ module.exports = { * @param {Boolean} determines if we are using

[GitHub] cordova-lib pull request: CB-8651 Restoring platforms causes plugi...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/196 --- 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-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread TimBarham
Github user TimBarham commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/194#discussion_r27299568 --- Diff: cordova-lib/src/util/npm-helper.js --- @@ -0,0 +1,76 @@ +/** + Licensed to the Apache Software Foundation (ASF) under one + or

[GitHub] cordova-lib pull request: CB-8756 Make 'plugin --save' work more l...

2015-03-27 Thread TimBarham
Github user TimBarham closed the pull request at: https://github.com/apache/cordova-lib/pull/195 --- 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-lib pull request: CB-8741 Make plugin --save work more lik...

2015-03-27 Thread TimBarham
GitHub user TimBarham opened a pull request: https://github.com/apache/cordova-lib/pull/198 CB-8741 Make plugin --save work more like npm install. 1. `plugin add --save` now always saves version (in the form `^x.y.z`) 2. `plugin add --save` now always overwrites an existing

[GitHub] cordova-android pull request: add state to outState before calling...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/169 --- 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

Re: introduction

2015-03-27 Thread Andrew Grieve
Welcome Serge! Just merged your PR ( https://github.com/apache/cordova-android/pull/169) Great stuff! On Fri, Mar 27, 2015 at 9:08 AM, Victor Sosa sosah.vic...@gmail.com wrote: Welcome aboard, Serge! On Mar 27, 2015 3:36 AM, Serge Huijben s.huij...@gmail.com wrote: Hi Everybody, I am a

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/194#discussion_r27298069 --- Diff: cordova-lib/src/util/npm-helper.js --- @@ -0,0 +1,76 @@ +/** + Licensed to the Apache Software Foundation (ASF) under one + or more

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread agrieve
Github user agrieve commented on a diff in the pull request: https://github.com/apache/cordova-lib/pull/194#discussion_r27298165 --- Diff: cordova-lib/src/plugman/registry/registry.js --- @@ -223,11 +211,13 @@ module.exports = { * @param {Boolean} determines if we are using

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread TimBarham
Github user TimBarham commented on the pull request: https://github.com/apache/cordova-lib/pull/194#issuecomment-86962408 Thanks Andrew. Changes made! --- 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

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

2015-03-27 Thread osvso
Github user osvso commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-86966069 Maybe I'm missing something. The problem which we faced with the current inAppBrowser plugin implementation is that it doesn't allow to perform the

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

2015-03-27 Thread osvso
Github user osvso commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-86966392 We don't want to system browser. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

GitHub Problems

2015-03-27 Thread Tim Barham
Just an FYI - I've been struggling with GitHub most of my day. Turns out there's been an ongoing DDoS attack. https://status.github.com/messages Tim

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-27 Thread AlexTalis
Github user AlexTalis commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-87017968 I'm working on a pull request for cordova-plugin-splashscreen master. The only way I found to set up for the plugin development was to copy SplashScreen.java

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

2015-03-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/99#issuecomment-87025912 It should not redirect, it should send a message to it's parent ( the application webview ) The parent should then dismiss it's child

[GitHub] cordova-plugin-splashscreen pull request: CB-8750 [wp8]: Allow res...

2015-03-27 Thread dpolivy
Github user dpolivy commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/41#issuecomment-87015745 I should also point out that the ResolutionHelper.cs file is taken from MSDN sample code:

[GitHub] cordova-plugin-splashscreen pull request: CB-8750 [wp8]: Allow res...

2015-03-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/41#issuecomment-87028196 I'll rewrite it, since I haven't looked at it. Just so we're clear. --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-86994521 Yes, #191 subsumes this PR. I believe @omefire is on vacation and he will be able to close this when he's back. --- If your project is set up for it, you can

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-86999644 @purplecabbage. Yes, this one's ready to go! Please help commit this one and close this PR! :bow: --- If your project is set up for it, you can reply to this

[GitHub] cordova-android pull request: CB-8717 Write cordova-android@4.0.0 ...

2015-03-27 Thread jsoref
Github user jsoref commented on the pull request: https://github.com/apache/cordova-android/pull/167#issuecomment-87033190 It might be good to get an answer for the Whitelist Guide -- that seems useful to have. Also, I'd personally encourage you to fold your changes together,

[GitHub] cordova-plugin-file-transfer pull request: CB-5059 Add a CookieMan...

2015-03-27 Thread Xavierh95
Github user Xavierh95 commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/60#issuecomment-86980841 Works perfectly with : ionic : 1.0.0-rc.1 crosswalk : 13.41.318.0 Android : 4.X.X Thanks a lot @dpogue ! --- If your project is

[GitHub] cordova-android pull request: CB-8717 Write cordova-android@4.0.0 ...

2015-03-27 Thread jpchase
Github user jpchase commented on the pull request: https://github.com/apache/cordova-android/pull/167#issuecomment-86982723 @jsoref I included some of the corrections from your changes. I believe the release notes read better with less formatting, so I excluded many of your changes.

[GitHub] cordova-lib pull request: CB-8596 Expose APIs to retrieve platform...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/191 --- 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-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/194#issuecomment-86971194 Thanks, merging. Tests pass ok. Appveyor or GitHub were flaky for the last couple of days. --- If your project is set up for it, you can reply to this email and

[GitHub] cordova-lib pull request: CB-8755 Plugin --save: Multiple config.x...

2015-03-27 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/197#issuecomment-86978847 LGTM. Merging. --- 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-8755 Plugin --save: Multiple config.x...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/197 --- 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-8741 Make plugin --save work more lik...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/198 --- 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-8741 Make plugin --save work more lik...

2015-03-27 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/198#issuecomment-86982386 LGTM. Merging. --- 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-8596 Expose APIs to retrieve platform...

2015-03-27 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/177#issuecomment-86993019 Was this all taken care of with #191 ? --- 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

[GitHub] cordova-lib pull request: CB-8754 Auto-restoring a plugin fails wh...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/194 --- 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-8596 Expose APIs to retrieve platform...

2015-03-27 Thread kamrik
Github user kamrik commented on the pull request: https://github.com/apache/cordova-lib/pull/191#issuecomment-86991348 LGTM. Merging. --- 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-8703: Add support for semver and devi...

2015-03-27 Thread purplecabbage
Github user purplecabbage commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-87065126 This is merged into master, not sure why the pull-request didn't close. Please review master and close. Thanks. --- If your project is set up for it, you

[GitHub] cordova-android pull request: CB-8717 Write cordova-android@4.0.0 ...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-android/pull/167 --- 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

RE: [Discuss] Deprecate platform Windows 8.0

2015-03-27 Thread Parashuram N (MS OPEN TECH)
+1 on deprecation to the platform. I think we should also ensure that all plugins now refer to Windows instead of windows8 platform. -Original Message- From: Jesse [mailto:purplecabb...@gmail.com] Sent: Friday, March 20, 2015 1:39 PM To: dev@cordova.apache.org Subject: Re: [Discuss]

[GitHub] cordova-firefoxos pull request: CB-4548 Implement the `run` comman...

2015-03-27 Thread lmorchard
GitHub user lmorchard opened a pull request: https://github.com/apache/cordova-firefoxos/pull/23 CB-4548 Implement the `run` command using node-firefox-* modules This is most of a fix for [CB-4548](https://issues.apache.org/jira/browse/CB-4548), using

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-87076470 Install the plugin with the --link flag, and then you should be able to edit it in the projects and the changes will be reflected in the repo (it creates

[GitHub] cordova-docs pull request: Storage.md link to file plugin readme

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/273 --- 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

Re: [VOTE] Cordova-Plugin-Whitelist and Cordova-Plugin-Legacy-Whitelist Plugins Release (attempt 2)

2015-03-27 Thread Andrew Grieve
+1 * Tested that both plugins compile on Android * Tested that the non-legacy plugin does what its supposed to on Android On Thu, Mar 26, 2015 at 7:46 PM, Steven Gill stevengil...@gmail.com wrote: Please review and vote on the releases of cordova-plugin-whitelist and

[GitHub] cordova-plugin-splashscreen pull request: CB-8753 Maintain splash ...

2015-03-27 Thread AlexTalis
GitHub user AlexTalis opened a pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/43 CB-8753 Maintain splash screen aspect ratio - Added SplashMaintainAspectRatio” preference to maintain SplashScreen aspect ratio instead of scaling it to dialog. -

[GitHub] cordova-lib pull request: CB-8703: Add support for semver and devi...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-lib/pull/187#issuecomment-87097870 Thanks, @purplecabbage ! There is a corresponding update to docs here that needs someone to commit it: https://github.com/apache/cordova-docs/pull/270 --- If your

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-27 Thread AlexTalis
Github user AlexTalis commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-87089041 Closing this pull request in favor of this one: https://github.com/apache/cordova-plugin-splashscreen/pull/43 --- If your project is set up for it, you can

[GitHub] cordova-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-27 Thread AlexTalis
Github user AlexTalis closed the pull request at: https://github.com/apache/cordova-android/pull/168 --- 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

RE: Plugins to NPM (Phase 1)

2015-03-27 Thread Treggiari, Leo
Hi Steve, My final questions (until my next final question... ;-) ) Until the CPR becomes read-only, will the Cordova project plugin releases update both CPR and npm or only npm? I guess they would be the same except for the id? Or has CPR already seen its final update for Cordova project

[GitHub] cordova-docs pull request: CB-8703: Add support for semver and dev...

2015-03-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-docs/pull/270 --- 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-android pull request: CB-8753 Maintain splash screen aspec...

2015-03-27 Thread AlexTalis
Github user AlexTalis commented on the pull request: https://github.com/apache/cordova-android/pull/168#issuecomment-87086720 It doesn't work for me on Windows, probably because my repo structure is totally different from what you use. I'm not going to bug you with more questions -

[GitHub] cordova-plugin-camera pull request: CB-8706, CB-8707 saveToPhotoAl...

2015-03-27 Thread nikhilkh
Github user nikhilkh commented on the pull request: https://github.com/apache/cordova-plugin-camera/pull/78#issuecomment-87098082 @vladimir-kotikov @sgrebnov Can you please review this? --- If your project is set up for it, you can reply to this email and have your reply appear on

Re: Simulating Cordova plugins and device capabilities

2015-03-27 Thread Carlos Santana
IBM is behind this use case, there are customers that are novice or some reason are just getting started doing mobile. There is also those design developers that want to build a good prototype, before going to the next level of debugging (i.e. emulator, and real device) We currently have product

Re: Who Runs cordova.io?

2015-03-27 Thread Michael Brooks
Hi Dmitry, I own and pay for the cordova.io domain. When it comes to domains, the general rules within Apache are: 1. cordova.io URLs that point to official Apache resources (e.g. cordova.apache.org) must redirect to the official URL and not mask it. This ensures that the project is recognized

RE: Who Runs cordova.io?

2015-03-27 Thread Nikhil Khandelwal
Thanks, Michael for the detailed information. On a related note, who owns http://ci.cordova.io/ ? It seems to be running an old/stale version of medic + BuildBot. There is a newer version now hosted on Apache Infra but it's got a long url :

[GitHub] cordova-plugin-dialogs pull request: Fix CB-7734. Changed plugin t...

2015-03-27 Thread bau720123
Github user bau720123 commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/39#issuecomment-87159454 hi @shazron according to this https://github.com/doggy8088/Learn-Git-in-30-days seem everything fix done so...please help...how long