Cody Henthorne
3761859681
Fix kotlin compiler warnings.
2021-09-16 14:17:38 -03:00
Lucio Maciel
c43fe44e3e
Fix transformation method issues.
2021-09-16 14:17:38 -03:00
Cody Henthorne
e2cb522e87
Prevent part files from being deleted prematurely.
2021-09-16 14:17:38 -03:00
Greyson Parrelli
d29ebc7768
Update included emoji to 13.1
2021-09-14 09:35:56 -04:00
Greyson Parrelli
8b5fe79849
Update our image viewer versions.
2021-09-14 09:35:56 -04:00
Greyson Parrelli
903c5c6db6
Add an internal recipient details screen.
2021-09-14 09:35:56 -04:00
Cody Henthorne
7e7bbad788
Ensure change number operation status before returning to normal app usage.
2021-09-08 21:04:21 -04:00
Cody Henthorne
77ff25ec49
Add Change Number capability and Conversation Update item.
2021-09-08 21:04:06 -04:00
Alex Hart
e419d70d51
Do not crash when we try to play from IDLE state.
2021-09-07 23:13:19 -04:00
Cody Henthorne
f2ab0b6423
Initial work to support Change Number.
2021-09-03 20:19:56 -04:00
Lucio Maciel
e09d162c1e
Update conversations list UI.
2021-09-03 20:19:55 -04:00
Alex Hart
664d6475d9
Refresh media selection and sending flow with a shiny new UX.
2021-09-02 21:24:54 -04:00
Leonid Zavodnik
a6690e1bde
Update exoplayer version to v2.15
...
Fixes #11547
2021-09-02 21:24:54 -04:00
Greyson Parrelli
7ac83625d3
Add a write-through cache to the identity store.
2021-09-02 21:24:53 -04:00
Lucio Maciel
083301185c
Update verify identity UI.
2021-09-02 21:24:53 -04:00
Cody Henthorne
adbda02aa4
Fix minor Group Call Ringing UI bugs.
2021-08-25 13:13:25 -04:00
Greyson Parrelli
8748056130
Inline the announcement groups flag.
2021-08-24 16:59:09 -03:00
Cody Henthorne
db7272730e
Add Small Group Ringing support.
2021-08-24 16:59:09 -03:00
Greyson Parrelli
a85b08d9da
Added an internal setting for disabling shake to report.
2021-08-24 16:59:09 -03:00
Cody Henthorne
194975d068
Fix lobby copy when another of your devices is solely already in the group call.
2021-08-24 09:09:27 -03:00
Greyson Parrelli
b7a067e954
Use a more accurate starting point for message send timings.
2021-08-24 09:09:27 -03:00
Greyson Parrelli
6618d696e4
Migrate the session table to be keyed off of libsignal IDs.
2021-08-24 09:09:27 -03:00
Alex Hart
199fb517b1
Fix dark theme coloring for forward bottom sheet.
2021-08-18 09:33:29 -03:00
Alex Hart
c1c95e1ae2
Disable predictive animation support on conversation layout manager.
2021-08-18 09:02:29 -03:00
Lucio Maciel
9a67c60b4e
Don't inline jumbomoji timestamps.
2021-08-17 19:04:59 -04:00
Lucio Maciel
0599f76ed5
Fix alignment issues for single line timestamps.
2021-08-16 20:50:33 -04:00
Lucio Maciel
d4cabce876
Fix crash when getLayout() is null.
2021-08-13 18:39:06 -03:00
Alex Hart
7448183ff4
Update multi-forward work with tweaks from design.
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
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
Alex Hart
a291732c1a
Check if already connected before connecting.
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
Alex Hart
824a8ac5f2
Fix RuntimeException during call initialization.
2021-08-10 16:08:55 -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
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
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
Alex Hart
c78e283084
Reimplement voice note proximity locking.
...
Proximity lock was tied to the VoiceNotePlaybackService instead of to the Activity, and it made for some strange code decisions. This rewrite now ties locking to the activity, where it should have been in the first place, and hopefully solves a few proximity / playback bugs on the way. In addition, it conforms to SRP better as it will send a command to the player to change the audio attributes as necessary instead of directly operating on a player instance.
2021-08-03 13:45:30 -03:00
Alex Hart
2d5492ffac
Add accessibility descriptions to voice note player view.
...
Fixes #11518
2021-08-03 13:45:30 -03:00
Lucio Maciel
e58b617689
Revert grouping body+footer
2021-08-03 11:52:22 -03:00
Alex Hart
149c138666
Fix negative audio message duration.
2021-08-02 16:19:43 -04:00
Alex Hart
f6b46f921c
Fix issue where emojis would not appear on app launch.
2021-08-02 16:19:39 -04:00
Alex Hart
3b8eac0b8d
Disable registration lock toggle and pin reminder toggle if user does not have a pin.
2021-08-02 16:19:39 -04:00
Alex Hart
52978b1b42
Ensure landscape operation is only enabled on foldable displays.
2021-08-02 16:19:39 -04:00