mattermost-mobile/app/screens
Harshil Sharma 2fb2e9d899
Burn On Read Posts (#9307)
* Added scaffolding for unrevealed BoR post

* Displayed reveal UI

* Displayed expiry timer

* WIP

* Displayed own post indicator and blur text

* restored button

* Ungrouped BoR posts

* WIP

* WIP

* DIsplayed error message on revealing

* Added last run check on mobile app cleanup job

* Cleanup

* lint fix

* i18n-fix

* Added tests

* test: add test suite for revealBoRPost function

* test: add unrevealed burn on read post test file

* feat: add tests for UnrevealedBurnOnReadPost component

* test: update UnrevealedBurnOnReadPost test with PostModel type

* test: replace toBeTruthy with toBeVisible for component visibility assertions

* test: add initial test file for expiry timer component

* test: add comprehensive tests for ExpiryCountdown component

* refactor: clean up test formatting and remove redundant test case

* fix: adjust test timing for ExpiryCountdown onExpiry callback

* test: fix timer test by advancing timers in smaller increments

* Added tests

* Updated tests

* fixed accidental change

* restored package.resolved

* WIP review fixes

* Review fixes

* Review fixes

* Fixed tests

* restored package.resolved

* WIP

* test: add test for skipping BoR post cleanup within 15 minutes

* test: add comprehensive test cases for expiredBoRPostCleanup

* WIP

* WIP

* test: add bor.test.ts placeholder file

* test: add comprehensive tests for BoR utility functions

* test: add comprehensive tests for formatTime function

* WIP

* test: add comprehensive tests for getLastBoRPostCleanupRun function

* Added tests

* removed a commented code

* post list optimization

* test: add test case for updating unrevealed burn-on-read post

* fix: handle error logging in expiredBoRPostCleanup test

* test: add test case for updateLastBoRCleanupRun error handling

* review fixes

* lint fixes

* Added WS event handling (#9320)

* Added WS event handling

* test: add burn on read websocket action test

* test: add tests for handleBoRPostRevealedEvent in burn_on_read

* Added tests

* test: add comprehensive error handling test cases for burn on read

* Added tests and error handling

* BoR post - restricted actions (#9315)

* Restricted post actions for BoR post type

* Prevent opening thread fr nBoR post

* WIP

* fix: remove redundant observable wrapping in post options

* fixed a change

* removed broken

* restored package.resolved

* Added tests

* Awaiting for last run to be set

* Added tests for validating expiry timer behaviour (#9338)

* Added tests for validating expiry timer behaviour

* No need of use event setup

* Bor ux fixes (#9336)

* WIP

* UI and delete fixes

* lint fixes

* fixed tests

* Improved mocking

* Improved test
2025-12-11 09:42:16 +05:30
..
apps_form Improve markdown code (#9164) 2025-11-04 10:05:56 +01:00
bottom_sheet Fix playbooks bottom sheet not scrolling on ipad (#9137) 2025-09-25 18:20:26 +02:00
browse_channels Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
channel feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
channel_add_members [MM-66375] Allow managing own membership on a channel (#9301) 2025-12-03 17:20:20 +01:00
channel_bookmark Add Floating Label Autocomplete Selector (#9119) 2025-10-01 13:31:16 +02:00
channel_files Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
channel_info feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
channel_notification_preferences Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
code Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
component_library Add onPress on full chip (#9134) 2025-09-22 12:07:49 +02:00
convert_gm_to_channel Add Floating Label Autocomplete Selector (#9119) 2025-10-01 13:31:16 +02:00
create_direct_message [MM-66375] Allow managing own membership on a channel (#9301) 2025-12-03 17:20:20 +01:00
create_or_edit_channel Add Floating Label Autocomplete Selector (#9119) 2025-10-01 13:31:16 +02:00
custom_status Add set due date functionality to playbooks (#9091) 2025-09-12 16:37:56 +02:00
custom_status_clear_after Add set due date functionality to playbooks (#9091) 2025-09-12 16:37:56 +02:00
draft_scheduled_post_options Feature schedule posts (#8509) 2025-04-14 22:08:59 +05:30
edit_post Edit mode when no text and no attachment on save calls delete post (#8984) 2025-07-14 17:55:27 +05:30
edit_profile Add Floating Label Autocomplete Selector (#9119) 2025-10-01 13:31:16 +02:00
edit_server chore: update default error message for server validation (#9299) 2025-11-20 09:02:40 +01:00
emoji_picker feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
find_channels Add Floating Label Autocomplete Selector (#9119) 2025-10-01 13:31:16 +02:00
forgot_password MM-62240 illustration updates (#9308) 2025-12-05 08:31:59 -05:00
gallery Burn On Read Posts (#9307) 2025-12-11 09:42:16 +05:30
global_drafts feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
global_threads Improve markdown code (#9164) 2025-11-04 10:05:56 +01:00
home feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
in_app_notification feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
integration_selector [MM-66375] Allow managing own membership on a channel (#9301) 2025-12-03 17:20:20 +01:00
interactive_dialog Improve markdown code (#9164) 2025-11-04 10:05:56 +01:00
invite Easy Login (#9261) 2025-11-20 12:38:06 +01:00
join_team Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
latex Add error boundary to latex code (#8822) 2025-05-06 09:48:36 +02:00
login feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
manage_channel_members [MM-66375] Allow managing own membership on a channel (#9301) 2025-12-03 17:20:20 +01:00
mfa MM-62240 illustration updates (#9308) 2025-12-05 08:31:59 -05:00
onboarding MM-62240 illustration updates (#9308) 2025-12-05 08:31:59 -05:00
overlay Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
pdf_viewer Secure Files and preview PDF inline (#8844) 2025-06-19 15:30:56 +08:00
permalink Improve markdown code (#9164) 2025-11-04 10:05:56 +01:00
pinned_messages Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
post_options Burn On Read Posts (#9307) 2025-12-11 09:42:16 +05:30
post_priority_picker Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
reactions Refactor Open Profile (#8746) 2025-05-13 17:07:13 +02:00
report_a_problem feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
reschedule_draft Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
review_app Update additional images branding (#8672) 2025-06-20 11:41:26 -04:00
scheduled_post_options Remaining test for draft and Scheduled post (#8887) 2025-07-01 13:47:02 +05:30
select_team Unify buttons (#8865) 2025-05-30 15:59:15 +02:00
server feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
settings feat: edit server pre-authentication secret (#9128) 2025-11-12 16:07:19 +01:00
share_feedback Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
snack_bar Refactor gallery gestures (#8752) 2025-07-22 14:00:57 +08:00
sso feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
table Biometric prompt, Jailbreak / Root detection and screenshot prevention (#8645) 2025-03-13 14:07:41 -04:00
terms_of_service Improve markdown code (#9164) 2025-11-04 10:05:56 +01:00
thread Add Floating Label Autocomplete Selector (#9119) 2025-10-01 13:31:16 +02:00
thread_options Remove tand prevent double tap (#9078) 2025-08-25 12:03:01 +02:00
user_profile feat(iOS): Add Microsoft Intune MAM integration with multi-server support (#9312) 2025-12-10 13:07:28 +02:00
background.tsx MM-62240 illustration updates (#9308) 2025-12-05 08:31:59 -05:00
index.test.tsx Add playbooks edit command functionality (#9084) 2025-09-08 14:29:15 +02:00
index.tsx revert: floating banner & low connectivity (#9254) 2025-11-04 07:15:51 -07:00
navigation.test.ts revert: floating banner & low connectivity (#9254) 2025-11-04 07:15:51 -07:00
navigation.ts revert: floating banner & low connectivity (#9254) 2025-11-04 07:15:51 -07:00