delight-im / Android-AdvancedWebView

Enhanced WebView component for Android that works as intended out of the box
MIT License
2.39k stars 574 forks source link

See how Android stock browser handled downloads #32

Open ocram opened 8 years ago

ocram commented 8 years ago

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.

ocram commented 8 years ago

Suggested file names based on URLUtil.guessFileName have been added, see https://github.com/delight-im/Android-AdvancedWebView/issues/66