Signal-Android icon indicating copy to clipboard operation
Signal-Android copied to clipboard

Support Opening the Scheduled Document files

Open Sagar0-0 opened this issue 10 months ago • 0 comments

First time contributor checklist

Contributor checklist

  • 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 #1234 syntax

Description

  1. Support Opening documents for Scheduled messages as there is no preview available for Documents if they are scheduled.

Why Only Documents?

  1. 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.
  2. For Scheduled audio, I have already raised #13951
  3. For docs, there is no preview available when scheduled, so user might not know which file they have sent.

Sagar0-0 avatar Feb 01 '25 06:02 Sagar0-0