session-ios/SessionMessagingKit/Sending & Receiving
Morgan Pretty b6328f79b9 Reworked the app startup process
Shifted the initial HomeVC population to a background thread to avoid blocking launch processing
Added some logging for database 'ABORT' errors to better identify cases of deadlocks
Added a launch timeout modal to allow users to share their logs if the startup process happens to hang
Updated the notification handling (and cancelling) so it could run on background threads (seemed to take up a decent chunk of main thread time)
Fixed an issue where the IP2Country population was running sync which could cause a hang on startup
Fixed an issue where the code checking if the UIPasteBoard contained an image was explicitly advised against by the documentation (caused some reported hangs)
Fixed a hang which could be caused by a redundant function when the ImagePickerController appeared
2023-06-27 18:01:00 +10:00
..
Attachments Updated to the latest version of libSession-util 2023-02-20 12:56:48 +11:00
Errors Updated the GroupLeavingJob to succeed for certain error cases 2023-06-13 16:09:06 +10:00
Link Previews Removed a bunch of legacy database types 2022-05-23 09:49:04 +10:00
Message Handling Reworked the app startup process 2023-06-27 18:01:00 +10:00
Notifications Reworked the app startup process 2023-06-27 18:01:00 +10:00
Pollers Fixed a breaking issue and a few other minor bugs 2023-06-26 18:03:40 +10:00
Quotes Fixed a few message scrolling bugs and a couple minor UI tweaks 2022-10-10 11:48:48 +11:00
Typing Indicators Fixed issues raised during QA 2023-03-17 15:12:35 +11:00
MessageReceiver+Decryption.swift Removed usages of Box.KeyPair, removed a TODO 2023-03-10 09:42:36 +11:00
MessageReceiver.swift Cleaned up the outdated message logic and fixed a few bugs 2023-06-13 14:40:04 +10:00
MessageSender+Convenience.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
MessageSender+Encryption.swift Removed usages of Box.KeyPair, removed a TODO 2023-03-10 09:42:36 +11:00
MessageSender.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
Notification+MessageReceiver.swift Sorted out a bunch of the config syncing logic 2022-12-16 16:51:08 +11:00