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/SessionUtilitiesKit/General
Morgan Pretty 7c4f0e8ef2 Fixed a number of QA issues
• Added some missing accessibility identifiers
• Added the inline Lucide icon on the Conversation screen for legacy groups
• Added a temporary fix for a crash when restoring an account (really need to fix up the reentrant Atomic<T> access issues)
• Updated the in-conversation blocked state as per UX feedback
• Updated the code to insert the "members added" control message on the admins device after creating a group
• Minor copy tweak
• Fixed a crash which could happen during onboarding due to the poller getting incorrectly created when entering the background before the account is created
• Fixed a bug where sync messages weren't working correctly
• Fixed an issue where the "delete before" behaviours weren't leaving behind the "this message was deleted" messages
• Fixed an issue where group admins wouldn't appear in mentions
5 months ago
..
AppContext.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 5 months ago
Array+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 11 months ago
Atomic.swift New DeveloperSettingsViewModel, bulk PN endpoints and updated group messages 2 years ago
Authentication.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 10 months ago
CallRingTonePlayer.swift add ringtone and other UI improvement 3 years ago
Collection+Utilities.swift Defensive coding for C API conversation, threading & logging tweaks 12 months ago
Constants.swift add constants 8 months ago
Data+Utilities.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
Dictionary+Utilities.swift Merge remote-tracking branch 'RyanFork/disappearing-message-redesign' into feature/groups-rebuild 1 year ago
Feature+ServiceNetwork.swift Finished up the remaining testing and added some more improvements 10 months ago
Feature.swift Added new 'animationsEnabled' feature flag, message deletion tweaks 5 months ago
General.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 10 months ago
LRUCache.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 5 months ago
Localization.swift Added additional developer settings and fixed some bugs 7 months ago
Logging.swift Removed FileSystem and use a properly injected FileManagerType everywhere 7 months ago
NSRegularExpression+SSK.swift enable CBR 3 years ago
Notifications+Lifecycle.swift Refactored AppContext and AppRediness to Swift 1 year ago
ReusableView.swift Started re-adding media gallery interactions (in progress) 3 years ago
SessionId.swift Fixed a number of QA issues 5 months ago
Set+Utilities.swift Pushing up my WIP changes from the last few days 2 years ago
Setting+Theme.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 10 months ago
String+SSK.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
String+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 5 months ago
TimeInterval+Utilities.swift add auto deletes subtitle on delete action in long press menu screen 1 year ago
Timer+MainThread.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 10 months ago
TimestampUtils.swift Replaced Cocoapods with Swift Package Manager for dependency management 9 months ago
UICollectionView+ReusableView.swift Started re-adding media gallery interactions (in progress) 3 years ago
UIDevice+featureSupport.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 5 months ago
UIEdgeInsets.swift Reverted the isRTL changes (preferred the old approach) 7 months ago
UITableView+ReusableView.swift Cleared out some of the legacy serialisation logic, further UI binding 3 years ago
UnicodeScalar+Utilities.swift Updated the JobRunner to have multiple job queues (needs more testing) 3 years ago
Weak.swift