passforios/pass/Controllers
Dominik Johs f2a0c4ccf1
do not dismiss views when application is resumed (#605)
* do not dismiss views when application is resumed

* prevents the PasswordNavigationViewController and PasswordDetailTableViewController from being dismissed when the app is put to the background and then brought back to the foreground
* Instead, the PasswordEntities are re-fetched from the context by their path to handle the re-creation of the entities during an update process that could have run in the background

* update SwiftLint to version 0.50.*

* update SwiftFormat to 0.51.*

---------

Co-authored-by: Mingshen Sun <bob@mssun.me>
2023-03-09 21:33:19 -08:00
..
AboutRepositoryTableViewController.swift Some cleanup especially regarding method references (#516) 2021-10-02 20:46:07 -07:00
AboutTableViewController.swift
AddPasswordTableViewController.swift Format code with SwiftFormat 2021-01-31 20:16:57 -08:00
AdvancedSettingsTableViewController.swift do not dismiss views when application is resumed (#605) 2023-03-09 21:33:19 -08:00
AutoCellHeightUITableViewController.swift
BasicStaticTableViewController.swift Remove unused elements (#530) 2021-12-30 22:35:17 -08:00
CommitLogsTableViewController.swift
EditPasswordTableViewController.swift
GeneralSettingsTableViewController.swift Update SwiftLint to version 0.45.x (#522) 2021-12-27 14:58:02 -08:00
GitConfigSettingsTableViewController.swift
GitRepositorySettingsTableViewController.swift fix #540, duplicate entries in auto fill extension (#593) 2023-01-19 11:39:05 -08:00
KeyImporter.swift
OpenSourceComponentsTableViewController.swift Some cleanup especially regarding method references (#516) 2021-10-02 20:46:07 -07:00
PasswordDetailTableViewController.swift do not dismiss views when application is resumed (#605) 2023-03-09 21:33:19 -08:00
PasswordEditorTableViewController.swift do not dismiss views when application is resumed (#605) 2023-03-09 21:33:19 -08:00
PasswordNavigationViewController.swift do not dismiss views when application is resumed (#605) 2023-03-09 21:33:19 -08:00
PGPKeyArmorImportTableViewController.swift Initial implementation of using YubiKey for decryption (#533) 2022-01-09 21:38:39 -08:00
PGPKeyFIleImportTableViewController.swift Remove branches for iOS 12 compatibility 2023-03-09 11:40:33 -08:00
PGPKeyImporter.swift Remove unused elements (#530) 2021-12-30 22:35:17 -08:00
PGPKeyURLImportTableViewController.swift Initial implementation of using YubiKey for decryption (#533) 2022-01-09 21:38:39 -08:00
QRScannerController.swift fix #540, duplicate entries in auto fill extension (#593) 2023-01-19 11:39:05 -08:00
RawPasswordViewController.swift
SettingsSplitViewController.swift
SettingsTableViewController.swift Initial implementation of using YubiKey for decryption (#533) 2022-01-09 21:38:39 -08:00
SpecialThanksTableViewController.swift
SSHKeyArmorImportTableViewController.swift Remove unused elements (#530) 2021-12-30 22:35:17 -08:00
SSHKeyFileImportTableViewController.swift Remove branches for iOS 12 compatibility 2023-03-09 11:40:33 -08:00
SSHKeyURLImportTableViewController..swift Enable some more SwitfLint rules (#565) 2022-06-15 19:55:02 -07:00