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
10 months ago
..
AppContext.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 1 year ago
Array+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 12 months ago
Authentication.swift Fixed a number of QA issues and other bugs founds 11 months ago
CallRingTonePlayer.swift
Collection+Utilities.swift Defensive coding for C API conversation, threading & logging tweaks 2 years ago
Constants.swift [Automated] Update translations from Crowdin 12 months ago
Data+Utilities.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
Dictionary+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 12 months ago
Feature+ServiceNetwork.swift Finished up the remaining testing and added some more improvements 1 year ago
Feature.swift Debug dis message durations on for tests, uregister PNs on clear acct 10 months ago
General.swift Merge remote-tracking branch 'origin/feature/swift-package-manager' into feature/groups-rebuild 1 year ago
LRUCache.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
Localization.swift Added additional developer settings and fixed some bugs 1 year ago
Logging.swift Fixed a few bugs which came up during testing 10 months ago
NSCache+Utilities.swift Refactored `Atomic<T>` to `@ThreadSafe` and `@ThreadSafeObject` 1 year ago
NSRegularExpression+SSK.swift
Notifications+Lifecycle.swift Refactored AppContext and AppRediness to Swift 2 years ago
ReusableView.swift
SessionId.swift Fixed a number of QA issues and other bugs founds 11 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 1 year ago
String+SSK.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
String+Utilities.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
TimeInterval+Utilities.swift add auto deletes subtitle on delete action in long press menu screen 2 years ago
Timer+MainThread.swift Cleaned up some TODOs, QA fixes and refetch on admin promotion 12 months ago
TimestampUtils.swift Replaced Cocoapods with Swift Package Manager for dependency management 1 year ago
UICollectionView+ReusableView.swift
UIDevice+featureSupport.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 1 year ago
UIEdgeInsets.swift Reverted the isRTL changes (preferred the old approach) 1 year ago
UITableView+ReusableView.swift
UnicodeScalar+Utilities.swift
Weak.swift