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
Greyson Parrelli
8d4419705b
Update to libsignal-client 0.15.0
2022-03-28 19:07:20 -04:00
Greyson Parrelli
2b5d65ae04
Revert "Update to libsignal-client 0.15.0"
...
This reverts commit 3d5f04eba757563dd92366d994a96cf323b8d540.
2022-03-28 19:07:20 -04:00
Jordan Rose
1e316ea19f
Update to libsignal-client 0.15.0
2022-03-28 19:07:20 -04:00
Greyson Parrelli
135fde68c1
Migrate some cursor utils to core-util.
2022-03-28 19:07:20 -04:00
Cody Henthorne
6a5f5f4ffa
Show verified badge on Note to Self.
2022-03-28 19:07:20 -04:00
Greyson Parrelli
83c3b16b92
Add ContactDiscovery abstraction for doing CDS refreshes.
2022-03-28 19:07:19 -04:00
Greyson Parrelli
77caedb3bb
Avoid recipient resolves in Recipient#getGroupName().
2022-03-18 14:49:06 -04:00
Greyson Parrelli
604f6709db
Fix bug where wallpaper didn't update after changing.
2022-03-17 16:02:43 -04:00
Greyson Parrelli
057231b9c3
Update libsignal-client to 0.14.0
2022-03-17 12:12:56 -04:00
Greyson Parrelli
5b91c927b6
Refresh our own profile before rotating our profile key.
2022-03-17 12:12:56 -04:00
Cody Henthorne
eed45b57a1
Prevent rejected/kicked group members from joining again via group link.
2022-03-17 12:12:56 -04:00
Greyson Parrelli
c1181478dd
Remove GV2 capability check.
2022-03-17 12:12:55 -04:00
clauz9
eb12395b8e
Do not send to blocked recipients.
2022-03-08 10:41:37 -04:00
Alex Hart
2d7655a6bb
Implement story ring support.
2022-03-08 10:41:37 -04:00
Alex Hart
174cd860a0
Implement Stories feature behind flag.
...
Co-Authored-By: Greyson Parrelli <37311915+greyson-signal@users.noreply.github.com>
Co-Authored-By: Rashad Sookram <95182499+rashad-signal@users.noreply.github.com>
2022-03-08 10:41:36 -04:00
Greyson Parrelli
935dd7de45
Remove E164s most places and prefer ServiceId more places.\
2022-03-08 10:41:36 -04:00
Greyson Parrelli
97f8b5988d
Refactor LiveRecipient fetch to be more clear.
2022-02-21 09:14:12 -05:00
Greyson Parrelli
7ca2420287
Move from ACI to a generic ServiceId.
2022-02-17 17:09:26 -05:00
Greyson Parrelli
c2ca899a7c
Separate session store for PNI.
2022-02-16 14:12:34 -05:00
Cody Henthorne
84296a3860
Fix various issues with release notes channel.
2022-02-11 10:12:09 -05:00
ricebin
de3a6a85c9
Remove duplicate Objects.equals call.
2022-02-09 14:44:17 -04:00
Greyson Parrelli
178f5e80e3
Fix ID remapping issues when getting group membership.
2022-02-08 09:21:03 -04:00
Cody Henthorne
8348badcd6
Periodically fetch release notes.
2022-02-02 16:50:58 -05:00
Cody Henthorne
1b1001b0e9
Add UI components for Release Channel.
2022-02-02 16:50:58 -05:00
Sgn-32
befb720eda
Do not show Buttons for Message, Video, Audio/Call in RecipientBottomSheetDialog when recipient is blocked.
2022-02-01 13:41:31 -05:00
Sgn-32
537a1fa2ea
Hide add to group in bottom sheet of blocked recipient.
2022-02-01 13:41:31 -05:00
Greyson Parrelli
33f4bb0000
Add the ability to have separate ACI and PNI protocol stores.
2022-02-01 13:41:31 -05:00
Cody Henthorne
693a82f133
Fix crash blocking a group after leaving it.
2022-01-18 12:17:25 -05:00
Greyson Parrelli
2bbceaabd3
Fix possible crash for unregistered users.
2021-12-22 14:17:26 -05:00
Alex Hart
68bd9c6e1e
Refactor ShareableGroupLinkDialogFragment into a normal Fragment.
...
Co-authored-by: Rashad Sookram <rashad@signal.org>
2021-12-20 13:31:17 -05:00
Alex Hart
20d2c43356
Migrate identity verification activity to fragment.
2021-12-16 14:48:25 -05:00
Greyson Parrelli
c93457402c
Store your own PNI.
2021-12-06 12:18:42 -05:00
Greyson Parrelli
c0a83e7956
Migrate RecipientDatabase to Kotlin.
2021-12-03 18:10:01 -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
Greyson Parrelli
ff038e3ade
Fix some issues with restoring old backups.
...
There's a bug where if you restore a database with a different column
definition order than a new install, then column indexes in cursors
could be wrong. Closing and re-opening the database fixes this.
I also removed a reference to a possibly-closed database we were holding
onto in LiveRecipient.
2021-11-19 16:28:39 -05:00
Greyson Parrelli
843ed24bbb
Introduce SignalDatabase as the main database entrypoint.
2021-11-18 12:36:52 -05:00
Alex Hart
e17c49505c
Implement several donor badge fixes and rotate flags.
...
* Add white Google Pay buttons for use in dark mode.
* Always display badges for self.
* Disallow toggling / feature selection if no network is present.
* Only display bottom sheet overscroll if content scrolls.
* Flatten settings xml for better animations.
* Add a bit of space to the bottom of subscribe fragment.
* Treat GooglePay errors as setup failures.
* Add quieter log for 404.
* Ensure we check case before initial currency code comparison.
* Fix timeout dialog copy.
* Fix double settings activity on top issue.
* Rotate FF.
2021-11-18 13:25:37 -04:00
Greyson Parrelli
8aea20f147
Migrate local account data into SignalStore.
2021-11-17 16:14:26 -05:00
Alex Hart
19a95f479e
Adjust badge positioning.
2021-11-10 10:55:49 -04:00
Alex Hart
392d582865
Add a feature flag for badge display.
2021-11-04 18:29:51 -04:00
Greyson Parrelli
fb0b1af056
Allow lazy creation of Recipient.self()
2021-11-04 18:29:50 -04:00
Greyson Parrelli
c06fb81490
Render better crash stack traces for executors.
2021-11-04 17:00:04 -04:00
Alex Hart
35eef0150d
Do not hide badges via flag.
2021-11-04 16:59:59 -04:00
Greyson Parrelli
5bb48caafd
Strongly type UUIDs as ACIs.
2021-11-01 16:48:41 -04:00
Alex Hart
c1820459b7
Implement further features for badges.
...
* Add Subscriptions API
* Add Accept-Language header to profile requests
* Fix several UI bugs, add error dialogs, etc.
2021-10-21 17:11:46 -04:00
Alex Hart
ce9cd132ec
Never display badges if they are not enabled via feature flag.
2021-10-12 16:38:15 -03:00
Greyson Parrelli
77cb9bc174
Update SQLCipher to 4.4.3-S8
...
This reverts commit e01381379c
.
2021-10-04 21:49:59 -04:00
Greyson Parrelli
e01381379c
Revert back to prod SQLCipher.
2021-10-01 15:11:33 -04:00
Alex Hart
b5af691cc4
Add badges to Avatars in a variety of places.
2021-09-24 13:39:28 -03:00