session-ios/Session/Media Viewing & Editing
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
..
GIFs Added linting for the localized strings, updated the quote & mention behaviour for the current user 2022-07-15 18:15:28 +10:00
Transitions Finished off the MediaGallery logic 2022-05-20 17:58:39 +10:00
AudioProgressView.swift Re-organize files 2021-01-12 11:05:52 +11:00
CropScaleImageViewController.swift make avatar more clear 2021-12-08 15:29:44 +11:00
ImagePickerController.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
MediaDetailViewController.swift Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +10:00
MediaGalleryNavigationController.swift Finished off the MediaGallery logic 2022-05-20 17:58:39 +10:00
MediaGalleryViewModel.swift A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
MediaPageViewController.swift A few bugs fixes and some optimisations 2022-08-19 16:58:47 +10:00
MediaTileViewController.swift Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +10:00
OWSImagePickerController.swift Re-organize files 2021-01-12 11:05:52 +11:00
PhotoCapture.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
PhotoCaptureViewController.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
PhotoCollectionPickerController.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
PhotoGridViewCell.swift Started re-adding media gallery interactions (in progress) 2022-05-13 18:07:24 +10:00
PhotoLibrary.swift Working on the MediaGallery and ClosedGroup handling 2022-05-08 22:01:39 +10:00
SendMediaNavigationController.swift Finished of the Conversation screen and JobQueue concurrency 2022-05-31 17:41:02 +10:00