Amin Beheshti

Results 26 issues of Amin Beheshti

Please read [How to contribute](https://github.com/Solido/awesome-flutter/blob/master/contributing.md) before creating a submission. ## Description Add Brisk download manager to the list of open source apps --- **Checklist** - [x] I read [How to...

When a file is renamed, the notification only specifies the new file name so there is no way to find out which file it was that got renamed. Is there...

enhancement

When a chunk download addition is sent to Brisk via the browser extension, the user should be able to specify a directory for all downloads in that list to be...

enhancement

To maximize download speed at all times, the ultimate solution is to reuse connections that have received their designated bytes and dynamically segment the bytes of other connections. e.g. Connection...

enhancement
download-core
major

Sometimes, some connections might slow down the download speed. This is especially true when most download connections have been completed and the download might slow down significantly due to the...

enhancement
download-core

This will most likely take a lot of time to implement and this issue merely exists as a reminder to investigate into the implementation details of this feature. It is...

enhancement
download-engine
major

Brisk should be able to create new windows when capturing requests from the browser extension. e.g. When the user adds a chunk of download links to brisk, instead of showing...

enhancement
blocked

Before either adding a download to the list or starting it, Brisk has to check whether or not there is enough free space on the disk and use ```ConfirmationDialog``` to...

enhancement
good first issue

To maximize download speed at all times, the ultimate solution is to reuse connections that have received their designated bytes and dynamically segment the bytes of other connections. e.g. Connection...

enhancement
download-engine
major

A custom download progress bar that allows for a more comprehensive look into the download connection progresses (similar to that of IDM). Blocked by #52

enhancement
UI