Commit Graph
9733 Commits
Author SHA1 Message Date
Greyson ParrelliandAlex Hart 786c2b888b Remove beta labeling from Signal Secure Backups. 2026-02-18 15:48:16 -04:00
Greyson ParrelliandAlex Hart 7b362460e7 Spruce up the welcome and permission screens in regV5. 2026-02-18 15:48:16 -04:00
Greyson ParrelliandAlex Hart a1862c3420 Sticker from Google emoji keyboard renders as image attachment when forwarded. 2026-02-18 15:48:16 -04:00
jeffrey-signalandAlex Hart 44ea9ccc59 Fix unique constraint violation when importing groups with duplicate recipient IDs. 2026-02-18 15:48:16 -04:00
andrew-signalandAlex Hart 4c9cdf3b8f Refactor RefreshOwnProfileJob to Kotlin. 2026-02-18 15:48:16 -04:00
Greyson ParrelliandAlex Hart 4a6d4f197d Add 429 handling to various archive calls. 2026-02-18 15:48:16 -04:00
Cody HenthorneandAlex Hart caa743aba2 Fix foreground service start in background crash by starting service sooner for incoming group calls. 2026-02-18 15:48:16 -04:00
Alex HartandGreyson Parrelli a4469a4285 Fix issue with initial audio output setting.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
2026-02-18 15:48:08 -04:00
Alex HartandGreyson Parrelli 2771b31aab Clear stale user-selected audio device when it disconnects.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
2026-02-18 15:48:06 -04:00
Michelle Tang 50b59805ca Add more binary service reads. 2026-02-18 10:13:41 -05:00
jeffrey-signalandAlex Hart 78c7795b89 Fix sender name/label overflowing beyond message bubble media width. 2026-02-17 22:43:06 -04:00
jeffrey-signal 73c25f3476 Ensure consistent margins below sender name/label. 2026-02-17 18:17:36 -05:00
jeffrey-signal 6f9f89734d Fix sender name/label overflowing beyond message bubble media width. 2026-02-17 16:10:33 -05:00
Greyson Parrelli da68bee742 Fix issue where you can't download media in calls. 2026-02-17 11:44:28 -05:00
Michelle Tang 1e0c7b1120 Fix recipient call crash. 2026-02-16 16:09:39 -05:00
jeffrey-signalandMichelle Tang 59bb505a3e Support member labels in backups. 2026-02-11 18:08:57 -05:00
jeffrey-signalandMichelle Tang 28d8d62cbd Rotate receive member labels flag. 2026-02-11 18:08:57 -05:00
jeffrey-signalandMichelle Tang cb05608422 Show member labels in quotes. 2026-02-11 18:08:57 -05:00
Michelle Tang e384a37fab Fix beta label width. 2026-02-11 18:08:57 -05:00
Michelle Tang 9a04cd9e3b Move education sheet to safety numbers screen. 2026-02-11 18:08:57 -05:00
Cody HenthorneandMichelle Tang dd396eb75a Fix group updates from others showing before messages made before the update. 2026-02-11 18:08:57 -05:00
Greyson ParrelliandMichelle Tang 611b52780e Fix sticker grid sometimes getting stuck on 2 columns. 2026-02-11 18:08:57 -05:00
Greyson ParrelliandMichelle Tang 38e8f24c20 Fix gif and stickers buttons disappearing after exiting edit. 2026-02-11 18:08:57 -05:00
Alex HartandMichelle Tang 58d2c92102 Move the rest of the permissions classes. 2026-02-11 18:08:57 -05:00
Greyson ParrelliandMichelle Tang f90ba45940 Make pinned chat limit remote configurable. 2026-02-11 18:08:57 -05:00
Tom RitterandMichelle Tang 1ecf42bfd3 Fix the message edited label not always appearing.
Closes signalapp/Signal-Android#14582
2026-02-11 18:08:57 -05:00
Greyson ParrelliandMichelle Tang ed56c21e5b Fix bug where image wasn't showing after send. 2026-02-11 18:08:57 -05:00
Greyson Parrelli a0c55baf39 Show whose safety number changed in group chat summaries. 2026-02-10 11:34:24 -05:00
Greyson Parrelli 3b3ef0d545 Allow some context menu actions in search. 2026-02-10 11:30:05 -05:00
jeffrey-signalandGreyson Parrelli 78e7f99344 Add group member labels to conversation items. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli d709d67f54 Fix position of clearable text field remaining characters count. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli 6d30fd11a7 Add description to edit member label screen. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli d7b7727aa6 Show member labels in conversation settings. 2026-02-10 10:35:54 -05:00
Greyson Parrelli 2c6524f6c0 Include battery info debuglog. 2026-02-10 10:35:54 -05:00
Greyson Parrelli c9bd81d332 Show linked deviceId's for internal users. 2026-02-10 10:35:54 -05:00
Greyson Parrelli 2d29b02cea Add new sticker packs.
- My Daily Life 2
- Rocky Talk
- Cozy Season
- Chug the Mouse
- Croco's Feelings as blessed sticker packs
2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli 62d951b438 Move additional fragments to core UI. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli d5b2f4fdd3 Display member label on recipient details sheet. 2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli fae4ca91bd Ensure spans are accounted for when measuring text. 2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli 6e92ff5096 Move fragments to core UI. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli 61522cd682 Fix GroupTable.memberLabel() to return null for blank labels. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli 74dbd0814a Add comment to clarify intentional fall-through in DeviceTransferSetUpFragment switch statement.
Resolves signalapp/Signal-Android##14437
2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli 05751a5b79 Remove app module SignalTheme. 2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli 7741844055 Add audio-indicator slot to use for single-remote-participant calls. 2026-02-10 10:35:54 -05:00
Cody HenthorneandGreyson Parrelli 09c07f0707 Fix benchmark tests. 2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli c565db812e Fix back button intermittently not working in conversation view.
Co-authored-by: Greyson Parrelli <greyson@signal.org>
2026-02-10 10:35:54 -05:00
Greyson Parrelli 00b72c9263 Clean up system for blessed sticker packs. 2026-02-10 10:35:54 -05:00
Alex HartandGreyson Parrelli 5c415139fd Reshape entry point for V3 media screens. 2026-02-10 10:35:54 -05:00
jeffrey-signalandGreyson Parrelli 6d944c0f8c Add tests for MemberLabelViewModel. 2026-02-10 10:35:53 -05:00
Michelle TangandGreyson Parrelli 6744a79325 Avoid showing KT for note to self. 2026-02-10 10:35:53 -05:00