Steve Gill
6c80f58e2a
Set VERSION to 5.2.2 (via coho)
2016-07-26 14:57:28 -07:00
Vladimir Kotikov
cbed234069
CB-11550 Set VERSION to 5.2.1 (via coho)
2016-07-11 13:43:57 +03:00
Vivek Kiran
8416c4e5e9
CB-11481: android-library is deprecated use com.android.library instead
2016-07-11 13:11:03 +03:00
Steve Gill
97ce7dd417
Set VERSION to 5.2.0 (via coho)
2016-06-29 12:51:05 -07:00
Tony Homer
ecb99c963d
CB-11292 fix broken MessageChannel after plugins are recreated
...
This closes #307
2016-05-25 14:49:13 -07:00
Richard Knoll
9738079c42
CB-11259: Improving build output
...
This closes #305
2016-05-17 13:31:12 -07:00
Joe Bowser
e9e27ca47c
CB-10096: Upgrading to Gradle Plugin 2.1.0
2016-05-09 10:59:36 -07:00
Omar Mefire
0deaba0920
Revert "CB-10881: Logging to further investigations"
...
This reverts commit 1b43bc99a1
.
2016-04-06 10:21:40 -07:00
Richard Knoll
ef268e2320
CB-10963: Handle overlapping permission requests from plugins
...
This closes #285
2016-03-29 15:14:41 -07:00
Omar Mefire
1b43bc99a1
CB-10881: Logging to further investigations
2016-03-25 08:57:09 -07:00
Joe Bowser
eccde6c0c0
CB-10896: We never enabled cookies on the WebView proper
2016-03-22 12:45:23 -07:00
Carlos Santana
088140aca4
CB-10472 NullPointerException: org.apache.cordova.PluginManager.onSaveInstanceState
...
check if pluginManager is null before using it
This closes #255
2016-01-29 13:19:00 -05:00
Steve Gill
9ef7ddbf20
Set VERSION to 5.2.0-dev (via coho)
2016-01-20 16:18:52 -08:00
Darryl Pogue
fb9cf60c41
CB-10014: Set gradle applicationId to package name.
...
This closes 247
2016-01-04 12:18:55 -08:00
Keith Wong
b6a329d479
CB-9949: Fixing menu button event not fired in Android
...
This closes 246
2015-12-16 13:25:19 -08:00
Joe Bowser
70bc7b39b7
CB-9479: Fixing the conditionals again, we should be more vigilant on the gradle versions.
2015-12-07 15:03:02 -08:00
riknoll
f5271431fb
CB-8917: New Plugin API for passing results on resume after Activity destruction
2015-12-02 09:49:49 -08:00
Steve Gill
74a3d2028f
Set VERSION to 5.1.0-dev (via coho)
2015-11-01 23:43:00 -08:00
TyIsI
3abd12aee3
Update CordovaWebViewEngine.java
...
Fixed typo. This closes #234
2015-10-30 05:08:18 -07:00
Joe Bowser
4db1fecba8
You can't easily abstract out this variable because this can crash Cordova due to the plugin design.
2015-10-19 10:31:56 -07:00
Joe Bowser
013ad94af0
Refactor of the Cordova Plugin/Permissions API
2015-10-19 10:31:56 -07:00
Joe Bowser
2ceb8030ee
Manually updating version to 5.0.0-dev for engine tags
2015-10-19 10:31:55 -07:00
Joe Bowser
47ac514835
Working on getting the Geolocation Plugin to work by default with the default WebView. Crosswalk will need to make similar modifications.
2015-10-19 10:31:55 -07:00
Joe Bowser
5e0c9595c3
Got the PoC working with the Contacts plugin, going to work through all the plugins
2015-10-19 10:31:55 -07:00
Joe Bowser
a0747aa960
Refactoring based on feedback from Andrew
2015-10-19 10:31:55 -07:00
Joe Bowser
07912fdecd
Bump up to API level 23
2015-10-19 10:31:54 -07:00
Joe Bowser
9a33943783
Finally got it kinda working, Geolocation is not going to work in browser anymore
2015-10-19 10:31:54 -07:00
Joe Bowser
8981ddb681
Commiting code to handle permissions, and the special case of the Geolocation Plugin
2015-10-19 10:31:54 -07:00
Joe Bowser
9e400911f5
Make Cordova pass the Lint step
2015-08-10 16:43:41 -07:00
Joe Bowser
37309c23c2
CB-8320: Setting up gradle so we can use CordovaLib as a standard Android Library
2015-07-22 13:23:28 -07:00
Nikhil Khandelwal
b770076b7f
Set VERSION to 4.2.0-dev (via coho)
2015-07-20 09:52:14 -07:00
sgrebnov
32b72756f3
CB-9382 [Android] Fix KeepRunning setting when Plugin activity is showed. This closes #200
2015-07-20 16:02:21 +03:00
Simon Pireyn
fab472859d
CB-9343 Split the Content-Type to obtain a clean mimetype
...
This closes #197
2015-07-20 13:28:40 +03:00
Connor Pearson
92caa3a186
CB-9255 Make getUriType case insensitive.
...
This closes #186
2015-07-20 13:14:31 +03:00
Simon MacDonald
6d334c05e9
Update min SDK version to 14
2015-07-07 14:29:45 -07:00
Volker Braun
eb70f05168
CB-9115 android: Grant Lollipop permission req
...
This patch overrides onPermissionRequest so that getUserMedia can be
used inside the browser.
Since a hybrid app has to request permissions anyways via
AndroidManifest.xml, I think it is unnecessary to have any further
configuration for onPermissionRequest. Anything that the app is allowed
to do should be possible from the JS side. Hence all requests are
granted. This enables getUserMedia (and WebRTC) on Android Lollipop,
without resorting to crosswalk.
The docs say that request.grant has to be called from the UI thread, but
don't explicitly spell out whether onPermissionRequest is called from
the UI thread. I think that this is so, the WebChromeClient of course
makes its calls from the UI thread unless otherwise noted. So there is
no need to post a runnable to the UI thread.
This closes 178
https://github.com/apache/cordova-android/pull/178
2015-06-10 11:53:03 -07:00
Joe Bowser
b5a58e6ca0
updating existing test code
2015-05-15 14:13:18 -07:00
Joe Bowser
44aa7464e1
Forgot to remove the method that copied over the intent data
2015-05-15 14:13:18 -07:00
Joe Bowser
4ea684dd7a
Getting around to removing this old Intent code
2015-05-15 14:13:18 -07:00
Bochun Bai
9873106785
CB-3360 Allow setting a custom User-Agent ( close #162 )
2015-05-06 09:59:22 -04:00
Kenneth Chan
d005359f89
CB-8902 Use immersive mode when available when going fullscreen ( close #175 )
2015-05-06 09:46:35 -04:00
Andrew Grieve
1ce52a2845
Make BridgeMode methods public (they were always supposed to be)
2015-04-23 16:07:20 -04:00
Andrew Grieve
7e480d1ff9
Simplify: EncodingUtils.getBytes(str) -> str.getBytes()
2015-04-23 15:58:56 -04:00
Andrew Grieve
bce4283239
CB-8891 Add a note about when the gradle helpers were added
2015-04-22 09:53:13 -04:00
Andrew Grieve
9ff786d021
CB-8891 Add a gradle helper for retrieving config.xml preference values
2015-04-22 09:51:16 -04:00
Andrew Grieve
b6bf5298e6
Set VERSION to 4.1.0-dev (via coho)
2015-04-09 11:05:47 -04:00
Andrew Grieve
09ff81c411
Add some missing license headers
2015-04-09 10:56:33 -04:00
Andrew Grieve
a0293578b1
CB-8829 Set targetSdk to 22
2015-04-08 21:34:15 -04:00
Andrew Grieve
4595403a99
CB-8828 Delete onScrollChanged event
2015-04-08 21:34:15 -04:00
Andrew Grieve
0f73884c8d
CB-8827 Call onResume for plugins on start-up
...
As a result, simplifies CordovaActivity by removing the now unused "activityState" field
2015-04-08 21:06:23 -04:00