[GitHub] cordova-plugin-device pull request #62: CB-12623: (android) access Context t...

2017-04-23 Thread dreifachstein
GitHub user dreifachstein opened a pull request: https://github.com/apache/cordova-plugin-device/pull/62 CB-12623: (android) access Context through webView.getContext() Android WebView can be created without an Activity. One use case is to create a WebView within a Service and

[GitHub] cordova-android pull request #385: CB-12835: add a Context getter in Cordova...

2017-06-11 Thread dreifachstein
GitHub user dreifachstein opened a pull request: https://github.com/apache/cordova-android/pull/385 CB-12835: add a Context getter in CordovaInterface A custom engine may live outside of the Activity's lifecycle and the Activity instance may not always be available. This g