Greyson Parrelli
825ca0d737
Remove more SMS vestiges.
2024-03-18 19:21:08 -04:00
Cody Henthorne
5b2c458bcf
Show username in all display name locations if only option.
2024-03-06 20:42:00 -04:00
Nicholas Tinsley
f97a034c34
Null check multi share attachment quality guard.
2024-01-31 22:13:46 -05:00
Jameson Williams
ec96b4e3aa
Update Glide to use ksp, drop kapt.
...
Resolves #13381
2024-01-31 22:12:17 -05:00
Greyson Parrelli
3554f82ea3
Convert AttachmentTable and models to kotlin.
2024-01-09 11:12:48 -04:00
Greyson Parrelli
4fe6d79fff
Unify our Base64 utilities.
2023-10-17 11:15:56 -04:00
Alex Hart
d46daed49a
Add SavedStateHandle support to LinkPreviewViewModelV2.
2023-09-29 09:25:17 -03:00
Cody Henthorne
efbd5cab85
Convert SignalService, Database, Group, Payment, and other remaining protos to wire.
2023-09-21 13:59:52 -03:00
Alex Hart
99abfd0d98
Share to signal from CallSheet.
2023-08-16 10:26:32 -04:00
Cody Henthorne
b30f47bac4
Remove ComposeText and SendButton sms/mms transport complexity.
2023-08-10 15:05:18 -03:00
Greyson Parrelli
e3ec53c2d0
Remove deprecated SMS fields from recipient table.
2023-08-01 15:51:31 -04:00
Alex Hart
8f253ffc43
Add lazy thread creation throughout in preparation for CFV2.
2023-07-12 15:48:52 -04:00
Cody Henthorne
bba8b8be56
Fix external share when it contains an image and text.
2023-06-06 12:47:16 -04:00
Nicholas Tinsley
7ea9fc0c3b
Update AlertDialogs to MaterialAlertDialogs.
...
Addresses #12949 .
2023-06-06 12:47:16 -04:00
Greyson Parrelli
4d6d31d624
Make attachment count/size remote configurable.
2023-05-24 11:29:58 -04:00
Alex Hart
93228f4be7
Prevent sending stickers to stories.
2023-04-20 13:50:12 -04:00
Alex Hart
e6a4067a35
Fix disposable leak in ShareActivity.
2023-04-20 13:50:12 -04:00
Alex Hart
3451ac4504
Move LifecycleDisposable to core-util.
2023-04-13 17:18:59 -04:00
Alex Hart
921c903190
Allow forwarding of contacts.
2023-04-05 16:40:23 -03:00
Clark
83b0963533
Add fix for m4a mapping to audio/mpeg.
2023-04-05 16:40:23 -03:00
Clark
247edce7b0
Catch exceptions in share repository for blob provider IO exceptions.
2023-03-22 14:28:36 -04:00
Clark
906dd5cb40
Drop link preview thumbnail from forward if URI isn't present.
2023-03-22 14:27:59 -04:00
Cody Henthorne
a6d7b0c7bf
Fix crash in multishare flow.
2023-03-20 17:37:24 -04:00
Greyson Parrelli
6922886395
Fix a bunch of random lint warnings.
2023-03-03 10:40:55 -05:00
Cody Henthorne
cc490f4b73
Add text formatting send and receive support for conversations.
2023-01-25 17:02:41 -05:00
Clark
d635683303
Fix share intent not being cleared from recents.
2023-01-24 14:18:28 -05:00
Alex Hart
8e313f8387
Collapse KnownRecipient / Story into single model.
2023-01-19 13:33:07 -05:00
Alex Hart
af0fbdd2b2
Fix story splitting in multishare flow.
2023-01-11 13:16:43 -04:00
Greyson Parrelli
e2fb65920c
Ensure SMS and MMS messages are sent appropriately.
2023-01-06 11:27:33 -05:00
Alex Hart
1e153e129c
Ensure ShareViewModel#resolve is performed on the background thread.
...
Fixes #12696
2023-01-04 16:40:36 -05:00
Greyson Parrelli
a7e3bdc892
Rename OutgoingMediaMessage -> OutgoingMessage.
2022-12-30 15:11:56 -05:00
Greyson Parrelli
9b60bd9a4b
Remove OutgoingTextMessage and PushTextSendJob.
2022-12-30 15:11:56 -05:00
Cody Henthorne
c56e63d62f
Convert OutgoingMediaMessage and it's couterparts to kotlin.
2022-12-16 15:22:04 -05:00
Greyson Parrelli
7949996c5c
Renamed database classes to table classes.
...
Because they're not databases. They're tables.
2022-11-30 17:10:36 -05:00
Alex Hart
ff7dcd26c8
Fix issue where forwarded link preview would overwrite original message id.
2022-10-17 13:41:18 -03:00
Alex Hart
a0172ddb2f
Autoscale story text so all content fits in viewer.
2022-10-13 16:32:51 -04:00
Alex Hart
4cc6bb4fbe
Do not allow forwarding of content more than 13 lines long to stories.
2022-10-11 14:46:35 -04:00
Greyson Parrelli
bfd2686610
Fix issue where some threads were invisibly unread.
...
Problem 1: We weren't marking threads read when we shared into them.
Problem 2: We hid the unread status of threads whose last message was
outgoing.
This addresses both. It's possible that 'fixing' problem 2 could result
in more threads being marked as read, but really that should just make
us aware so we can properly mark the thread as read.
2022-10-11 14:46:35 -04:00
Alex Hart
9aa7543f2f
Do not display stories as valid selections when sending view-once media.
2022-10-07 18:45:11 -04:00
Alex Hart
ee00e931eb
Fix possible RxStore memory leak.
2022-10-05 12:06:47 -03:00
Alex Hart
c47a724654
Add support for new group story display states.
2022-09-28 11:33:35 -04:00
Alex Hart
9326c1726a
Increase stories caption limit to 1500 grapheme clusters.
2022-09-28 11:33:35 -04:00
Alex Hart
3d075bdd65
Check for EXTRA_TEXT if we cannot parse EXTRA_STREAM.
2022-08-29 10:47:47 -03:00
Alex Hart
16a4c321c4
Add additional logging for diagnosing shares with null EXTRA_STREAM.
2022-08-18 09:27:20 -03:00
Alex Hart
49cc962bde
Fix bug where share intent data would be redisplayed.
2022-08-02 14:36:30 -04:00
Alex Hart
ad0acc640b
Handle multishare of text.
2022-07-27 13:12:58 -04:00
Alex Hart
09b92a6559
Add logging to share activity.
2022-07-26 09:33:45 -04:00
Cody Henthorne
fe6058e0df
Improve cold start performance.
2022-07-21 13:18:20 -04:00
Alex Hart
b18542a839
Ensure images sent to stories respect media quality settings.
...
Stories should always use "Standard" quality, not L3 (high quality). This change ensures that we:
1. Always send stories at the appropriate quality
2. Do not corrupt or overwrite pre-existing image attachments
3. Close several streams when done (thanks StrictMode!)
2022-07-21 13:18:19 -04:00
Alex Hart
6a385c7a22
Implement video length enforcement for Stories.
2022-06-28 15:42:15 -04:00