Commit Graph

483 Commits (45042a1acfd67d909385a600d01eedef9f2a8c6e)

Author SHA1 Message Date
Niels Andriesse 45042a1acf Fix typos 3 years ago
ryanzhao 0ed748074b remove deleted message for linked devices 3 years ago
ryanzhao 2e8e931551 minor refactor 3 years ago
ryanzhao 03fde557fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 3 years ago
Niels Andriesse 4f9d77017a Fix message updating race condition 3 years ago
ryanzhao 940e09c25b handle canceling push notification 3 years ago
Ryan Zhao 7e640fb6ac Don't show deleted message in home screen 3 years ago
Ryan Zhao 6e45aed71b Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 3 years ago
Ryan Zhao eaab6ee22d deleted message UI in conversation screen 3 years ago
Niels Andriesse e311d2878f Fix message status indicator bug 3 years ago
Niels Andriesse 50d17be43b Fix animation glitch 3 years ago
Niels Andriesse b8c4e6aa93 Avoid unnecessary conversation screen updates 3 years ago
ryanzhao 00fd764042 delete the message on storage server after receiving an unsend request 3 years ago
ryanzhao 9953451767 add comment 3 years ago
ryanzhao 8d53a775d2 Revert "delete real message and sync message together"
This reverts commit cc17a952e0.
3 years ago
ryanzhao cc17a952e0 delete real message and sync message together 3 years ago
Niels Andriesse 1b0a12d7c0 Don't unnecessarily unsubscribe from closed group PNs
We don't need to do this anymore as we now have the ability to ignore PNs in the notification service extension
3 years ago
Niels Andriesse 7f0b87a2b2 Avoid unnecessary conversation screen updates 3 years ago
Ryan Zhao 80bf62df90 fix nested transaction crash on setting notification identifier 3 years ago
Ryan Zhao 885e9296d1 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 3 years ago
Niels Andriesse e8d8377a04 Fix threading bug 3 years ago
Ryan Zhao 08360273e6 save server hash for message receive jobs 3 years ago
Ryan Zhao 050a2ec534 store server hash value for visible messages 3 years ago
Ryan Zhao c68350f3d8 store hash value for outgoing messages 3 years ago
Ryan Zhao e2a0578770 cancel local notifications for unsend requests 3 years ago
Ryan Zhao b827b9e1ba make it work for multi device 3 years ago
Ryan Zhao 94c1879263 fix unsend request receive handler 3 years ago
Ryan Zhao 6aa865e7b7 delete locally and send unsend request 3 years ago
Ryan Zhao 83252650b1 unsend request handler 3 years ago
Ryan Zhao dff99cf0fc add unsend request proto 3 years ago
Ryan Zhao b31b9166ad Merge branch 'dev' of https://github.com/oxen-io/session-ios into fine-grained-notification-settings-2 3 years ago
Ryan Zhao 423feae426 add notify reply and clean 3 years ago
Niels Andriesse 8f29010e89 Poll for closed group messages more frequently 3 years ago
Niels Andriesse 483ed4792f Fix localization & clean 3 years ago
ryanzhao b0e03f5dfd update subtitle status in conversation screen instantly 3 years ago
ryanzhao f0d2826403 add thread flag for only notifying mentiongs 3 years ago
Niels Andriesse 8a29469eb5 Handle incorrect clock setting 3 years ago
Niels Andriesse 6bf25e28f7 Debug 3 years ago
Niels Andriesse 9d605c03f0 Debug 3 years ago
Niels Andriesse ca862096b4 Rename profilePictureEncryptionKey → profileEncryptionKey 3 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.
3 years ago
Niels Andriesse 44288c45e9 Fix auto scroll to bottom bug 3 years ago
ryanzhao 69dea75486 potentially fix the conversation stuck at unread 3 years ago
Niels Andriesse 1d1d63c979 Don't auto resubscribe to PNs for muted closed groups 3 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
3 years ago
Niels Andriesse e84fc1aa04 Include destination info in error messages 3 years ago
Niels Andriesse aae11b1c28 Disable PNs for muted closed groups 3 years ago
Niels Andriesse ba60879343 Add support for new ban and delete all endpoint 3 years ago
Niels Andriesse e796f6bacd Don't retry message send jobs when rate limited 3 years ago
Niels Andriesse 2928a8f66c Don't unnecessarily retry downloads for expired attachments 3 years ago