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/Session/Utilities
Morgan Pretty 4afddd6fbb Fixed a number of reported bugs, some cleanup, added animated profile support
Added support for animated profile images (no ability to crop/resize)
Updated the message trimming to only remove messages if the open group has 2000 messages or more
Updated the message trimming setting to default to be on
Updated the ContextMenu to fade out the snapshot as well (looked buggy if the device had even minor lag)
Updated the ProfileManager to delete and re-download invalid avatar images (and updated the conversation screen to reload when avatars complete downloading)
Updated the message request notification logic so it will show notifications when receiving a new message request as long as the user has read all the old ones (previously the user had to accept/reject all the old ones)
Fixed a bug where the "trim open group messages" toggle was accessing UI off the main thread
Fixed a bug where the "Chats" settings screen had a close button instead of a back button
Fixed a bug where the 'viewsToMove' for the reply UI was inconsistent in some places
Fixed an issue where the ProfileManager was doing all of it's validation (and writing to disk) within the database write closure which would block database writes unnecessarily
Fixed a bug where a message request wouldn't be identified as such just because it wasn't visible in the conversations list
Fixed a bug where opening a message request notification would result in the message request being in the wrong state (also wouldn't insert the 'MessageRequestsViewController' into the hierarchy)
Fixed a bug where the avatar image wouldn't appear beside incoming closed group message in some situations cases
Removed an error log that was essentially just spam
Remove the logic to delete old profile images when calling save on a Profile (wouldn't get called if the row was modified directly and duplicates GarbageCollection logic)
Remove the logic to send a notification when calling save on a Profile (wouldn't get called if the row was modified directly)
Tweaked the message trimming description to be more accurate
Cleaned up some duplicate logic used to determine if a notification should be shown
Cleaned up some onion request logic (was passing the version info in some cases when not needed)
Moved the push notification notify API call into the PushNotificationAPI class for consistency
2 years ago
..
AVAudioSession+OWS.h Re-organize files 4 years ago
AVAudioSession+OWS.m Re-organize files 4 years ago
AvatarViewHelper.h Fixed a number of reported bugs, some cleanup, added animated profile support 2 years ago
AvatarViewHelper.m Fixed a number of reported bugs, some cleanup, added animated profile support 2 years ago
BackgroundPoller.swift Renamed GRDBStorage to Storage (no use having the prefix anymore since the old DB is deprecated) 2 years ago
CGRect+Utilities.swift Organize files 4 years ago
Date+Utilities.swift Finished of the conversation screen and resolved a bug of bugs/TODOs 2 years ago
DifferenceKit+Utilities.swift Finished off the MediaGallery logic 2 years ago
HapticFeedback.swift Applied the "increase min version to iOS 13" changes 2 years ago
IP2Country.swift Migrated the SessionSnodeKit from YapDatabase to GRDB 2 years ago
MentionUtilities.swift Finished off the MediaGallery logic 2 years ago
MockDataGenerator.swift Fixed a few bugs and continued work on fixing unit tests 2 years ago
Permissions.swift Fixed the broken unit tests 2 years ago
QRCode.swift Organize files 4 years ago
SNAppearance.swift Applied the "increase min version to iOS 13" changes 2 years ago
TextFieldHelper.swift Re-organize files 4 years ago
UIApplication+OWS.swift Fixed a number of reported bugs, some cleanup, added animated profile support 2 years ago
UIImage+Scaling.swift Organize files 4 years ago
UILabel+Interaction.swift Organize files 4 years ago
UINavigationBar+Utilities.swift Started re-adding media gallery interactions (in progress) 2 years ago
UIResponder+OWS.swift Re-organize files 4 years ago
UIScrollView+Utilities.swift Got paging working on the conversation screen 2 years ago
UIStoryboard+OWS.swift Re-organize files 4 years ago
UIView+Draggable.swift fix function name conflicts 2 years ago
UIView+Glow.swift Organize files 4 years ago
UIView+Wrapping.swift fix session id label width 2 years ago
UIViewController+Permissions.h Re-organize files 4 years ago
UIViewController+Permissions.m Re-organize files 4 years ago