Signal-iOS/SignalMessaging/environment
Jim Gustafson 6806bd4d9f Adjust protocol definitions
Added a new field destinationDeviceId to the protocol buffer for
CallMessage.

Added supporting logic of setting it when sending.

Added a catch when receiving: If the field is defined, then use it
and check the local deviceId and if not a match, drop the message
since it is not for this device.

Changed naming to be more explicit.

Removed the FeatureLevel definition from the protocol since proto enums
won't be backwards compatible if updated. Instead, adding boolean flags
instead. For this release, the feature supported is multi-ring, so a
multiRing flag is defined instead of a feature level.

The supportsMultiRing value is persisted through to RingRTC. There is
no more need to translate between the enumerations anymore.

Added prefix naming for proto enums since the namespace is shared.

Removed defaults since they are already the desired default values.

When sending messages, using a nullable unsigned integer type instead
of a flag and value pair. This simplifies the function calls, although
some NSNumber extensions were required on the Swift side.
2020-05-08 15:50:49 -07:00
..
migrations Add early message handling for delivery receipts, reactions, and delete for everyone 2020-04-16 19:44:45 -07:00
AppSetup.h Rework creation of singletons. 2018-09-19 15:11:26 -04:00
AppSetup.m Bulk UUID lookup. 2020-04-15 17:11:29 -03:00
Environment.h Fix more build warnings. 2020-04-10 13:17:08 -03:00
Environment.m Sync Groups and Contacts 2019-11-04 14:06:54 -08:00
LaunchJobs.swift Add LaunchJobs. 2019-09-27 16:10:48 -03:00
MessageRequestReadReceipts.swift Try to reduce 0x8badf00d crashes by performing "app did become ready" block one-by-one.; Reduce overall frequency of checkpoints. 2020-05-04 22:02:23 -03:00
NoopCallMessageHandler.swift Adjust protocol definitions 2020-05-08 15:50:49 -07:00
OWSAudioSession.swift Explicitly end AudioActivity when call ends 2019-11-22 18:18:27 -07:00
OWSSounds.h Remove usage of primary storage. 2019-07-29 15:30:10 -03:00
OWSSounds.m Fix more build warnings. 2020-04-10 13:17:08 -03:00
VersionMigrations.h Don't mark app as ready until all version migrations are done. 2018-01-30 11:27:44 -05:00
VersionMigrations.m Ensure new-user schema migrations run 2019-11-18 12:06:15 -07:00