Android-AdvancedWebView
Android-AdvancedWebView copied to clipboard
See how Android stock browser handled downloads
See how the old Android stock browser handled downloads and check what we can re-use to improve the internal download handler.
For example, URLUtil.guessFileName could be used to determine a proper filename automatically, especially choosing the right extension.
Suggested file names based on URLUtil.guessFileName have been added, see https://github.com/delight-im/Android-AdvancedWebView/issues/66