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 20dc74bc96 Added paging to the Home/MessageRequests screens and fix a bunch of bugs
Added a cache to the Identicon to prevent unneeded image generation
Replaced some 'withTint' calls to use the standard 'withRenderingMode' instead
Fixed a bug where the background would remain when swiping to reply
Fixed a crash which could occur with String-based settings
Fixed an issue where all messages in a thread wouldn't get marked as read when opening the thread (ie. existing behaviour)
Fixed a bug where going to the all media screen from a specific
Fixed a bug where the 'areCallsEnabled' preference wasn't getting migrated
Fixed a bug where you couldn't join any of the default open groups
Fixed a bug where it was polling for the invalid placeholder default open group
Fixed a few threading issues related to PromiseKit defaulting to run on the main thread
Updated and number of processes to run on "default" priority queues intead of "userInitiated" ones (since the docs suggest those are blocking)
Optimised the PagedDatabaseObserver to do a much more efficient count query
Updated the PagedDatabaseObserver to allow for triggering content updates when data changes outside of the paged or associated tables changes
Updated the HomeVC and MessageRequestsViewController to use paged queries
Made some optimisations to prevent unneeded database changes
3 years ago
..
AVAudioSession+OWS.h Re-organize files 5 years ago
AVAudioSession+OWS.m Re-organize files 5 years ago
AvatarViewHelper.h Removed a bunch of legacy code 3 years ago
AvatarViewHelper.m Removed a bunch of legacy code 3 years ago
BackgroundPoller.swift Added paging to the Home/MessageRequests screens and fix a bunch of bugs 3 years ago
CGRect+Utilities.swift Organize files 5 years ago
Date+Utilities.swift Finished of the conversation screen and resolved a bug of bugs/TODOs 3 years ago
DifferenceKit+Utilities.swift Finished off the MediaGallery logic 3 years ago
HapticFeedback.swift Remove legacy notifications adaptee 5 years ago
IP2Country.swift Migrated the SessionSnodeKit from YapDatabase to GRDB 4 years ago
MentionUtilities.swift Finished off the MediaGallery logic 3 years ago
MockDataGenerator.swift Fixed a few bugs and continued work on fixing unit tests 3 years ago
Permissions.swift Fixed the broken unit tests 3 years ago
QRCode.swift Organize files 5 years ago
SNAppearance.swift Fix document picker appearance 5 years ago
TextFieldHelper.swift Re-organize files 5 years ago
UIAlerts+iOS9.m Re-organize files 5 years ago
UIApplication+OWS.swift Further work on migrations and message pipeline refactoring 4 years ago
UIImage+Scaling.swift Organize files 5 years ago
UILabel+Interaction.swift Organize files 5 years ago
UINavigationBar+Utilities.swift Started re-adding media gallery interactions (in progress) 4 years ago
UIResponder+OWS.swift Re-organize files 5 years ago
UIScrollView+Utilities.swift Got paging working on the conversation screen 3 years ago
UIStoryboard+OWS.swift Re-organize files 5 years ago
UIView+Draggable.swift fix function name conflicts 4 years ago
UIView+Glow.swift Organize files 5 years ago
UIView+Wrapping.swift fix session id label width 4 years ago
UIViewController+Permissions.h Re-organize files 5 years ago
UIViewController+Permissions.m Re-organize files 5 years ago