Niel Thiart
31e0f3edfb
Fix Signal Direct Share Shortcuts not appearing in Android Sharesheet.
...
Fixes #11537
2021-08-16 20:50:33 -04:00
Alex Hart
17b568e6d1
Fix sticker forwarding.
2021-08-16 20:50:33 -04:00
Alex Hart
7c11962cb3
Fix custom notification vibration state.
2021-08-16 20:50:33 -04:00
Alex Hart
a7c4199192
Add proper pluralization to message send toast.
2021-08-16 12:00:19 -03:00
Alex Hart
8cb3909093
Disable multiforward send button after the user presses it.
2021-08-16 11:50:53 -03:00
Alex Hart
7480ea66ec
Fix issue where a document with text would cause a crash and not be multiselectable.
2021-08-16 11:36:03 -03:00
Cody Henthorne
8e94ced7b6
Bump version to 5.21.1
2021-08-13 17:50:08 -04:00
Cody Henthorne
ffd86a96da
Updated language translations.
2021-08-13 17:47:25 -04:00
Lucio Maciel
d4cabce876
Fix crash when getLayout() is null.
2021-08-13 18:39:06 -03:00
Cody Henthorne
a5790edb2b
Bump version to 5.21.0
2021-08-13 14:17:32 -04:00
Cody Henthorne
d247e2eabe
Updated language translations.
2021-08-13 14:09:42 -04:00
Cody Henthorne
f4d6de466b
Fix long SMS send with no service failure loop.
2021-08-13 13:58:38 -04:00
Cody Henthorne
0838c0be27
Fix crash when sending media message as first message in conversation.
2021-08-13 13:58:38 -04:00
Alex Hart
7448183ff4
Update multi-forward work with tweaks from design.
2021-08-13 13:58:38 -04:00
Lucio Maciel
8e2a265cf3
Update emoji search index on system locale changes.
2021-08-13 13:58:38 -04:00
Cody Henthorne
8802cebb64
Prevent constantly requesting new video resolutions in group calls.
2021-08-13 13:58:38 -04:00
Lucio Maciel
0c6fe8bea3
Fix crash when encountering SMS calculate length security exception.
2021-08-13 13:58:38 -04:00
Alex Hart
49334ffd42
Implement proper mentions support for multiforward.
2021-08-13 13:58:38 -04:00
Lucio Maciel
4702ab1aeb
Implement better detection of text only messages.
2021-08-13 13:58:38 -04:00
Lucio Maciel
fe8fcb1394
Implement single line timestamps on conversation items.
2021-08-13 13:58:38 -04:00
Alex Hart
dc1e56de4e
Implement new bottom fragment UX for multiforward.
2021-08-13 13:58:38 -04:00
Jim Gustafson
561cca5208
Update RingRTC to v2.10.8
2021-08-13 13:58:38 -04:00
Alex Hart
a291732c1a
Check if already connected before connecting.
2021-08-13 13:58:38 -04:00
Alex Hart
28abc1e4ff
Implement new Multiselect UX and groundwork for Multiforward.
2021-08-13 13:58:38 -04:00
Cody Henthorne
655e43a079
Update call UI to new designs.
2021-08-10 16:27:52 -04:00
Cody Henthorne
94b9a458e7
Bump version to 5.20.4
2021-08-10 16:27:31 -04:00
Cody Henthorne
bb75730315
Updated language translations.
2021-08-10 16:21:59 -04:00
Alex Hart
824a8ac5f2
Fix RuntimeException during call initialization.
2021-08-10 16:08:55 -04:00
Cody Henthorne
3baf10f0e9
Fix bug with not showing entire long message when it contains no mentions.
2021-08-10 12:02:35 -04:00
Cody Henthorne
cfab195e90
Bump version to 5.20.3
2021-08-09 14:40:04 -04:00
Cody Henthorne
503d7c77a0
Updated language translations.
2021-08-09 14:36:45 -04:00
Cody Henthorne
f99ff32947
Fix NPE when operating on multiple conversations in batch mode.
2021-08-09 11:54:40 -04:00
Cody Henthorne
182c758d35
Revert "Fix NPE when operating on multiple conversations in batch mode."
...
This reverts commit fc51c4940c
.
2021-08-09 11:52:38 -04:00
Greyson Parrelli
f6b2d3faf8
Small refactor to building the sender key target list.
2021-08-06 17:49:08 -04:00
Greyson Parrelli
61c7959ffc
Ensure typing indicators are sent as online messages with sender key.
2021-08-06 17:29:25 -04:00
Greyson Parrelli
67ccd14af2
Ensure certain sender key payloads are serialized properly.
2021-08-06 17:29:02 -04:00
Cody Henthorne
3c41b7322f
Bump version to 5.20.2
2021-08-06 16:43:18 -04:00
Cody Henthorne
d2118d0b53
Updated language translations.
2021-08-06 16:40:45 -04:00
Alex Hart
89af85c893
Fix MP4 Gif crash with ConversationUpdateItem
...
Due to adapter positions changing due to deletes and other such
nonsense, there are cases where update items are all of a sudden in our
playing or notplaying arrays. Checking for playable content before
trying to update positioning information seems to have fixed the issue.
2021-08-06 16:41:44 -03:00
Greyson Parrelli
0762a93787
Refactor protobuf validation exceptions.
2021-08-06 14:47:43 -04:00
Cody Henthorne
570b4d7150
Fix bug with processing and displaying long messages with mentions.
2021-08-06 13:19:44 -04:00
Cody Henthorne
fc51c4940c
Fix NPE when operating on multiple conversations in batch mode.
2021-08-06 11:14:33 -04:00
Alex Hart
b9ffbb8e92
Fix issue where custom notifications were never enabled.
...
Older API levels do not have notification channel support, and
we were not checking this state to see if we should enable
the controls. Fix is to add a new controlsEnabled flag on the
state object and set it whenever we finish loading or when recp
changes.
2021-08-06 11:40:09 -03:00
Alex Hart
de2c7d38bf
Fix NPE in proximity sensor management.
...
If a device either does not have a proximity sensor or has a
non-functioning sensor, we can hit an NPE as soon as we hit
MainActivity. This fix ensures proper handling if a sensor is
unavailable.
2021-08-06 11:32:03 -03:00
Alex Hart
c9597ef8dc
Fix several small bugs with foldable calling.
...
* Set proper aspect ratio of pip in landscape mode.
* Fix some fade and adjustment from new UI states.
2021-08-06 11:27:27 -03:00
Greyson Parrelli
a9bbee3880
Trim logs submitted via help and shake2report.
2021-08-05 18:23:20 -04:00
Greyson Parrelli
2bac1a7707
Fix race condition that could show an empty link preview after send.
2021-08-05 17:45:14 -04:00
Cody Henthorne
80e1b2c843
Bump version to 5.20.1
2021-08-05 16:08:17 -04:00
Cody Henthorne
7c2da69676
Updated language translations.
2021-08-05 16:02:58 -04:00
Alex Hart
f25e8d602b
Rewrite ContactSelectionListItem to utilize ConstraintLayout.
2021-08-05 16:42:32 -03:00