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

2014-09-11 Thread julio cesar sanchez
Oh, sorry, I though crosswalk and gecko webviews were coming to iOS too. About the WKWebView and UIWebView being the only renderers because the apple rule, ludei's cocoonjs uses their own renderer based on chromium

Re: Android: activityResultKeepRunning

2014-09-11 Thread Andrey Kurdumov
Hi, I periodically check how Crosswalk engine developed and seen that they land functionality which you are discussing today/yesterday https://github.com/crosswalk-project/crosswalk-cordova-android/pull/136 Maybe there make sense keep compatibility with them too. Or at least if timers would be pa

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-11 Thread Andrey Kurdumov
On the StackOverflow recently posted following question http://stackoverflow.com/questions/25798477/cordova-platform-add-android-shasum-error Looks like it is related to recent release 2014-09-12 5:39 GMT+06:00 Bryan Higgins : > I've pointed latest back to 3.5.0-0.2.7 for now. > > On Thu, Sep 11,

[GitHub] cordova-docs pull request: CB-7185 - Document MediaPlaybackAllowsA...

2014-09-11 Thread shazron
GitHub user shazron opened a pull request: https://github.com/apache/cordova-docs/pull/234 CB-7185 - Document MediaPlaybackAllowsAirPlay iOS preference Don't pull this in until WKWebView support is in cordova-ios. You can merge this pull request into a Git repository by running:

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-11 Thread Bryan Higgins
I've pointed latest back to 3.5.0-0.2.7 for now. On Thu, Sep 11, 2014 at 6:29 PM, Bryan Higgins wrote: > My inbox is getting flooded with reports of this issue: > > npm http 200 > https://registry.npmjs.org/cordova-blackberry10/-/cordova-blackberry10-3.6.1.tgz > Unable to fetch platform blackber

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

2014-09-11 Thread Shazron
Yes this is how it will work with WKWebView in iOS 8 (I've already coded it this way in a feature branch). Fall back is UIWebView. There is no other option available for iOS renderers (Apple rule), not sure what you are talking about. Only these two. On Thu, Sep 11, 2014 at 3:46 PM, julio cesar sa

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

2014-09-11 Thread julio cesar sanchez
the problem is WKWebView is only available on iOS 8, if you choose it, then on older versions you'll get UIWebView? maybe you want WKWebView if available, and then crosswalk or gecko intead UIWebView 2014-09-11 21:35 GMT+02:00 Shazron : > I'm thinking of the preference route for IAP, for iOS - on

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-11 Thread Bryan Higgins
My inbox is getting flooded with reports of this issue: npm http 200 https://registry.npmjs.org/cordova-blackberry10/-/cordova-blackberry10-3.6.1.tgz Unable to fetch platform blackberry10: Error: shasum check failed for /var/folders/dk/f9mzz67s72s0lzsv2b92ccwmgn/T/npm-28823-kUnITCqE/1410474423

plugin registry missing info from plugins.xml

2014-09-11 Thread Don Coleman
The plugins registry isn't listing platforms or the repository for my plugin. http://plugins.cordova.io/#/package/com.megster.cordova.ble https://github.com/don/cordova-plugin-ble-central/blob/master/plugin/plugin.xml I could use some help figuring out what the parser doesn't like with plugins.x

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Rodrigo Silveira
We're working on issues on Globalization and newtork-info plugins for firefoxos. ETA is to have fixes in by tomorrow. Thanks, Rodrigo. - Original Message - From: "Martin Gonzalez" To: dev@cordova.apache.org Sent: Thursday, September 11, 2014 1:32:48 PM Subject: Re: [DISCUSS] Plugins Rel

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Archana Naik
Ok guys thanks for all help. Looks like its a combination of test-framework and older kindle fire devices. Only running file tests I get few known failures on older devices but new devices they all pass. I am not too concerned about older device failures and happy that new device is passing all fil

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

2014-09-11 Thread rodms10
GitHub user rodms10 opened a pull request: https://github.com/apache/cordova-plugin-network-information/pull/19 Fix network information type exception on fxos 2 `navigator.connection` got removed from fxos 2, causing the plugin to crash when loading. Fixed by returning `UNKNOWN` wh

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Martin Gonzalez
Yeah using createmobilespec process, usually when I need to install only one plugin, I just modify cordova-mobile-spec\dependencies-plugin\plugin.xml and remove all other plugins except for plugin-test-framework, and the one that I need to test individually, which in this case is file plugin. The j

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Ian Clelland
You can easily add and remove the org.apache.cordova.*.tests plugins from a mobile-spec project (I did this earlier to isolate a test failure to the contacts tests) Remove a test suite: cordova plugin rm org.apache.cordova.contatcts.tests Remove all test suites: for plugin in `ls -d plugins/*

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Archana Naik
sure...Running only with file plugin inside mobilespec? or someother way? Where is jasmine report stored? On Thu, Sep 11, 2014 at 1:02 PM, Martin Gonzalez < martin.c.glez.g...@gmail.com> wrote: > Archana, can you test the file plugin without any other plugin present? > Also, can you provide the j

Re: [Vote] 3.6.1 Cadence Release 3rd attempt

2014-09-11 Thread Marcel Kinard
The vote has now closed. The results are: Positive Binding Votes: 4 Marcel Kinard Archana Naik Sergey Grebnov Bryan Higgins Negative Binding Votes: 0 The vote has passed. On Sep 8, 2014, at 3:40 PM, Marcel Kinard wrote: > Please review and vote on this 3.6.1 Cadence Release. > > (This inclu

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Martin Gonzalez
Archana, can you test the file plugin without any other plugin present? Also, can you provide the jasmine report? it can may be handy to take a look a it. We are discussing the file plugin failures cross all platforms in this Jira item: https://issues.apache.org/jira/browse/CB-7375 Thanks 2014-09

Re: NFC and IOS

2014-09-11 Thread Shazron
Yes, they have already released the payment API, we just want access to the "bare metal". On Thu, Sep 11, 2014 at 11:25 AM, julio cesar sanchez < jcesarmob...@gmail.com> wrote: > I think they'll just release the payment API and no NFC > > El miércoles, 10 de septiembre de 2014, Shazron > escribi

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

2014-09-11 Thread Shazron
I'm thinking of the preference route for IAP, for iOS - once we get the WKWebView support going, having a separate plugin for that seems too much trouble (and duplicating code). Maybe a pref like where value can be WKWebView, Crosswalk etc On Thu, Sep 11, 2014 at 12:00 PM, Ian Clelland wrote:

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

2014-09-11 Thread Frederico Galvão
I don't think that's what Chun meant, Ian. >From what I read, he's suggesting that the IAB plugin be based on the CordovaWebView instead of the pure WebView. Being able to later make it use the Crosswalk WebView is a side effect of the above, considering the pluggable webview implementation (cordo

Re: Incompatible changes on cordova-crosswalk-engine plugin

2014-09-11 Thread Ian Clelland
Yep, that's the message to take away from that post. There were some problems before, where it was near impossible to figure out what versions worked together, so I'm documenting the break for posterity here. On Thu, Sep 11, 2014 at 3:01 PM, Michal Mocny wrote: > TLDR; is update both if you upd

Re: Incompatible changes on cordova-crosswalk-engine plugin

2014-09-11 Thread Michal Mocny
TLDR; is update both if you update one? (Thats been my practice so far.) On Thu, Sep 11, 2014 at 2:42 PM, Ian Clelland wrote: > As a heads-up for anyone relying on cordova-crosswalk-engine (for upcoming > demos and such things), I've just landed a change there that relies on a > corresponding c

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

2014-09-11 Thread Ian Clelland
I think it sounds like it should be a new plugin, that you would install instead of IAP, and that depends on Crosswalk, rather than forcing the existing IAP plugin to require a separate webview. Or perhaps IAP should have a preference which determines which WebView it should instantiate, much like

Re: Android: activityResultKeepRunning

2014-09-11 Thread Andrew Grieve
I guess I can see the value of providing a safety option for "pause my app in the background", but in general I think it's better practice to not pause forcefully, and instead have apps listen to the "pause" event, and stop battery-draining activity there instead. So... let's keep the option in, an

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

2014-09-11 Thread Andrew Grieve
Makes sense that we should do this. On Thu, Sep 11, 2014 at 12:43 PM, Gao, Chun wrote: > Hi, > > I found there are some requirements for InAppBrowser plugin to support HTML5 > features > http://stackoverflow.com/questions/25613773/is-it-possible-to-force-cordova-inappbrowser-to-use-crosswalk-we

Incompatible changes on cordova-crosswalk-engine plugin

2014-09-11 Thread Ian Clelland
As a heads-up for anyone relying on cordova-crosswalk-engine (for upcoming demos and such things), I've just landed a change there that relies on a corresponding change in cordova-android. I merged in the external-whitelist changes from cordova-android/master to the 4.0.x branch earlier today, whi

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Bryan Higgins
The latest test runner does not work properly on BB10. The tests continue infinitely (thousands of specs so far) and the output slowly transitions from green to red. I'll revert to an older version to test this release. On Thu, Sep 11, 2014 at 1:42 PM, Sergey Grebnov (Akvelon) < v-seg...@microso

Re: NFC and IOS

2014-09-11 Thread julio cesar sanchez
I think they'll just release the payment API and no NFC El miércoles, 10 de septiembre de 2014, Shazron escribió: > Yeah, my guess is they didn't want to tip their hand in revealing Apple Pay > early nor the presence of NFC enabled iPhones, and the development of the > SDK had to be locked down

[GitHub] cordova-plugin-file pull request: CB-7423 encode path before attem...

2014-09-11 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/cordova-plugin-file/pull/78 --- 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-media pull request: Added fp.exists () false negati...

2014-09-11 Thread agamemnus
Github user agamemnus commented on the pull request: https://github.com/apache/cordova-plugin-media/pull/27#issuecomment-55302293 Actually, I am not entirely sure why ``FileInputStream fileInputStream = new FileInputStream(file)`` isn't used for the second case of ``Environment.getExt

[GitHub] cordova-plugin-globalization pull request: [BlackBerry10] Allow an...

2014-09-11 Thread lyonplus
GitHub user lyonplus opened a pull request: https://github.com/apache/cordova-plugin-globalization/pull/23 [BlackBerry10] Allow any numeric type as date in dateToString method. You can merge this pull request into a Git repository by running: $ git pull https://github.com/bla

RE: [DISCUSS] Plugins Release

2014-09-11 Thread Sergey Grebnov (Akvelon)
Could someone also review/merge the following PRs. Thanks in advance! https://github.com/apache/cordova-plugin-contacts/pull/43 https://github.com/apache/cordova-plugin-contacts/pull/44 https://github.com/apache/cordova-plugin-media/pull/26 https://github.com/apache/cordova-plugin-media-captur

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Ian Clelland
I've seen the same thing with the new test runner.. it appears that the framework itself is rather fragile, and certain things, like calling done() twice within a test, will cause the whole test runner to go wonky. The file tests did this a couple of weeks ago, and I resolved it with CB-7431; I wa

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Archana Naik
I am not sure if they are blockers. Mostly not. I am seeing about 12 failures. spec 83, 84, 100,104,105,106108,110,113,114116,125,126127,128. I am also seeing weird thing about mobilespec reporting the failures. It reports each failure twice and runs the whole autotests twice. On top window i see "

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Martin Gonzalez
Hi Archana, which specs or what kind of failures are you getting over amazon-fireOs? is there any Jira Item related to that? 2014-09-11 12:02 GMT-05:00 Marcel Kinard : > Archana, do you think these are a blocker? If so, what would be your time > estimate to get them fixed? > > On Sep 11, 2014, at

Is there any plan to make InAppBrowser plugin based on CordovaWebView

2014-09-11 Thread Gao, Chun
Hi, I found there are some requirements for InAppBrowser plugin to support HTML5 features http://stackoverflow.com/questions/25613773/is-it-possible-to-force-cordova-inappbrowser-to-use-crosswalk-webview . As InAppBrowser plugin is implemented based on android WebView component, lots of HTML5

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Marcel Kinard
Archana, do you think these are a blocker? If so, what would be your time estimate to get them fixed? On Sep 11, 2014, at 12:00 PM, Archana Naik wrote: > With latest tests in plugins, I am seeing many failures on amazon-fireos > esp in file tests. I would like to fix those if possible.

[GitHub] cordova-plugin-media pull request: Added fp.exists () false negati...

2014-09-11 Thread agamemnus
GitHub user agamemnus opened a pull request: https://github.com/apache/cordova-plugin-media/pull/27 Added fp.exists () false negative shield. The Media API doesn't account for cases where fp.exists() may provide a false negative. (For example, APK expansions...) Cosmetic: I

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Archana Naik
With latest tests in plugins, I am seeing many failures on amazon-fireos esp in file tests. I would like to fix those if possible. On Thu, Sep 11, 2014 at 8:41 AM, Marcel Kinard wrote: > Merged. > > On Sep 11, 2014, at 10:50 AM, Gorkem Ercan wrote: > > > Could you also take a look at this PR[1]

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Marcel Kinard
Merged. On Sep 11, 2014, at 10:50 AM, Gorkem Ercan wrote: > Could you also take a look at this PR[1] and jira[2] for the contacts > plugin > it is a simple typo but it is ruining one of our demos. > > [1] https://github.com/apache/cordova-plugin-contacts/pull/45 > [2] https://issues.apache.org

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

2014-09-11 Thread cmarcelk
Github user cmarcelk commented on the pull request: https://github.com/apache/cordova-plugin-contacts/pull/45#issuecomment-55283012 Merged. Thanks for your contribution! --- 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-contacts pull request: CB-7523 Fixing "ContactField...

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

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Marcel Kinard
I'd like to start a vote tomorrow for a plugins release, so last call for commits / merges. If there are blockers, please reply here. On Sep 9, 2014, at 10:01 AM, Marcel Kinard wrote: > Then I would suggest that folks work on the outstanding pull requests for the > plugins, such as merging in

Re: [DISCUSS] Plugins Release

2014-09-11 Thread Gorkem Ercan
Could you also take a look at this PR[1] and jira[2] for the contacts plugin it is a simple typo but it is ruining one of our demos. [1] https://github.com/apache/cordova-plugin-contacts/pull/45 [2] https://issues.apache.org/jira/browse/CB-7523 -- Gorkem On Wed, Sep 10, 2014 at 6:10 PM, Shazron

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

2014-09-11 Thread ibuziuk
GitHub user ibuziuk opened a pull request: https://github.com/apache/cordova-plugin-contacts/pull/45 CB-7523 Fixing "ContactFieldType" error in the config.xml You can merge this pull request into a Git repository by running: $ git pull https://github.com/ibuziuk/cordova-plugin

[GitHub] cordova-plugin-inappbrowser pull request: Added option to disable/...

2014-09-11 Thread jellekralt
GitHub user jellekralt opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/60 Added option to disable/enable zoom controls Hi there, I've added an option to disable / enable the InAppBrowsers' zoom controls. The option can be passed in the same

[GitHub] cordova-windows pull request: CB-7520 Add MRT image support for Wi...

2014-09-11 Thread sgrebnov
GitHub user sgrebnov opened a pull request: https://github.com/apache/cordova-windows/pull/45 CB-7520 Add MRT image support for Windows platform icons https://issues.apache.org/jira/browse/CB-7520 You can merge this pull request into a Git repository by running: $ git pull http

[GitHub] cordova-windows pull request: CB-7452 Windows. Rewrite ApplyPlatfo...

2014-09-11 Thread sgrebnov
Github user sgrebnov commented on the pull request: https://github.com/apache/cordova-windows/pull/42#issuecomment-55228515 Merged to master after high level review done by Jesse. Closing... --- If your project is set up for it, you can reply to this email and have your reply appear o

[GitHub] cordova-windows pull request: CB-7452 Windows. Rewrite ApplyPlatfo...

2014-09-11 Thread sgrebnov
Github user sgrebnov closed the pull request at: https://github.com/apache/cordova-windows/pull/42 --- 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 featu

RE: [GitHub] cordova-windows pull request: CB-7452 Windows. Rewrite ApplyPlatfo...

2014-09-11 Thread Sergey Grebnov (Akvelon)
Hi Jesse, thank you for update and review! Sergey -Original Message- From: purplecabbage [mailto:purplecabb...@gmail.com] Sent: Thursday, September 11, 2014 7:20 AM To: dev@cordova.apache.org Subject: Re: [GitHub] cordova-windows pull request: CB-7452 Windows. Rewrite ApplyPlatfo... Hi