session-ios/SessionMessagingKit/Open Groups
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
..
Models tweak: make seqNo optional 2022-08-31 16:38:25 +10:00
Types feat: open group emoji reacts endpoints work 2022-08-01 15:45:59 +10:00
OpenGroupAPI.swift Added toast and info message deletion, fixed layout issues & unit tests 2022-10-05 18:44:25 +11:00
OpenGroupManager.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
OpenGroupServerIdLookup.swift Made some optimisations to open group deletion handling 2022-03-21 16:53:12 +11:00