session-ios/SessionMessagingKit/Jobs/Types
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
..
AttachmentDownloadJob.swift Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +10:00
AttachmentUploadJob.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
DisappearingMessagesJob.swift Fixed some bugs with disappearing messages 2022-09-13 10:51:26 +10:00
FailedAttachmentDownloadsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
FailedMessageSendsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
GarbageCollectionJob.swift Fixed a couple of bugs and did some more theming 2022-09-13 17:57:13 +10:00
MessageReceiveJob.swift A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
MessageSendJob.swift Fixed a few issues found during QA 2022-08-04 13:25:46 +10:00
NotifyPushServerJob.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
RetrieveDefaultOpenGroupRoomsJob.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
SendReadReceiptsJob.swift Fixed a number of crashes and bugs 2022-09-30 14:31:05 +10:00
UpdateProfilePictureJob.swift Added rounding to the settings and updated the SettingVC to use the config approach 2022-09-27 15:36:47 +10:00