passforios/passKit/Helpers
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
..
AppError.swift Inform the user about a failed push 2020-07-26 16:16:57 -07:00
AppKeychain.swift Change logic of passphrass for multikeys 2020-04-13 21:23:23 -07:00
Colors.swift Update UI to support more customizable password generator 2020-03-03 15:38:51 -08:00
CryptographicKeys.swift
DefaultsKeys.swift Add logic for more customizable password generator 2020-03-03 15:38:51 -08:00
FileManagerExtension.swift
Globals.swift Add beta distrubution channel 2020-07-19 18:25:21 -07:00
KeyFileManager.swift Separate encryption/decryption logic for different frameworks used 2019-09-15 00:32:18 -07:00
KeyStore.swift Introduce KeyStore protocol in order to provide specialized key store implementations for tests 2019-07-20 23:42:32 +02:00
NotificationNames.swift
SearchBarScope.swift Conform to DefaultsSerializable only where needed 2020-02-23 11:49:42 +01:00
Utils.swift Fix fail-safe mechanism for other decryption scenarios 2020-04-18 22:42:25 -07:00