Commit Graph

11771 Commits (e7866e7a7a2f5ebd7b1fdd79b767d60dead8be0b)
 

Author SHA1 Message Date
Niels Andriesse e2b407ab65 Rename files 6 years ago
Niels Andriesse e3e7788219 Disable input if a friend request is pending 6 years ago
Niels Andriesse d91dc5f045 Fix friend request view bug 6 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.
6 years ago
Niels Andriesse 38d2fbfbeb Merge branch 'master' of github.com:loki-project/loki-messenger-ios 6 years ago
Niels Andriesse da967e6586 Update friend request view for sent state 6 years ago
Mikunj a4b042f282 Added convenience function to make empty outgoing messages. 6 years ago
Niels Andriesse f748fbd4cc Apply OCD 6 years ago
Niels Andriesse e04944d4f3 Merge branch 'master' of github.com:loki-project/loki-messenger-ios 6 years ago
Niels Andriesse b215cdd9fd Measure friend request view height dynamically 6 years ago
Mikunj ad546eba5b Made code a bit more testable. 6 years ago
Mikunj e714d9b3ab Review fixes. 6 years ago
Mikunj 38b698a531 Fix OWSPrimaryStorage+PreKeyStore methods. 6 years ago
Mikunj f38ddd052e Minor fix. 6 years ago
Mikunj 3a03aa8ca8 Add comment for the future. 6 years ago
Mikunj 141fa8e2cc Do KeyOperations on the global thread. 6 years ago
Mikunj 8fff98d94e Save prekey bundle from content message. 6 years ago
Mikunj ea7205ce76 Discard PreKeyBundle once session has been built. 6 years ago
Mikunj 705e5f939d Set pre key bundle in FriendRequestMessage and EndSessionMessage.
Updated PreKey Operations to not contact signal servers.
6 years ago
Mikunj bd93c01d92 Add generation and storage of PreKeyBundle. 6 years ago
Mikunj a90aa82710 Added PreKeyRecord <-> Contact pubkey mapping. 6 years ago
Mikunj d130415973 Allow generating a set amount of prekeys. 6 years ago
Niels Andriesse 635dcef2b2 Fix incoming friend request interaction 6 years ago
Niels Andriesse dca6aed6ee Fix message cell sizing issue 6 years ago
Niels Andriesse 3dda1f17e1 Implement incoming friend request UI 6 years ago
Niels Andriesse 0a653e928b Add share public key button 6 years ago
Niels Andriesse d95d0671d6 Remove unnecessary local notification generation 6 years ago
Niels Andriesse 33cca6fc25 Update Pods 6 years ago
Mikunj e9beaf16cc Fix pods. 6 years ago
Niels Andriesse 4da8d33932 Clean 6 years ago
Mikunj 77b67e73bb Refactor LokiAPI 6 years ago
Niels Andriesse 45a7893bff Decrease foreground polling time interval 6 years ago
Niels Andriesse 992813ad24 Use UIApplicationBackgroundFetchIntervalMinimum 6 years ago
Niels Andriesse 4aef593d7c Also poll for messages when the app is in the foreground 6 years ago
Niels Andriesse b42ae83538 Fix validation 6 years ago
Niels Andriesse 2b490b5ad5 Use MessageFetcherJob for message receiving & fix decoding bug 6 years ago
Niels Andriesse f391c96747
Merge pull request #12 from loki-project/friend-request-backend
Friend request + Send message fix
6 years ago
Mikunj 787e2c1cb7 Send correct data to storage server.
Data -> Envelope -> WebSocket
6 years ago
Mikunj 09157673fe Added friend request states in TSThread.
Automatically send a OWSFriendRequest if we are not friend with the person.
6 years ago
Mikunj 8b1d5ec26d Add OWSFriendRequestMessage.
Re-organised files.

This is just a subclass of TSOutgoingMessage so it will work as any message would.
6 years ago
Niels Andriesse d4d9be9f0c Fix public key validation 6 years ago
Mikunj 26625980bd Fix message sending params.
Disable ProfileFetcherJob.
6 years ago
Niels Andriesse b1bc2c7557 Allow JSON fragments in responses 6 years ago
Niels Andriesse 39ae2f462d Fix incorrect key 6 years ago
Mikunj Varsani 8ca43bb614 Accept text/plain responses. 6 years ago
Niels Andriesse a8092cbfa3 Fix crash 6 years ago
Niels Andriesse 5a0f752de7 Merge branch 'master' of github.com:loki-project/loki-messenger-ios 6 years ago
Niels Andriesse c88ebe95ce Update Pods 6 years ago
Niels Andriesse aeea6f26de Re-enable notifications 6 years ago
Mikunj Varsani 9d77a7907c Fix crashing in LokiApi. 6 years ago