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 c7e8071dd1 Fixed a large number of bugs and added a setting to control open group message deletion
Added a setting to control whether open group messages older than 6 months should be pruned
Added some defensive coding to prevent an edge-case which could cause a crash (wasn't filtering out a potential invalid row from the home screen data)
Fixed a bug where preOffer call messages weren't correctly sending push notifications
Fixed a bug where all incoming calls would be rejected and seen as calls disabled
Fixed a bug where the copy on call info messages was displaying the sender's name instead of the thread contact's name for outgoing calls
Fixed a bug where the input view wouldn't appear when creating new DM conversations
Fixed a bug where threads might not show the message request approval UI
Fixed an issue where some logic might not have run correctly when first registering an account
Fixed a bug where the note to self thread could incorrectly appear when restoring a device
Updated the GarbageCollectionJob to run onActive instead of onLaunch (since it's likely we will rarely launch)
Updated the logic for erasing an account from a device
4 years ago
..
AppReadiness.h
AppReadiness.m
Data+Utilities.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 4 years ago
DeviceSleepManager.swift
Environment.swift Fixed the broken unit tests 4 years ago
FixedWidthInteger+BigEndian.swift
MessageWrapper.swift Re-organize files 5 years ago
NSData+messagePadding.h
NSData+messagePadding.m
OWSAES256Key+Utilities.swift
OWSAudioPlayer.h Fixed a few bugs and continued work on fixing unit tests 4 years ago
OWSAudioPlayer.m Added a simple migration progress indicator and animation (need timing tweaks) 4 years ago
OWSAudioSession.swift Fixed the broken unit tests 4 years ago
OWSBackgroundTask.h
OWSBackgroundTask.m
OWSWindowManager.h
OWSWindowManager.m Finished of the Conversation screen and JobQueue concurrency 4 years ago
Preferences.swift Fixed a large number of bugs and added a setting to control open group message deletion 4 years ago
ProfileManager.swift Added paging to the Home/MessageRequests screens and fix a bunch of bugs 4 years ago
ProfileManagerError.swift Removed a bunch of legacy database types 4 years ago
Promise+Utilities.swift Fixed all of the build errors from merge, migrated Call logic, started idBlinding migration and bug fixes 4 years ago
ProximityMonitoringManager.swift Removed all the old Storage classes and YapDB extensions 4 years ago
SMKDependencies.swift Fixed the broken unit tests 4 years ago
SNProtoEnvelope+Conversion.swift Removed all the old Storage classes and YapDB extensions 4 years ago
SSKReachabilityManager.swift
Sodium+Utilities.swift Updated the Sodium library to fix a production linker error 4 years ago
String+Utlities.swift
Threading.swift