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/_SharedTestUtilities
Morgan Pretty 3f3d4dde26 Fixed a number of issues found during general testing
• Added a 'forceSlowDatabaseQueries' dev setting to help track down main thread database queries
• Updated the unit tests to use a NoopNetworkCache by default when running unit tests
• Updated the custom debug sync query timer to poll more frequently for the first few iterations
• Fixed the broken unit tests
• Fixed the bad memory issue again (wasn't properly fixed...)
• Fixed an issue where the keyboard wouldn't reappear after deleting a message
• Fixed an issue where the toast shown after deleting a message could do a weird appearance animation
• Fixed an issue where legacy group invites were incorrectly still being handled once legacy groups were deprecated
• Fixed an issue where control messages could incorrectly leave a deletion artifact when triggering "delete before now"
• Fixed an issue where the typing indicator logic could run on the main thread (was also overly complex)
• Fixed an issue where we were clearing the incoming typing indicator too quickly (5s vs 15s like other platforms)
• Fixed an issue where the GroupPoller could incorrectly wait for longer than it should between polls if a message was deleted (there will be a better approach we should use in the future when we have an `active_at` flag for the conversation)
3 months ago
..
CombineExtensions.swift Resolved the remaining known internal testing issues 2 years ago
GRDBExtensions.swift Refactored the DSL for interacting with C structs 8 months ago
Mock.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 4 months ago
MockAppContext.swift Removed FileSystem and use a properly injected FileManagerType everywhere 7 months ago
MockCrypto.swift Fixed the unit tests 9 months ago
MockFileManager.swift Removed FileSystem and use a properly injected FileManagerType everywhere 7 months ago
MockGeneralCache.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
MockJobRunner.swift Fixed a number of issues found during general testing 3 months ago
MockKeychain.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
MockUserDefaults.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
Mocked.swift Removed FileSystem and use a properly injected FileManagerType everywhere 7 months ago
NimbleExtensions.swift Fixed the build issues and broken unit tests 4 months ago
SynchronousStorage.swift Database reentrancy fixes 3 months ago
TestConstants.swift Objective-C Refactoring, Removed PureLayout, General Cleanup 1 year ago
TestDependencies.swift Fixed the build issues and broken unit tests 4 months ago
TestExtensions.swift Started adding logic and unit tests for group creation 2 years ago