-
The license has been changed from the Apache License 2.0 to the MIT License.
-
The signature of
AdvancedWebView.Listener#onDownloadRequested
has changed fromvoid onDownloadRequested(String url, String userAgent, String contentDisposition, String mimetype, long contentLength)
to
void onDownloadRequested(String url, String suggestedFilename, String mimeType, long contentLength, String contentDisposition, String userAgent)