Signal-iOS/SignalServiceKit/tests
Evan Hahn 4a0141be41
Omit E164 from outgoing envelopes
[Android][0] and [Desktop][1] have already removed this field. This
follows suit.

The highlights:

- `SignalService.proto` removes some fields by making them `reserved`
- `ProtoWrappers.py` updates our code generation to support addresses
  that only have a UUID (previously, you needed both a UUID and E164
  field)
- Most everything else is removing E164s

[0]: 9c266e7995
[1]: 2b0d3cab40
2022-10-03 23:55:39 +00:00
..
Account Move pre-key culling logic from TSPreKeyManager to the stores 2022-04-07 10:23:39 -07:00
Contacts Swiftify contact thread tests 2022-09-22 14:41:59 -07:00
Devices Remove some tests that were never run 2022-08-25 11:14:43 -05:00
Fixtures Improvements to PNG transcoding 2022-09-13 23:22:50 +00:00
Groups Prevent empty group updates from clobbering that a member joined via invite link 2022-08-03 15:04:31 -05:00
Messages Omit E164 from outgoing envelopes 2022-10-03 23:55:39 +00:00
Network Harden isValidProxyLink against strange URLs 2022-09-26 13:48:00 -07:00
Security Apply script to normalize includes and imports. 2021-10-21 09:21:10 -03:00
Storage Clean up database corruption storage code 2022-09-23 18:19:02 +00:00
Stories Properly drop stories from untrusted sources 2022-09-15 10:26:34 -07:00
Util Add utility for remaining disk space 2022-09-22 09:28:42 -07:00
SSKBaseTestObjC.h Respond to CR. 2021-10-21 09:21:31 -03:00
SSKBaseTestObjC.m SignalServiceKit: no longer a separate pod 2022-08-05 16:14:15 -05:00
SSKBaseTestSwift.swift Add SystemStoryManager 2022-08-30 14:49:59 -07:00
SSKSwiftTests.swift Convert to just using CocoaPods for dependencies 2020-01-02 12:03:57 -08:00