[GitHub] cordova-plugin-inappbrowser pull request: On WP 8.0 `execScript` n...

2014-12-14 Thread durkiewicz
GitHub user durkiewicz opened a pull request: https://github.com/apache/cordova-plugin-inappbrowser/pull/75 On WP 8.0 `execScript` need to be used instead of `eval`. Executing `browser.InvokeScript("eval", new string[] { anyJsExpression })` on WP 8.0 ends up with an excep

[GitHub] cordova-plugin-file pull request: [CB-7927] Encoding data to bytes...

2014-12-02 Thread durkiewicz
GitHub user durkiewicz opened a pull request: https://github.com/apache/cordova-plugin-file/pull/95 [CB-7927] Encoding data to bytes instead of chars when writing a file. This solves: https://issues.apache.org/jira/browse/CB-7927 You can merge this pull request into a Git

[GitHub] cordova-plugin-geolocation pull request: Android unavailable gps

2014-12-02 Thread durkiewicz
Github user durkiewicz closed the pull request at: https://github.com/apache/cordova-plugin-geolocation/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-geolocation pull request: Android unavailable gps

2014-12-02 Thread durkiewicz
GitHub user durkiewicz opened a pull request: https://github.com/apache/cordova-plugin-geolocation/pull/34 Android unavailable gps You can merge this pull request into a Git repository by running: $ git pull https://github.com/durkiewicz/cordova-plugin-geolocation android

CB-7927

2014-11-10 Thread Kamil Durkiewicz
Hi, There is a bug in the File plugin that is quite severe from a point of view of a project I'm currently in: https://issues.apache.org/jira/browse/CB-7927 I've attached a patch file to the Jira issue. This fix is also available on my fork of the plugin: https://github.com/durkiewi