passforios/passKit/Models
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
..
GitCredential.swift do not dismiss views when application is resumed (#605) 2023-03-09 21:33:19 -08:00
PasscodeLock.swift
Password.swift fix #488 - support user field for completion 2023-01-22 09:44:41 -08:00
PasswordEntity.swift Initial implementation of using YubiKey for decryption (#533) 2022-01-09 21:38:39 -08:00
PasswordStore.swift Remove unused elements (#530) 2021-12-30 22:35:17 -08:00
PasswordTableEntry.swift