Cody Henthorne
19818443ff
Sort profiles by created at descending when shown in a list.
2021-12-09 14:58:08 -05:00
Cody Henthorne
c30a43ef45
Fix conflict when manually enabled an older profile with a schedule overlap with a newer profile.
2021-12-09 14:58:08 -05:00
Alex Hart
76539ff0f2
Remove focus shade when displaying reactions bottom sheet.
2021-12-09 14:58:08 -05:00
Alex Hart
39f4ca10ef
Fix crash when leaving groups during account deletion.
2021-12-09 14:58:08 -05:00
Cody Henthorne
3d77ce0d57
Only initially show up to 5 members on profile details.
2021-12-09 14:58:08 -05:00
Cody Henthorne
3b9cfc8e5a
Fix unable to select contact from list bug.
2021-12-09 14:58:08 -05:00
Cody Henthorne
761d70851c
Show recents and groups in add to notification profile.
2021-12-09 14:58:08 -05:00
Cody Henthorne
4c28619010
Update Schedule UI and use locale specific first day of week.
2021-12-09 14:58:08 -05:00
Greyson Parrelli
884710fc30
Fix crash in ProfileSharingUpdateMigrationJob.
...
A typo introduced in the java -> kt conversion.
Fixes #11824
2021-12-09 14:58:08 -05:00
Greyson Parrelli
2e96042578
Fix SMS contacts not showing in contact search results.
...
Introduced a typo in the java -> kt conversion.
2021-12-09 14:58:08 -05:00
Rashad Sookram
5b49be47f9
Fix conversation select menu options not showing.
...
Also fix unpin option being shown incorrectly.
2021-12-09 14:58:08 -05:00
Cody Henthorne
d6a42daef7
Change copy for notification profiles setting to clarify feature.
2021-12-09 14:58:08 -05:00
Cody Henthorne
a8a104242a
Fix various issues regarding Notification Profile scheduling.
...
- Timezone conversion when detecting scheduled profile
- Not automatically enabling a scheduled profile on creation regardless
of when other profiles were enabled/disabled
2021-12-08 20:49:45 -05:00
Rashad Sookram
c16115f71a
Fix color of close button on normal reminders.
...
This change also prevents the title from overlapping with the close
button.
2021-12-08 15:07:22 -05:00
Cody Henthorne
6c608e955e
Add Notification profiles.
2021-12-08 15:07:22 -05:00
Cody Henthorne
31e0696395
Use long in exporter.
2021-12-08 15:07:22 -05:00
Alex Hart
99f43b997c
Add logging for selected badge density.
2021-12-08 15:07:22 -05:00
Rashad Sookram
b6f84dfa16
Add tooltip to opt-out of bubbles.
2021-12-08 15:07:22 -05:00
Alex Hart
34d4c910f7
Only notify voice note progress handler if activity is not null.
2021-12-08 15:07:22 -05:00
Jordan Rose
7dc3454b37
Use low-bandwidth mode if call is believed to be on cellular
2021-12-08 15:06:44 -05:00
Greyson Parrelli
60047aecb9
Keep JobManagerFactories in alphabetical order.
2021-12-06 16:02:51 -05:00
Rashad Sookram
738c5db7c2
Fix post loop when View is GONE.
2021-12-06 15:54:40 -05:00
Greyson Parrelli
c93457402c
Store your own PNI.
2021-12-06 12:18:42 -05:00
Jim Gustafson
0a84f7f505
Update to RingRTC v2.16.0
2021-12-06 10:38:18 -05:00
Greyson Parrelli
a346dd33d9
Do not allow recipient merges to remove your own E164.
...
This would only happen in some niche change number cases where an
unregistered device would continue to send sealed sender messages to you
using your old number.
2021-12-03 18:10:01 -05:00
Rashad Sookram
398fdd84b9
Ensure all conversations are loaded before selecting all.
...
They might not be loaded yet due to pagination.
2021-12-03 18:10:01 -05:00
Cody Henthorne
2c5f57486c
Enable Change Number via FeatureFlags.
2021-12-03 18:10:01 -05:00
Cody Henthorne
0fa3b2f8f9
Revert "Enable Change Number."
...
This reverts commit 97642f555e8a1cb89c7bae209b218a1c63532ada.
2021-12-03 18:10:01 -05:00
Greyson Parrelli
88aa67b847
Fix typo that caused some invalid ContactRecords to slip through.
...
We were doing .equals() between an ACI and a UUID, so it was always
returning false. Fixed by swithing to the proper check.
2021-12-03 18:10:01 -05:00
Alex Hart
6154ff36c1
Keep around info logs from SubscriptionKeepAlive job.
2021-12-03 18:10:01 -05:00
Greyson Parrelli
c0a83e7956
Migrate RecipientDatabase to Kotlin.
2021-12-03 18:10:01 -05:00
Cody Henthorne
59ad8bf76a
Fix deadlock with web socket health monitor.
2021-12-03 18:10:01 -05:00
Greyson Parrelli
4ba4df706e
Properly handle LockedException during PIN guess.
2021-12-03 18:10:01 -05:00
Cody Henthorne
d48632d09d
Enable Change Number.
2021-12-03 18:10:01 -05:00
Greyson Parrelli
8cb4cc5ac3
Disable scrolling while the context menu is showing.
2021-12-03 18:10:01 -05:00
Jim Gustafson
83d3e56dcf
Update to RingRTC v2.15.0
...
Also adds audio processing option for internal users.
2021-12-03 18:10:01 -05:00
Greyson Parrelli
deddb4f77d
Use new endpoint for determining if ACI is a registered user.
2021-12-03 18:09:52 -05:00
Alex Hart
321c84583b
Ensure user leaves groups before deleting account.
2021-12-03 18:09:52 -05:00
Rashad Sookram
3242d97c75
Fix crash when opening contacts app when none are present.
...
This can also happen when the system contacts app has been disabled.
Fixes #11794
2021-12-03 18:09:52 -05:00
Alex Hart
e3638791d9
Revert "Improve text entry for boosts."
...
This reverts commit 84833c9ad3
.
2021-12-03 17:58:03 -04:00
Alex Hart
84833c9ad3
Improve text entry for boosts.
2021-12-03 13:55:42 -04:00
Alex Hart
54d937d036
Improve text entry for donations.
2021-12-02 17:20:21 -04:00
Alex Hart
9434894dff
Add additional logging around boost amounts.
2021-12-02 13:55:21 -04:00
Alex Hart
d028165b51
Only display donate megaphone for those with Play Services.
2021-12-02 13:29:55 -04:00
Alex Hart
f9a2208832
Fix non-standard numeral entry.
2021-12-01 15:53:55 -04:00
Greyson Parrelli
a35a35cee8
Make the donation megaphone flag hot-swappable.
2021-11-30 17:38:07 -05:00
Greyson Parrelli
85f1f27b13
Remove donor badges warning in comment.
2021-11-30 17:17:44 -05:00
Alex Hart
388c91410b
Fix vector related crash with Button strip on Kitkat.
2021-11-30 17:13:14 -05:00
Alex Hart
ae1f834619
Add new subscription multi device sync message.
2021-11-30 17:13:14 -05:00
Alex Hart
9f9bf3c604
Remove TextDrawable dependency.
2021-11-30 17:13:14 -05:00