Commit Graph

479 Commits (39c497f13d0af8e6f5883e8d8f245fa9e31d5eab)

Author SHA1 Message Date
Niels Andriesse 39c497f13d Clean up logging 6 years ago
Niels Andriesse 820b0829bb Merge LokiP2PManager & LokiP2PMessageHandler 6 years ago
Niels Andriesse df7ca74b70 Simplify LokiAPI changes 6 years ago
Mikunj 9676af0d6b Fix logging message. 6 years ago
Mikunj 763ecefca0 Removed un-needed try statement. 6 years ago
Mikunj 04bdaff3c6 Added long polling. 6 years ago
Niels Andriesse 5351961af7 Clean 7 years ago
Mikunj 482721a2c2 Merge branch 'dev' into p2p 7 years ago
Mikunj 88afca30c6 Moved P2P logic to LokiP2PManager. 7 years ago
Niels Andriesse 33a5e59415 Clean 7 years ago
Niels Andriesse 1fafa550f0 Fix message sending error handling 7 years ago
Mikunj ed85a0da3c Merge commit 'fe9a32d1b99253de2e4b0b38653333317aa7e35a' into p2p 7 years ago
Mikunj 0566d94105 Merge commit '07fefc168fcadb5e96aa3a076a27b6756cf91b6c' into p2p 7 years ago
Niels Andriesse fe9a32d1b9 Simplify swarm caching 7 years ago
Niels Andriesse 5af0ad03b9 Persist swarm cache & make access modifiers explicit 7 years ago
Mikunj 2694699e4e Added LKAddressMessage.
Hooked up p2p api.
7 years ago
Niels Andriesse 24dd8335de
Merge pull request #18 from loki-project/p2p
P2p server
7 years ago
Niels Andriesse 20472c8bed Fix minor code style issues 7 years ago
Niels Andriesse 08aac18384 Clean more 7 years ago
Mikunj 2ae665f682 Bind to a random port if the default one is taken. 7 years ago
Mikunj 748b7eff12 Start p2p server on app start.
Handle more cases in the p2p server.
7 years ago
Niels Andriesse 1c73cf5114 Re-order files 7 years ago
Niels Andriesse 4a633fba68 Debug friend request expiration 7 years ago
Mikunj f1cbc2e0d1 Added friend request message expiration. 7 years ago
Niels Andriesse 5800222606 Remove unnecessary fetches 7 years ago
Niels Andriesse d95d0671d6 Remove unnecessary local notification generation 7 years ago
Niels Andriesse 4da8d33932 Clean 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
Niels Andriesse 2b490b5ad5 Use MessageFetcherJob for message receiving & fix decoding bug 7 years ago
Niels Andriesse aeea6f26de Re-enable notifications 7 years ago
Niels Andriesse 2092df955a Generate mock notification upon successful message retrieval 7 years ago
Niels Andriesse a9a9800dd2 Fix duplicate error unwrapping 7 years ago
Mikunj Varsani a743698386 Hooked up message send success and failure to LokiAPI.
Converted objective c functions from callbacks to promise in LokiAPI
7 years ago
Niels Andriesse 3c7b769d20 Fetch messages & ping friends when application becomes active 7 years ago
Niels Andriesse cc1f41c11b Implement background fetching skeleton 7 years ago
Niels Andriesse a284f3deb6 Don't ask for notifications 7 years ago
Niels Andriesse aeb3cecf55 WIP 7 years ago
Matthew Chen 987726df6c Temp files. 7 years ago
Matthew Chen 85d58d3396 Improve handling of call intents. 7 years ago
Matthew Chen 882dd16d7c Apply presentAlert() throughout codebase. 7 years ago
Michael Kirk 3be41e8c25 Unless you're on a call, all windows respect the orientation mask of the
primary app visible VC.

Fixes:
- Avoid flicker when forgrounding onboarding while in landscape
- Fix status bar in landscape while fingerprint is portrait, same with device linker
7 years ago
Michael Kirk 5361720b19 log token in debug 7 years ago
Michael Kirk 680b844f3c Allow all windows to do landscape, fixes:
1. Remove undesirable animation from portrait->landscape when minimizizing in
   landscape and relaunching in landscape.

2. This also seems to fix the intermittently misplaced toolbar when launching
   in landscape. I believe this is a consequence of fix #1
7 years ago
Matthew Chen aa8fd9e69c Remove old registration views. 7 years ago
Matthew Chen 29b49d6f43 Enable new onboarding in production. 7 years ago
Michael Kirk d26c095fe7 Merge remote-tracking branch 'origin/release/2.36.0' 7 years ago
Matthew Chen 9381220d8f Sketch out CAPTCHA onboarding view. 7 years ago
Matthew Chen 57394f0015 Respond to CR. 7 years ago
Michael Kirk cb3a36ba3d Platform specific notification clearing 7 years ago