anytype-kotlin
anytype-kotlin copied to clipboard
When downloading a file, I get no message when the download process finishes or easy access to the file.
Have you read a contributing guide?
- [X] I have read CONTRIBUTING.md
- [X] I have searched the existing requests and didn't find any that were similar
- [ ] I have considered creating a pull request instead and want to proceed
Clear and concise description of the problem
When I do a 1-2 second tap on a file, a menu like the one shown in the screenshot will appear. On hitting the "Download" icon, I get a "Downloading file in background..." message. First, I get no notification or similar of the proccess of downloading the file, and, second, when the file is downloaded, I get no information it finished or where this file is located.
Suggested solution
Ideally:
- A notification is sent to the user's notification bar, letting them know that the file was downloaded and where it is. "File "FILE_NAME_SHORTENED" was downloaded in your FOLDER_NAME folder."
- Tapping the notification opens the file, or tries to open a Files app with the location of the file.
Alternative
- The file gets opened once it finishes the process automatically.
- Same solution as suggested, but it won't open the file.
- A floating notification appears when the file is downloaded, letting the user know the file was downloaded, and where like:
Additional context
No response