[GitHub] cordova-android pull request: CB-7575 Fixes 'run' failure with --n...

2014-09-24 Thread vladimir-kotikov
Github user vladimir-kotikov commented on the pull request: https://github.com/apache/cordova-android/pull/121#issuecomment-56780889 Closing since not actual --- 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

[GitHub] cordova-android pull request: CB-7575 Fixes 'run' failure with --n...

2014-09-24 Thread vladimir-kotikov
Github user vladimir-kotikov closed the pull request at: https://github.com/apache/cordova-android/pull/121 --- 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

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758804 Added an issue for this PR: https://issues.apache.org/jira/browse/CB-7633 --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758706 https://issues.apache.org/jira/browse/CB-7632 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub

[GitHub] cordova-plugin-splashscreen pull request: Added support for iPhone...

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/26#issuecomment-56758000 From here: http://stackoverflow.com/a/25960203 Adding this key below to Info.plist should support the old default naming schemes, plus the new iPh

Re: introduction

2014-09-24 Thread Andrew Grieve
Woohoo! Welcome Kirk! On Wed, Sep 24, 2014 at 7:03 PM, Steven Gill wrote: > Welcome Kirk! > > On Wed, Sep 24, 2014 at 4:01 PM, Kirk Shoop (MS OPEN TECH) < > kirk.sh...@microsoft.com> wrote: > > > Hi! > > > > I work for Microsoft Open Technologies. I have been watching for a while > > but I am lo

Re: introduction

2014-09-24 Thread Steven Gill
Welcome Kirk! On Wed, Sep 24, 2014 at 4:01 PM, Kirk Shoop (MS OPEN TECH) < kirk.sh...@microsoft.com> wrote: > Hi! > > I work for Microsoft Open Technologies. I have been watching for a while > but I am looking forward to contributing. I am pretty new to JavaScript and > Cordova so I am quite happ

introduction

2014-09-24 Thread Kirk Shoop (MS OPEN TECH)
Hi! I work for Microsoft Open Technologies. I have been watching for a while but I am looking forward to contributing. I am pretty new to JavaScript and Cordova so I am quite happy to be learning something new as I contribute. Kirk Software Design Engineer Microsoft Open Technologies, Inc. MS

Re: What's Stopping us From Independent Platform Releases

2014-09-24 Thread Steven Gill
Sounds good to me regarding docs. I am going to start pushing my changes to cordova-js, cordova-lib, and cordova-coho now. I am planning on testing out the process for indy releases by doing a release for the browser platform. I will start up a discuss thread when I am ready to do that. -Steve O

Re: Next Cordova Release

2014-09-24 Thread Carlos Santana
yes now it's the time to keep the train running, as for cordova hook it's a tool feature compatible with 3.6.x platforms. I would deliver in cordova-lib 3.6.x train. let's keep the train of releases keep running at their own pace On Wed, Sep 24, 2014 at 5:18 PM, Steven Gill wrote: > I think thi

Re: Next Cordova Release

2014-09-24 Thread Steven Gill
I think this is a good time to test out independent platform releases! Let me know when you are ready to release either of those fixes and I can work with you to get it out! -Steve On Wed, Sep 24, 2014 at 11:53 AM, Archana Naik wrote: > Wow...good to know we are already starting about next rel

Re: out-of-the-office calendar

2014-09-24 Thread Steven Gill
Done On Wed, Sep 24, 2014 at 12:38 PM, Shazron wrote: > Please add me as well - shazron at gmail > > On Wed, Sep 24, 2014 at 6:54 AM, Josh Soref wrote: > > > You can add me too. > > > > Starting with Tomorrow and Friday. > > > > Sent from my BlackBerry 10 smartphone. > > Original Message > >

Re: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Carlos Santana
Adding to Joe's remarks. Don't let minSDK and targetSDK confuse you. More info here: http://developer.android.com/guide/topics/manifest/uses-sdk-element.html Your app running on a device using API 17 should be OK if you use the Cordova defaults (i.e. target 19, min 10) because 17 is between 10 and

Re: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Joe Bowser
I've said this 1000 times, and I'll say it again. Cordova is compiled to the latest API level, and works on Android 2.3 to 4.4.3. It even works on L, but we recommend building with the latest stable API level, which API 19. When we say it's backwards compatible, we mean that you can run this on

[GitHub] cordova-ios pull request: Add component.json

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/101#issuecomment-56732373 Please close this. New pull requests always go in master (#102 is for master). --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-ios pull request: Add component.json

2014-09-24 Thread sankargorthi
Github user sankargorthi commented on the pull request: https://github.com/apache/cordova-ios/pull/102#issuecomment-56732042 I'm guessing you might need both as there are two mainline branches. Please close the one you feel is not relevant. --- If your project is set up for it, you c

RE: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Mark E. Scott Jr.
I can't find any way to get it to work without having API level 19 or greater installed. It doesn't appear to be backwards compatible to 10 like the platform guide for android indicates. I simplified things such that I only had a single API level present, that being 17. Mark -Original Me

Re: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Brian LeRoux
NEVER LET IT HAPPEN AGAIN (jk) np, Mark. also: API level should be backwards compat so having at 19 means 17 *should* work but please let us know if not! On Wed, Sep 24, 2014 at 12:54 PM, Mark E. Scott Jr. wrote: > Apologies for this, I misread the mailing list text at > http://cordova.apache.

RE: Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Mark E. Scott Jr.
Apologies for this, I misread the mailing list text at http://cordova.apache.org/#mailing-list, didn't realize that this was for development of Cordova, not developing with Cordova. Mark -Original Message- From: Mark E. Scott Jr. [mailto:msc...@scott-usa.com] Sent: Wednesday, September

Confused about Android API level and Cordova, does it support anything less than 19

2014-09-24 Thread Mark E. Scott Jr.
So, If I have android API 19 installed, everything works fine, I can execute the command "cordova platform add android". However, to support the Galaxy S 3 devices we have for test, I need API level 17. According to the Cordova docs for 3.5.0

[GitHub] cordova-ios pull request: Remove duplicate reference to the same l...

2014-09-24 Thread lyonplus
Github user lyonplus commented on the pull request: https://github.com/apache/cordova-ios/pull/106#issuecomment-56726607 shazron: thanks so much and sorry for not having done it myself! --- If your project is set up for it, you can reply to this email and have your reply appear on Git

Re: out-of-the-office calendar

2014-09-24 Thread Shazron
Please add me as well - shazron at gmail On Wed, Sep 24, 2014 at 6:54 AM, Josh Soref wrote: > You can add me too. > > Starting with Tomorrow and Friday. > > Sent from my BlackBerry 10 smartphone. > Original Message > From: Marcel Kinard > Sent: Wednesday, September 24, 2014 9:52 AM > To: dev@c

[GitHub] cordova-ios pull request: CB-7493 Adds test-build command to packa...

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/103#issuecomment-56724597 Thanks! I'm wondering if we should have a proper test script, so we can add more tests (like running CordovaLibTests unit tests) --- If your project is set up for i

[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-56724224 @laucel it should work. Try in a new project, and make sure you have the correct statusbar plugin installed, it should be the latest code from github. I

[GitHub] cordova-ios pull request: Add component.json

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/102#issuecomment-56724002 Hi, which pull request is the correct one, #101 or this one? --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub a

[GitHub] cordova-ios pull request: Remove duplicate reference to the same l...

2014-09-24 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-ios/pull/106#issuecomment-56723894 Per CONTRIBUTING.md, a JIRA issue should have been filed. I have filed it for you: https://issues.apache.org/jira/browse/CB-7627 --- If your project is set up for i

Re: Next Cordova Release

2014-09-24 Thread Archana Naik
Wow...good to know we are already starting about next releases...We are still testing 3.6.3 here. :) And yes, Parashuram if something is fixed in android we would like to adopt in amazon-fireos as well. Archana On Wed, Sep 24, 2014 at 11:34 AM, Parashuram Narasimhan (MS OPEN TECH) < panar...@mic

Next Cordova Release

2014-09-24 Thread Parashuram Narasimhan (MS OPEN TECH)
Marcel, thank you for driving the Cordova tools release - 3.6.3. There are a few bugs that we discovered in this release that we would like to fix. These are not major to require a full major version bump, but regressions that should be fixed. The bugs we would like to get into a release are 1

[GitHub] cordova-lib pull request: CB-7572 Serve - respond with 304 when re...

2014-09-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/88 --- 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-4731] avoid duplicates when merging ...

2014-09-24 Thread gorkem
GitHub user gorkem opened a pull request: https://github.com/apache/cordova-lib/pull/91 [CB-4731] avoid duplicates when merging arrays removes duplicate entries from arrays when modifying plist files You can merge this pull request into a Git repository by running: $ git pu

[GitHub] cordova-wp8 pull request: CB-7616 partial match support for --targ...

2014-09-24 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-wp8/pull/59 CB-7616 partial match support for --target This change allows using partial string when specifying target device/emulator via --target param, for example cordova run wp8 --target="WVGA

[GitHub] cordova-windows pull request: CB-7617 partial match support for --...

2014-09-24 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-windows/pull/47 CB-7617 partial match support for --target This change allows using partial string when specifying target device/emulator via --target param, for example cordova run windows --targ

[GitHub] cordova-ios pull request: Remove duplicate reference to the same l...

2014-09-24 Thread lyonplus
GitHub user lyonplus opened a pull request: https://github.com/apache/cordova-ios/pull/106 Remove duplicate reference to the same libCordova.a. libCordova.a has already been referred to as a framework, no need to force_load it again. Normally it is OK to refer to libCord

Re: out-of-the-office calendar

2014-09-24 Thread Josh Soref
You can add me too. Starting with Tomorrow and Friday. Sent from my BlackBerry 10 smartphone. Original Message From: Marcel Kinard Sent: Wednesday, September 24, 2014 9:52 AM To: dev@cordova.apache.org Reply To: dev@cordova.apache.org Subject: out-of-the-office calendar I like the idea. You c

out-of-the-office calendar

2014-09-24 Thread Marcel Kinard
I like the idea. You can add me to it. On Aug 28, 2014, at 6:16 PM, Steven Gill wrote: > I have also created a calendar to keep track of Cordova Committers > Vacation. You can see it at > https://www.google.com/calendar/embed?src=MWkzbnA1ZDg2ZjlyZ29iamI2dDk1OGZhOGtAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLm

[GitHub] cordova-plugin-dialogs pull request: Support for Android old devic...

2014-09-24 Thread miqmago
Github user miqmago commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/31#issuecomment-56658932 I'm sorry to be a noob in this pull-requests working method... What does it mean? I've forked version 0.2.10-dev and it's working on Android 2.3.6

[GitHub] cordova-plugin-dialogs pull request: Support for Android old devic...

2014-09-24 Thread idreamussr
Github user idreamussr commented on the pull request: https://github.com/apache/cordova-plugin-dialogs/pull/31#issuecomment-56657879 tested on android 2.3.4 HTC sence worked version 0.2.7 failed versions version 0.2.9- 0.2.10 D/dalvikvm(14615): VFY: dead code 0x000c-0

[GitHub] cordova-plugin-statusbar pull request: ios 8 landscape issue

2014-09-24 Thread laucel
Github user laucel commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/15#issuecomment-56636148 @shazron this patch is not fixing the issue for me, still having the status bar with wrong size. These are my preferences: