Signal-Android
Signal-Android copied to clipboard
Support Opening the Scheduled Document files
First time contributor checklist
- [x] I have read how to contribute to this project
- [x] I have signed the Contributor License Agreement
Contributor checklist
- [x] I am following the Code Style Guidelines
- [x] I have tested my contribution on these devices:
- Device A, Android X.Y.Z
- Device B, Android Z.Y
- Virtual device W, Android Y.Y.Z
- [x] My contribution is fully baked and ready to be merged as is
- [x] I ensure that all the open issues my contribution fixes are mentioned in the commit message of my first commit using the
Fixes #1234syntax
Description
- Support Opening documents for Scheduled messages as there is no preview available for Documents if they are scheduled.
Why Only Documents?
- For Images/Video, there is a thumbnail present that indicates which item will be sent. I want to support opening these also, but Deleting the message from MediaPreview disturbs the scheduled messages. "Delete for Me" removes the scheduled message. And "Delte for Everyone" will mark the scheduled message as delete and it will still be scheduled and will be sent". And, Scheduled Sheet won't be updated after any actions from MediaPreview Activity. More refactoring will be required for supporting these.
- For Scheduled audio, I have already raised #13951
- For docs, there is no preview available when scheduled, so user might not know which file they have sent.