Commit Graph

18937 Commits (46f82fd557d26212a13d92b01e1794d089ab61f1)
 

Author SHA1 Message Date
Ryan ZHAO 46f82fd557 WIP: add permission chain for voice and video calls 2 months ago
Morgan Pretty c1fcf8e4aa
Merge pull request #362 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
3 months ago
Morgan Pretty d200878162
Merge pull request #366 from mpretty-cyro/fix/database-reentrancy-handling
Fixed a few issues related to database reentrancy
3 months ago
Bilb 6075840257 [Automated] Update translations from Crowdin 3 months ago
Morgan Pretty 119d7e21da
Merge pull request #365 from RyanRory/fix-modal-on-cancel
Fix customised on cancel won't dismiss the modal
3 months ago
Morgan Pretty 18d0488056 Missed a code path to signal the semaphore 3 months ago
Morgan Pretty 18f4b57811 Fixed an issue where database migrations could cause a db query timeout 3 months ago
Morgan Pretty 9c12265544
Merge pull request #367 from mpretty-cyro/fix/leave-conversation-screen-crash
Fixed a crash which could occur when leaving the conversation screen
3 months ago
Morgan Pretty 23159439f2 Small fix to the database error logging 3 months ago
Morgan Pretty e47e0e45f5 Added a couple more thread checks just to be safe 3 months ago
Morgan Pretty 3887a8902e Fixed a crash which could occur when leaving the conversation screen 3 months ago
Morgan Pretty 0a7cd9a500 Fixed a few issues related to database reentrancy
• Reworked the database rentrancy fixes
• Added a timeout to prevent deadlocks with our custom synchronous database actions
• Fixed a case where we were incorrectly accessing the database in a reentrant way
3 months ago
Ryan ZHAO be80fec15d fix customised on cancel won't dismiss the modal 3 months ago
Morgan Pretty a13f5ae253
Merge pull request #364 from mpretty-cyro/feature/tweak-notification-handling
Allow notifications from non-default namespaces, handle empty data
3 months ago
Morgan Pretty e88a7ed453 Allow notifications from non-default namespaces, handle empty data 3 months ago
Morgan Pretty 0cb4d4184c
Merge pull request #358 from RyanRory/notification-patch
Fix a case for PNs with no content
3 months ago
Ryan ZHAO d528a70bfc clean up 3 months ago
Ryan ZHAO 9207418100 Merge branch 'dev' into notification-patch 3 months ago
RyanZhao 7d399db9f2
Merge pull request #354 from RyanRory/fix-calls-issue-3
Fix Calls issues
3 months ago
Ryan ZHAO 9aab3b045c bump up version and build number 3 months ago
Ryan ZHAO 4fc848ebdc add detailed call connection info 3 months ago
Ryan ZHAO 753b93bb9e clean up 3 months ago
Ryan ZHAO 8c02b7ac08 fix a case where the received notification payload is not valid either for legacy or current PN protocol 3 months ago
Ryan ZHAO 3c681a217c add detailed call info 3 months ago
Ryan ZHAO a26da76484 fix an issue where Note to self appears after receiving first call 3 months ago
Ryan ZHAO 0b33e7a5fb fix potential infinite loop 3 months ago
Ryan ZHAO 07e75d0cca add check for PNs from other namespaces 3 months ago
Ryan ZHAO bce5eda5c2 fix an issue where iPhone 6s cuts off message request text 3 months ago
Ryan ZHAO 6aa77a966a update version & build number 3 months ago
Ryan ZHAO 4303179b3f add some logs for testing 3 months ago
Ryan ZHAO b0d397142b fix a case for PNs with no content 3 months ago
Ryan ZHAO 5681b96089 WIP: fix message request info layout 3 months ago
Ryan ZHAO dcaec4b2a8 fix an keyboard issue of Calls 3 months ago
Ryan ZHAO 1b40c1363a Merge branch 'dev' into fix-calls-issue-3 3 months ago
Morgan Pretty d41bc9b2c1
Merge pull request #355 from session-foundation/feature/update-crowdin-translations
[Automated] Update translations from Crowdin
3 months ago
stfsession 411358401d
Merge pull request #356 from mpretty-cyro/fix/production-crashes
Fixed a number of crashes currently affecting production
3 months ago
Morgan Pretty 37ea2a89bc Fixed a number of crashes currently affecting production
• Fixed a crash due to our ThreadSafe code using a struct instead of a class (rendering it non thread safe)
• Fixed a crash which could occur on the home screen if the data loaded before the UI finished loading
• (Hopefully) Fixed a crash which could occur when the OS optimised async execution to run immediately within an existing database transaction (potentially resulting in re-entrant database access)
• Fixed an issue where the database read/write publishers weren't checking for a valid database state before actual query execution (only during the creation of the stream)
3 months ago
stfsession 4471af11d5 [Automated] Update translations from Crowdin 3 months ago
Ryan ZHAO a16e3aa61a workaround for a permission issue in NotificationServiceExtension 3 months ago
Ryan ZHAO 35ae44d389 update build number 3 months ago
Ryan ZHAO c055f6f5c8 add more logs 3 months ago
Ryan ZHAO 8275953ece add logs for microphone permission in NotificationServiceExtension 3 months ago
Ryan ZHAO 43e345ea6e update build number 3 months ago
Ryan ZHAO 1e70f00976 Fix an issue that a call might be shown after handled in background with CallKit and then opening the app 3 months ago
Ryan ZHAO 370eb3e4de fix microphone permission request API 3 months ago
Ryan ZHAO 6457191088 update version and build number 3 months ago
Ryan ZHAO 8bc40a3535 add retry for call messages 3 months ago
Ryan ZHAO 47f9984d33 further refactor to use latest API 3 months ago
Ryan ZHAO 403ca8c10c refactor on getting microphone permission state to try to fix an issue 3 months ago
Morgan Pretty 3a91bc52e1
Merge pull request #342 from mpretty-cyro/fix/atomic-reentrancy
Refactor Atomic<T> to Support Reentrancy
4 months ago