Greyson Parrelli
|
ea8e13b1c8
|
Create a WebsocketDrainedConstraint.
|
2020-05-29 09:51:21 -04:00 |
|
Greyson Parrelli
|
f392229393
|
Extract MessageNotifier interface.
|
2020-05-29 09:51:21 -04:00 |
|
Greyson Parrelli
|
a299bafe89
|
Create a new system for fetching the intial batch of messages.
|
2020-05-29 09:51:21 -04:00 |
|
 Alex HartandGreyson Parrelli
|
d2bf539504
|
Clear sticky WebRtcViewModel events when initiating a new call.
|
2020-05-29 09:51:21 -04:00 |
|
 Alex HartandGreyson Parrelli
|
903c3989b9
|
Fix chip jank and other groups v2 ux issues.
|
2020-05-29 09:51:21 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
00996f0d7a
|
Rename back to build.gradle
|
2020-05-29 09:51:21 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
4aded3a436
|
Close keyboard on contact list scroll.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
9acdc37729
|
Alphabetical member order.
|
2020-05-29 09:51:20 -04:00 |
|
Greyson Parrelli
|
d4cdcbe54f
|
Improve logging around group sends.
|
2020-05-29 09:51:20 -04:00 |
|
 Alex HartandGreyson Parrelli
|
6fa2a0f411
|
Polish UX for groups v2 management.
|
2020-05-29 09:51:20 -04:00 |
|
 Alex HartandGreyson Parrelli
|
558a8e4a14
|
Add polish to groups v2 creation flow.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
8947b82034
|
Make GV2 feature flags remote capable.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
56551025e9
|
Detect if group v2 is active from membership.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
befb4939d5
|
Restore groups from storage service.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
289f7aba63
|
Add versioned profiles feature flag.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
28bd245b96
|
While testing GV2 without UUID, fail jobs that hit UuidRecipientError.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
c5e7300df2
|
Fix matches logic in contact selection.
|
2020-05-29 09:51:20 -04:00 |
|
Greyson Parrelli
|
fe25d941bb
|
Prevent FCM bottlenecking.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
4cda267f3b
|
Show pending count and allow view of zero pending screen.
|
2020-05-29 09:51:20 -04:00 |
|
 Alex HartandGreyson Parrelli
|
82ba7e2b8b
|
Display "You" at end of members list in ConversationTitleView.
|
2020-05-29 09:51:20 -04:00 |
|
 Alex HartandGreyson Parrelli
|
41ebaf3938
|
Clean up Overflow menu for GV2 groups.
|
2020-05-29 09:51:20 -04:00 |
|
 Alex HartandGreyson Parrelli
|
090c400037
|
Collapse title into toolbar on scroll in ManageGroupFragment.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
12b1232ac0
|
Fix groups v2 patch response handler.
|
2020-05-29 09:51:20 -04:00 |
|
 Alex HartandGreyson Parrelli
|
204a84c522
|
Apply proper spacing to RecipientBottomSheetDialogFragment.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
526afd539b
|
Fix avatar tap in conversation multi-select mode.
|
2020-05-29 09:51:20 -04:00 |
|
Greyson Parrelli
|
d708984abd
|
Require users be a system contact or whitelisted to appear in the contact list.
|
2020-05-29 09:51:20 -04:00 |
|
Greyson Parrelli
|
9d39db6428
|
Add additional account restore logging, prevent double avatar fetch.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
67a8ec0d39
|
Only admin can cancel any invite.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
297a7d0ef8
|
Handle absent change during invite.
|
2020-05-29 09:51:20 -04:00 |
|
 Bastian KöcherandGreyson Parrelli
|
4712833853
|
Always convert HEIC images to JPEG.
This pr changes the behavior of sending HEIC images to always convert
them to JPEG. This conversion is required to support image inline
viewing accross different devices and operating systems. This follows
the same strategy as on IOS: https://github.com/signalapp/Signal-iOS/pull/2511
Fixes: https://github.com/signalapp/Signal-iOS/issues/4374 & https://github.com/signalapp/Signal-Android/issues/9395
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
11d17f7496
|
GV2 storage service syncing.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
36df3f234f
|
Enable the Zk group library.
|
2020-05-29 09:51:20 -04:00 |
|
Greyson Parrelli
|
098b298646
|
Add a network constraint to RemoteConfigRefreshJob.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
2f9320989a
|
Server signed group v2 changes sent and received P2P.
|
2020-05-29 09:51:20 -04:00 |
|
 Alan EvansandGreyson Parrelli
|
ec8d5defd4
|
Protect against unknown GV2 UUIDs.
|
2020-05-29 09:51:20 -04:00 |
|
Greyson Parrelli
|
981676c7f8
|
Bump version to 4.60.9
v4.60.9
|
2020-05-29 09:40:26 -04:00 |
|
Greyson Parrelli
|
7c5ae57784
|
Updated language translations.
|
2020-05-29 09:38:57 -04:00 |
|
 Alex HartandGitHub
|
fc7be87468
|
Downgrade AudioManagerCompat errors to warnings.
|
2020-05-29 10:31:36 -03:00 |
|
Greyson Parrelli
|
e55d8007fc
|
Bump version to 4.60.8
v4.60.8
|
2020-05-28 18:34:06 -04:00 |
|
Greyson Parrelli
|
43b7aa2d52
|
Updated language translations.
|
2020-05-28 18:33:46 -04:00 |
|
 Alex HartandGitHub
|
cd1bad0718
|
Fix bluetooth behavior.
|
2020-05-28 17:36:40 -03:00 |
|
Greyson Parrelli
|
6b47618351
|
Bump version to 4.60.7
v4.60.7
|
2020-05-26 18:27:05 -04:00 |
|
Greyson Parrelli
|
b6d384120d
|
Updated language translations.
|
2020-05-26 18:26:39 -04:00 |
|
Greyson Parrelli
|
1268b26c1f
|
Auto-dismiss PIN reminder dialog as you type.
|
2020-05-26 18:13:19 -04:00 |
|
Greyson Parrelli
|
f1233bfddc
|
Bump version to 4.60.6
v4.60.6
|
2020-05-25 14:57:59 -04:00 |
|
Greyson Parrelli
|
1aa3e6afea
|
Updated language translations.
|
2020-05-25 14:57:59 -04:00 |
|
Greyson Parrelli
|
ce21eb241a
|
Fix potential crash with data size in ConversationDataSource.
|
2020-05-25 14:57:59 -04:00 |
|
Greyson Parrelli
|
f96fb72eb1
|
Don't show PIN reminders if you're not registered.
Fixes #9657
|
2020-05-25 13:14:38 -04:00 |
|
Greyson Parrelli
|
207c467c6b
|
Don't insert identity verification message for the initial restore.
|
2020-05-24 13:00:16 -04:00 |
|
Alex Hart
|
9d1d9e33ed
|
Bumped version to 4.60.5
v4.60.5
|
2020-05-21 20:03:31 -03:00 |
|