session-ios/Session/Settings
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
..
Views Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
AppearanceViewController.swift Translations, better RTL support and minor animation fix 2022-10-07 18:46:05 +11:00
BlockedContactsViewController.swift Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
BlockedContactsViewModel.swift Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
ConversationSettingsViewModel.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
HelpViewModel.swift Fixed remaining bugs 2022-10-04 16:21:13 +11:00
NotificationContentViewModel.swift Fixed a few more QA issues, added a minor feature 2022-10-03 18:23:34 +11:00
NotificationSettingsViewModel.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
NotificationSoundViewModel.swift Fixed most of the styling issues raised during QA 2022-09-30 18:22:28 +10:00
NukeDataModal.swift Translations, better RTL support and minor animation fix 2022-10-07 18:46:05 +11:00
PrivacySettingsViewModel.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
QRCodeVC.swift Updated the alerts to use the custom styled ones 2022-09-28 18:26:02 +10:00
SeedModal.swift Cleaned up the config-based table view controller to be more reusable 2022-09-28 17:30:31 +10:00
SettingsViewModel.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00