Commit Graph

464 Commits (9dd1ab023b4edf496f9ae2a4dd9ef5d501d4a059)

Author SHA1 Message Date
Niels Andriesse ebff1f7ff3 Resolve more errors 4 years ago
Niels Andriesse c77255a57f Create GroupCallUpdateMessage 4 years ago
Niels Andriesse 2ae54ed46e Add IndividualCallMessage validation 4 years ago
Niels Andriesse be712848af Conform IndividualCallMessage to NSCoding 4 years ago
Niels Andriesse f529a5a46c Implement IndividualCallMessage.toProto(using:) 4 years ago
Niels Andriesse 5ca7b08cf6 Further implement IndividualCallMessage 4 years ago
Niels Andriesse 92730961fe Add IndividualCallMessage 4 years ago
Niels Andriesse 814375c488 Update protos 4 years ago
Niels Andriesse f0c89b976f Merge branch 'dev' into voice-calls 4 years ago
Ryan Zhao b31b9166ad Merge branch 'dev' of https://github.com/oxen-io/session-ios into fine-grained-notification-settings-2 4 years ago
Ryan Zhao 423feae426 add notify reply and clean 4 years ago
Niels Andriesse 8f29010e89 Poll for closed group messages more frequently 4 years ago
Niels Andriesse fd7784ff31 Re-introduce TSCall 4 years ago
Niels Andriesse 82bf8f1c18 Resolve more errors & update protos 4 years ago
Niels Andriesse 483ed4792f Fix localization & clean 4 years ago
ryanzhao b0e03f5dfd update subtitle status in conversation screen instantly 4 years ago
ryanzhao f0d2826403 add thread flag for only notifying mentiongs 4 years ago
Niels Andriesse 8a29469eb5 Handle incorrect clock setting 4 years ago
Niels Andriesse 6bf25e28f7 Debug 4 years ago
Niels Andriesse 9d605c03f0 Debug 4 years ago
Niels Andriesse ca862096b4 Rename profilePictureEncryptionKey → profileEncryptionKey 4 years ago
Niels Andriesse 519ffa4405 Fully switch to the new contact API
This should improve performance significantly as it avoids many unnecessary sync transactions. It also makes the code more readable.
4 years ago
Niels Andriesse 44288c45e9 Fix auto scroll to bottom bug 4 years ago
ryanzhao 69dea75486 potentially fix the conversation stuck at unread 4 years ago
Niels Andriesse 1d1d63c979 Don't auto resubscribe to PNs for muted closed groups 4 years ago
Niels Andriesse 11df899db3 Don't use jobs for open group polling
It's not necessary because we can always get the messages again from the server, and it helps with performance
4 years ago
Niels Andriesse e84fc1aa04 Include destination info in error messages 4 years ago
Niels Andriesse aae11b1c28 Disable PNs for muted closed groups 4 years ago
Niels Andriesse ba60879343 Add support for new ban and delete all endpoint 4 years ago
Niels Andriesse e796f6bacd Don't retry message send jobs when rate limited 4 years ago
Niels Andriesse 2928a8f66c Don't unnecessarily retry downloads for expired attachments 4 years ago
Niels Andriesse 6bc9b21cde Fix handling of failed messages in open groups
Failures wouldn't show up because `recipientIdentifiers` was empty for open groups
4 years ago
Niels Andriesse f0295fb469 Fix crash 4 years ago
Niels Andriesse 356dc0cc4f Clean up indentation 4 years ago
Brice-W 2f0fe36905 add expiration timer to configuration message 4 years ago
Brice-W a840d61f4e delete obsolete code 4 years ago
Brice-W c1bd21c3f0 proto updated 4 years ago
Niels Andriesse 7bb7edd3c0 Further cleanup 4 years ago
Niels Andriesse b090227a2d Fix potential crash & apply code convention 4 years ago
Brice-W 1f9cd92bce set expiration timer for new group members 4 years ago
Brice-W 0b5c1a68ee proto update 4 years ago
nielsandriesse 1041f991fd Fix unnecessary map calls 4 years ago
Brice-W 546f91ce65 Merge branch 'dev' of https://github.com/oxen-io/session-ios into closed-group-fix 4 years ago
Brice-W 49c1de8387 clean 4 years ago
Brice-W dbcf19529b fix 4 years ago
Brice-W 9e790986f6 fix closed group corner cases 4 years ago
nielsandriesse 86c2c39425 Fix background polling crash 4 years ago
nielsandriesse e24fca7b37 Fix job duplication bug
This could cause attachments not to download on the receiving side, and potentially also cause duplicate push notifications to be sent
4 years ago
nielsandriesse f588b6b611 Fix incorrect protobuf value 4 years ago
nielsandriesse 0d9f5388da Prepare for OGS timestamp handling changes 4 years ago