session-ios/SessionMessagingKit/Messages/Control Messages
Morgan Pretty c7e8071dd1 Fixed a large number of bugs and added a setting to control open group message deletion
Added a setting to control whether open group messages older than 6 months should be pruned
Added some defensive coding to prevent an edge-case which could cause a crash (wasn't filtering out a potential invalid row from the home screen data)
Fixed a bug where preOffer call messages weren't correctly sending push notifications
Fixed a bug where all incoming calls would be rejected and seen as calls disabled
Fixed a bug where the copy on call info messages was displaying the sender's name instead of the thread contact's name for outgoing calls
Fixed a bug where the input view wouldn't appear when creating new DM conversations
Fixed a bug where threads might not show the message request approval UI
Fixed an issue where some logic might not have run correctly when first registering an account
Fixed a bug where the note to self thread could incorrectly appear when restoring a device
Updated the GarbageCollectionJob to run onActive instead of onLaunch (since it's likely we will rarely launch)
Updated the logic for erasing an account from a device
2022-06-29 18:10:10 +10:00
..
CallMessage.swift Fixed a large number of bugs and added a setting to control open group message deletion 2022-06-29 18:10:10 +10:00
ClosedGroupControlMessage.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2022-06-09 18:37:44 +10:00
ConfigurationMessage+Convenience.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2022-06-09 18:37:44 +10:00
ConfigurationMessage.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
ControlMessage.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
DataExtractionNotification.swift Finished off the MediaGallery logic 2022-05-20 17:58:39 +10:00
ExpirationTimerUpdate.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
MessageRequestResponse.swift Got the ability to send message working again and other tweaks 2022-05-06 12:44:26 +10:00
ReadReceipt.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
TypingIndicator.swift Cleared out some of the legacy serialisation logic, further UI binding 2022-05-03 17:14:56 +10:00
UnsendRequest.swift Added back the majority of the ConversationVC interactions 2022-05-12 17:28:27 +10:00