passforios/passKit/Models
Danny Moesch b503e5f613 Inform the user about a failed push
In case there are uncommitted changes in the remote repository the push ran through successfully but there were still unpushed changes in the app. This change notfies the user about this situation. Strangely, the push method from Objective-Git does not inform about this, although the command line Git does. Thus, the check for the number of local changes is used after the push operation, which can actually have several reasons. Important is that there is at least some hint, though.
2020-07-26 16:16:57 -07:00
..
GitCredential.swift Update SwiftyUserDefaults to current version 5.0.0 2020-01-01 19:03:04 -08:00
PasscodeLock.swift Update SwiftyUserDefaults to current version 5.0.0 2020-01-01 19:03:04 -08:00
Password.swift Name classes/structs consistently 2020-04-19 13:42:41 -07:00
PasswordEntity.swift remove some unwraps 2019-06-09 22:18:54 -07:00
PasswordStore.swift Inform the user about a failed push 2020-07-26 16:16:57 -07:00
PasswordTableEntry.swift Better search results 2020-02-23 18:06:14 +08:00