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/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
3 years ago
..
Views Theming tweaks and bug fixes 3 years ago
AppearanceViewController.swift Translations, better RTL support and minor animation fix 3 years ago
BlockedContactsViewController.swift Theming tweaks and bug fixes 3 years ago
BlockedContactsViewModel.swift Theming tweaks and bug fixes 3 years ago
ConversationSettingsViewModel.swift Added a method to allow safer database inserts 3 years ago
HelpViewModel.swift Fixed remaining bugs 3 years ago
NotificationContentViewModel.swift Fixed a few more QA issues, added a minor feature 3 years ago
NotificationSettingsViewModel.swift Added a method to allow safer database inserts 3 years ago
NotificationSoundViewModel.swift Fixed most of the styling issues raised during QA 3 years ago
NukeDataModal.swift Translations, better RTL support and minor animation fix 3 years ago
PrivacySettingsViewModel.swift Added a method to allow safer database inserts 3 years ago
QRCodeVC.swift Updated the alerts to use the custom styled ones 3 years ago
SeedModal.swift Cleaned up the config-based table view controller to be more reusable 3 years ago
SettingsViewModel.swift Added a method to allow safer database inserts 3 years ago