Signal-Android/app/src/main/java/org/thoughtcrime/securesms/storage
Greyson Parrelli e00397620a Simplify storing storage-service-specific recipient values.
This gives us the ability to separate things we need for the Recipient
class from things we only need for storage syncing.

Not only does this simplify the storage service model building code
(i.e. we no longer need to pass around a set of archived recipients),
but it also eliminates a join on the Identity table for building regular
recipients, which should help perf.
2020-10-07 17:22:05 -04:00
..
AccountConflictMerger.java Phone number privacy settings and certificate support behind feature flag. 2020-09-03 20:23:26 -04:00
ContactConflictMerger.java Prefer remote value for profile sharing during storage sync. 2020-09-24 12:41:31 -04:00
GroupV1ConflictMerger.java Validate incoming Group lengths and remote delete entries if wrong. 2020-09-10 14:39:29 -03:00
GroupV2ConflictMerger.java Validate incoming Group lengths and remote delete entries if wrong. 2020-09-10 14:39:29 -03:00
StorageSyncHelper.java Simplify storing storage-service-specific recipient values. 2020-10-07 17:22:05 -04:00
StorageSyncModels.java Simplify storing storage-service-specific recipient values. 2020-10-07 17:22:05 -04:00
StorageSyncValidations.java Add additional storage sync validations. 2020-04-27 12:38:07 -04:00