[GitHub] cordova-plugin-contacts pull request: CB-7523 Fixing "ContactField...

2014-09-12 Thread ibuziuk
Github user ibuziuk commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/45#issuecomment-55368631 @cmarcelk could you possibly comment CB-7523 - https://issues.apache.org/jira/browse/CB-7523 --- If your project is set up for it, you can reply to this

[GitHub] cordova-plugin-network-information pull request: Fix network infor...

2014-09-12 Thread zalun
Github user zalun commented on a diff in the pull request: https://github.com/apache/cordova-plugin-network-information/pull/19#discussion_r17470520 --- Diff: src/firefoxos/NetworkProxy.js --- @@ -34,8 +34,16 @@ module.exports = { getConnectionInfo: function(successCal

[GitHub] cordova-plugin-network-information pull request: Fix network infor...

2014-09-12 Thread zalun
Github user zalun commented on the pull request: https://github.com/apache/cordova-plugin-network-information/pull/19#issuecomment-55381961 r+ --- 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-plugin-globalization pull request: CB-7515 Hold the inform...

2014-09-12 Thread zalun
GitHub user zalun opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/24 CB-7515 Hold the information if L10n was ready before. You can merge this pull request into a Git repository by running: $ git pull https://github.com/zalun/cordova-plugin-g

[GitHub] cordova-plugin-globalization pull request: CB-7515 Hold the inform...

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

[GitHub] cordova-plugin-media pull request: CB-7531 Fixes play() failure af...

2014-09-12 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-media/pull/28 CB-7531 Fixes play() failure after release() call Fix for https://issues.apache.org/jira/browse/CB-7531 You can merge this pull request into a Git repository by running: $

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-12 Thread Marcel Kinard
See https://issues.apache.org/jira/browse/CB-7526 Looks like a do-over. On Sep 12, 2014, at 1:28 AM, Andrey Kurdumov wrote: > On the StackOverflow recently posted following question > http://stackoverflow.com/questions/25798477/cordova-platform-add-android-shasum-error > Looks like it is relate

Re: Android: activityResultKeepRunning

2014-09-12 Thread Ian Clelland
The patch that they applied was actually taken from the Cordova-crosswalk-engine plugin, so in this case, they're keeping up with us :) And yeah, once we get this all sorted out, it should be documented. On Fri, Sep 12, 2014 at 1:55 AM, Andrey Kurdumov wrote: > Hi, > > I periodically check how

[GitHub] cordova-plugin-file-transfer pull request: CB-7529 CB-7532 File tr...

2014-09-12 Thread vladimir-kotikov
GitHub user vladimir-kotikov opened a pull request: https://github.com/apache/cordova-plugin-file-transfer/pull/43 CB-7529 CB-7532 File transfer plugin improvements for windows This includes fixes for https://issues.apache.org/jira/browse/CB-7529 and https://issues.apache.org/jira/b

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread Ian Clelland
On Fri, Sep 12, 2014 at 2:23 AM, julio cesar sanchez wrote: > About the WKWebView and UIWebView being the only renderers because the > apple rule, ludei's cocoonjs uses their own renderer based on chromium > Do you have a source for that claim? It would be incredibly cool (and maybe even possibl

RE: [DISCUSS] Plugins Release

2014-09-12 Thread Vladimir Kotikov (Akvelon)
Two more PRs: https://github.com/apache/cordova-plugin-media/pull/28 https://github.com/apache/cordova-plugin-file-transfer/pull/43 > Could someone also review/merge the following PRs. Thanks in advance! +1 --- Best regards, Vladimir -Original Message- From: Sergey Grebno

Re: [DISCUSS] Plugins Release

2014-09-12 Thread Michal Mocny
Jason Chase also added checkboxes to the test framework to toggle tests on/off, which should work. If the mere existence of the plugin is a problem, you will need to actually remove it. On Thu, Sep 11, 2014 at 4:35 PM, Ian Clelland wrote: > You can easily add and remove the org.apache.cordova.*

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread julio cesar sanchez
I was talking about the now called canvas+ I saw an interview to one of the programmers in february, and he refered to it as "our home made web browser", but according to the doc it's a javascript interpreter, so it's not really a webview (can't really display html elements, just translates javascr

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread julio cesar sanchez
Anyway, reading the app store policies - 2.17 Apps that browse the web must use the iOS WebKit framework and WebKit Javascript Technically we don't browse the web, that should apply to InAppBrowser plugin only

[GitHub] cordova-plugin-network-information pull request: Fix network infor...

2014-09-12 Thread rodms10
Github user rodms10 commented on a diff in the pull request: https://github.com/apache/cordova-plugin-network-information/pull/19#discussion_r1747 --- Diff: src/firefoxos/NetworkProxy.js --- @@ -34,8 +34,16 @@ module.exports = { getConnectionInfo: function(successC

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-12 Thread Marcel Kinard
I just finished moving the "latest" tag in npm to the 3.5.x version of platforms and tools, following on what Bryan did yesterday. Shouldn't matter since the CLI does pinning, but better to be consistent. Here is my plan to deal with CB-7526, basically a do-over: 0) uninstall node v0.11 from my

Re: Android: activityResultKeepRunning

2014-09-12 Thread Joe Bowser
After testing this again for sanity, we should probably kill this option. I don't like it (in fact I hate it), but resumeTimers doesn't actually resume the timers on KitKat, and since other browsers may not even support this, we have to add a bunch of buggy Javascript that will be prone to breakin

Re: Android: activityResultKeepRunning

2014-09-12 Thread Andrew Grieve
On Fri, Sep 12, 2014 at 1:02 PM, Joe Bowser wrote: > After testing this again for sanity, we should probably kill this option. > I don't like it (in fact I hate it), but resumeTimers doesn't actually > resume the timers on KitKat, and since other browsers may not even support > this, we have to a

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-12 Thread Andrew Grieve
Sounds awful, but I have no better ideas. We might in the future consider pinning CLI to download 3.6.x so that it will automatically pick up point releases for times like this. Don't think the logic's i there now for that though. On Fri, Sep 12, 2014 at 12:42 PM, Marcel Kinard wrote: > I just f

Re: Android: activityResultKeepRunning

2014-09-12 Thread Archana Naik
We have tested this behavior and in fact AmazonWebView which was and is always based on chromium, we recommend to pause/resume timers in order to manage resources. On Fri, Sep 12, 2014 at 10:21 AM, Andrew Grieve wrote: > On Fri, Sep 12, 2014 at 1:02 PM, Joe Bowser wrote: > > After testing this

Question on onResume() of CordovaActivity()

2014-09-12 Thread Archana Naik
Hi, Joe Is there any reason for this code in CordovaActivity's onResume() method? if (this.activityState == ACTIVITY_STARTING) { this.activityState = ACTIVITY_RUNNING; return; } This code introduced a bug in our webview which is based of Chromium V34. Archana

Re: Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-12 Thread Ian Clelland
Technically we could browse the web, though. Just setting https://www.google.com/"; /> in your config.xml is enough to turn your app into a general-purpose Cordova-enabled web browser. That's what I mean by a "strict reading", though: A properly-sandboxed Cordova application should be a

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-12 Thread Marcel Kinard
On Sep 12, 2014, at 1:26 PM, Andrew Grieve wrote: > We might in the future consider pinning CLI to download 3.6.x so that > it will automatically pick up point releases for times like this. > Don't think the logic's i there now for that though. We don't frequently do point releases, but I still

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-12 Thread Shazron
+1 for Andrew's idea, makes sense. On Fri, Sep 12, 2014 at 11:06 AM, Marcel Kinard wrote: > > On Sep 12, 2014, at 1:26 PM, Andrew Grieve wrote: > > > We might in the future consider pinning CLI to download 3.6.x so that > > it will automatically pick up point releases for times like this. > > D

[GitHub] cordova-plugin-dialogs pull request: CB-7538 Android beep thread f...

2014-09-12 Thread dpeacock
GitHub user dpeacock opened a pull request: https://github.com/apache/cordova-plugin-dialogs/pull/33 CB-7538 Android beep thread fix Beep now executes in it's own thread. It was previously executing in the main UI thread which was causing the application to lock up will the beep wa

RE: New project vs.

2014-09-12 Thread Vladimir Kotikov (Akvelon)
Bumping this again. Can anyone pls. review following PRs: https://github.com/apache/cordova-cli/pull/192 https://github.com/apache/cordova-lib/pull/84 https://github.com/apache/cordova-android/pull/118 This is an implementation for CB-7231 “Provide more control over CordovaProjectNa

Re: New project vs.

2014-09-12 Thread Josh Soref
I thought the initial plan was to just standardize on a safe name, and worry about the other variation later... On 9/12/14, 2:59 PM, "Vladimir Kotikov (Akvelon)" wrote: >Bumping this again. > >Can anyone pls. review following PRs: >https://github.com/apache/cordova-cli/pull/192 >https://

Re: Android: activityResultKeepRunning

2014-09-12 Thread Joe Bowser
On Fri, Sep 12, 2014 at 10:21 AM, Andrew Grieve wrote: > On Fri, Sep 12, 2014 at 1:02 PM, Joe Bowser wrote: > > After testing this again for sanity, we should probably kill this option. > > I don't like it (in fact I hate it), but resumeTimers doesn't actually > > resume the timers on KitKat, a

Re: Android: activityResultKeepRunning

2014-09-12 Thread Joe Bowser
On Fri, Sep 12, 2014 at 10:34 AM, Archana Naik wrote: > We have tested this behavior and in fact AmazonWebView which was and is > always based on chromium, we recommend to pause/resume timers in order to > manage resources. > So, it works on the Amazon Chromium build? The more things change, th

RE: New project vs.

2014-09-12 Thread Parashuram Narasimhan (MS OPEN TECH)
To standardize, could we not need a param name, and set the Main class name in Android to something static always - say CordovaApp? The only problem would be in debugging where the activity name would be same. -Original Message- From: Josh Soref [mailto:jso...@blackberry.com] Sent: Fri

Want to join the Apache Cordova Open Source Developer Community

2014-09-12 Thread Ankit Tekriwal
Hi Everyone, I am Ankit Kumar Tekriwal from Bangalore, India. I am currently working in Adobe Systems India Pvt. Ltd. as a software engineer( White box tester). >From past a few months I have been thinking to contribute on open source development. Today I was going through the open source communi

Cordova Meetup @ Google Berlin

2014-09-12 Thread Ian Clelland
Since it appears that PhoneGapDayEU has been postponed, and there are several of us already committed to going to Berlin, we (Google) figured that we might take the opportunity to host a Cordova / PhoneGap meetup in our Berlin office, on the original conference dates. I've put up a quick site here

Re: Cordova Meetup @ Google Berlin

2014-09-12 Thread Joe Bowser
Sadly, I already pulled the plug on my Berlin trip yesterday. Perhaps this would make more sense in San Francisco next month. On Fri, Sep 12, 2014 at 1:43 PM, Ian Clelland wrote: > Since it appears that PhoneGapDayEU has been postponed, and there are > several of us already committed to going t

Re: Cordova Meetup @ Google Berlin

2014-09-12 Thread Michal Mocny
3 Googlers have non refundable tickets, and probably there are a few others who are already too excited about oktoberfest to back out ;) Anyway, Ian found a meetup was already being organized spontaneously ( www.meetup.com/Hybrid-Mobile-App-Meetup-Berlin/events/206658982/), so Andrew secured a roo

Re: Cordova Meetup @ Google Berlin

2014-09-12 Thread Archana Naik
Wow!! This is a news to me...When did it get rescheduled? Is it happening at all? On Fri, Sep 12, 2014 at 1:52 PM, Michal Mocny wrote: > 3 Googlers have non refundable tickets, and probably there are a few others > who are already too excited about oktoberfest to back out ;) > > Anyway, Ian foun

Re: Cordova Meetup @ Google Berlin

2014-09-12 Thread Ian Clelland
It's not phonegapday -- we definitely don't have the organization to throw together a whole conference in < 2 weeks :) I expect it'll be a less formal meetup, with presentations, and a chance to get together and hang out with other devs, and hopefully some contributors. On Friday, September 12, 2

Re: Cordova Meetup @ Google Berlin

2014-09-12 Thread Ian Clelland
On Friday, September 12, 2014, Archana Naik wrote: > Wow!! This is a news to me...When did it get rescheduled? Is it happening > at all? And, re-reading your message, I realize you probably didn't see what prompted this: I only saw yesterday, on pgday.phonegap.com, that the European conference

[Vote] 3.6.3 Cadence Release

2014-09-12 Thread Marcel Kinard
Please review and vote on this 3.6.3 Cadence Release. This 3.6.3 version is another attempt to publish 3.6.0 into the write-once npm registry after having issues during the publish step. 3.6.1 passed vote and was published to dist.a.o, but was not successful in getting published to npm. So this

Re: [DISCUSS] Plugins Release

2014-09-12 Thread Marcel Kinard
I was hoping to get this started today, but the 3.6.3 cadence release sucked up my time, and it looked like there were a few pull requests still desiring review. So I'd like to package up an RC and start a vote for a plugins release Monday afternoon EDT. On Sep 11, 2014, at 10:53 AM, Marcel Kin