-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Open
Milestone
Description
Is your feature request related to a problem? Please describe.
I have several downloaded PDFs in my ownCloud. When I click on them in the file list a new screen opens. It contains:
- PDF icon
- File name
- File metadata like file type, size and date
- A snackbar with "file already downloaded"
Then I have to click on the overflow menu in the action bar and select "open with" to actually open the file in an external app.
Describe the solution you'd like
Open the file in an external app when clicking on it. This seems more useful to me then showing some metadata by default.
Additional context
As far as I remember my suggested behavior was implemented until it was removed about end of 2022, but I don't remember the exact version anymore.
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)