You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/SessionUtilitiesKit/Database
Morgan Pretty ec81236615 Fixed a few more threading-related bugs
Updated the libSession build script to reset and checkout submodules based on a flag (simplify the process)
Updated the share and notification extensions to generate the DSYM on debug builds to allow for better debugging
Added additional startup logging for debugging purposes
Tweaked the SNLog function to indicate when the log happens on the main thread (slightly less efficient but should help track down logic incorrectly running on the main thread)
Fixed a bug where we weren't recording the last PN server registration (so would re-register every time)
Fixed a bug where if the user sent the app to the background too quickly after launching the app wouldn't successfully startup when re-opening
Fixed a bug where the Notification and Share extensions would assert because they were dispatching the post-migration logic to the main thread (due to the threading changes in a previous release)
Fixed a bug where the Notification extension would incorrectly poll open groups on the main thread
2 years ago
..
LegacyDatabase Added a restore account button to the failed migrations alert 3 years ago
Migrations Fixed build issues, bugs, added unit tests and added the ConvoInfoVolatile handling 2 years ago
Models Finished adding logic to ignore messages invalidated by config 2 years ago
Types Fixed a number of issues found during internal testing 2 years ago
Utilities Fixed a number of bugs found during internal testing 2 years ago
OWSFileSystem.h Re-organize files 4 years ago
OWSFileSystem.m Re-organize files 4 years ago
SSKKeychainStorage.swift Started work on GRDB logic and migrations 3 years ago
Storage.swift Fixed a few more threading-related bugs 2 years ago
StorageError.swift Fixed a number of bugs found during internal testing 2 years ago