Commit Graph

2942 Commits (0f84a5581a829fe42f193c0e45cab8fffd26c4fc)

Author SHA1 Message Date
Mikunj 4d0207f20a Replace isForceHidden with computed isSlaveThread 6 years ago
nielsandriesse 31bfa0888b Debug 6 years ago
nielsandriesse f834850317 Debug & avoid write transaction 6 years ago
nielsandriesse 7e0435e009 Debug 6 years ago
nielsandriesse 59344ec41a Clarify API 6 years ago
nielsandriesse 54cd300878 Maintain consistent indentation 6 years ago
nielsandriesse 8463634a83 Reword comment 6 years ago
nielsandriesse 845de99561 Merge branch 'friend-request-refactor' of github.com:loki-project/loki-messenger-ios into friend-request-refactor 6 years ago
nielsandriesse 76b5b98038 Clean 6 years ago
Mikunj 62a51ee03d Merge branch 'friend-request-refactor' of https://github.com/loki-project/session-ios into friend-request-refactor 6 years ago
Mikunj 3ed3e00c4c Review fixes 6 years ago
nielsandriesse be4c548848 Minor refactoring 6 years ago
nielsandriesse db037a1320 Merge branch 'friend-request-refactor' of github.com:loki-project/loki-messenger-ios into friend-request-refactor 6 years ago
nielsandriesse 3e0a9db5e0 Handle expired friend requests 6 years ago
Mikunj e091923850 Merge branch 'friend-request-refactor' of https://github.com/loki-project/session-ios into friend-request-refactor 6 years ago
Mikunj 1adc5ce11e Finish up migration test. 6 years ago
nielsandriesse cfb23de141 Merge branch 'friend-request-refactor' of github.com:loki-project/loki-messenger-ios into friend-request-refactor 6 years ago
nielsandriesse 9bcde73d14 Update FriendRequestView for friend request refactor 6 years ago
Mikunj 45a71181d1 Fix up migration.
Added migration test.
Fix some tests.
6 years ago
nielsandriesse 0d48031e9c Clean 6 years ago
nielsandriesse 96331ecdd5 Fix incorrect target & rename file 6 years ago
nielsandriesse e879334b3b Clean up documentation 6 years ago
nielsandriesse 34d79210c0 Minor refactoring 6 years ago
nielsandriesse e60dfe99c5 Clean 6 years ago
nielsandriesse 9611f06e25 Merge branch 'dev' into friend-request-refactor 6 years ago
Mikunj 71297fb4ec Deprecate friendRequestState on TSMessage. 6 years ago
Mikunj b1345104da Remove saveFriendRequestStatus in TSThread. 6 years ago
nielsandriesse 85fe6db572 Clean up device unlinking 6 years ago
Mikunj 25ae8ca3ba Fix up more tests.
Update friend request status in message sender.
6 years ago
nielsandriesse 1a224ee50b Add more comments 6 years ago
nielsandriesse ce3ce176b0 Add comment 6 years ago
Mikunj 8fcb61353e Merge branch 'dev' into friend-request-refactor 6 years ago
Mikunj 7216a33dc8 Don't update friend request logic when generating messages 6 years ago
nielsandriesse 0cd4f15bed Fix silliness 6 years ago
nielsandriesse 7b221ca86e Ignore empty display names 6 years ago
Mikunj d6ff50fac4 Added getFriendRequestUIState and tests. 6 years ago
nielsandriesse d742d0aeaa Take into account multi device when counting duplicates 6 years ago
nielsandriesse bcecf70b3b Fix slave device friend request status maintenance 6 years ago
nielsandriesse 948d2d5066 Reduce device link fetching timeout 6 years ago
nielsandriesse d39220575c Decrease open group deleted messages polling frequency 6 years ago
nielsandriesse 392e63bccc Capture AFR send failures 6 years ago
Mikunj 9a08bb8d3b Added declineFriendRequest tests. 6 years ago
nielsandriesse 5f5dfc45ed Don't spam the console 6 years ago
nielsandriesse 8535a6b530 Improve message fetching performance 6 years ago
nielsandriesse 4fe4ca3d76 Don't show message status bar in note to self 6 years ago
nielsandriesse 57454a8778 Merge branch 'dev' of github.com:loki-project/loki-messenger-ios into dev 6 years ago
nielsandriesse 5dea84e9b0 Don't send auto-generated friend requests for Signal background messages 6 years ago
Mikunj d63a11b702 Rename function. 6 years ago
nielsandriesse ab91614558 Add TODO 6 years ago
Mikunj 7caed4f0e5 Added more tests. 6 years ago
nielsandriesse 4098b9638c Untangle receipts, transcripts & typing indicators logic 6 years ago
Mikunj 8a6b2a2bc2 Move around logic to make functions have less side effects 6 years ago
Mikunj 97e7c76d4a Added Tests. 6 years ago
nielsandriesse a2de00feb8 Avoid nested write transaction 6 years ago
nielsandriesse dd86966111 Clean up docs & fix crash 6 years ago
nielsandriesse a7f04cb95c Fix crash 6 years ago
nielsandriesse fbdab8ccb0 Handle slave device message send failures 6 years ago
Mikunj 4e07810f04 More refactoring. 6 years ago
nielsandriesse 947eecf000 Debug 6 years ago
Mikunj 23188c7e5d Refactor friend request protocol 6 years ago
nielsandriesse 33e47298ae Fix multi device bugs
Various database handling issues, incorrect friend request status handling on auto-generated friend requests and refactor of the multi device message sending logic
6 years ago
Mikunj 4dcf26b7e7 Added migration. 6 years ago
Mikunj 68a14e95da Add friend request status collection 6 years ago
nielsandriesse f0e5a1c1ef Re-order files 6 years ago
nielsandriesse bb6f4d8c2c Clean 6 years ago
nielsandriesse b0233e4cc0 Minor refactoring 6 years ago
nielsandriesse d6747ebb14 Resolve TODOs in OWSMessageManager 6 years ago
nielsandriesse 3bcad97629 Fix landing screen clipping bug 6 years ago
nielsandriesse 9ffe36a091 Fix crashes 6 years ago
nielsandriesse 632f66f2ba Make device link authorization more reliable 6 years ago
nielsandriesse fbeea62b32 Fix crash 6 years ago
nielsandriesse a14d93fa04 Add contact sync message handling test 6 years ago
nielsandriesse 7a21c02edc Clean 6 years ago
nielsandriesse b206f2dbc9 Fix bug in AFR scenario 1
See https://github.com/loki-project/session-protocol-docs/wiki/Auto-Generated-Friend-Requests for more info
6 years ago
nielsandriesse c758ad1b89 Add multi device friend request acceptance test 6 years ago
nielsandriesse 43866596ba Minor refactoring 6 years ago
nielsandriesse d3125c5039 Fix friend request bugs & improve documentation
We were attaching the user's profile picture URL to friend request messages, and there was a bug in multi device friend request acceptance
6 years ago
nielsandriesse 8b50cca7bd Clean 6 years ago
nielsandriesse 383cfead9c Add Storage utility 6 years ago
nielsandriesse 521a2fcf9d Remove redundant Signal tests
These tests were for features that we'll never use (e.g. phone number related stuff)
6 years ago
nielsandriesse a65235fd3a Clean & add documentation 6 years ago
nielsandriesse 2e1a157a8e Fix nested write transaction 6 years ago
nielsandriesse 2c5b3ecdc1 Fix typo 6 years ago
nielsandriesse faa6805dcc Debug 6 years ago
nielsandriesse 7f1be7d428 Debug Swift/Obj-C interop 6 years ago
nielsandriesse 6af71a75d0 Add test files 6 years ago
nielsandriesse a13b330f94 Separate out Session sync message sending logic 6 years ago
nielsandriesse 1351250c92 Split things according to architecture overview docs 6 years ago
nielsandriesse e186f9df5d Re-order files 6 years ago
nielsandriesse 19aa2595e8 Clean 6 years ago
nielsandriesse ceb33e36e4 Separate out remaining bits of Session logic 6 years ago
nielsandriesse 6c834b6a6e Re-order functions 6 years ago
nielsandriesse 78534616ac Separate out Session message receiving logic 6 years ago
nielsandriesse 418432d876 Add missing @objc modifier 6 years ago
nielsandriesse 5b630b3b49 Separate out Session message sending logic 6 years ago
nielsandriesse d2dccc8b98 Increase message TTL 6 years ago
nielsandriesse 8bf2215a24 Fix APNs token updating 6 years ago
nielsandriesse 72b3aba54d Clean 6 years ago
nielsandriesse 8672577a8b Clean 6 years ago
nielsandriesse 478072139e Ditch RSS feeds for now 6 years ago