Sagar
39756fd0d4
Avoid recording empty voice messages during an ongoing call.
2025-05-06 17:58:48 -04:00
Jeffrey Starke
b298cb6f89
Prevent sending sticker attachments with a blank contentType.
2025-05-06 17:58:48 -04:00
Alex Hart
ae90b2ecd9
Add support for conversation intent routing to MainActivity.
2025-04-24 15:55:39 -04:00
Sagar
83bbcd0618
Avoid message click listeners in Scheduled messages sheet.
2025-04-24 15:55:39 -04:00
Sagar
2bb94089f7
Move to quoted message on quote preview click.
2025-04-24 15:55:39 -04:00
Sagar
3779dfd290
Open keyboard for a Draft message.
2025-04-24 15:55:39 -04:00
Alex Hart
893725e304
Dynamic split pane support via internal setting.
2025-04-24 15:55:39 -04:00
Greyson Parrelli
2e50699a2d
Make system keyboard sticker detection more reliable.
2025-04-24 15:55:39 -04:00
Alex Hart
c70a8d48a8
Hide keyboard when navigating back to chat list via toolbar.
2025-04-24 15:55:39 -04:00
Sagar
e3a402394f
Avoid message failed notification when bubble thread is visible.
2025-04-24 15:55:39 -04:00
Sagar
16b4b3b6b7
Fix SearchView loosing focus.
2025-04-24 15:55:39 -04:00
Alex Hart
bd03f21cdf
Allow specification of whether we utilize windowTypes to lay out inset guidelines.
2025-04-24 15:55:39 -04:00
Alex Hart
54191433e0
Remove ConversationTabs* and migrate to MainActivity.
2025-04-24 15:55:38 -04:00
Alex Hart
94d07f7012
Decouple InlineQueryViewModelV2 instance from activity, parent to fragment instead.
2025-04-24 15:55:38 -04:00
Alex Hart
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
4c81c321be
Utilize root window insets for grabbing system bar sizes.
2025-04-15 11:14:16 -03:00
Alex Hart
35235509ca
Prevent wallpaper mode from overwriting navbar color.
2025-04-10 14:12:04 -03:00
Alex Hart
545a26ff04
Fix conversation nav bar click.
2025-04-09 15:29:54 -04:00
Sagar
f0f6b80f43
Prevent child clickable in message selection state.
2025-04-09 15:29:54 -04:00
Alex Hart
0227af199b
Clear window insets listener when view is detached from window.
2025-04-09 15:29:54 -04:00
Alex Hart
b64f3a48bf
Add proper adaptive material app scaffolding.
2025-04-09 15:29:54 -04:00
Sagar
af52765821
Support opening scheduled document files.
2025-04-09 15:29:54 -04:00
Alex Hart
cc346351f7
Use state to support back pressed callback.
2025-04-09 15:27:46 -04:00
Alex Hart
94d1669363
Fix lineheight.
2025-04-07 12:54:55 -03:00
Alex Hart
eb190f5f00
Remove ConversationListTabs enum.
2025-03-31 14:44:13 -04:00
Greyson Parrelli
80bc2bdc89
Fix some lint errors.
2025-03-31 14:44:06 -04:00
Alex Hart
f1985cf506
Reimplement main activity toolbars in compose.
2025-03-31 14:44:06 -04:00
Sagar
b5987feab3
Fix DateTime conversions for search datePicker.
2025-03-28 19:33:01 +05:30
Sagar
6b86a33f2a
Support stop download and upload for documents.
2025-03-27 21:53:04 +05:30
Cody Henthorne
03614b32e4
Fix missing thumbnail background color.
2025-03-26 13:59:12 -04:00
Sagar
dc66da0667
Fix BubbleBanner dismiss click listener.
2025-03-26 13:59:12 -04:00
Alex Hart
bf83914357
Convert MainActivity to Kotlin.
2025-03-26 13:59:12 -04:00
Alex Hart
e22c403b10
Adjust footer offset on collapsed text items.
2025-03-26 13:59:12 -04:00
Michelle Tang
a681d06de5
Fix chevron placement for rtl languages.
2025-03-26 13:59:11 -04:00
Jeffrey Starke
247c5de140
Add .compose and .view subpackages to core-ui module.
2025-03-26 13:59:11 -04:00
Jeffrey Starke
293012c219
Add unit test coverage for AttachmentSaver.
2025-03-26 13:59:11 -04:00
Jeffrey Starke
b9dc5cbe4f
Consolidate attachment saving logic into unified AttachmentSaver class.
...
Introduces `AttachmentSaver` to centralize all of the steps needed to save message attachments to the device storage. It handles the entire workflow including:
- Showing the save to storage warning/confirmation dialog.
- Requesting `WRITE_EXTERNAL_STORAGE` permission.
- Showing/dismissing media save progress.
Goals of this new class:
- Make it easy to save media attachments anywhere with just a few lines of code (and easier to replace the deprecated `SaveAttachmentTask`).
- Ensure all of the necessary steps are consistently performed at each usage site (which wasn't the case before).
- Make it easier to unit test the save attachment logic.
2025-03-26 13:59:11 -04:00
Michelle Tang
c1f96e5bd3
Fix conversation header position.
2025-03-26 13:59:11 -04:00
Michelle Tang
ca5754cff3
Use standard avatar blur gradient algorithm.
2025-03-26 13:59:11 -04:00
Michelle Tang
da3fc408f8
Update conversation header with group members.
2025-03-26 13:59:11 -04:00
Alex Hart
7cc4677120
Migrate paypal and stripe interactions to durable background jobs.
2025-03-26 13:59:11 -04:00
Jeffrey Starke
f2950e279b
Improve handling of errors when saving media attachments.
...
Improves the error handling in `SaveAttachmentUtil.saveAttachments()` to continue processing all requested attachment saves even after individual save operations fail.
2025-03-12 16:15:41 -04:00
Michelle Tang
9eba978da6
Update various message request UI.
2025-03-12 16:15:40 -04:00
Michelle Tang
451d12ed53
Block avatar downloads in message request states.
2025-03-12 15:34:49 -04:00
Sagar
44c90331ec
Fix scheduled voice note playback.
...
Resolves #13951
2025-03-12 15:34:48 -04:00
Sagar
52c8dfc998
Support scheduled voice notes.
...
Resolves #13957
2025-03-12 15:34:48 -04:00
Greyson Parrelli
f0f25ae12e
Use the new avatar color hash algorithm.
2025-03-12 15:34:48 -04:00
Greyson Parrelli
9c473fb570
Improve and centralize e164 utils.
2025-03-04 15:58:21 -05:00
Greyson Parrelli
e9e62b98f3
Move bidi methods to BidiUtil.
2025-03-04 15:58:21 -05:00