[GitHub] cordova-android pull request #337: CB-11935 Call onPause & onResume on WebVi...

2016-09-29 Thread spirann
GitHub user spirann opened a pull request: https://github.com/apache/cordova-android/pull/337 CB-11935 Call onPause & onResume on WebView Does a best-effort attempt to pause any processing that can be paused safely, such as animations and geolocation. Fix the poten

[GitHub] cordova-android pull request: CB-9343 Split the Content-Type to ob...

2015-07-23 Thread spirann
Github user spirann commented on the pull request: https://github.com/apache/cordova-android/pull/197#issuecomment-123995448 My ICLA has been filed. --- 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

[GitHub] cordova-android pull request: CB-9334 loop on CordovaPlugins befor...

2015-07-16 Thread spirann
Github user spirann commented on a diff in the pull request: https://github.com/apache/cordova-android/pull/195#discussion_r34771734 --- Diff: framework/src/org/apache/cordova/PluginManager.java --- @@ -381,15 +374,16 @@ public void onReset() { } Uri

[GitHub] cordova-android pull request: CB-9343 Split the Content-Type to ob...

2015-07-09 Thread spirann
GitHub user spirann opened a pull request: https://github.com/apache/cordova-android/pull/197 CB-9343 Split the Content-Type to obtain a clean mimetype This is a fix for https://issues.apache.org/jira/browse/CB-9343 If Content-Type contains a charset, only take the mimetype

[GitHub] cordova-android pull request: CB-9334 loop on CordovaPlugins befor...

2015-07-08 Thread spirann
GitHub user spirann opened a pull request: https://github.com/apache/cordova-android/pull/195 CB-9334 loop on CordovaPlugins before returning remapped Uri This is a fix for https://issues.apache.org/jira/browse/CB-9334 Because sometimes you need more than one plugin