session-ios/Session/Media Viewing & Editing
Morgan Pretty b6328f79b9 Reworked the app startup process
Shifted the initial HomeVC population to a background thread to avoid blocking launch processing
Added some logging for database 'ABORT' errors to better identify cases of deadlocks
Added a launch timeout modal to allow users to share their logs if the startup process happens to hang
Updated the notification handling (and cancelling) so it could run on background threads (seemed to take up a decent chunk of main thread time)
Fixed an issue where the IP2Country population was running sync which could cause a hang on startup
Fixed an issue where the code checking if the UIPasteBoard contained an image was explicitly advised against by the documentation (caused some reported hangs)
Fixed a hang which could be caused by a redundant function when the ImagePickerController appeared
2023-06-27 18:01:00 +10:00
..
GIFs Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
Transitions Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
AllMediaViewController.swift Further config util logic 2022-12-07 15:06:15 +11:00
CropScaleImageViewController.swift Merge remote-tracking branch 'origin/feature/tweak-profile-modal-ui' into feature/updated-user-config-handling 2023-05-26 17:54:45 +10:00
DocumentTitleViewController.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2023-05-18 17:34:25 +10:00
ImagePickerController.swift Reworked the app startup process 2023-06-27 18:01:00 +10:00
MediaDetailViewController.swift Further config util logic 2022-12-07 15:06:15 +11:00
MediaGalleryNavigationController.swift Fixed most of the styling issues raised during QA 2022-09-30 18:22:28 +10:00
MediaGalleryViewModel.swift Reworked the app startup process 2023-06-27 18:01:00 +10:00
MediaInfoVC+MediaInfoView.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2023-05-18 17:34:25 +10:00
MediaInfoVC+MediaPreviewView.swift Various tweaks and fixes 2023-05-16 09:38:14 +10:00
MediaInfoVC.swift Various tweaks and fixes 2023-05-16 09:38:14 +10:00
MediaPageViewController.swift Reworked the app startup process 2023-06-27 18:01:00 +10:00
MediaTileViewController.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2023-05-18 17:34:25 +10:00
OWSImagePickerController.swift Re-organize files 2021-01-12 11:05:52 +11:00
PhotoCapture.swift Fixed a number of issues found during internal testing 2023-06-23 17:54:29 +10:00
PhotoCaptureViewController.swift Merge remote-tracking branch 'upstream/dev' into feature/updated-user-config-handling 2023-05-18 17:34:25 +10:00
PhotoCollectionPickerViewModel.swift Added in missing code changes unrelated to closed groups rebuild 2022-12-08 14:21:38 +11:00
PhotoGridViewCell.swift Further config util logic 2022-12-07 15:06:15 +11:00
PhotoLibrary.swift Updated to the latest version of libSession-util 2023-02-20 12:56:48 +11:00
SendMediaNavigationController.swift Further refactoring work 2022-12-07 15:54:17 +11:00