Commit Graph

18 Commits

Author SHA1 Message Date
dankito 0b73e6387e Updated bank list to version from 21.10.2021 2022-02-07 00:18:14 +01:00
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
dankito 18035203b7 Implemented merging banks with same bank code and pin tan address in BankList.json 2022-02-07 00:18:13 +01:00
dankito 6b0504feb3 Fixed logger name 2022-02-07 00:18:13 +01:00
dankito 3aa8132f47 Updated BankList to new DK file from 13.11.2020 2022-02-07 00:18:13 +01:00
dankito d1ff6312ff Removed unnecessary constructor statement 2022-02-07 00:18:07 +01:00
dankito 596f85ca6d Implemented matching only the start of a city name (with contains() there have been too many unwanted search results) 2022-02-07 00:18:07 +01:00
dankito 826af7c8b8 Implemented BankListPrettifier to remove duplicate bank entries and to set better names (e.g. 'Deutsche Bank' instead of 'DB Privat- und Firmenkundenbank ...') 2022-02-07 00:18:07 +01:00
dankito e5f661199b 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
dankito a7130c94b1 Preloading all bank infos 2022-02-07 00:18:06 +01:00
dankito 79906f3dbb Replaced Atrium assertion library to kotlin.test assertions 2022-02-07 00:17:53 +01:00
dankito 57ced4a88b 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
dankito 247604e696 Made BankFinder a multiplatform project 2022-02-07 00:17:53 +01:00
dankito d77bf14454 Moved IBankFinder and BankInfo to module BankFinder, so that BankingUiCommon now references BankFinder (TODO: get rid of this direct import) 2022-02-07 00:17:53 +01:00
dankito 133c73e70f Extracted module LuceneBankFinder from BankFinder 2022-02-07 00:17:53 +01:00
dankito a5145b0da7 Implemented displaying bank name instead of bank code in AddAccountDialog 2022-02-07 00:17:53 +01:00
dankito bf41bde90a Implemented displaying remittee's bank name 2022-02-07 00:17:53 +01:00
dankito e44a68addc Converted fints4k to a Kotlin multi platform project 2022-02-07 00:17:53 +01:00