Greyson Parrelli
e351c74ddb
Fix issue with bioauth on API 29.
2022-09-22 12:44:49 -04:00
Greyson Parrelli
aeeaef567f
Bump version to 5.50.2
2022-09-19 15:25:02 -04:00
Greyson Parrelli
78a9206898
Updated language translations.
2022-09-19 15:24:45 -04:00
Greyson Parrelli
aab8bd1261
Filter badly-formatted numbers from one-off CDS requests.
2022-09-19 11:18:54 -04:00
Greyson Parrelli
db16155b0d
Use proper log tag.
2022-09-19 11:17:42 -04:00
Greyson Parrelli
1b254ca185
Bump version to 5.50.1
2022-09-14 16:42:40 -04:00
Greyson Parrelli
c8f0bd7b82
Fix lint.
2022-09-14 16:41:45 -04:00
Greyson Parrelli
f6b7b9e913
Bump version to 5.50.0
2022-09-14 15:31:42 -04:00
Greyson Parrelli
840a56cbb4
Updated language translations.
2022-09-14 15:30:44 -04:00
Nicholas and Greyson Parrelli
aa268fc3ba
Only show "Note To Self" as Voice Memo author if both sender and receiver are self.
2022-09-14 15:30:44 -04:00
Alex Hart and Greyson Parrelli
889d1183b2
Allow the STORIES feature flag to be hot-swappable.
2022-09-14 15:30:44 -04:00
Alex Hart and Greyson Parrelli
a8706f65d5
Clean out witness verification metadata.
2022-09-14 15:30:44 -04:00
Alex Hart and Greyson Parrelli
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 and Greyson Parrelli
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 and Greyson Parrelli
a340ebf74a
Add espresso test for usernames.
2022-09-14 15:30:43 -04:00
Alex Hart and Greyson Parrelli
4882a4d11c
Add new story-based AccountRecord fields and wiring.
2022-09-13 13:07:42 -04:00
Greyson Parrelli
b5300c877c
Fix issue with contact share editing.
...
Fixes #12446
2022-09-13 13:07:42 -04:00
Nicholas Tinsley and Greyson Parrelli
c2b94274b0
Cancel Send if we return to fragment.
...
This plugs a lifecycle hole: previously if you leave this fragment (SelectionConfirmed), you get stuck in that state even if you return.
2022-09-13 13:07:42 -04:00
Nicholas Tinsley and Greyson Parrelli
46ec45b985
Update ReminderView to Material Design 3.
2022-09-13 13:07:42 -04:00
Cody Henthorne and Greyson Parrelli
beee3b7dc3
Add PNP linked device initialization job.
...
Co-authored-by: Greyson Parrelli <greyson@signal.org >
2022-09-13 13:07:42 -04:00
Cody Henthorne and Greyson Parrelli
e2a7ed86e4
Promote ongoing call notification to high priority.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
95b0639ab4
Fix issue where video player is not released by preview fragment.
2022-09-13 13:07:42 -04:00
Nicholas Tinsley and Greyson Parrelli
d7f9582bc4
Update Megaphone text styling to match Material Design 3.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
176a705079
Add PNP Listing Wiring.
2022-09-13 13:07:42 -04:00
Greyson Parrelli
8e9f311fca
Refresh your own profile when the stories flag changes.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
977af2c2f3
Add capability to request username creation during registration.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
7e45fc4a3e
Update URL formatting for username links.
2022-09-13 13:07:42 -04:00
Nicholas Tinsley and Greyson Parrelli
58489bab61
Update Basic Megaphone to Material Design 3.
2022-09-13 13:07:42 -04:00
Cody Henthorne and Greyson Parrelli
0685cf4e51
Add signal.me username support.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
9b9453734c
Implement new API endpoints for Usernames.
2022-09-13 13:07:42 -04:00
Cody Henthorne and Greyson Parrelli
ca0e52e141
Fix bug with stale linked devices when changing number.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
24b7593178
Update camera layout for better support across different screen sizes.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
993e49db48
Username search UI tweak.
2022-09-13 13:07:42 -04:00
Nicholas Tinsley and Greyson Parrelli
d458ddba55
Schedule TrimThreadsByDateManager on app startup.
...
If enabled, this reschedules the alarm on every startup to make sure that the system never loses track of it.
2022-09-13 13:07:42 -04:00
Cody Henthorne and Greyson Parrelli
bd5747b7f6
Add more logging around failed backups.
2022-09-13 13:07:42 -04:00
Nicholas and Greyson Parrelli
a335130ad4
Clear Selection on ACTION_UP if longClickCopySpan is not found.
2022-09-13 13:07:42 -04:00
Cody Henthorne and Greyson Parrelli
9558513190
Prevent empty call screen after missed calls.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
27a3015d4f
Set reply icon size to 20dp.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
f751f9afa8
Add support for new story gradient fields and fallback.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
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
Alex Hart and Greyson Parrelli
a45ede9348
Update AudioView in Attachment keyboard stub.
2022-09-13 13:07:42 -04:00
Greyson Parrelli
e4b2e5022f
Remove some outdated internal settings.
2022-09-13 13:07:42 -04:00
Alex Hart and Greyson Parrelli
286010ce90
Fix clickable area around link previews.
2022-09-13 13:07:41 -04:00
Alex Hart and Greyson Parrelli
13eb89746b
Add unit testing to story download enqueuer.
2022-09-13 13:07:41 -04:00
Cody Henthorne
d2f639c57f
Bump version to 5.49.3
2022-09-13 10:52:16 -04:00
Cody Henthorne
ad587606b7
Updated language translations.
2022-09-13 10:42:51 -04:00
Cody Henthorne
9fd5e2057d
Fix reply messages for android auto.
2022-09-13 10:38:31 -04:00
Cody Henthorne
8f63b850fc
Bump version to 5.49.2
2022-09-07 14:33:54 -04:00