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/SessionMessagingKit/Sending & Receiving/Message Handling
Morgan Pretty d8fd3b35b4 Theming tweaks and bug fixes
Made a tweak to prevent some odd looking keyboard transitions when going to conversation settings
Updated the PagedDatabaseObserver to not call 'onChangeUnsorted' on the main thread (now we can generate the changeset on the background thread so there is less main thread work)
Fixed an issue where the most recently received message from the swarm could be removed from the swarm yet the app would still poll for it, resulting in the swarm always returning the oldest possible messages until the user sends a new one-to-one message
Fixed an issue where the initial scroll offset could be incorrect due to certain message types
Fixed an issue where the title view inside a conversation could jump when pushing to the conversation settings screen
Refactored a couple of ObjC functions to Swift as they were crashing (due to memory allocation?) hopefully this will fix it
Tweaked some DispatchQueue priorities to ensure PagedDatabaseObserver loading is prioritised
Updated buttons to use a standard convention for highlighted states
Updated the new conversation button to follow the new highlighted state convention
2 years ago
..
MessageReceiver+Calls.swift Fixed a bug where deleted incoming messages could incorrectly be counted as unread 2 years ago
MessageReceiver+ClosedGroups.swift Fixed a few bugs found during regression testing 2 years ago
MessageReceiver+ConfigurationMessages.swift Fixed a large number of bugs and added a setting to control open group message deletion 2 years ago
MessageReceiver+DataExtractionNotification.swift Fixed a bug where the "DataExtractionNotification" messages weren't correctly setting their tmestamps 2 years ago
MessageReceiver+ExpirationTimers.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2 years ago
MessageReceiver+MessageRequests.swift Fixed a few more QA issues, added a minor feature 2 years ago
MessageReceiver+ReadReceipts.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2 years ago
MessageReceiver+TypingIndicators.swift Reduced unneeded DB write operations and fixed a few minor UI bugs 2 years ago
MessageReceiver+UnsendRequests.swift Theming tweaks and bug fixes 2 years ago
MessageReceiver+VisibleMessages.swift fix self-send reaction notification 2 years ago
MessageSender+ClosedGroups.swift Fixed an issue where hidden mods/admins wouldn't be properly recognised 2 years ago