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 a049d87b11 Fixed a few bugs which came up during testing
• Added a 'requireAllRequestsSucceed' flag to the ConfigurationSyncJob (so it'll report a failure if any individual request fails)
• Fixed an issue where a number of 'response' types weren't encoding correctly (only impacted unit tests)
• Fixed an issue where the logger wasn't correctly respecting the log level settings
• Fixed an issue where the path status indicator wouldn't default to unknown
• Fixed an issue where the generic database error didn't replace the 'app_name' variable
• Fixed an issue where notification content might not be shown correctly
• Fixed an issue where a group could be partially created due to one of it's configs failing to be stored (we now consider that a failure so the user can try again)
• Fixed an issue where processing a config message in the BackgroundPoller could result in attempting to fetch from communities after the process completed
• Fixed a crash where a database query could incorrectly be interrupted after it completed if both happened at just the right time
• Fixed broken unit tests
2 months ago
..
AppContext.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 months ago
Array+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 4 months ago
Authentication.swift Fixed a number of QA issues and other bugs founds 3 months ago
CallRingTonePlayer.swift
Collection+Utilities.swift Defensive coding for C API conversation, threading & logging tweaks 11 months ago
Constants.swift [Automated] Update translations from Crowdin 4 months ago
Data+Utilities.swift Replaced Cocoapods with Swift Package Manager for dependency management 8 months ago
Dictionary+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 4 months ago
Feature+ServiceNetwork.swift Finished up the remaining testing and added some more improvements 10 months ago
Feature.swift Debug dis message durations on for tests, uregister PNs on clear acct 2 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 Fixed a few bugs which came up during testing 2 months ago
NSCache+Utilities.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 4 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 and other bugs founds 3 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 8 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 Cleaned up some TODOs, QA fixes and refetch on admin promotion 3 months ago
TimestampUtils.swift Replaced Cocoapods with Swift Package Manager for dependency management 8 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) 6 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