android
android copied to clipboard
[FEATURE REQUEST] Adding action buttons to the detail view of each file
The purpose of this feature is to add three new buttons to the detail view and remove them from the toolbar menu.
We can follow the following design to perform this task:
Scribble:
known patterns / examples from other apps:
TASKS
- [ ] Research (if needed)
- [ ] Create branch feature/feature_name
- [ ] Development tasks
- [ ] Implement whatever
- [ ] ...
- [ ] Code review and apply changes requested
- [ ] Design test plan
- [ ] QA
- [ ] Merge branch feature/feature_name into master
PR
- App
- Library (if needed)
If the file is already downloaded, the Download option should be replace for Open
Also, i'd rename Share for Open with to avoid confusions with the Sharing feature
Some issues to comment after checking the implementation at a glance (not QA). This is how it looks like:
| File not downloaded | File Downloaded |
|---|---|
![]() |
![]() |
My considerations:
-
Open withicon is the same as the sharing one. i'd not use that one - When the file is downloaded, both options
OpenandOpen withdo the same. If the file is downloaded, i'd show onlyOpen withandSend(at least, for the moment) - If the file is not downloaded, the
Open withbutton does nothing. - I'd remove the separator. It does not look like good when the progress bar is displayed

