session-ios/SessionMessagingKit/Sending & Receiving
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
..
Attachments Fixed a few bugs, resolved a number of TODOs and deleted more unused code 2022-05-23 17:16:14 +10:00
Errors Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
Link Previews Removed a bunch of legacy database types 2022-05-23 09:49:04 +10:00
Message Handling Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
Notifications Merge branch 'various-bugs-and-optimisations' into emoji-reacts 2022-08-22 11:30:06 +10:00
Pollers Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
Quotes Fixed a few message scrolling bugs and a couple minor UI tweaks 2022-10-10 11:48:48 +11:00
Typing Indicators Fixed some bugs with disappearing messages 2022-09-19 14:02:11 +10:00
MessageReceiver+Decryption.swift Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
MessageReceiver.swift Added a method to allow safer database inserts 2022-10-21 17:32:51 +11:00
MessageSender+Convenience.swift Fixed issues found during testing 2022-10-07 15:35:17 +11:00
MessageSender+Encryption.swift Fixed the broken unit tests 2022-06-22 14:27:34 +10:00
MessageSender.swift Theming tweaks and bug fixes 2022-10-14 17:09:38 +11:00
Notification+MessageReceiver.swift Updated the colours to source from direct theme values (instead of individual) 2022-08-24 17:33:10 +10:00