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
Greyson Parrelli
b9c6c6b0f4
Include additional logging to assist in debugging.
2021-08-05 16:42:32 -03:00
Alex Hart
164f39e376
Fix issue where group count flashes in contact selection item.
2021-08-05 16:42:32 -03:00
Greyson Parrelli
49190125ef
Locally track conversation open time.
2021-08-05 16:42:32 -03:00
Fumiaki Yoshimatsu
555e65d3ee
Try a little harder to find a place to store the file before accepting a directory path that may not exist.
...
Fixes #11505
2021-08-05 16:42:32 -03:00
Greyson Parrelli
89b1243885
Add the "My Daily Life" sticker pack by Plastic Thing.
2021-08-05 16:42:32 -03:00
Cody Henthorne
3fca46de92
Alleviate database contention when archiving threads.
2021-08-05 16:42:32 -03:00
Alex Hart
aa0d7c218f
Stage secure outgoing message instead of unwrapped.
2021-08-05 16:42:32 -03:00
Greyson Parrelli
2b5b664a8f
Update sender key flag.
2021-08-05 16:42:32 -03:00
Greyson Parrelli
784c373a0e
Locally track message send time.
2021-08-05 16:42:32 -03:00
Alex Hart
37ae740138
Hide reveal dot if sender and recvr are both self.
2021-08-05 16:42:32 -03:00
Alex Hart
fe9b8a9f47
Replace with new custom notifications page.
2021-08-05 16:42:32 -03:00
Alex Hart
3585667fb9
Bump version to 5.20.0
2021-08-04 13:39:31 -03:00
Alex Hart
b4ed088529
Updated language translations.
2021-08-04 13:38:59 -03:00
Greyson Parrelli
bdcf390e6e
Verify a member is still in the group before using sender key.
2021-08-04 10:55:44 -04:00
Greyson Parrelli
c7551881b8
Update handling of unrestricted UD access.
2021-08-04 10:36:49 -04:00
Greyson Parrelli
c131754874
Add a system for locally tracking performance on-device.
2021-08-04 10:01:14 -04:00
Alex Hart
c6c4988583
Apply proper rules for foldable aspect scaling in landscape and tabletop modes.
2021-08-04 10:57:21 -03:00
Alex Hart
d43f044eb4
Add logic to only dismiss header views when in tabletop mode.
2021-08-04 10:53:53 -03:00
Fumiaki Yoshimatsu
9c71994804
Align text to "start" to show LTR text in RTL view correctly.
...
Fixes #11335
2021-08-04 10:29:03 -03:00
Sgn-32
654d98b0fe
Use getSimpleRelativeTimeSpanString in getCallDateString
2021-08-04 10:01:15 -03:00
Fumiaki Yoshimatsu
c06056d847
Force LTR layout in this view because the "playback" button should not be mirrored in RTL.
...
In this specific case, the drawable (triangle_right) used in this view
is _not_ autoMirrored which is correct. But the `layout_marginStart`
attribute adds the margin to the wrong side of the view that breaks the
appearance.
c.f. https://material.io/design/usability/bidirectionality.html#mirroring-elements
2021-08-04 09:44:56 -03:00