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/SessionUtilitiesKit
Morgan Pretty 91802e4812 Fixed a number of crashes and bugs
Fixed a crash which would occur when rendering a message containing both a mention and a url
Fixed a crash which could occur during migration due to the openGroupServerMessageId essentially being the max UInt64 value which was overflowing the Int64 storage
Fixed a bug where empty read receipt updates were sending messages (even for non one-to-one conversations)
Fixed a bug where loading in large numbers of messages (via the poller) was auto scrolling to the bottom if the user was close to the bottom (now limited to <5)
Fixed a memory leak with the AllMediaViewController (strong delegate references)
Fixed an issue where non-alphanumeric characters would cause issues with global search
Fixed an issue where search result highlighting wasn't working properly
Fixed an issue where the app switcher UI blocking wasn't working
Updated the conversations to mark messages as read while scrolling (rather than all messages when entering/participating in a conversation)
Updated the modal button font weight to be closer to the designs
Added the ability to delete "unsent" messages
3 years ago
..
Combine Started refactoring the conversation image picker screens 3 years ago
Crypto Added linting for the localized strings, updated the quote & mention behaviour for the current user 3 years ago
Database Fixed a number of crashes and bugs 3 years ago
General Merge remote-tracking branch 'upstream/dev' into feature/theming 3 years ago
JobRunner Fixed some bugs with disappearing messages 3 years ago
Media Merge branch 'dev' into feature/theming 3 years ago
Meta A few bugs fixes and some optimisations 3 years ago
Networking Fixed a few additional issues uncovered 3 years ago
PromiseKit refactor on timer and polling threading 3 years ago
Utilities Did some more theming, removed some files and fixed a couple of minor call issues 3 years ago
Configuration.swift Progressing on theming functionality 3 years ago