Commit Graph

632 Commits (64374bb59eee6ecccdd5619c58a30eb63116783d)

Author SHA1 Message Date
ryanzhao 8013cdacff add operations for video call 4 years ago
ryanzhao 6e07c56e7d Merge branch 'master' of https://github.com/oxen-io/session-ios into voice-calls-2 4 years ago
RyanZhao fbd30ca8e5
Merge pull request #500 from RyanRory/improvements
Improvements
4 years ago
ryanzhao 42d4e07724 add @ symbol when there is mention in unread messages 4 years ago
ryanzhao e045808070 Revert "WIP: download attachments in NSE"
This reverts commit 6fd5bbeab1.
4 years ago
ryanzhao 454003c027 Revert "WIP: make the attachment download work in NSE"
This reverts commit 7295c14e17.
4 years ago
ryanzhao 2dfef51688 use default factory 4 years ago
ryanzhao 7295c14e17 WIP: make the attachment download work in NSE 4 years ago
ryanzhao 6fd5bbeab1 WIP: download attachments in NSE 4 years ago
ryanzhao 70e38e11d8 clean attachment download job 4 years ago
ryanzhao b7289e72a3 add accessibility to attachment buttons 4 years ago
ryanzhao d6d041a74f fix closed group threading issue 4 years ago
ryanzhao d319840c04 clean unused server timestamp 4 years ago
ryanzhao da335a8401 clean 4 years ago
ryanzhao 132ff0416f set server timestamp as open group message's sent timestamp 4 years ago
ryanzhao 7a354fe220 potentially fix the closed group not receiving messages issue 4 years ago
Niels Andriesse 8ba8e1c1a8 Merge branch 'dev' of github.com:oxen-io/session-ios into voice-calls-2 4 years ago
Niels Andriesse 3584a0e357 Fix call message TTL 4 years ago
Niels Andriesse c1b95dc54f Fix freezing issue 4 years ago
Niels Andriesse baf9e4e9d4 Add ringing UI 4 years ago
ryanzhao 1822c7df16 fix duplicated messages sent in closed groups 4 years ago
Niels Andriesse 8280748b39 Improve logging 4 years ago
Niels Andriesse b3ead76221 Debug 4 years ago
Niels Andriesse 6fdf544368 Implement end call message 4 years ago
Niels Andriesse 34e630b5bf Add documentation 4 years ago
Niels Andriesse 3206ce380e Rename WebRTCWrapper → WebRTCSession 4 years ago
Niels Andriesse b3af41e2fc Debug 4 years ago
Niels Andriesse 1ad42547b2 Batch send ICE candidates 4 years ago
Niels Andriesse 525eb40d8d Make signaling happen using Session messages 4 years ago
Niels Andriesse 0749510f4e Minor refactoring & clean up WebRTC constraints 4 years ago
Niels Andriesse 662fc945e2 Refactor CallVC 4 years ago
Niels Andriesse 4dd218daf6 Delete unused MockTURNServer 4 years ago
Niels Andriesse 49d93b9cfd Clean up TestCallServer 4 years ago
Niels Andriesse 8b187641b8 Clean up TestCallConfig 4 years ago
Niels Andriesse 36962cc059 Clean up WebSocket 4 years ago
Niels Andriesse 48ef3f85c0 Debug 4 years ago
Niels Andriesse 876814dd43 Basic proof of concept 4 years ago
Niels Andriesse 56bd59c4ee Debug 4 years ago
Niels Andriesse f1f48ec865 Further implement CallVC 4 years ago
Niels Andriesse eb2cba7410 Add MockCallServer 4 years ago
Niels Andriesse 74e9cacd58 Implement MockWebSocket 4 years ago
Niels Andriesse 32426f9005 Add CallVC 4 years ago
Niels Andriesse 4fd720cbc9 Implement MockCallConfig 4 years ago
Niels Andriesse 9664274a21 Rename TURNServer → MockTURNServer 4 years ago
Niels Andriesse 170da7a276 Implement VideoCallVC & CameraManager 4 years ago
Niels Andriesse b513eeb898 Add mock TURN server implementation 4 years ago
Niels Andriesse 67792ad15f Add UI utilities 4 years ago
Niels Andriesse 1a12199d0b Implement CallManager 4 years ago
Niels Andriesse 030c869d06 Add WebRTC dependency & implement CallMessage 4 years ago
Niels Andriesse 45042a1acf Fix typos 4 years ago
ryanzhao 0ed748074b remove deleted message for linked devices 4 years ago
ryanzhao 2e8e931551 minor refactor 4 years ago
ryanzhao 03fde557fc Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse 4f9d77017a Fix message updating race condition 4 years ago
ryanzhao 940e09c25b handle canceling push notification 4 years ago
Ryan Zhao 7e640fb6ac Don't show deleted message in home screen 4 years ago
Ryan Zhao 6e45aed71b Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Ryan Zhao eaab6ee22d deleted message UI in conversation screen 4 years ago
Niels Andriesse e311d2878f Fix message status indicator bug 4 years ago
Niels Andriesse 50d17be43b Fix animation glitch 4 years ago
Niels Andriesse b8c4e6aa93 Avoid unnecessary conversation screen updates 4 years ago
ryanzhao 00fd764042 delete the message on storage server after receiving an unsend request 4 years ago
ryanzhao 9953451767 add comment 4 years ago
ryanzhao 8d53a775d2 Revert "delete real message and sync message together"
This reverts commit cc17a952e0.
4 years ago
ryanzhao cc17a952e0 delete real message and sync message together 4 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
4 years ago
Niels Andriesse 7f0b87a2b2 Avoid unnecessary conversation screen updates 4 years ago
Ryan Zhao 80bf62df90 fix nested transaction crash on setting notification identifier 4 years ago
Ryan Zhao 885e9296d1 Merge branch 'dev' of https://github.com/oxen-io/session-ios into unsend-message 4 years ago
Niels Andriesse e8d8377a04 Fix threading bug 4 years ago
Ryan Zhao 08360273e6 save server hash for message receive jobs 4 years ago
Ryan Zhao 050a2ec534 store server hash value for visible messages 4 years ago
Ryan Zhao c68350f3d8 store hash value for outgoing messages 4 years ago
Ryan Zhao e2a0578770 cancel local notifications for unsend requests 4 years ago
Ryan Zhao b827b9e1ba make it work for multi device 4 years ago
Ryan Zhao 94c1879263 fix unsend request receive handler 4 years ago
Ryan Zhao 6aa865e7b7 delete locally and send unsend request 4 years ago
Ryan Zhao 83252650b1 unsend request handler 4 years ago
Ryan Zhao dff99cf0fc add unsend request proto 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 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
nielsandriesse 1b4cfdb22f Add get Session version file server endpoint 4 years ago
nielsandriesse bf9d860214 Batch thread updates 4 years ago
nielsandriesse ff1d2d2f28 Remove (seemingly) unnecessary hack 4 years ago
nielsandriesse e72c6d4cbd Mark .noThread error as non-retryable 4 years ago
Niels Andriesse 601062c9ef Fix timeSinceLastOpen usage 4 years ago
Brice-W 51ba97827d open group polling limit implementation 4 years ago
Niels Andriesse aa3a18fa7e Don't notify for closed group control messages
This addresses an issue where:

• someone would create a closed group
• on other peoples' devices this control message would be received through a background poll or a push notification
• the received message timestamps table would be updated
• processing wouldn't be finished (during a background poll or while handling a push notification the system can cut you off at any time)
• some of the added users don't see the new closed group because when they open the app and get the control message from their swarm it's considered a duplicate and isn't processed again
4 years ago
Niels Andriesse 3fda8daec9 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse 61dd768e5c Minor refactoring 4 years ago
Niels Andriesse 74ba177250
Merge pull request #411 from RyanRory/expiration-timer-fix
Fix Expiration Timer Issues
4 years ago
Niels Andriesse c84a942478 Fix push notification handling
This was crashing every time the extension started
4 years ago
Niels Andriesse 20e0103d2d Switch to dedicated server 4 years ago
nielsandriesse c36cf1a36d Hopefully fix closed group handling bug 4 years ago
Ryan ZHAO d7a7abc11e start expiration timer after attachments downloaded 4 years ago
Niels Andriesse cdf27a631a Fix profile picture handling 4 years ago
Niels Andriesse 38a7c93967 Fix profile picture handling 4 years ago
nielsandriesse 73eeff3ea1 Debug 4 years ago
nielsandriesse 17688a66e6 Make closed group polling variable rate 4 years ago
Niels Andriesse 16a01ccc00
Merge pull request #405 from oxen-io/open-group-invitations-2
Open Group Invitations
4 years ago
Ryan ZHAO 539b13d189 fix inconsistent voice message durations 4 years ago
Niels Andriesse e4d1925436 Show confirmation dialog 4 years ago
Niels Andriesse f3fef34259 Implement proto conversion 4 years ago
Niels Andriesse 0153e1cefd Update protos 4 years ago
Niels Andriesse e2715d1ee9 Implement sending logic 4 years ago
Niels Andriesse bd04775cbf Implement open group invitations UI 4 years ago
Niels Andriesse e3671291c5 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse f893acfe3b Make attachment padding consistent cross-platform 4 years ago
Niels Andriesse 7e60d3c218 Merge branch 'dev' into cleanup 4 years ago
Niels Andriesse ad801d4f33 Fix threading 4 years ago
nielsandriesse ed047ac512 More cleanup 4 years ago
nielsandriesse 06f795169b Merge branch 'dev' into cleanup 4 years ago
nielsandriesse 964cb8b326 Fix new deletion method 4 years ago