[GitHub] cordova-plugin-file-transfer pull request: CB-6503 allow file uplo...

2014-06-27 Thread clelland
Github user clelland commented on the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/27#issuecomment-47416739 @machenmusik, do you have an ICLA on file with the Apache foundation? I've reviewed this, and it looks good (other than a couple of minor ni

[GitHub] cordova-plugin-file-transfer pull request: CB-6503 allow file uplo...

2014-06-27 Thread clelland
Github user clelland commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/27#discussion_r14322195 --- Diff: src/android/FileTransfer.java --- @@ -315,8 +315,13 @@ public void run() { // Use a post method

[GitHub] cordova-plugin-file-transfer pull request: CB-6503 allow file uplo...

2014-06-27 Thread clelland
Github user clelland commented on a diff in the pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/27#discussion_r14322193 --- Diff: src/amazon/FileTransfer.java --- @@ -315,8 +315,12 @@ public void run() { // Use a post method.

Re: nodejitsu instance failing; can't test file-transfer

2014-06-27 Thread Ian Clelland
The app needed a full stop/start cycle (simple restart didn't do it), but it seems to be behaving better now. Thanks, Shaz. On Fri, Jun 27, 2014 at 10:52 PM, Ian Clelland wrote: > Thanks, I'll take a look > > > On Fri, Jun 27, 2014 at 10:49 PM, Shazron wrote: > >> Just sent you the creds thro

Re: nodejitsu instance failing; can't test file-transfer

2014-06-27 Thread Ian Clelland
Thanks, I'll take a look On Fri, Jun 27, 2014 at 10:49 PM, Shazron wrote: > Just sent you the creds through private email. > > On Friday, June 27, 2014, Ian Clelland wrote: > > > I'm seeing 502 responses from cordova-filetransfer.jitsu.com, the > instance > > that we use for testing file-trans

Re: nodejitsu instance failing; can't test file-transfer

2014-06-27 Thread Shazron
Just sent you the creds through private email. On Friday, June 27, 2014, Ian Clelland wrote: > I'm seeing 502 responses from cordova-filetransfer.jitsu.com, the instance > that we use for testing file-transfer, so I can't properly test a couple of > pull requests. > > Who manages that machine, a

nodejitsu instance failing; can't test file-transfer

2014-06-27 Thread Ian Clelland
I'm seeing 502 responses from cordova-filetransfer.jitsu.com, the instance that we use for testing file-transfer, so I can't properly test a couple of pull requests. Who manages that machine, and can they see what's up with it? (The error I see if I navigate there in a browser is "Reached max ret

RE: Platforms 3.6.0 release timeline

2014-06-27 Thread Parashuram Narasimhan (MS OPEN TECH)
As a part of the latest 3.5.0 release, we have pulled out support for Windows 8.1 universal apps. This requires a platform and a CLI update. Hence planning it for 3.6.0 release. Though Brian was looking at June for 3.6.0, my guess is that it will be more in July. Apart from Windows 8.1

Re: WKWebView for iOS8

2014-06-27 Thread Shazron
Broke the iOS 8 issue into sub-tasks: https://issues.apache.org/jira/browse/CB-7043 On Mon, Jun 16, 2014 at 8:20 AM, Shazron wrote: > Haven't yet - but from what I read - no. Something about requests being out > of process > > > On Monday, June 16, 2014, Andrew Grieve wrote: >> >> Awesome. >>

[GitHub] cordova-lib pull request: Tizen Support

2014-06-27 Thread surajpindoria
GitHub user surajpindoria opened a pull request: https://github.com/apache/cordova-lib/pull/47 Tizen Support Verified that the tests run successfully and fixed some jshint warnings @imhotep You can merge this pull request into a Git repository by running: $ git pull https://gi

[GitHub] cordova-lib pull request: CB-7045 improve plugman install (+spec)

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/46 --- 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-7045 improve plugman install (+spec)

2014-06-27 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/46 CB-7045 improve plugman install (+spec) You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-lib cb_7045 Alternatively you can rev

Re: Googlers off for Canada Day Mon & Tues

2014-06-27 Thread Brian LeRoux
most Adobe folk will be off the first week of July also! On Fri, Jun 27, 2014 at 1:26 PM, Andrew Grieve wrote: > Just as an FYI - we won't be around. >

Re: usenpm and old versions

2014-06-27 Thread Michal Mocny
Download logic is part of the CLI for convenience, but there have been several proposals to change this in the future. Either way, Mark already added the awesome feature: `cordova platform add /path/to/platform`, so you can already chose to fetch any version any way, and install it that way. I do

Googlers off for Canada Day Mon & Tues

2014-06-27 Thread Andrew Grieve
Just as an FYI - we won't be around.

[GitHub] cordova-plugin-inappbrowser pull request: Only Navigate *after* th...

2014-06-27 Thread ciaranj
Github user ciaranj commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/42#issuecomment-47395736 Meh, makes not odds to me if you merge it or not (there were no conflicts when I submitted it) I don't need the fix for anything I'm doing ;) Feel fre

[RESULT] [VOTE] Network information plugin release

2014-06-27 Thread Ian Clelland
The vote has now closed. The results are: Positive Binding Votes: 4 Ian Clelland Andrew Grieve Max Woghiren Shazron Abdullah Negative Binding Votes: None Other Votes: None The vote has passed. Thanks, everybody! On Fri, Jun 27, 2014 at 3:34 PM, Max Woghiren wrote: > +1 > >- verified si

Re: Stale documentation PR

2014-06-27 Thread Andrew Grieve
done! Thanks Martin. On Wed, Jun 25, 2014 at 3:05 AM, Martin Bektchiev < martin.bektch...@telerik.com> wrote: > Hi, > > I just noticed that this > pull request (Document CB-6344-and-CB-6698:< > https://github.com/Icenium/cordova-docs/commit/ac012d

[GitHub] cordova-plugin-statusbar pull request: Added javascript event on s...

2014-06-27 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4#issuecomment-47393316 Github says there are merge conflicts. Up to the PR submitter to resolve them first --- If your project is set up for it, you can reply to this email an

[GitHub] cordova-plugin-inappbrowser pull request: Only Navigate *after* th...

2014-06-27 Thread shazron
Github user shazron commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/42#issuecomment-47393202 Also Github says there are merge conflicts -- up to the PR submitter to resolve. --- If your project is set up for it, you can reply to this email a

Re: [VOTE] Network information plugin release

2014-06-27 Thread Shazron
+1 - verified signature & hash On Fri, Jun 27, 2014 at 12:34 PM, Max Woghiren wrote: > +1 > >- verified signature and hashes using `coho verify-archive` > > plugin-network-information-r0.2.10.zip signature and hashes verified. > > >- verified that the contents of the zip match the conten

Re: [VOTE] Network information plugin release

2014-06-27 Thread Max Woghiren
+1 - verified signature and hashes using `coho verify-archive` plugin-network-information-r0.2.10.zip signature and hashes verified. - verified that the contents of the zip match the contents of the repo at 07ff22accc using `diff -r` Only in [the network-information repo]: .git > O

Re: HTML5DevConf Intro talk slides & interview

2014-06-27 Thread Ajai Khattri
On Wed, May 28, 2014 at 04:27:24PM -0400, Lisa Seacat DeLuca wrote: > I received a wide range of questions following my session including basic > getting started Apache Cordova questions. the future direction of the > Apache Cordova project, or confusion in recognizing that Cordova is merely >

[GitHub] cordova-lib pull request: enable basic serve test

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-lib/pull/45 --- 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: enable basic serve test

2014-06-27 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/45 enable basic serve test You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-lib cb_7042 Alternatively you can review and apply th

Re: Platforms 3.6.0 release timeline

2014-06-27 Thread Victor Sosa
Thanks for responding. This clears my question :-D 2014-06-27 14:19 GMT-05:00 Shazron : > Victor, > See our 2.9.x backporting support > http://wiki.apache.org/cordova/2.9.x%20Support > 3.0 was released on July 19th 2013, so 6 months later on January 19th, > 2014 our support for 2.x issues ended.

Re: Platforms 3.6.0 release timeline

2014-06-27 Thread Shazron
Victor, See our 2.9.x backporting support http://wiki.apache.org/cordova/2.9.x%20Support 3.0 was released on July 19th 2013, so 6 months later on January 19th, 2014 our support for 2.x issues ended. On Wed, Jun 25, 2014 at 10:46 AM, Victor Sosa wrote: > Hello all. > > I'm not a committer, so the

[GitHub] cordova-plugin-media-capture pull request: CB-6944: Android: Fix f...

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

[GitHub] cordova-plugin-media-capture pull request: Add rim xml namespaces ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media-capture/pull/15 --- 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 i

[GitHub] cordova-plugin-vibration pull request: Added amazon-fireos platfor...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-vibration/pull/7 --- 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-plugin-network-information pull request: Fixed syntax erro...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-network-information/pull/6 --- 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,

[GitHub] cordova-plugin-vibration pull request: CB-6773 translation for vib...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-vibration/pull/13 --- 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 th

[GitHub] cordova-plugin-statusbar pull request: Comment out line 105: [self...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/5 --- 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-plugins pull request: Height of status bar added to webvie...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugins/pull/3 --- 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-plugin-network-information pull request: Port network test...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-network-information/pull/11 --- 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

[GitHub] cordova-plugin-splashscreen pull request: Plugin did not accept co...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/9 --- 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-media-capture pull request: Added amazon-fireos pla...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media-capture/pull/7 --- 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-inappbrowser pull request: Added amazon-fireos plat...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/13 --- 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-statusbar pull request: Fixed CalledFromWrongThread...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-statusbar/pull/10 --- 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 th

[GitHub] cordova-plugin-media-capture pull request: CB-6959] Port capture t...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media-capture/pull/19 --- 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 i

[GitHub] cordova-plugin-device-motion pull request: [CB-1388] Add reset() t...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-motion/pull/3 --- 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-camera pull request: Change private CameraLauncher....

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/23 --- 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 f

[GitHub] cordova-plugin-inappbrowser pull request: Fix for CB-5534

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/24 --- 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-media pull request: CB-5748 Make sure that Media.on...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/11 --- 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 fe

[GitHub] cordova-plugin-media pull request: [CB-1388] Add reset() to plugin...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/2 --- 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 fea

[GitHub] cordova-plugin-globalization pull request: CB-6962 globalization t...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-globalization/pull/12 --- 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 i

[GitHub] cordova-plugin-geolocation pull request: [CB-1388] Add reset() to ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/6 --- 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 t

[GitHub] cordova-plugin-inappbrowser pull request: CB-5536 Unicode triangle...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/20 --- 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-globalization pull request: Added amazon-fireos pla...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-globalization/pull/4 --- 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-inappbrowser pull request: fixed "CGContextSaveGSta...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/30 --- 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-inappbrowser pull request: Removed some iOS6 Deprec...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/19 --- 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-inappbrowser pull request: Update index.md

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/36 --- 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-inappbrowser pull request: Fix for StatusBar after ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/49 --- 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-inappbrowser pull request: Removed some iOS6 deprec...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/15 --- 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-device-motion pull request: [CB-1388] Add reset() t...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-motion/pull/4 --- 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-inappbrowser pull request: Fix to restore previous ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/21 --- 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-camera pull request: [iOS] Returns a specific error...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/24 --- 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 f

[GitHub] cordova-plugin-inappbrowser pull request: Removes elem...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/pull/17 --- 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-globalization pull request: Standardizing + Correct...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-globalization/pull/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 have this feature enabled and wishes so, or if

[GitHub] cordova-plugin-device-orientation pull request: Added amazon-fireo...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-orientation/pull/5 --- 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,

[GitHub] cordova-plugin-contacts pull request: Added support for amazon-fir...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/13 --- 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-plugin-dialogs pull request: Added amazon-fireos platform.

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-dialogs/pull/8 --- 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 f

[GitHub] cordova-plugin-device pull request: Update device.js

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device/pull/8 --- 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 fe

[GitHub] cordova-plugin-camera pull request: CB-6127 Spanish and French Tra...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/15 --- 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 f

[GitHub] cordova-plugin-geolocation pull request: Added amazon-fireos platf...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/10 --- 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-camera pull request: catch and ignore OutOfMemoryEr...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/3 --- 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 fe

[GitHub] cordova-plugin-device pull request: Retrieve mac address for devic...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device/pull/11 --- 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 f

[GitHub] cordova-plugin-device-motion pull request: Added amazon-fireos pla...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-device-motion/pull/7 --- 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-camera pull request: Add rim xml namespaces declara...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/pull/17 --- 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 f

[GitHub] cordova-plugin-dialogs pull request: Port notification tests to pl...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-dialogs/pull/21 --- 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-plugin-camera pull request: CB- 6958. Port camera test to ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-camera/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 f

[GitHub] cordova-plugin-contacts pull request: Switch Contact ID lookup to ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-contacts/pull/15 --- 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-plugin-geolocation pull request: Update GPSListener.java

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/pull/15 --- 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-statusbar pull request: Added javascript event on s...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/4#issuecomment-47389170 Change looks good to me. @phaitour - have you signed the Apache ICLA (can be done online): http://www.apache.org/licenses/#clas @shazron -

Re: Major Issue: Application often restarts when using Camera and Media Capture plugins.

2014-06-27 Thread Joe Bowser
There is probably nothing we can do about this. If your image is too large, or if you don't allow apps to run in the background, this will happen. We did have an issue but we closed it once it was mitigated. It was open for over 2 years at that point. We currently don't have plans to create our

[GitHub] cordova-plugin-inappbrowser pull request: [CB-6389] add clearsessi...

2014-06-27 Thread mbradshawabs
Github user mbradshawabs closed the pull request at: https://github.com/apache/cordova-plugin-inappbrowser/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,

[GitHub] cordova-plugin-inappbrowser pull request: [CB-6389] add clearsessi...

2014-06-27 Thread mbradshawabs
Github user mbradshawabs commented on the pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/34#issuecomment-47389019 It's already been released in the plugin, back in April. --- If your project is set up for it, you can reply to this email and have your reply a

[GitHub] cordova-plugin-statusbar pull request: add nice smooth fadein/fade...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/7#issuecomment-47388832 PR needs rebasing. --- 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 n

[GitHub] cordova-plugin-statusbar pull request: Fixed CalledFromWrongThread...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-statusbar/pull/10#issuecomment-47388724 Thanks for the fix. Looks like it was fixed on master recently though. --- If your project is set up for it, you can reply to this email and have your r

Re: Major Issue: Application often restarts when using Camera and Media Capture plugins.

2014-06-27 Thread Shazron
Not sure. It's best to file an issue at: http://issues.apache.org/jira/browse/CB ... so it can be tracked and evaluated by the devs, and you can be notified. Sign up here: https://issues.apache.org/jira/secure/Signup!default.jspa Thanks! On Tue, Jun 24, 2014 at 10:51 AM, Marc Syp wrote: > H

[GitHub] cordova-plugin-splashscreen pull request: Fix logic when setting t...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-splashscreen/pull/19 --- 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-vibration pull request: CB-6773 translation for vib...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-vibration/pull/13#issuecomment-47388601 Assuming this is merged and closing. --- 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] cordova-plugin-splashscreen pull request: CB-3562 Disable screen r...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/14#issuecomment-47388513 Definitely a good bug to have fixed. Could you clarify for me why the need for swizzling? Instead of just setting shouldAutorotate directly --- If y

Re: [CANCELLED][VOTE] Tools release

2014-06-27 Thread Ian Clelland
Josh, are you -1'ing a cancelled vote? Was this meant for the currently active vote thread, or the already-cancelled thread from Monday? On Fri, Jun 27, 2014 at 3:00 PM, Josh Soref wrote: > -1 on this release, `cordova serve` was broken. >

Re: Releasing contacts

2014-06-27 Thread Ian Clelland
That seems legitimate; I think we can delay for that. How long do you think it'll take to deal with it? On Fri, Jun 27, 2014 at 2:44 PM, Sergey Grebnov (Akvelon) < v-seg...@microsoft.com> wrote: > Hi Ian, > > I planned to take a look on CB-7003 navigator.contacts.pickContact picks > wrong conta

Re: [CANCELLED][VOTE] Tools release

2014-06-27 Thread Josh Soref
-1 on this release, `cordova serve` was broken.

[GitHub] cordova-plugin-splashscreen pull request: Add support for UILaunch...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/17#issuecomment-47387800 bump --- 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 th

[GitHub] cordova-plugin-splashscreen pull request: Fix logic when setting t...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-splashscreen/pull/19#issuecomment-47387715 Thanks for the fix! --- 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 d

[GitHub] cordova-plugin-network-information pull request: Port network test...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/11#issuecomment-47387288 Please open a new PR with not added to main plugin.xml. --- If your project is set up for it, you can reply to this email and have your reply

[GitHub] cordova-plugin-media-capture pull request: CB-5202 fix from lubogo...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-media-capture/pull/13#issuecomment-47387215 bump --- 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 t

[GitHub] cordova-plugin-media-capture pull request: CB-6944: Android: Fix f...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-media-capture/pull/18#issuecomment-47387136 Looks like this was fixed with #20, which i just merged. Thanks anyways! --- If your project is set up for it, you can reply to this email and have

[GitHub] cordova-lib pull request: CB-6879 fix cordova serve

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

2014-06-27 Thread jsoref
GitHub user jsoref opened a pull request: https://github.com/apache/cordova-lib/pull/44 CB-6879 fix cordova serve You can merge this pull request into a Git repository by running: $ git pull https://github.com/jsoref/cordova-lib cb_6879 Alternatively you can review and apply

[GitHub] cordova-plugin-media-capture pull request: CB-6959] Port capture t...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-media-capture/pull/19#issuecomment-47386709 Looks good, but as per the ML discussion we don't want tests to be included in the release version of the plugin. Please create a new PR with the tes

[GitHub] cordova-plugin-media-capture pull request: CB-6978 captureImage() ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media-capture/pull/20 --- 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 i

[GitHub] cordova-plugin-media pull request: Check if avSession.category is ...

2014-06-27 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-media/pull/17 --- 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 fe

RE: Releasing contacts

2014-06-27 Thread Sergey Grebnov (Akvelon)
Hi Ian, I planned to take a look on CB-7003 navigator.contacts.pickContact picks wrong contact on Android 4.3 and 4.4.3 versions" on Monday. It will be great if we can include this fix to release. https://issues.apache.org/jira/browse/CB-7003 Thx! Sergey -Original Message- From: iclell

[GitHub] cordova-plugin-media pull request: iOS play audio in background

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/12#issuecomment-47385999 bump --- 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 featu

[GitHub] cordova-plugin-media pull request: Android: avoid creating new Aud...

2014-06-27 Thread agrieve
Github user agrieve commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/6#issuecomment-47385929 bump --- 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 featur

Re: [VOTE] Network information plugin release

2014-06-27 Thread Frederico Galvão
I really want/need this plugin to come out with the fixes it has before monday, otherwise I'll have to apply the changes myself manually. I'd be great if we had this vote complete today. I appreciate the effort in advance. 2014-06-27 10:53 GMT-03:00 Ian Clelland : > Anyone else? > > (I'd love fo

  1   2   >