Greyson Parrelli
6173f7049c
Updated language translations.
2020-01-09 18:44:48 -05:00
Greyson Parrelli
4adacf4b98
Fix issue where you could send text with a view-once message.
2020-01-09 18:38:34 -05:00
Greyson Parrelli
8cb6ed26a1
Update view-once design.
2020-01-09 18:32:14 -05:00
Greyson Parrelli
fd7aa9ccfa
Fix view-once sync and quote descriptions.
2020-01-09 18:32:14 -05:00
Alex Hart
e2a48d1714
Fix notification reply image.
2020-01-09 12:36:46 -04:00
Greyson Parrelli
a5c4c1e0a6
Converted outlines from 1px to 1dp.
2020-01-08 15:27:55 -05:00
Alan Evans
b29d03e872
Bump version to 4.53.3
2020-01-08 11:51:27 -05:00
Alan Evans
dff11092ec
Updated language translations.
2020-01-08 11:50:39 -05:00
Greyson Parrelli
5e9c4e8fa3
Remove tap-to-dismiss from view-once.
2020-01-07 21:44:41 -05:00
Greyson Parrelli
c346f32762
Made view-once a non-sticky setting.
2020-01-07 16:18:07 -05:00
Greyson Parrelli
d2d450aff2
Make view-once viewed bubble match the conversation background.
2020-01-07 16:14:11 -05:00
Greyson Parrelli
09af858be8
Show upload progress for view-once messages.
2020-01-07 15:50:12 -05:00
Alan Evans
9c8a99c79c
Bump version to 4.53.2
2020-01-07 15:02:43 -05:00
Greyson Parrelli
c6b9855198
Always show view-once video remaining time.
2020-01-07 15:02:43 -05:00
Alan Evans
c142928fad
Updated language translations.
2020-01-07 13:45:45 -05:00
Greyson Parrelli
fc0cfd5188
Disable multiselect actions for inapplicable message types.
2020-01-07 13:09:25 -05:00
Greyson Parrelli
d9c78e5c3e
Fix toolbar overlap with cutouts in recipient preferences.
...
Fixes #9323
2020-01-07 12:17:41 -05:00
Greyson Parrelli
b449fceca0
Dismiss conversation search after swipe-to-reply.
...
Fixes #9325
2020-01-07 11:13:16 -05:00
Greyson Parrelli
f0d15c0bce
Fix crash when clicking group avatars.
2020-01-07 10:51:40 -05:00
Greyson Parrelli
8f031f61ea
Fix group update string when re-added to group.
2020-01-06 18:36:56 -05:00
Alan Evans
502e8559f0
Bump version to 4.53.1
2020-01-06 16:53:31 -05:00
Alan Evans
8cf6f7e936
Relocate jni libs.
2020-01-06 16:52:41 -05:00
Alan Evans
0ef01cc620
Bump version to 4.53.0
2020-01-06 11:08:30 -05:00
Alan Evans
930828ef86
Updated language translations.
2020-01-06 11:08:30 -05:00
Alan Evans
9ebe920195
Move all files to natural position.
2020-01-06 11:08:30 -05:00
Greyson Parrelli
0df36047e7
Ensure transport type gets reset in onNewIntent()
...
Fixes #9319
2020-01-06 11:08:27 -05:00
Greyson Parrelli
94604921f9
Fix issue with swipe-to-reply triggering incorrectly.
...
Fixes #9227
2020-01-06 11:08:27 -05:00
Curt Brune
284fe294ac
Skip monochrome cameras when switching cameras on video calls.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
ffa01d491a
Do not list yourself in group membership updates.
2020-01-06 11:08:27 -05:00
Kevin T. Berstene
1d9513e743
Respect local camera aspect ratio in calls.
...
Fixes #8615
2020-01-06 11:08:27 -05:00
Greyson Parrelli
277c9e22f1
Show long-press-magnify in sticker preview screen.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
4e7b4da941
Implement resumable downloads.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
7e72c9c33b
Add view-once tooltip.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
e0e2c3a3f5
Fix some UI bugs in view-once sending.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
3b5e444e76
Enable view-once send support.
2020-01-06 11:08:27 -05:00
Alan Evans
02006e3ff5
Update copyright year.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
8083596f19
Use FitCenter sizing for stickers.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
6551689a0c
Increase the size of stickers in the conversation.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
3fbf21a34e
Don't crash on packs missing metadata.
2020-01-06 11:08:27 -05:00
Alan Evans
b598431237
Separate message decryption from message processing.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
3b5d9a2cae
Consider groups 'unknown' if they have no title, avatar, or members.
2020-01-06 11:08:27 -05:00
Alex Hart
3bd8aa8a86
Apply MessageStyle and fix chronology issues.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
fe5fca8eaf
Sync thread order and archive status with linked devices.
2020-01-06 11:08:27 -05:00
Greyson Parrelli
848101a783
Refactor AvatarImageView#setAvatarClickHandler.
...
This triggered a call to Recipient#isGroup when rendering a view, which
itself could trigger a DB read. This delays the call to #isGroup to
lower the possibility of doing DB reads on the main thread.
2019-12-19 18:06:29 -05:00
Alex Hart
d7c350f987
Fix in-call proximity lock for wireless, speaker, and bluetooth.
2019-12-19 18:06:29 -05:00
Curt Brune
4c526f0b3c
Update ringrtc to 0.3.0
2019-12-19 18:06:29 -05:00
Greyson Parrelli
876ffb5b13
Bump version to 4.52.4
2019-12-19 18:00:56 -05:00
Greyson Parrelli
0b14cf3d6a
Show sticker install tooltips less often.
2019-12-19 17:59:42 -05:00
Greyson Parrelli
c2044b36b1
Bump version to 4.52.3
2019-12-18 20:58:07 -05:00
Greyson Parrelli
f970b4acfa
Revert "Remove the Pixel 4 from the CameraX blacklist."
...
This reverts commit 1f5a597d50
.
2019-12-18 20:55:03 -05:00