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/Shared
Morgan Pretty f373a989a8 Fixes for user config crashes
Added a method to determine if the database is suspended
Updated the code to show the "Failed" state if sending a message fails due to a suspended database
Prevented a crash which could occur in rare cases when accessing the Seed via the home screen prompt (direct user to share logs with session - db locked or device in an invalid state)
Prevented a crash which could occur when trying to send a message due to failing to retrieve the mnemonic (db locked or device in an invalid state)
Fixed a bug where optimistic messages could end up appearing multiple times
Fixed a crash with the QRCode scanner
Fixed a crash when trying to take a video attachment
Fixed a crash where the image picker grid could go out of bounds when selecting elements
Fixed a crash which could occur when a user provides a recovery password with a word that contains less than 3 characters
Fixed a potential issue where the dependency injection could result in a stale date being used in some places (removing the DI here, proper fix requires larger changes in another branch)
2 years ago
..
Types Merge remote-tracking branch 'origin/feature/tweak-profile-modal-ui' into feature/updated-user-config-handling 2 years ago
Views Another tweak for the string linter and a couple of UI fixes 2 years ago
BaseVC.swift fix gradient background 3 years ago
CaptionView.swift Fixed a hang, removed redundant libs, files and code 2 years ago
FullConversationCell.swift Cleaning up final things before release 2 years ago
LoadingViewController.swift Removed some unneeded imports 3 years ago
OWSBezierPathView.h Fixed a hang, removed redundant libs, files and code 2 years ago
OWSBezierPathView.m Further config util logic 3 years ago
QRCodeScanningViewController.swift Fixes for user config crashes 2 years ago
ScanQRCodeWrapperVC.swift fix scan qr code screen 3 years ago
ScreenLockUI.swift Fixed a number of bugs found during internal testing 2 years ago
SessionCarouselView+Info.swift optimise round corner for carousel view 3 years ago
SessionCarouselView.swift implement carousel view delegate 3 years ago
SessionCarouselViewDelegate.swift implement carousel view delegate 3 years ago
SessionTableViewController.swift Fixed infinite loops introduced by the last change >_> 2 years ago
SessionTableViewModel.swift Fixed a few bugs uncovered with further testing 3 years ago
UserSelectionVC.swift Fixed an accessibility regression 3 years ago