session-ios/Session/Meta
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
..
AudioFiles add ringtone and other UI improvement 2021-11-29 16:32:02 +11:00
Certificates Debug 2021-04-07 11:34:28 +10:00
Countries Improve onion request path loading efficiency 2021-01-27 16:14:35 +11:00
Fonts Fix missing font 2021-05-25 09:04:22 +10:00
Images.xcassets Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00
Mnemonic Debug 2020-11-12 13:54:59 +11:00
Settings.bundle Organize files 2020-11-12 08:48:41 +11:00
Translations Removed the debug code and added a migration to remove the old YDB 2022-08-01 16:53:05 +10:00
TurnServers add session turn server info 2022-04-26 10:57:01 +10:00
AppDelegate.swift Reduced unneeded DB write operations and fixed a few minor UI bugs 2022-08-05 17:10:01 +10:00
AppEnvironment.swift Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
Launch Screen.storyboard Added a simple migration progress indicator and animation (need timing tweaks) 2022-05-30 13:04:26 +10:00
MainAppContext.h Re-organize files 2021-01-12 11:05:52 +11:00
MainAppContext.m Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
Session-Info.plist Merge branch 'ipad-support-1' into voice-calls-2 2022-03-09 13:48:31 +11:00
Session-Prefix.pch Finished of the Conversation screen and JobQueue concurrency 2022-05-31 17:41:02 +10:00
SessionApp.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2022-07-08 17:53:48 +10:00
Signal-Bridging-Header.h Added code to ignore migrating open group messages older than 6 months 2022-06-09 19:00:43 +10:00
Signal.entitlements Organize files 2020-11-12 08:48:41 +11:00
SignalTSan.supp Organize files 2020-11-12 08:48:41 +11:00
SignalUBSan.supp Organize files 2020-11-12 08:48:41 +11:00