Commit Graph

25 Commits

Author SHA1 Message Date
dankito e43be8f0aa Implemented creating bitcode for exported iOS frameworks as bitcode is needed to create an archive for app 2022-02-07 00:18:08 +01:00
dankito 4ef8e7330f Implemented EpcQrCodeParser that extracts credit transfer data from decoded EPC QR code 2022-02-07 00:18:08 +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 2fd11b2e56 Made all methods and properties overridable 2022-02-07 00:18:06 +01:00
dankito 0c55c0e0b0 Created BankListCreatorTest to have an easy way to create BankList.json 2022-02-07 00:18:06 +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 afc480453d Fixed dependencies 2022-02-07 00:18:06 +01:00
dankito 397acebf79 Extracted iOSIsRealDevice so that it's easier to switch between iOS Simulator and real device 2022-02-07 00:18:06 +01:00
dankito a821237641 Commented out LuceneBankFinderTest as currently don't know how to reference BankFinder test artifact 2022-02-07 00:18:06 +01:00
dankito a7130c94b1 Preloading all bank infos 2022-02-07 00:18:06 +01:00
dankito 374d196c71 Adjusted to new method names 2022-02-07 00:17:54 +01:00
dankito 61d0ee0cfc Added task packAllForXcode and renamed packForXCode to packForXcode 2022-02-07 00:17:53 +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 05030fc3f0 Set artifact ids 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
dankito 496e73dc9f Renamed fints4java to fints4k 2022-02-07 00:17:52 +01:00
dankito 451b0b709f Moved BankListCreator to sub folder 'tools' 2022-02-07 00:17:52 +01:00