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/Session/Settings
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)
2 months ago
..
Views Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 5 months ago
AppearanceViewController.swift Reverted the isRTL changes (preferred the old approach) 6 months ago
BlockedContactsViewModel.swift Fixed the build issues and broken unit tests 4 months ago
ConversationSettingsViewModel.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
DeveloperSettingsViewModel.swift Fixed a number of issues found during general testing 2 months ago
HelpViewModel.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 4 months ago
ImagePickerHandler.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
NotificationContentViewModel.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
NotificationSettingsViewModel.swift Fixed a number of issues found during testing, and some QA issues 3 months ago
NotificationSoundViewModel.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
NukeDataModal.swift QA fixes and scope changes discussed today 3 months ago
PrivacySettingsViewModel.swift Various dependency changes required to get unit tests working correctly 5 months ago
QRCodeScreen.swift Updated NTS & 1-1 conversation deletion to be consistent with other plats 5 months ago
RecoveryPasswordScreen.swift Merge remote-tracking branch 'upstream/dev' into feature/groups-rebuild 5 months ago
SeedModal.swift Merge remote-tracking branch 'RyanFork/strings' into feature/groups-rebuild 7 months ago
SettingsViewModel.swift Cleaned up some TODOs, QA fixes and refetch on admin promotion 3 months ago