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/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
2 years ago
..
Database/Migrations Merge branch 'feature/session-id-blinding-part-2' into feature/database-refactor 2 years ago
Media Viewing & Editing Theming tweaks and bug fixes 2 years ago
Meta Made a few last minute tweaks and fixes 2 years ago
Profile Pictures Added rounding to the settings and updated the SettingVC to use the config approach 2 years ago
Screen Lock Fixed a number of crashes and bugs 2 years ago
Shared View Controllers Fixed most of the styling issues raised during QA 2 years ago
Shared Views Added toast and info message deletion, fixed layout issues & unit tests 2 years ago
Utilities Added a method to allow safer database inserts 2 years ago
Configuration.swift Finished removing usages to non-theme colour variables 2 years ago