Alex Hart
b93568d9c6
Invoke onTick immediately in onResume.
2021-06-21 19:55:02 -04:00
Alex Hart
b3041ab6e0
Always update ViewOnceState before rendering hud.
2021-06-21 14:27:28 -03:00
Alex Hart
3a151b30ac
Catch MediaCodecException in extractThumbnails for configuration crash.
2021-06-21 14:19:11 -03:00
Alex Hart
97b3d36433
Add support to MessageDetailsActivity for viewed reciepts.
2021-06-21 14:11:36 -03:00
Cody Henthorne
81e3252128
Do not apply universal timer to SMS chats.
2021-06-21 11:04:28 -04:00
Cody Henthorne
426c83c6cc
Fix baby emoji in Help and Profile.
2021-06-21 10:54:55 -04:00
Greyson Parrelli
b427754a81
Fix quoted media rendering issue.
2021-06-21 10:31:14 -04:00
Cody Henthorne
08f023fb12
Revert "Fix ANR when leaving MediaPreviewActivity."
...
This reverts commit 8be659c1c8
.
2021-06-21 09:55:40 -04:00
Greyson Parrelli
5f1454aeb8
Improve the performance of detecting duplicate messages.
...
To do this, we do two things:
- Make the index on DATE_SENT also include the other relevant fields:
the recipientId and threadId
- Use the most minimal projection possible
2021-06-21 09:51:51 -04:00
Greyson Parrelli
0d254e0724
Fix the mock data initializer.
...
Needed to ignore the emoji_data FTS tables.
2021-06-20 17:36:27 -04:00
Cody Henthorne
e882e6e111
Bump version to 5.15.0
2021-06-18 15:21:41 -04:00
Cody Henthorne
4b0811f9aa
Revert "Temporarily block payments in all regions."
...
This reverts commit 4637e1b5d8
.
2021-06-18 15:10:29 -04:00
Greyson Parrelli
817f1ee938
Add a feature flag to disable SMS megaphone.
...
As part of this work, we also make sure we fetch feature flags during
registration.
2021-06-18 15:10:16 -04:00
Cody Henthorne
2d93d74b9f
Fix incorrect linting by preventing Github Actions from using Android S.
2021-06-18 15:10:16 -04:00
Greyson Parrelli
93f37ad70f
Reduce fetches when you open a conversation.
2021-06-18 15:10:16 -04:00
Cody Henthorne
3c6bed90db
Fix ANR by upgrading Firebase Messaging.
2021-06-18 15:10:16 -04:00
Greyson Parrelli
fa26fb6b8b
Improve conversation query performance.
...
For the conversation query at least, we stopped joining on the
attachments tables, and instead get attachments on a page-by-page basis.
2021-06-18 15:10:15 -04:00
Cody Henthorne
263ddb0d1e
Fix main thread recipient resolve in contact selection.
2021-06-18 15:10:15 -04:00
Cody Henthorne
8be659c1c8
Fix ANR when leaving MediaPreviewActivity.
2021-06-18 15:10:15 -04:00
Cody Henthorne
e5c9dddb5a
Fix ANR when generating group message snippets.
2021-06-18 15:10:15 -04:00
Greyson Parrelli
6da72aad6d
Log the build variant.
2021-06-18 15:10:15 -04:00
Greyson Parrelli
5dd5a024c9
Narrow locking in LiveRecipientCache.
...
This should make it so that we never hold a lock while accessing the
database.
2021-06-18 15:10:15 -04:00
Greyson Parrelli
c0eac5564c
Clean up message processing locks.
2021-06-18 15:10:15 -04:00
Cody Henthorne
0d0ee753df
Make portrait bubbled keyboard height dynamic based on bubble height.
2021-06-18 15:10:15 -04:00
Aaron Labiaga
908f952893
Update API for Activity in bubble check.
2021-06-18 15:10:15 -04:00
Cody Henthorne
1c80e65c5a
Bump version to 5.14.5
2021-06-18 15:02:33 -04:00
Cody Henthorne
20b13a929b
Updated language translations.
2021-06-18 14:55:16 -04:00
Alex Hart
4637e1b5d8
Temporarily block payments in all regions.
2021-06-18 14:47:32 -04:00
Greyson Parrelli
4b6cb79c75
Fix message exception handling.
2021-06-18 13:52:31 -04:00
Greyson Parrelli
feaf2a33a9
Bump version to 5.14.4
2021-06-17 17:39:30 -04:00
Greyson Parrelli
4c893a11fc
Updated language translations.
2021-06-17 17:39:30 -04:00
Cody Henthorne
f4dd80c929
Switch logic order for detecting conversation channel changes.
2021-06-15 13:09:11 -04:00
Cody Henthorne
4af078007e
Attempt to recover from encountering octet stream media.
2021-06-15 11:54:14 -04:00
Greyson Parrelli
be297120a1
Include 'you' in dynamic group name.
2021-06-15 11:37:28 -04:00
Cody Henthorne
a9741cadbf
Fix logging around dialog flow.
2021-06-15 11:31:56 -04:00
Cody Henthorne
79200c82da
Fix create bubble conversation notification.
2021-06-14 16:51:18 -04:00
Cody Henthorne
d9c9ae8dae
Update MobileCoin dependency and add new configuration.
2021-06-14 13:25:50 -04:00
Greyson Parrelli
8ee96b40d0
Bump version to 5.14.3
2021-06-10 16:50:51 -04:00
Greyson Parrelli
67f0f45b67
Updated language translations.
2021-06-10 16:50:17 -04:00
Cody Henthorne
881ab90982
Add additional logging to dialog.
2021-06-10 16:06:32 -04:00
Alex Hart
6d7e09fec1
Fix bug preventing VIEWED receipts from being sent to group recipients.
2021-06-10 16:52:24 -03:00
Greyson Parrelli
c274ed6a96
Improve search performance.
2021-06-10 15:47:12 -04:00
Greyson Parrelli
53ffca964d
Restrict group member names to 2 lines.
2021-06-10 11:08:45 -04:00
Greyson Parrelli
3da3367291
Ensure that multi-forwards have unique timestamps.
2021-06-10 11:03:07 -04:00
Cody Henthorne
412ee220ce
Improve keyboard sizing in bubbled conversations.
2021-06-09 16:18:55 -04:00
Alex Hart
a3e3667dc2
Add 'tick' to update conversation bubble timestamps every 1m.
2021-06-09 16:35:36 -03:00
Greyson Parrelli
d5f63da9e4
Better database error handling.
2021-06-09 15:04:16 -04:00
Greyson Parrelli
f8d2044356
Bump version to 5.14.2
2021-06-09 11:16:19 -04:00
Greyson Parrelli
4d2dc61f5d
Updated language translations.
2021-06-09 11:16:19 -04:00
Cody Henthorne
5492685df2
Fix fragment lifecycle crash in Edit Profile.
2021-06-09 11:16:19 -04:00