session-ios/SessionMessagingKit
Morgan Pretty 4d5ded7557 Fixed a few bugs with media attachment handling, added webp support
Updated the OpenGroupManager to create a BlindedIdLookup for messages within the `inbox` (validating that the sessionId does actually match the blindedId)
Added support for static and animated WebP images
Added basic support for HEIC and HEIF images
Fixed an issue where the file size limit was set to 10,000,000 bytes instead of 10,485,760 bytes (which is actually 10Mb)
Fixed an issue where attachments uploaded by the current user on other devices would always show a loading indicator
Fixed an issue where media attachments that don't contain width/height information in their protos weren't updating the values once the download was completed
Fixed an issue where the media view could download an invalid file and endlessly appear to be downloading
2022-07-29 15:26:24 +10:00
..
Calls Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2022-07-01 13:08:45 +10:00
Common Networking Fixed a few more bugs and tweaked attachment download logic 2022-07-01 12:52:41 +10:00
Database Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +10:00
File Server Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +10:00
Jobs/Types Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +10:00
Messages Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +10:00
Meta Removed an initial request occurring when pushing the conversation screen (could hold up main thread) 2022-06-03 16:44:29 +10:00
Open Groups Fixed a few bugs with media attachment handling, added webp support 2022-07-29 15:26:24 +10:00
Protos Merge branch 'ipad-support-1' into voice-calls-2 2022-03-02 14:31:31 +11:00
Sending & Receiving Added an exponential back-off to polling open groups when they fail to poll 2022-07-28 18:26:22 +10:00
Shared Models Added linting for the localized strings, updated the quote & mention behaviour for the current user 2022-07-15 18:15:28 +10:00
Utilities Attempted to fix the notification & call reporting issues 2022-07-25 17:03:09 +10:00
Configuration.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