Commit Graph

11729 Commits (0054489972b68ea6b0e45d78b49bfce14d16b5c8)
 

Author SHA1 Message Date
Niels Andriesse cb1e876b7a Make friend request status updates more reliable 7 years ago
Niels Andriesse 9d3a9f9b78 Fix crash due to nested transaction 7 years ago
Niels Andriesse 5800222606 Remove unnecessary fetches 7 years ago
Niels Andriesse 4200ce6cbc Significantly reduce energy usage by eliminating polling overhead 7 years ago
Niels Andriesse b83766ef74 Clean & fix conversation settings crash 7 years ago
Niels Andriesse fffb55540b Mostly hook up friend request status logic 7 years ago
Niels Andriesse c3fe7fba50 Remove network status indicator from settings 7 years ago
Niels Andriesse 94e7cefbd9 Update Pods 7 years ago
Niels Andriesse e2b407ab65 Rename files 7 years ago
Niels Andriesse e3e7788219 Disable input if a friend request is pending 7 years ago
Niels Andriesse d91dc5f045 Fix friend request view bug 7 years ago
Mikunj f8de85ac42 Fix deadlock crash when receiving PreKeyBundle message.
It was deadlocking because we had a transaction inside another transaction.
To stop this we can pass in the parent transaction when setting or removing bundles, as well as generating PreKeyBundle from the proto message.
7 years ago
Niels Andriesse 38d2fbfbeb Merge branch 'master' of github.com:loki-project/loki-messenger-ios 7 years ago
Niels Andriesse da967e6586 Update friend request view for sent state 7 years ago
Mikunj a4b042f282 Added convenience function to make empty outgoing messages. 7 years ago
Niels Andriesse f748fbd4cc Apply OCD 7 years ago
Niels Andriesse e04944d4f3 Merge branch 'master' of github.com:loki-project/loki-messenger-ios 7 years ago
Niels Andriesse b215cdd9fd Measure friend request view height dynamically 7 years ago
Mikunj ad546eba5b Made code a bit more testable. 7 years ago
Mikunj e714d9b3ab Review fixes. 7 years ago
Mikunj 38b698a531 Fix OWSPrimaryStorage+PreKeyStore methods. 7 years ago
Mikunj f38ddd052e Minor fix. 7 years ago
Mikunj 3a03aa8ca8 Add comment for the future. 7 years ago
Mikunj 141fa8e2cc Do KeyOperations on the global thread. 7 years ago
Mikunj 8fff98d94e Save prekey bundle from content message. 7 years ago
Mikunj ea7205ce76 Discard PreKeyBundle once session has been built. 7 years ago
Mikunj 705e5f939d Set pre key bundle in FriendRequestMessage and EndSessionMessage.
Updated PreKey Operations to not contact signal servers.
7 years ago
Mikunj bd93c01d92 Add generation and storage of PreKeyBundle. 7 years ago
Mikunj a90aa82710 Added PreKeyRecord <-> Contact pubkey mapping. 7 years ago
Mikunj d130415973 Allow generating a set amount of prekeys. 7 years ago
Niels Andriesse 635dcef2b2 Fix incoming friend request interaction 7 years ago
Niels Andriesse dca6aed6ee Fix message cell sizing issue 7 years ago
Niels Andriesse 3dda1f17e1 Implement incoming friend request UI 7 years ago
Niels Andriesse 0a653e928b Add share public key button 7 years ago
Niels Andriesse d95d0671d6 Remove unnecessary local notification generation 7 years ago
Niels Andriesse 33cca6fc25 Update Pods 7 years ago
Mikunj e9beaf16cc Fix pods. 7 years ago
Niels Andriesse 4da8d33932 Clean 7 years ago
Mikunj 77b67e73bb Refactor LokiAPI 7 years ago
Niels Andriesse 45a7893bff Decrease foreground polling time interval 7 years ago
Niels Andriesse 992813ad24 Use UIApplicationBackgroundFetchIntervalMinimum 7 years ago
Niels Andriesse 4aef593d7c Also poll for messages when the app is in the foreground 7 years ago
Niels Andriesse b42ae83538 Fix validation 7 years ago
Niels Andriesse 2b490b5ad5 Use MessageFetcherJob for message receiving & fix decoding bug 7 years ago
Niels Andriesse f391c96747
Merge pull request #12 from loki-project/friend-request-backend
Friend request + Send message fix
7 years ago
Mikunj 787e2c1cb7 Send correct data to storage server.
Data -> Envelope -> WebSocket
7 years ago
Mikunj 09157673fe Added friend request states in TSThread.
Automatically send a OWSFriendRequest if we are not friend with the person.
7 years ago
Mikunj 8b1d5ec26d Add OWSFriendRequestMessage.
Re-organised files.

This is just a subclass of TSOutgoingMessage so it will work as any message would.
7 years ago
Niels Andriesse d4d9be9f0c Fix public key validation 7 years ago
Mikunj 26625980bd Fix message sending params.
Disable ProfileFetcherJob.
7 years ago