BankingClient/ui/BankingUiCommon/src/commonMain/kotlin/net/dankito/banking/util
dankito 5c4a4a485f Forgot to commit serializer methods for AuthenticationSettings 2022-02-07 00:18:08 +01:00
..
extraction Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00
CoroutinesAsyncRunner.kt Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00
Extensions.kt Implemented sorting bank accounts; extracted SectionWithRightAlignedEditButton 2022-02-07 00:18:06 +01:00
IAsyncRunner.kt Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00
IBankIconFinder.kt Added findIconForBankAsync(() to IBankIconFinder so that iOS can choose how to handle asynchronous retrieval of bank icon 2022-02-07 00:17:54 +01:00
ISerializer.kt Forgot to commit serializer methods for AuthenticationSettings 2022-02-07 00:18:08 +01:00
InputValidator.kt Implemented that also German diacritics get detected as invalid SEPA characters (on iOS they get detected anyway, but Android seems to use UTF-8) 2022-02-07 00:18:08 +01:00
NoOpBankIconFinder.kt Added findIconForBankAsync(() to IBankIconFinder so that iOS can choose how to handle asynchronous retrieval of bank icon 2022-02-07 00:17:54 +01:00
NoOpSerializer.kt Forgot to commit serializer methods for AuthenticationSettings 2022-02-07 00:18:08 +01:00
ValidationResult.kt Implemented validating and auto correcting user input in TransferMoneyDialog 2022-02-07 00:18:06 +01:00