Commit Graph

7045 Commits (8b03a1b185e90b5b5136fa3892f91ccae9060fd2)

Author SHA1 Message Date
nielsandriesse 6b25b319d5 Integrate French translation 5 years ago
nielsandriesse 8317cb370e Debug 5 years ago
nielsandriesse cfade8b0b8 Make string naming scheme (almost) match Android
This way we can drop in existing Android translations
5 years ago
nielsandriesse 11d4add8f9 Show a loader while an open group is being joined 5 years ago
nielsandriesse 20a847de95 Implement feedback 5 years ago
nielsandriesse f1581b4edf Clean up push notification code 5 years ago
nielsandriesse 7dcb3d57b9 Partially remove unused Signal code 5 years ago
nielsandriesse 4c6f25343f Clean up AppDelegate 5 years ago
nielsandriesse 8d42491778 Make things fit 5 years ago
nielsandriesse 5be418af1d Clean 5 years ago
Brice 8c32bedf03 corrections in french translation 5 years ago
nielsandriesse 09ea92c10d Revert "Fix OWSOrphanDataCleaner crash"
This reverts commit 82d03aa9d5.
5 years ago
nielsandriesse 82d03aa9d5 Fix OWSOrphanDataCleaner crash 5 years ago
nielsandriesse 2b8816f023 Don't show blocked banner in closed groups 5 years ago
nielsandriesse 3eed5d83bb Disable French translation for now 5 years ago
nielsandriesse a4d894b809 Merge branch 'dev' of github.com:loki-project/session-ios into protocol 5 years ago
nielsandriesse f45f43c06b Fix performance issue 5 years ago
nielsandriesse e05a4cd4a7 Add blocking to conversation settings 5 years ago
nielsandriesse 42cd30cf23 Make syncing strategy consistent with Android 5 years ago
nielsandriesse e5f8dd277e Implement syncing of blocked contacts 5 years ago
nielsandriesse 023b931d8c Implement blocking 5 years ago
Brice 898514a0ec french translation 5 years ago
nielsandriesse 26d005a76d Debug 5 years ago
nielsandriesse 33f754949d Add missing pieces 5 years ago
nielsandriesse 450c100896 Regenerate protos 5 years ago
nielsandriesse d096a2c574 Make things compile again 5 years ago
nielsandriesse 9bc80ed3b3 Remove the concept of friend requests 5 years ago
nielsandriesse 2d9982684b Clean up ahead of protocol changes 5 years ago
nielsandriesse 4b34a6624e Minor refactoring 5 years ago
ryanzhao 9213e2b770 fix pollers not start when app goes foreground 5 years ago
nielsandriesse a332f88fda Fix open group joining 5 years ago
nielsandriesse 2b41a5b84e Clean 5 years ago
nielsandriesse 1716bd2929 Show activity indicator until group creation is fully done 5 years ago
nielsandriesse d2e0f986b9 Debug 5 years ago
nielsandriesse 4e1a14ae05 Put SSK behind a feature flag 5 years ago
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 17398f3f9e Preload device links to make message sending quicker 5 years ago
nielsandriesse 28f066b059 Fix missed case 5 years ago
nielsandriesse 51a7bc0383 Fix message action inconsistencies 5 years ago
nielsandriesse ac6f449cfd Potentially fix crash 5 years ago
nielsandriesse 2ad2b240c1 Add debug assertions 5 years ago
nielsandriesse bbc546d244 Potentially fix crash 5 years ago
nielsandriesse 89e18e220d Minor refactoring 5 years ago
nielsandriesse d465b12790 Minor refactoring 5 years ago
nielsandriesse d12e92c9e5 Style all mentions the same 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 baf379e6c7 Fix unknown contacts in new closed group screen 5 years ago
nielsandriesse fcf0910e51 Fix deadlock 5 years ago
nielsandriesse c0b4a548bf Debug 5 years ago
nielsandriesse 2e9dc8123d Fix open group profile picture bug 5 years ago
nielsandriesse 15eee23ad8 Minor refactoring 5 years ago
nielsandriesse 2d3df5a261 Remove dead code 5 years ago
nielsandriesse 2e8663a1b0 Debug 5 years ago
nielsandriesse e34e66ccfd Clean up ahead of protocol changes 5 years ago
nielsandriesse 6cc28426d6 Merge branch 'dev' into threading 5 years ago
nielsandriesse 8d73f822d7 Debug 5 years ago
nielsandriesse aeb17e5905 Unbreak friend requests, session reset & device linking 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 cce6e76954 Merge branch 'dev' into threading 5 years ago
nielsandriesse 1085d12a4c Don't repair session if there's an outstanding session request 5 years ago
nielsandriesse cba3d2d55b Merge branch 'fix-photo-blurriness' of github.com:RyanRory/loki-messenger-ios into threading 5 years ago
nielsandriesse 1b61330669 Minor refactoring 5 years ago
nielsandriesse 4506dc55de Use default quality queue to populate ip to country map 5 years ago
nielsandriesse 203c25b382 Merge branch 'closed-groups' into database-3 5 years ago
nielsandriesse 4105f17c02 Fix build 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
nielsandriesse e9fc5b748e Integrate transaction handling utility part 1 5 years ago
nielsandriesse ce416ae82c Don't repair session if there's an outstanding session request
Also fix non-UD send cases
5 years ago
ryanzhao 5fd2fb2b15 Fix photo blurriness (from .medium to .high) 5 years ago
ryanzhao edaafd8a42 Merge branch 'dev' of https://github.com/loki-project/session-ios into fix-open-group-issues 5 years ago
ryanzhao c8af41cd5c Show real profile picture of open groups 5 years ago
nielsandriesse 3dedf7f6f7 Fix whitelist based open group joining 5 years ago
ryanzhao 70ccea6a28 Merge branch 'dev' of https://github.com/loki-project/session-ios into fix-open-group-issues 5 years ago
ryanzhao 335704c362 Upload the right display name to open group from the slave device 5 years ago
nielsandriesse eab26c504c Fix build 5 years ago
nielsandriesse 74bbe067d8 Update Pods 5 years ago
ryanzhao 0037318175 Fix open group name and profile picture not updating 5 years ago
nielsandriesse 2bd07e8652 Debug onion request UI 5 years ago
nielsandriesse bbfc2aed63 Replace guard node → entry node 5 years ago
nielsandriesse 887eaf3ada Don't block while countries are loading 5 years ago
nielsandriesse 58a911c9a6 Clean 5 years ago
nielsandriesse dc3365b11d Fix typo 5 years ago
nielsandriesse 577464496b Update copy 5 years ago
nielsandriesse fe4aeddd27 Clean 5 years ago
nielsandriesse 6d3ca84f48 Ditch rebuild path button 5 years ago
nielsandriesse e2740d78e8 Show countries rather than IPs 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 2b6f32bebb Disable not-so-amazing animation 5 years ago
nielsandriesse 7b95d33612 Ensure conversation list bottom content is always reachable 5 years ago
nielsandriesse 00147a2647 Make copy more accurate & educational 5 years ago
nielsandriesse 54ffa20b34 Update legal URLs 5 years ago