Commit Graph

11687 Commits (c69c029509be3a8cc676031f56831dedb3f1837c)
 

Author SHA1 Message Date
Niels Andriesse be7724b41b Implement feedback 7 years ago
Niels Andriesse 3728638832 Reduce code duplication & fix cell sizing bug 7 years ago
Niels Andriesse 3161680432 Redo friend request handling 7 years ago
Niels Andriesse 0a69ac3fa3 Fix incorrect copy 7 years ago
Niels Andriesse 49c6611d9d WIP 7 years ago
Niels Andriesse c3582f3d06 Update name shown on home screen 7 years ago
Niels Andriesse 3c579548cc Make pending friend request status more obvious 7 years ago
Niels Andriesse 1fc9ac34a2 Disable input bar as appropriate 7 years ago
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