BankingClient/tools/BankFinder/src/commonMain/kotlin/net/dankito/banking/bankfinder
dankito 7d372c1ca0 Implemented also searching for bank code in query for bank name and city as otherwise if bank code gets partly entered this would yield no search results 2022-02-07 00:18:13 +01:00
..
BankFinderBase.kt Implemented also searching for bank code in query for bank name and city as otherwise if bank code gets partly entered this would yield no search results 2022-02-07 00:18:13 +01:00
BankInfo.kt Implemented merging banks with same bank code and pin tan address in BankList.json 2022-02-07 00:18:13 +01:00
BankListDeserializer.kt Implemented deserializing BankList.json on iOS (but packaging BankList.json doesn't work yet, manually linked it to iOSApp project) 2022-02-07 00:17:53 +01:00
DetailedBankInfo.kt Extracted DetailedBankInfo to be able to reduce .json file from 4,0 to 3,3 MB by leaving away unused checksumMethod and oldBankCode 2022-02-07 00:18:06 +01:00
IBankFinder.kt Made BankFinder a multiplatform project 2022-02-07 00:17:53 +01:00
InMemoryBankFinder.kt Implemented also searching for bank code in query for bank name and city as otherwise if bank code gets partly entered this would yield no search results 2022-02-07 00:18:13 +01:00