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/SessionMessagingKit/Database/Migrations
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
2 years ago
..
_001_InitialSetupMigration.swift Fixed search performance, started styling in-conversaiton settings 2 years ago
_002_SetupStandardJobs.swift Fixed a few more bugs and made a couple of optimisations to the GarbageCollectionJob 2 years ago
_003_YDBToGRDBMigration.swift Fixed a number of crashes and bugs 2 years ago
_004_RemoveLegacyYDB.swift Removed the debug code and added a migration to remove the old YDB 2 years ago
_005_FixDeletedMessageReadState.swift Fixed a bug where deleted incoming messages could incorrectly be counted as unread 2 years ago
_006_FixHiddenModAdminSupport.swift Fixed an issue where the 2.0.2 migration broke the original _003_ migration 2 years ago
_007_HomeQueryOptimisationIndexes.swift A few bugs fixes and some optimisations 2 years ago
_008_EmojiReacts.swift Merge branch 'various-bugs-and-optimisations' into emoji-reacts 2 years ago
_009_OpenGroupPermission.swift clean up Permissions 2 years ago
_010_AddThreadIdToFTS.swift Merge remote-tracking branch 'upstream/dev' into feature/theming 2 years ago