CookieJarApps / SmartCookieWeb

A secure, open source web browser for Android.
Mozilla Public License 2.0
297 stars 39 forks source link

Why the file I download become 'bin' file? #311

Open aw59 opened 1 year ago

aw59 commented 1 year ago

Just like this picture, I download an apk,but it auto become bin. IMG_20230114_182545

CookieJarApps commented 1 year ago

The app currently uses URLUtil.guessFileName to guess the file extension of the file based on the URL, but unfornately it struggles in some cases, especially in file paths with multiple . characters in them, and just returns .bin. One option to solve the issue for now would be for you to configure the app to use an external download manager such as Download Navi which does not suffer from this problem. I'm going to work on a new system for getting the file extension for the next update to fix this issue.

cihatsaman commented 7 months ago

Did you find any solution?