Commit Graph

3434 Commits (c9cc1ee64e44f5823d9d4d3175fc00ca66067a9e)

Author SHA1 Message Date
nielsandriesse 832e70f588 Debug 5 years ago
nielsandriesse 80dcca627a Implement polling, encryption & decryption 5 years ago
nielsandriesse fc28f6b460 Add a space after inserting a mention 5 years ago
nielsandriesse 28f066b059 Fix missed case 5 years ago
nielsandriesse 51a7bc0383 Fix message action inconsistencies 5 years ago
nielsandriesse d18940317b Fix constraint issues 5 years ago
nielsandriesse 58fbd16286 Fix mentions + search bug 5 years ago
nielsandriesse 8470e1b265 Fix crop and scale screen title inset 5 years ago
nielsandriesse fcf0910e51 Fix deadlock 5 years ago
nielsandriesse c0b4a548bf Debug 5 years ago
nielsandriesse 2d3df5a261 Remove dead code 5 years ago
nielsandriesse 8d73f822d7 Debug 5 years ago
nielsandriesse b87ab79c5b Debug 5 years ago
nielsandriesse 5e40221936 Clean 5 years ago
nielsandriesse b3800e0ad1 Merge remote-tracking branch 'ryan/fix-open-group-issues' into database-3 5 years ago
nielsandriesse 9e9512c4bc Merge branch 'dev' into database-3 5 years ago
nielsandriesse 4f3544c1fc Integrate transaction handling utility part 3 5 years ago
nielsandriesse a42b6afce8 Integrate transaction handling utility part 2 5 years ago
ryanzhao 5fd2fb2b15 Fix photo blurriness (from .medium to .high) 5 years ago
ryanzhao c8af41cd5c Show real profile picture of open groups 5 years ago
nielsandriesse eab26c504c Fix build 5 years ago
nielsandriesse 74bbe067d8 Update Pods 5 years ago
nielsandriesse 991c6eb477 Reduce code duplication, clean & fix path re-building bug 5 years ago
nielsandriesse 823ce7cb6b Make Session ID in conversation settings copyable 5 years ago
nielsandriesse 00147a2647 Make copy more accurate & educational 5 years ago
nielsandriesse 9778dace7d Persist snode pool to database 5 years ago
Niels Andriesse ccd48a9ae1 Show actual open group member count 5 years ago
nielsandriesse 7c72667ee6 Undo accidental commit 5 years ago
nielsandriesse ff13f15dfc Clean 5 years ago
nielsandriesse 370873c359 Clean 5 years ago
nielsandriesse 0b7e44a0dd Only show GIF metadata warning once 6 years ago
nielsandriesse 3d2b65fc86 Unbork session reset 6 years ago
nielsandriesse 0944725a35 Maintain friend request view correctly 6 years ago
nielsandriesse a9b3f3a6ca Fix constraint issue 6 years ago
nielsandriesse 5cc11b9014 Partially fix friend request UI issues 6 years ago
nielsandriesse 31bfa0888b Debug 6 years ago
nielsandriesse f834850317 Debug & avoid write transaction 6 years ago
nielsandriesse 03ecdbd42f Avoid write transaction 6 years ago
nielsandriesse fce6fe1170 Minor refactoring 6 years ago
Mikunj b1345104da Remove saveFriendRequestStatus in TSThread. 6 years ago
Mikunj 8fcb61353e Merge branch 'dev' into friend-request-refactor 6 years ago
nielsandriesse 8f48f104a6 Fix 💀🔒 6 years ago
nielsandriesse a49e686ca0 Fix race condition 6 years ago
nielsandriesse e374d1d0c8 Fix multi device message status bar updating bug 6 years ago
nielsandriesse dd86966111 Clean up docs & fix crash 6 years ago
nielsandriesse 58c28ff674 Revert "Fix message status bar updating issue"
This reverts commit 739cb1b6ab.
6 years ago
Mikunj 4e07810f04 More refactoring. 6 years ago
nielsandriesse 739cb1b6ab Fix message status bar updating issue 6 years ago
Mikunj 23188c7e5d Refactor friend request protocol 6 years ago
nielsandriesse c758ad1b89 Add multi device friend request acceptance test 6 years ago
nielsandriesse 43866596ba Minor refactoring 6 years ago
nielsandriesse 1351250c92 Split things according to architecture overview docs 6 years ago
nielsandriesse 78534616ac Separate out Session message receiving logic 6 years ago
nielsandriesse 5b630b3b49 Separate out Session message sending logic 6 years ago
nielsandriesse 8672577a8b Clean 6 years ago
nielsandriesse 619c3a7f84 Debug 6 years ago
nielsandriesse fc9a678181 Fix APNs token updating bug 6 years ago
Niels Andriesse c596d5b2a3
Merge pull request #157 from loki-project/push-notification-ui
Push Notification UI
6 years ago
nielsandriesse 09c6ea4c8c Fix copy 6 years ago
nielsandriesse 47325b2a41 Add missing PN token sync 6 years ago
nielsandriesse 026bb4aa45 Add APNs option to notification settings screen as well 6 years ago
nielsandriesse 0b29def940 Minor refactoring 6 years ago
Mikunj 7243dcb48d Fix iOS input being hidden after being removed then added to a group. 6 years ago
Mikunj 8c26e16ef0 Fix incorrect message being shown when user was removed from the group.
Hide input bar correctly when we leave a group.
6 years ago
gmbnt c74de9698c Fix copy 6 years ago
gmbnt 5ad32af0d3 Ditch long polling 6 years ago
gmbnt 10fb36f4be Notify user of unexpected device link requests 6 years ago
gmbnt 9c447e304c Fix modal presentation issue 6 years ago
gmbnt 3b2be079ff Finish implementing light mode 6 years ago
Niels Andriesse 0697c95426 Fix group conversation layout 6 years ago
Niels Andriesse 142867abf9 Remove Session public chat notice 6 years ago
gmbnt eebff42412
Merge pull request #104 from RyanRory/sync-closed-group
Closed group functionality and synchronisation
6 years ago
Ryan ZHAO f3c649e351 fix the issue of input disappearing after asking for permission of using camera or photo library 6 years ago
Ryan ZHAO 63aafe06a1 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 6 years ago
Ryan ZHAO 5c3c00243c send sync messages with 2 contacts and 1 group each time 6 years ago
Niels Andriesse e0ef9aac66 Clean 6 years ago
Niels Andriesse 26ded1b80a Clean up notification usage 6 years ago
Ryan ZHAO b206f2944e Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 6 years ago
Niels Andriesse 59b3491127 Quick fix crash 6 years ago
Ryan ZHAO 807c862078 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 6 years ago
Niels Andriesse 595905ebd0 Forward declare LKSessionResetStatus & clean 6 years ago
Ryan ZHAO be20236a78 Merge branch 'dev' of https://github.com/loki-project/loki-messenger-ios into sync-closed-group 6 years ago
Ryan ZHAO 7d66fa151c fix admin check method 6 years ago
Mikunj 5bb9d135b1 Implement new cipher changes 6 years ago
Niels Andriesse 6def911dbc Enforce file size limit for profile pictures 6 years ago
Niels Andriesse 0c18e82524 Clean up logging & documentation 6 years ago
Niels Andriesse 248fb6eeaf Show activity indicator for proxied file uploads 6 years ago
Niels Andriesse 3d29480c29 Don't include an auth token with encrypted file uploads
Also refactor a bit
6 years ago
Ryan ZHAO cdb9487b4b fix the issue that microphone is called when sending a photo 6 years ago
Niels Andriesse 15cc478654 Add report button for Session Public Chat messages 6 years ago
Niels Andriesse 9434a8364a Add Session public chat notice 6 years ago
Niels Andriesse ce0e6db40a Fix Session Public Chat profile picture 6 years ago
Niels Andriesse 476edc14f1 Remove CallKit 6 years ago
Niels Andriesse fa43f2f834 WIP 6 years ago
Niels Andriesse eb54a6e06d WIP 6 years ago
Niels Andriesse 8ba452fb56 Fix copy 6 years ago
Niels Andriesse ca82cd758d Add GIF metadata warning 6 years ago
Niels Andriesse 442c1b9996 Add link preview & open group metadata warnings 6 years ago
Niels Andriesse f3c36391b9 Remove Mixpanel 6 years ago
Niels Andriesse ccd2d30f61 Refactor 6 years ago