session-ios/SessionUtilitiesKit/Database
Morgan Pretty 91802e4812 Fixed a number of crashes and bugs
Fixed a crash which would occur when rendering a message containing both a mention and a url
Fixed a crash which could occur during migration due to the openGroupServerMessageId essentially being the max UInt64 value which was overflowing the Int64 storage
Fixed a bug where empty read receipt updates were sending messages (even for non one-to-one conversations)
Fixed a bug where loading in large numbers of messages (via the poller) was auto scrolling to the bottom if the user was close to the bottom (now limited to <5)
Fixed a memory leak with the AllMediaViewController (strong delegate references)
Fixed an issue where non-alphanumeric characters would cause issues with global search
Fixed an issue where search result highlighting wasn't working properly
Fixed an issue where the app switcher UI blocking wasn't working
Updated the conversations to mark messages as read while scrolling (rather than all messages when entering/participating in a conversation)
Updated the modal button font weight to be closer to the designs
Added the ability to delete "unsent" messages
2022-09-30 14:31:05 +10:00
..
LegacyDatabase Added a restore account button to the failed migrations alert 2022-06-23 17:30:18 +10:00
Migrations Fixed a few more bugs and made a couple of optimisations to the GarbageCollectionJob 2022-07-05 16:47:12 +10:00
Models Merge branch 'dev' into feature/theming 2022-08-26 13:24:42 +10:00
Types Fixed search performance, started styling in-conversaiton settings 2022-09-07 17:37:01 +10:00
Utilities Fixed search performance, started styling in-conversaiton settings 2022-09-07 17:37:01 +10:00
OWSFileSystem.h Re-organize files 2020-12-18 15:37:29 +11:00
OWSFileSystem.m Re-organize files 2020-12-18 15:37:29 +11:00
SSKKeychainStorage.swift Started work on GRDB logic and migrations 2022-03-31 11:47:09 +11:00
Storage.swift Fixed a number of crashes and bugs 2022-09-30 14:31:05 +10:00
StorageError.swift Fixed a few more bugs and made a couple of optimisations to the GarbageCollectionJob 2022-07-05 16:47:12 +10:00