session-ios/SignalUtilitiesKit
Morgan Pretty 89df1261e3 Added a method to allow safer database inserts
Fixed an issue where the app settings were updating immediately making them seem to
Updated GRDB to version 6.1 and SQLCipher to 4.5.2
Added a method which allows for inserting into the database while omitting columns which exist in the object but not in the database (so allow for old migrations to run with less issues)
Updated all the migrations to use the migration safe insert method
Removed some ObjC support extension functions
2022-10-21 17:32:51 +11:00
..
Database/Migrations Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2022-06-08 14:29:51 +10:00
Media Viewing & Editing Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
Meta Made a few last minute tweaks and fixes 2022-10-10 16:40:08 +11:00
Profile Pictures Added rounding to the settings and updated the SettingVC to use the config approach 2022-09-27 15:36:47 +10:00
Screen Lock Fixed a number of crashes and bugs 2022-09-30 14:31:05 +10:00
Shared View Controllers Fixed most of the styling issues raised during QA 2022-09-30 18:22:28 +10:00
Shared Views Added toast and info message deletion, fixed layout issues & unit tests 2022-10-05 18:44:25 +11:00
Utilities Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
Configuration.swift Finished removing usages to non-theme colour variables 2022-09-20 16:06:01 +10:00