session-ios/Session/Utilities
Morgan Pretty 1224e539ea Reduced unneeded DB write operations and fixed a few minor UI bugs
Updated the database to better support the application getting suspended (0xdead10cc crash)
Updated the SOGS message handling to delete messages based on a new 'deleted' flag instead of 'data' being null
Updated the code to prevent the typing indicator from needing a DB write block as frequently
Updated the code to stop any pending jobs when entering the background (in an attempt to prevent the database suspension from causing issues)
Removed the duplicate 'Capabilities.Capability' type (updated 'Capability.Variant' to work in the same way)
Fixed a bug where a number of icons (inc. the "download document" icon) were the wrong colour in dark mode
Fixed a bug where the '@You' highlight could incorrectly have it's width reduced in some cases (had protection to prevent it being larger than the line, but that is a valid case)
Fixed a bug where the JobRunner was starting the background (which could lead to trying to access the database once it had been suspended)
Updated to the latest version of GRDB
Added some logic to the BackgroundPoller process to try and stop processing if the timeout is triggered (will catch some cases but others will end up logging a bunch of "Database is suspended" errors)
Added in some protection to prevent future deferral loops in the JobRunner
2022-08-05 17:10:01 +10:00
..
AVAudioSession+OWS.h Re-organize files 2021-01-12 11:05:52 +11:00
AVAudioSession+OWS.m Re-organize files 2021-01-12 11:05:52 +11:00
AvatarViewHelper.h Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
AvatarViewHelper.m Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
BackgroundPoller.swift Reduced unneeded DB write operations and fixed a few minor UI bugs 2022-08-05 17:10:01 +10:00
CGRect+Utilities.swift Organize files 2020-11-12 08:48:41 +11:00
Date+Utilities.swift Finished of the conversation screen and resolved a bug of bugs/TODOs 2022-05-29 19:26:06 +10:00
DifferenceKit+Utilities.swift Finished off the MediaGallery logic 2022-05-20 17:58:39 +10:00
HapticFeedback.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
IP2Country.swift Migrated the SessionSnodeKit from YapDatabase to GRDB 2022-04-01 17:22:45 +11:00
MentionUtilities.swift Added linting for the localized strings, updated the quote & mention behaviour for the current user 2022-07-15 18:15:28 +10:00
MockDataGenerator.swift Fixed a few bugs and continued work on fixing unit tests 2022-06-21 17:43:27 +10:00
Permissions.swift Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
QRCode.swift Organize files 2020-11-12 08:48:41 +11:00
SNAppearance.swift Applied the "increase min version to iOS 13" changes 2022-07-01 13:33:00 +10:00
TextFieldHelper.swift Re-organize files 2021-01-12 11:05:52 +11:00
UIApplication+OWS.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
UIImage+Scaling.swift Organize files 2020-11-12 08:48:41 +11:00
UILabel+Interaction.swift Organize files 2020-11-12 08:48:41 +11:00
UINavigationBar+Utilities.swift Started re-adding media gallery interactions (in progress) 2022-05-13 18:07:24 +10:00
UIResponder+OWS.swift Re-organize files 2021-01-12 11:05:52 +11:00
UIScrollView+Utilities.swift Got paging working on the conversation screen 2022-05-26 18:13:16 +10:00
UIStoryboard+OWS.swift Re-organize files 2021-01-12 11:05:52 +11:00
UIView+Draggable.swift fix function name conflicts 2022-02-16 10:22:50 +11:00
UIView+Glow.swift Organize files 2020-11-12 08:48:41 +11:00
UIView+Wrapping.swift fix session id label width 2022-03-03 14:31:18 +11:00
UIViewController+Permissions.h Re-organize files 2021-01-12 11:05:52 +11:00
UIViewController+Permissions.m Re-organize files 2021-01-12 11:05:52 +11:00