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/Utilities
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
..
AppReadiness.h Restructure 4 years ago
AppReadiness.m Make things compile again 4 years ago
Data+Utilities.swift Theming tweaks and bug fixes 2 years ago
DeviceSleepManager.swift Further work on migrations and message pipeline refactoring 2 years ago
Environment.swift Fixed the broken unit tests 2 years ago
FixedWidthInteger+BigEndian.swift Partially implement receiving pipeline 4 years ago
MessageWrapper.swift Re-organize files 4 years ago
OWSAES256Key+Utilities.swift Further work on SessionMessagingKit migrations 2 years ago
OWSAudioPlayer.h Fixed a few bugs and continued work on fixing unit tests 2 years ago
OWSAudioPlayer.m Added a simple migration progress indicator and animation (need timing tweaks) 2 years ago
OWSAudioSession.swift Fixed the broken unit tests 2 years ago
OWSWindowManager.h Finished removing usages to non-theme colour variables 2 years ago
OWSWindowManager.m Finished removing usages to non-theme colour variables 2 years ago
Preferences.swift Removed the 'screenshot notifications' setting 2 years ago
ProfileManager.swift Increased the max username length from 26 bytes to 64 bytes 2 years ago
ProfileManagerError.swift Removed a bunch of legacy database types 2 years ago
Promise+Utilities.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 2 years ago
ProximityMonitoringManager.swift Removed all the old Storage classes and YapDB extensions 2 years ago
SMKDependencies.swift Added toast and info message deletion, fixed layout issues & unit tests 2 years ago
SNProtoEnvelope+Conversion.swift Removed all the old Storage classes and YapDB extensions 2 years ago
SSKReachabilityManager.swift Restructure 4 years ago
Sodium+Utilities.swift Added toast and info message deletion, fixed layout issues & unit tests 2 years ago
String+Utlities.swift More work on getting SOGS V4 integrated 2 years ago
Threading.swift Re-added a bunch of functionality to the home and message requests screens 2 years ago