Commit Graph

1612 Commits (27f66f9f24ace6f922fbb5e34c717f6bffbb2980)

Author SHA1 Message Date
Michael Kirk b79860ae0f fix compiler doc warning 7 years ago
Michael Kirk c50b8dd0d3 fix compiler warning 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 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 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 da4f41defc Fix missing albumMessageId. 7 years ago
Michael Kirk 5da525ce2e Merge remote-tracking branch 'origin/release/2.31.0' 7 years ago
Matthew Chen 1be757788b Prevent long version strings from being scrubbed in the logs. 7 years ago
Matthew Chen 29b4702311 Fix build break. 7 years ago
Michael Kirk 366b228c01 use UUID for TSInteractions.uniqueId 7 years ago
Matthew Chen c9c9d35d19 Discard receipts for unregistered users. 7 years ago
Matthew Chen cd224a1590 Render single media as albums. 7 years ago
Matthew Chen 654325c6dc Add download progress indicators. 7 years ago
Matthew Chen 3daf7d4744 Add OWSAttachmentDownloads. 7 years ago
Michael Kirk 03aba93985 CR: use id for hashvalue, make clearer that we don't expect to use incrementing ID's for uniqueId 7 years ago
Michael Kirk 7cf53293da restore Share/Delete functionality to gallery items in the post multi-attachment world 7 years ago
Michael Kirk 42bf267607 fixup plumbing for incoming messages/synced transcripts 7 years ago
Michael Kirk e096406e56 migrate existing attachments to album-compatible gallery schema 7 years ago
Michael Kirk 57681bd6f3 Gallery supports album messages 7 years ago
Michael Kirk 27cb91e9c8 Plumb through messageAlbumId so an Attachment knows what album (if any) it
belongs to.
7 years ago
Matthew Chen 8b5a993694 Tweak timing of typing indicators. 7 years ago
Matthew Chen 2b5a79f123 Cycle websocket after learning of new linked devices via 409/410. 7 years ago
Matthew Chen f6322cb087 Fix logging in request maker. 7 years ago
Matthew Chen 47022377c2 Respond to CR. 7 years ago
Matthew Chen 954f32b775 Never use UD for sync messages. 7 years ago
Matthew Chen 8ff8f17b21 Never use UD for sync messages. 7 years ago
Matthew Chen 3a46a344ac Never use UD for sync messages. 7 years ago
Matthew Chen 2dfd4b2c0d Rename to media album. 7 years ago
Matthew Chen b7fd48ec40 Respond to CR. 7 years ago
Matthew Chen 9cdf8d06fd Ignore typing indicators from self. 7 years ago
Matthew Chen 57de089118 Add support for album captions to models. 7 years ago
Matthew Chen 3816cb4bf4 Update proto schema to reflect album captions. 7 years ago
Matthew Chen cdfd2779a3 Fix a couple small bugs in the typing indicators. 7 years ago
Matthew Chen 5aa6467d20 Fix issues in media gallery cells. 7 years ago
Matthew Chen 0341f5dc2b Modify ConversationViewItem to support media galleries. 7 years ago
Matthew Chen f2c0985907 Add 'is valid media?' method. 7 years ago