Commit Graph
11180 Commits
Author SHA1 Message Date
SagarandCody Henthorne cd838c4bee Fix Video call screen bottom sheet weird animation and height. 2025-04-24 15:55:39 -04:00
Greyson ParrelliandCody Henthorne 2e50699a2d Make system keyboard sticker detection more reliable. 2025-04-24 15:55:39 -04:00
Michelle TangandCody Henthorne fe97c969ae Ensure keystore operations happen on the same thread. 2025-04-24 15:55:39 -04:00
Alex HartandCody Henthorne c70a8d48a8 Hide keyboard when navigating back to chat list via toolbar. 2025-04-24 15:55:39 -04:00
Alex HartandCody Henthorne 322ea97377 Add logging to BackupsSettingsViewModel to help track down data loading race. 2025-04-24 15:55:39 -04:00
SagarandCody Henthorne e3a402394f Avoid message failed notification when bubble thread is visible. 2025-04-24 15:55:39 -04:00
SagarandCody Henthorne 16b4b3b6b7 Fix SearchView loosing focus. 2025-04-24 15:55:39 -04:00
SagarandCody Henthorne eecb18b436 Add correct dialog message while blocking group. 2025-04-24 15:55:39 -04:00
SagarandCody Henthorne d13a803dcd Fix resend button visibility logic. 2025-04-24 15:55:39 -04:00
Alex HartandCody Henthorne bd03f21cdf Allow specification of whether we utilize windowTypes to lay out inset guidelines. 2025-04-24 15:55:39 -04:00
Alex HartandCody Henthorne b46d891183 Dialog color fixes. 2025-04-24 15:55:38 -04:00
Alex HartandCody Henthorne 54191433e0 Remove ConversationTabs* and migrate to MainActivity. 2025-04-24 15:55:38 -04:00
SagarandCody Henthorne 462fcdce16 Add glyph icons and SignalSymbol methods. 2025-04-24 15:55:38 -04:00
Greyson ParrelliandCody Henthorne f68bb2dc88 Add storage service optimization to avoid manifest reads. 2025-04-24 15:55:38 -04:00
Greyson ParrelliandCody Henthorne 1028d293a0 Temporarily remove bad assertion in MessageBackupsFlowViewModel. 2025-04-24 15:55:38 -04:00
andrew-signalandCody Henthorne 74c6e76808 Add system HTTP proxy support to libsignal-net.
Co-authored-by: Cody Henthorne <cody@signal.org>
2025-04-24 15:55:38 -04:00
Greyson ParrelliandCody Henthorne 8e880fe117 Fix another syncing crash when no archived media exists. 2025-04-24 15:55:38 -04:00
Greyson ParrelliandCody Henthorne 6525662071 Fix syncing crash when no archived media exists. 2025-04-24 15:55:38 -04:00
Alex HartandCody Henthorne 94d07f7012 Decouple InlineQueryViewModelV2 instance from activity, parent to fragment instead. 2025-04-24 15:55:38 -04:00
SagarandCody Henthorne e3297ab593 Add accessibility labels for GIF categories and correct emoji labels. 2025-04-24 15:55:38 -04:00
SagarandCody Henthorne 3ff7f89ef6 Support hiding image caption with press and hold. 2025-04-24 15:55:38 -04:00
SagarandCody Henthorne ac1165c8fd Avoid blocking yourself. 2025-04-24 15:55:38 -04:00
SagarandAlex Hart 69153cf339 Support drag multi-selection for media gallery. 2025-04-16 11:22:23 -03:00
SagarandAlex Hart 852541c361 Avoid setting blank custom story name. 2025-04-16 11:22:23 -03:00
SagarandAlex Hart 399a613c25 Avoid sending blank story. 2025-04-16 11:22:23 -03:00
SagarandAlex Hart 003c1082a9 Avoid setting blank group names. 2025-04-16 11:22:23 -03:00
Jeffrey StarkeandAlex Hart 885588db86 Create new sticker management screen with tabbed interface.
Adds a skeleton implementation of `StickerManagementActivityV2`. This new activity is not currently connected to anything, but once complete it will replace `StickerManagementActivity`.
2025-04-16 11:22:23 -03:00
Greyson ParrelliandAlex Hart 915580ddd3 Enable backups v2 for internal users. 2025-04-16 11:22:23 -03:00
Greyson ParrelliandAlex Hart 9432cca14a Fix some media not appearing in the gallery picker.
Works around the glide issue by using the straight URI when possible,
which allows glide to not have to keep a buffer. However, as soon as you
select it, it'll be an encrypted file, and we'll run into this same
issue where glide needs to keep a buffer for the input stream.

Related to #11014
2025-04-16 11:22:23 -03:00
SagarandAlex Hart 4e07ac0300 Fix InputAwareLayout incorrectly overriding height in bubble mode. 2025-04-16 11:22:23 -03:00
SagarandAlex Hart ad21c349cd Update quote icon for scheduled send. 2025-04-16 11:22:23 -03:00
Cody HenthorneandAlex Hart 721b70b7b7 Fallback to local reglock data if available when registering a previously verified session. 2025-04-16 11:22:23 -03:00
Greyson Parrelli 556bcda58a Bump version to 7.40.2 2025-04-15 17:20:29 -04:00
Greyson Parrelli 4cb5bd9edd Fix potential bad state with change numbers. 2025-04-15 17:20:29 -04:00
Cody HenthorneandGreyson Parrelli 193f6460b0 Convert change number back to REST. 2025-04-15 17:05:19 -04:00
Alex Hart f8d8c8af2d Add internal preference for large screen UI. 2025-04-15 15:29:37 -03:00
Alex Hart efac6990c8 Apply display cutout for chat list. 2025-04-15 15:24:09 -03:00
Alex HartandGitHub 250ac481c8 Move cancel and retry to bg thread. 2025-04-15 13:15:16 -03:00
Michelle Tang 44bfa514a5 Fix member count description. 2025-04-15 11:05:58 -04:00
Alex Hart 74cedf99d8 Fix snackbar vertical offset on archive screen. 2025-04-15 11:33:11 -03:00
Alex Hart 4c81c321be Utilize root window insets for grabbing system bar sizes. 2025-04-15 11:14:16 -03:00
Alex Hart d00fbcd886 Fix snackbar dismissal. 2025-04-15 10:25:47 -03:00
Alex Hart 416f80e745 Fix bad assumption about attachment count in validator. 2025-04-15 10:14:54 -03:00
Michelle Tang 6805826472 Bump version to 7.40.1 2025-04-11 11:03:55 -04:00
Michelle Tang ce5d234186 Update translations and other static files. 2025-04-11 10:57:41 -04:00
Michelle Tang c95c6e6ef0 Schedule storage sync job for add/remove from folder. 2025-04-11 10:49:33 -04:00
Cody Henthorne 904f8da8af Update settings for unregistered state. 2025-04-11 08:34:10 -04:00
Alex Hart 645e9bf16a Allow back press to return from archive to converation list. 2025-04-10 14:26:35 -03:00
Alex Hart 35235509ca Prevent wallpaper mode from overwriting navbar color. 2025-04-10 14:12:04 -03:00
Michelle Tang 021330a25d Fix adding to chats for chat folders. 2025-04-10 12:47:13 -04:00