Commit Graph
10410 Commits
Author SHA1 Message Date
Alex HartandMichelle Tang d81616d23c Prevent conversation re-launch on reconfiguration of screen. 2025-04-09 15:29:54 -04:00
SagarandMichelle Tang 6ea63f3e34 Avoid sending blank replies and do not clear input when sending reactions. 2025-04-09 15:29:54 -04:00
SagarandMichelle Tang af52765821 Support opening scheduled document files. 2025-04-09 15:29:54 -04:00
Cody HenthorneandMichelle Tang acbab9e736 Allow long text to be sent via notification replies. 2025-04-09 15:29:54 -04:00
Alex HartandMichelle Tang 5bce2884a7 Add predictive back gesture support to MainActivity. 2025-04-09 15:29:52 -04:00
Alex HartandMichelle Tang b92998be13 Fix image loading for megaphones. 2025-04-09 15:27:46 -04:00
Alex HartandMichelle Tang b0cd27e203 Add compose megaphone stuff to MainBottomChrome composable. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 65e7c4c053 Support zoom for avatar preview. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 8d8519b52e Linkify story captions. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 9c95cfd64b Fix donation pills UI for large Font and other UI improvements. 2025-04-09 15:27:46 -04:00
Alex HartandMichelle Tang 855b315067 Reimplement megaphone UI in compose. 2025-04-09 15:27:46 -04:00
Jeffrey StarkeandMichelle Tang aa7b61ecb1 Consolidate duplicated logic to retrieve groups in common.
Merges all of these into GroupsInCommonRepository:
- ConversationSettingsRepository.getGroupsInCommon()
- CallLinkIncomingRequestRepository.getGroupsInCommon()
- ContactSearchPagedDataSourceRepository.getGroupsInCommon()
- ReviewUtil.getGroupsInCommonCount()
- AboutSheetRepository.getGroupsInCommonCount()
2025-04-09 15:27:46 -04:00
Alex HartandMichelle Tang c9795141df Pass InAppPayments around by ID instead of passing the entire object. 2025-04-09 15:27:46 -04:00
andrew-signalandMichelle Tang 1aed82d5b7 Depend on libsignal-net's connection backoff instead of duplicating at app-level. 2025-04-09 15:27:46 -04:00
Michelle Tang 752ed93b6f Update blocked string for groups. 2025-04-09 15:27:46 -04:00
CiphreonandMichelle Tang de3088f706 Show "declined" for declined voice and video calls instead of "missed".
Closes #14081
Fixes #14080
2025-04-09 15:27:46 -04:00
Jeffrey StarkeandMichelle Tang 2608e9165c Fix group member review avatar and "other groups in common" copy. (#4813)
- Fixes `ReviewBannerView` erroneously using the note to self icon instead of the current user's profile photo.
- Fixes the "other groups in common" copy, which was missing the word "other".
2025-04-09 15:27:46 -04:00
Cody HenthorneandMichelle Tang 1e0e165eaf Fix decryptionDrained flag if race for WebSocket state emission is lost. 2025-04-09 15:27:46 -04:00
Michelle Tang eff90aaa64 Fix job checks when syncing folders with storage service id. 2025-04-09 15:27:46 -04:00
Jeffrey StarkeandMichelle Tang 77078e1844 Add the ability to navigate to conversations by tapping groups in common rows. 2025-04-09 15:27:46 -04:00
Michelle Tang 5929021166 Fix null storageIds in chat folder crash. 2025-04-09 15:27:46 -04:00
andrew-signalandMichelle Tang 8317e2e055 Correct RemoteConfig to enable libsignalWebSocket for nightly builds. 2025-04-09 15:27:46 -04:00
Michelle Tang eb1cf8d62f Add chat folder support to storage service. 2025-04-09 15:27:46 -04:00
Alex BakonandMichelle Tang 8b9fc30b97 Migrate calls to deprecated libsignal methods. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang d65954c26f Improve AvatarImage to update on recipient changes. 2025-04-09 15:27:46 -04:00
Cody HenthorneandMichelle Tang 8a0e260061 Re-migrate delete account to WebSocket. 2025-04-09 15:27:46 -04:00
Jeffrey StarkeandMichelle Tang bb608dbfa7 Fix missing timestamps on undownloaded media messages. 2025-04-09 15:27:46 -04:00
Michelle Tang ec5a7e1e48 Prevent recipient hot loop on main thread. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 6251dad6e0 Update MyStoryItem on profile change. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 3982f5a4db Remove prefix before username aci fetch. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang a8f8760a11 Support scroll for call link screens. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang fb571ffdbf fixup! Update profile initials after name change. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang dc2956d05b Update quoteIds for edited message and ignore stale messages in isQuoted. 2025-04-09 15:27:46 -04:00
Jeffrey StarkeandMichelle Tang 85b19bfe23 Fix incorrectly oriented back navigation icons for top app bar RTL layouts.
Replace `symbol_arrow_left_24` with `symbol_arrow_start_24` (which has auto-mirroring enabled) for top app bar navigation back icons to properly support RTL layouts.
2025-04-09 15:27:46 -04:00
andrew-signalandMichelle Tang 5b04107447 Update to and integrate with libsignal v0.69.0. 2025-04-09 15:27:46 -04:00
Cody HenthorneandMichelle Tang 7a5790a6ce Attempt to reclaim username in more places during/after registration. 2025-04-09 15:27:46 -04:00
Jeffrey StarkeandMichelle Tang 9d3f4ffa08 Add groups in common screen.
Adds a new screen to show which groups the user has in common with another user.
2025-04-09 15:27:46 -04:00
Alex HartandMichelle Tang cc346351f7 Use state to support back pressed callback. 2025-04-09 15:27:46 -04:00
Cody HenthorneandMichelle Tang fcc6032ee0 Generalize preventing WebSocket from connecting in various app states. 2025-04-09 15:27:46 -04:00
Cody HenthorneandMichelle Tang ecb040ce98 Convert donations apis to WebSocket. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 2f9692a1a0 Prevent wrong closing animation for stories. 2025-04-09 15:27:46 -04:00
SagarandMichelle Tang 042ab95738 Fix EmojiView scroll in bottomsheet. 2025-04-09 15:27:45 -04:00
SagarandMichelle Tang 13be8d511c Focus on correct textfield when adding a description. 2025-04-09 15:27:45 -04:00
Alex HartandMichelle Tang bc176b8c50 Fix application crash when failing to download backup types. 2025-04-09 15:27:45 -04:00
Alex HartandGitHub 4d6c620f51 Sync toolbar state in tabs fragment. 2025-04-09 15:20:58 -03:00
SagarandCody Henthorne e8ff5b19f9 Fix video remainingTime calculation. 2025-04-07 12:44:05 -04:00
Alex Hart 05701fde00 Fade in fabs after search is closed. 2025-04-07 13:12:40 -03:00
Alex Hart 94d1669363 Fix lineheight. 2025-04-07 12:54:55 -03:00
Alex HartandGreyson Parrelli 9ddd24566d Fix action mode status bar coloring. 2025-04-03 21:48:29 -04:00
Alex HartandGreyson Parrelli a3166a8c73 Fix toolbar coloring behavior. 2025-04-03 21:48:29 -04:00