Alex Hart
116e711f1a
Add logging for when we do nothing during a keep-alive job.
2022-04-06 12:36:32 -04:00
Cody Henthorne
7aeb641036
Include mentions on incoming story replies.
2022-04-06 12:36:32 -04:00
Fumiaki Yoshimatsu
e4f69c0b6f
Add padding to the toolbar in media preview activities.
...
Fixes #10298
2022-04-06 12:36:32 -04:00
Sgn-32
48d7228ae7
Replace use of AlertDialog.Builder with MaterialAlertDialogBuilder.
2022-04-06 12:36:32 -04:00
Alex Hart
ae28df901f
Hide view once for story first sending.
2022-04-06 12:36:32 -04:00
Alex Hart
f17f45f277
Fix bad check for story context.
2022-04-06 12:36:32 -04:00
Alex Hart
2b15fc2966
Do not drop group stories if not profile sharing with sender.
2022-04-06 12:36:32 -04:00
Alex Hart
76a9342afa
Safety number check and profile refresh for group sends.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
14849d6e45
Fix case-insensitive queries for groups with non-ASCII characters.
...
Fixes #11464
2022-04-06 12:36:32 -04:00
Greyson Parrelli
77ea2deada
Move more util classes to core-util.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
390b7ff834
Convert SqlUtil to Kotlin.
2022-04-06 12:36:32 -04:00
Greyson Parrelli
0e4187b062
Use existing contact type for our linked entry. Add test to sample app.
...
Fixes #9431
Closes #9434
Co-authored-by: swatts <github@stargw.net>
2022-04-06 12:36:32 -04:00
Cody Henthorne
4098f77e08
Bump version to 5.34.10
2022-04-06 12:18:57 -04:00
Cody Henthorne
a60eed35fe
Updated language translations.
2022-04-06 12:18:10 -04:00
Cody Henthorne
904215fe38
Fix font networking main thread crash.
2022-04-06 12:04:55 -04:00
Greyson Parrelli
6376642d38
Pre-resolve recipient needed for group messages in the conversation list.
2022-04-06 11:13:56 -04:00
Cody Henthorne
6b36a446f0
Bump version to 5.34.9
2022-04-05 10:12:35 -04:00
Cody Henthorne
95ee7f5c00
Updated language translations.
2022-04-05 10:08:22 -04:00
Greyson Parrelli
b109effc94
Prevent possibility of recursively enqueuing early message jobs.
2022-04-04 19:26:08 -04:00
Alex Hart
44efda8318
Bump version to 5.34.8
2022-03-31 17:09:07 -03:00
Alex Hart
e6e1b6d746
Updated language translations.
2022-03-31 17:08:31 -03:00
Greyson Parrelli
e303cbcc22
Fix some toolbar theming issues.
2022-03-31 14:06:37 -04:00
Greyson Parrelli
c67aed5b65
Keep some crucial local logs (like crashes) for longer.
2022-03-30 16:32:45 -04:00
Greyson Parrelli
0278882c30
Prevent possible crash while reading contacts cursor.
2022-03-30 16:17:15 -04:00
Alex Hart
42ccd638bd
Bump version to 5.34.7
2022-03-30 12:19:36 -03:00
Alex Hart
e11577bd23
Updated language translations.
2022-03-30 12:15:24 -03:00
Greyson Parrelli
3c0b87bbca
Fix possible backup crash due to foreign key constraint.
2022-03-30 09:56:26 -04:00
Christian Clauss
84a61b01ca
Fix syntax error in apntool.py
...
Old-style exceptions are syntax errors in Python 3 while new-style exceptions work as expected on both Python 2 and Python 3.
Closes #10622
2022-03-30 09:39:34 -04:00
Greyson Parrelli
c149e008fd
Update apostrophes in code comments.
2022-03-30 09:37:12 -04:00
Greyson Parrelli
c7a345eb0b
Ignore inbound SMS/MMS from yourself.
2022-03-29 18:39:46 -04:00
Sgn-32
348b6e9742
Enable hyphenation on signal bottom action bar item title.
...
Closes #11896
2022-03-29 18:21:25 -04:00
Greyson Parrelli
003b3e02e4
Add ability to view your own profile photo fullscreen.
...
From the profile management screen.
Fixes #11033
2022-03-29 18:21:16 -04:00
Fumiaki Yoshimatsu
5b668d7931
Refresh the storage managment title on long-click.
...
Fixes #9698
Closes #10021
2022-03-29 18:21:08 -04:00
Greyson Parrelli
87748fa80c
Use an inset ripple for contact list items.
...
Closes #10786
Co-authored-by: Thore Goebel <hello@thore.io>
2022-03-29 18:20:58 -04:00
Greyson Parrelli
ad0482fb5b
Bump version to 5.34.6
2022-03-29 13:58:01 -04:00
Greyson Parrelli
12ceb1cb32
Updated language translations.
2022-03-29 13:57:18 -04:00
Greyson Parrelli
9ec2c5da52
Show some buttons in media preview toolbar if there's room.
...
Fixes #11661
2022-03-29 10:43:04 -04:00
Greyson Parrelli
f742d34588
Remove unnecessary package exclusions.
...
Fixes #9540
2022-03-29 10:27:24 -04:00
Cody Henthorne
4d8e058d33
Allow hyphenation of enter sms code buttons.
2022-03-29 10:13:32 -04:00
Cody Henthorne
77ba6e0f7b
Enable telecom integration for internal users.
2022-03-29 10:08:04 -04:00
Fumiaki Yoshimatsu
76a0e5c851
Allow search view to be full width of the screen in landscape.
...
Fixes #10299
Closes #10321
2022-03-29 10:05:45 -04:00
Greyson Parrelli
f3096cc24c
Use more direct language in PIN reminder toast.
...
Fixes #10207
2022-03-29 09:37:20 -04:00
Greyson Parrelli
49957e1d95
Prevent changing disappearing message timer for blocked users.
...
Fixes #10973
2022-03-29 09:32:46 -04:00
Cody Henthorne
2f5cb5f090
Add story distribution list deduplication handling.
2022-03-28 19:43:42 -04:00
Ehren Kret
ba394e1021
Use notifyDataSetChanged for potentially structural modification.
...
This has the potential to change the structure of the result set
displayed in the recycler view. Thus the functions that tell it the
structure changed need to be called. For an immediate fix, changing
this back to notifyDataSetChanged seems to resolve the crash.
2022-03-28 19:22:02 -04:00
Greyson Parrelli
7611c64493
Do not bidi-isolate all-ASCII strings.
...
Fixes #11630
2022-03-28 19:07:21 -04:00
Greyson Parrelli
231248d20a
Update android test orchestrator to 1.4.1
2022-03-28 19:07:21 -04:00
Alex Hart
a3a79fc58d
Adjust text story button protections.
2022-03-28 19:07:21 -04:00
Alex Hart
6476e585c4
Fix cast in story landing fragment.
2022-03-28 19:07:21 -04:00
Greyson Parrelli
fd2961710d
Fix androidTests.
2022-03-28 19:07:21 -04:00