session-ios/SessionSnodeKit
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
..
Database Reduced unneeded DB write operations and fixed a few minor UI bugs 2022-08-05 17:10:01 +10:00
Meta Create SessionSnodeKit 2020-11-05 12:07:21 +11:00
Models Added linting for the localized strings, updated the quote & mention behaviour for the current user 2022-07-15 18:15:28 +10:00
Utilities Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2022-06-09 18:37:44 +10:00
Configuration.swift Removed all the old Storage classes and YapDB extensions 2022-06-01 17:41:20 +10:00
GetSnodePoolJob.swift Added paging to the Home/MessageRequests screens and fix a bunch of bugs 2022-06-24 18:29:45 +10:00
Notification+OnionRequestAPI.swift Rename various things 2020-11-05 13:39:32 +11:00
OnionRequestAPI+Encryption.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
OnionRequestAPI.swift Added defensive coding to prevent some crashes 2022-07-18 17:40:32 +10:00
SnodeAPI.swift Fixed an edge-case crash, a couple of minor bugs and made future-proofing tweaks 2022-07-12 17:43:52 +10:00
SnodeMessage.swift Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00