Improve file access flow, secure viewer rendering, and attachment UI#57
Merged
milinddeore merged 5 commits intomainfrom Feb 24, 2026
Merged
Improve file access flow, secure viewer rendering, and attachment UI#57milinddeore merged 5 commits intomainfrom
milinddeore merged 5 commits intomainfrom
Conversation
merged conflicts Bug: #55 Test: Verified above desktop changes with android device
… UI improvements - Styled file access status list dialog - Fixed decrypt request handling for: - Shared files - Forwarded files - Sent files - Group message files - Improved dynamic access handling (expired / revoked / forwarded) - Enabled dynamic forwarding permissions - Added download support where allowed - Deleted temporary files after sending attachments - Fixed secure viewer sizing issues - Corrected canvas rendering for PDF (no double scaling) - Improved image and video rendering behavior - Ensured proper real-size display on open - Fixed attachment layout spacing based on dynamic time string size - Corrected full-width file attachment rendering - Standardized common date & time formatting - Removed unnecessary message context menu options - Improved message function logic consistency - Refactored file access flow for better reliability Bug: #56 Test: Verified above desktop changes with android device
… UI improvements - Styled file access status list dialog - Fixed decrypt request handling for shared, forwarded, sent, and group message files - Improved dynamic access handling (expired / revoked / forwarded) - Enabled dynamic forwarding permissions - Added download support where permitted - Deleted temporary files after sending attachments - Fixed secure viewer sizing issues - Corrected PDF canvas rendering (removed double scaling) - Improved image and video rendering behavior - Ensured proper real-size display on open - Fixed attachment layout spacing based on dynamic time string size - Corrected full-width file attachment rendering - Standardized common date & time formatting - Removed unnecessary message context menu options - Improved message function logic consistency - Refactored file access flow for better reliability Bug: #56 Test: Verified desktop changes with Android device
milinddeore
approved these changes
Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Bug: #56
Test: Verified above desktop changes with android device