Commit Graph

10061 Commits (1a5c47df2fd5d65e8c87193af0bcde17c801d46d)
 

Author SHA1 Message Date
Michael Kirk eafc3719a9 Merge branch 'mkirk/fix-missing-profile-after-rotation' into release/2.31.0 7 years ago
Michael Kirk ae63e399b2 use new key to verify local profile 7 years ago
Michael Kirk fd482da42d Merge branch 'mkirk/overzealous-profile-key-rotation' into release/2.31.0 7 years ago
Michael Kirk 5ed123d863 Fix overzealous profile key rotation 7 years ago
Michael Kirk 6d55f707fa Merge branch 'mkirk/dont-whitelist-blocked-contact' into release/2.31.0 7 years ago
Michael Kirk 0aca0c15c1 specify recipient when profile download fails 7 years ago
Michael Kirk 209e79ce34 Don't add blocked contact to your profile whitelist 7 years ago
Matthew Chen 6a1673862e "Bump build to 2.31.0.30." 7 years ago
Matthew Chen 1692a28fc2 Update l10n. 7 years ago
Matthew Chen 7c47fe6b4f Disable the orphan data cleaner. 7 years ago
Michael Kirk 3c9be9c3d7 Merge branch 'mkirk/image-picker' into release/2.32.0 7 years ago
Michael Kirk fa82d43e6c put custom image picker behind feature flag 7 years ago
Michael Kirk 2241c1b132 Merge branch 'mkirk/fix-compiler-warnings' 7 years ago
Michael Kirk 27f66f9f24 explicitly discard result 7 years ago
Michael Kirk 2bd3e5ef23 cast to same integer signedness for comparison 7 years ago
Michael Kirk 3c450eeeaa degrade from crashing to debug assert, upon failure we return a fully (overly)
redacted string
7 years ago
Michael Kirk 54059532f7 remove unused strong capture 7 years ago
Michael Kirk 97e9871f19 remove unnecessary implicitly unwrapped optional 7 years ago
Michael Kirk 2a1c62f6f5 remove unused delegate method declaration 7 years ago
Michael Kirk 24f97f1229 compiler warning: discard result explicitly 7 years ago
Michael Kirk b79860ae0f fix compiler doc warning 7 years ago
Michael Kirk c50b8dd0d3 fix compiler warning 7 years ago
Michael Kirk 46ebe52a27 update pods 7 years ago
Michael Kirk 5ba7579991 Merge branch 'mkirk/fixup-tests-2' 7 years ago
Michael Kirk f30e7cf541 update pods 7 years ago
Michael Kirk 10af14d965 Remove legacy built in test runner from SSK.
You can run the SSK test suite by adding to your cocoaopods file:

    pod 'SignalServiceKit', git: 'https://github.com/signalapp/Signal-iOS.git', testspecs: ["Tests"]
7 years ago
Michael Kirk 7cba367c0a reconcile jobqueue tests with NSTimer based retry 7 years ago
Michael Kirk 4971be5c26 Fix DESIGNATED_INITIALIZER syntax 7 years ago
Michael Kirk 2f3d875dcf fixup ud manager tests 7 years ago
Michael Kirk 79bed93b2d reconcile jobqueue with new readiness based setup 7 years ago
Michael Kirk 2c44cbccfd avoid assertion when deliberately testing for failure 7 years ago
Michael Kirk 24668fa790 update to reflect id assignment on build 7 years ago
Michael Kirk 4b0fc51933 update test to reflect correct behavior 7 years ago
Michael Kirk e2ad9d81bb attachment factory
flesh out other factory builders
7 years ago
Michael Kirk 4d860bb9c7 fixup job queue test 7 years ago
Michael Kirk 24f57cedda add missing method to FakeContactsManager, convert to Swift to avoid missing
protocol methods in the future.
7 years ago
Michael Kirk ca58bb00f7 fixup tests from throws_ audit 7 years ago
Michael Kirk d492816664 Fixup certificate parsing tests
Skip failure when running tests when we're explicitly testing failure cases.

Be more specific about failure conditions via NSError param
7 years ago
Michael Kirk 197f06af77 Merge branch 'mkirk/fix-tests' 7 years ago
Michael Kirk 47a47afa05 update pods 7 years ago
Michael Kirk f45908c89d fixup spk deletion test 7 years ago
Michael Kirk 06b763dfc4 Remove unused methods/tests 7 years ago
Michael Kirk 8472801c4b fix link error when launching SSK tests 7 years ago
Michael Kirk 59d3699e1b remove invalid test - non-optional argument triggers debug assert 7 years ago
Michael Kirk dd9bd1c1b9 remove unused header for DatabaseConverter test 7 years ago
Michael Kirk c710b7f8f2 Fixup certificate parsing tests
Skip failure when running tests when we're explicitly testing failure cases.

Be more specific about failure conditions via NSError param
7 years ago
Matthew Chen caba577f26 "Bump build to 2.32.0.5." 7 years ago
Matthew Chen a3a31c7f9a Merge branch 'charlesmchen/missingAlbumMessageId' 7 years ago
Matthew Chen da4f41defc Fix missing albumMessageId. 7 years ago
Matthew Chen 8acca4d56a Merge branch 'charlesmchen/tapOnAlbumItem' 7 years ago