session-ios/SessionUtilitiesKit
Morgan Pretty 7097853d58 A few bugs fixes and some optimisations
Fixed a bug where notifications could incorrectly appear for messages in the current thread
Fixed a bug where swiping left/right on images in the MediaDetailViewController could load images from other threads
Fixed a bug where the unread count wouldn't appear correctly when opening a conversation
Fixed a bug where the unread count on the conversation cell could get truncated
Fixed a bug where notifications weren't working correctly when the app is in the foreground
Fixed a bug where we weren't clearing the 'received X new messages' count when in the foreground
Fixed a bug where outgoing messages could get marked as read in a very specific case
Updated the "group notification" logic to only apply to Open Groups (and always doing it rather than just in the background)
Added a placeholder person icon when you have a closed group with a single member
Added a couple of indexes to improve the HomeVC database query performance (reduce launch time by ~15% in some cases)
Added a background task to give message sending the chance to complete when sending the app to the background
Removed an unneeded query from the HomeViewModel init (reduce launch time by ~10% in some cases)
Optimised one of the queries used to load the data needed for the conversation screen
2022-08-19 16:58:47 +10:00
..
Crypto Added linting for the localized strings, updated the quote & mention behaviour for the current user 2022-07-15 18:15:28 +10:00
Database A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
General Reduced unneeded DB write operations and fixed a few minor UI bugs 2022-08-05 17:10:01 +10:00
JobRunner A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
Media Updated the ProfilePictureView to only use YYImage for Gif and WebP images 2022-08-15 10:35:52 +10:00
Meta A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
Networking Fixed a few additional issues uncovered 2022-07-26 11:36:32 +10:00
PromiseKit refactor on timer and polling threading 2022-02-22 14:01:48 +11:00
Utilities A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
Configuration.swift Removed all the old Storage classes and YapDB extensions 2022-06-01 17:41:20 +10:00