Greyson Parrelli
7fef1b060f
Add proxy support for CDSv2.
2022-09-28 11:34:13 -04:00
Alex Hart
0312dfcfcd
Allow autofocus of name field.
2022-09-28 11:34:13 -04:00
Alex Hart
04eeb434c9
Add ability to hide contacts behind a feature flag.
2022-09-28 11:34:12 -04:00
Greyson Parrelli
533dcfb828
Improve handling of SSLExceptions.
...
Current theory is that some Samsung devices a doing something funky with SSLExceptions, causing them to not be caught as IOExceptions.
2022-09-28 11:33:35 -04:00
Isira Seneviratne
e67ac95890
Use AlarmManagerCompat.
...
Fixes #12468
2022-09-28 11:33:35 -04:00
Alex Hart
6c4c299b28
Support enabling stories access by country.
2022-09-28 11:33:35 -04:00
Nicholas
a98cc5706f
Use ViewCompat to get window insets on Android 5.0+.
...
On devices running API 20 and below, getRootWindowInsets() always returns null.
2022-09-28 11:33:35 -04:00
Alex Hart
75af1b69e8
Update payment toolbars to match M3 specification.
2022-09-23 14:30:58 -04:00
Alex Hart
c96fec9537
Update username to use . as delimiter.
2022-09-23 14:30:58 -04:00
Greyson Parrelli
aab8bd1261
Filter badly-formatted numbers from one-off CDS requests.
2022-09-19 11:18:54 -04:00
Alex Hart
889d1183b2
Allow the STORIES feature flag to be hot-swappable.
2022-09-14 15:30:44 -04:00
Alex Hart
26bebb9811
Upgrade several AndroidX Libraries.
...
AppCompat 1.2.0 to 1.5.1
Lifecycle 2.3.1 to 2.5.1
Navigation 2.3.5 to 2.5.2
Fragment 1.3.5 to 1.5.2
Annotations 1.2.0 to 1.4.0
Window 1.0.0-alpha09 to 1.0.0
AAPT2 to 7.0.4
Fragment-Testing 1.3.5 to 1.5.2 (matching Fragment)
2022-09-14 15:30:43 -04:00
Alex Hart
9331e9ce89
Add deprecation notice to SingleLiveEvent.
2022-09-14 15:30:43 -04:00
Greyson Parrelli
6417f5cce0
Improve logging around attachment compression failures.
2022-09-14 15:30:43 -04:00
Alex Hart
a340ebf74a
Add espresso test for usernames.
2022-09-14 15:30:43 -04:00
Greyson Parrelli
8e9f311fca
Refresh your own profile when the stories flag changes.
2022-09-13 13:07:42 -04:00
Cody Henthorne
0685cf4e51
Add signal.me username support.
2022-09-13 13:07:42 -04:00
Alex Hart
9b9453734c
Implement new API endpoints for Usernames.
2022-09-13 13:07:42 -04:00
Nicholas
a335130ad4
Clear Selection on ACTION_UP if longClickCopySpan is not found.
2022-09-13 13:07:42 -04:00
Alex Hart
2e2b31aa79
Start call after granting permissions.
...
Fixes #12419
2022-09-13 13:07:42 -04:00
Greyson Parrelli
135d002f02
Fix possible crash with CDSv2 compat.
2022-09-13 13:07:42 -04:00
Greyson Parrelli
2eba9a8d72
Add support for doing normal CDS queries on CDSv2.
2022-08-31 15:58:41 -04:00
Alex Hart
936212e684
Add initial sms exporter integration behind a feature flag.
2022-08-31 15:58:41 -04:00
Alex Hart
6cb359b2d0
Prevent header decoration from passing NO_POSITION to getHeaderId.
2022-08-31 15:58:41 -04:00
Cody Henthorne
1e499fd12f
Refactor notification thumbnails to reduce chances for ANR.
2022-08-24 17:09:01 -04:00
Greyson Parrelli
1aa9aa97ac
Only include the first photo in quoteAttachments.
...
Otherwise you spend a bunch of time compressing stuff people will never
see.
2022-08-24 17:09:01 -04:00
Victor Ding
b92dd19a4c
Use StandardCharsets in OkHttpUtil.
...
okhttp3.internal.Util.UTF_8 was never meant to be used outside of
okhttp3 library; and it has been deleted in later versions.
Signal should use java.nio.charset.StandardCharsets instead.
No functional change.
Closes #12413
2022-08-23 10:56:01 -04:00
Greyson Parrelli
db69603b5d
Fix CDS flag name.
2022-08-22 19:18:37 -04:00
Greyson Parrelli
15e52a8b88
Add ability to do unused reads from CDSv2 to test server load.
2022-08-18 16:01:05 -04:00
Alex Hart
28310a88f5
Username UX refresh.
2022-08-18 16:01:05 -04:00
Alex Hart
a46faebb67
Add check before trying to launch contact add intent.
2022-08-18 09:27:20 -03:00
Cody Henthorne
36f1183d6c
Update libsignal-client for CDSv2.
2022-08-10 11:06:21 -04:00
Alex Hart
caf87def13
Rotate gift badge sending flag.
2022-08-10 10:00:19 -03:00
Greyson Parrelli
f004b72ba2
Use the PNP merging function for everything.
2022-08-09 18:36:04 -04:00
Alex Hart
5212b33b47
Add sms export library and sample app.
2022-08-09 16:23:44 -04:00
Greyson Parrelli
91d3f331e5
Make CameraX blocklist remote configurable.
2022-08-09 16:23:44 -04:00
Alex Hart
f7dce21246
Rotate gift badge sending flag.
2022-08-08 13:40:22 -03:00
Cody Henthorne
b002235ef7
Keep web socket open during calling to improve message delivery.
2022-08-03 17:17:35 -04:00
Cody Henthorne
18eac51576
Migrate all QR scanning to new scanner.
2022-08-03 17:17:35 -04:00
Cody Henthorne
19af68a27c
Add inline emoji search.
2022-08-02 14:36:30 -04:00
Greyson Parrelli
df3399bde5
Remove processing of inbound GV1 messages.
2022-08-02 14:36:29 -04:00
Greyson Parrelli
26bb52fd60
Prevent popup menu from covering bottom items in the media overview screen.
2022-08-02 14:36:29 -04:00
Evan Hahn
39d07c0081
Change default to disabled for contact joined notifications.
2022-08-02 14:36:29 -04:00
Alex Hart
a52b64281c
Upgrade CameraX to 1.1.0 and fork removal.
2022-08-02 14:36:29 -04:00
Alex Hart
7511a9ae8c
Remove low profile mode.
2022-07-26 09:33:45 -04:00
Alex Hart
bcd2763c34
Rotate gifting flag.
2022-07-21 13:18:20 -04:00
Alex Hart
b696a0f758
Move mms and security checks into ViewModel/Repository.
2022-07-21 13:18:20 -04:00
Cody Henthorne
e024541b8a
Add telecom integration allow list and change processing for outgoing audio calls.
2022-07-21 13:18:20 -04:00
Alex Hart
359a39ddaf
Material 3 media gallery refresh.
2022-07-21 13:18:20 -04:00
Cody Henthorne
9c914ab715
Reduce disk hits when accessing shared preferences.
...
While the same instance of SharedPreferences is returned each time, in
order to get it, the system has to do a file check each time it's with
a new context. We can safely cache the instance instead of paying that
file check each time and pay it only once.
2022-07-21 13:18:20 -04:00