You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
session-ios/Session/Shared
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
3 years ago
..
BaseVC.swift Applied the "increase min version to iOS 13" changes 3 years ago
CaptionView.swift Applied the "increase min version to iOS 13" changes 3 years ago
DismissableTextField.swift Removed a bunch of unused code 3 years ago
FullConversationCell.swift Added linting for the localized strings, updated the quote & mention behaviour for the current user 3 years ago
HighlightMentionBackgroundView.swift Reduced unneeded DB write operations and fixed a few minor UI bugs 3 years ago
LoadingViewController.swift Added a simple migration progress indicator and animation (need timing tweaks) 3 years ago
MarqueeLabel.swift Applied the "increase min version to iOS 13" changes 3 years ago
NeverClearView.swift Re-organize files 4 years ago
OWSBezierPathView.h Re-organize files 4 years ago
OWSBezierPathView.m Re-organize files 4 years ago
OWSProgressView.h Re-organize files 4 years ago
OWSProgressView.m Re-organize files 4 years ago
OWSQRCodeScanningViewController.h Re-organize files 4 years ago
OWSQRCodeScanningViewController.m Re-organize files 4 years ago
OWSScreenLockUI.h Re-organize files 4 years ago
OWSScreenLockUI.m Updated the Sodium library to fix a production linker error 3 years ago
ReminderView.swift Removed a bunch of unused code 3 years ago
ScanQRCodeWrapperVC.swift Added linting for the localized strings, updated the quote & mention behaviour for the current user 3 years ago
UserCell.swift Working on the MediaGallery and ClosedGroup handling 3 years ago
UserSelectionVC.swift Cleared out some legacy code, fixed a few bugs, got typing indicators and mentions working 3 years ago