This website requires JavaScript.
Explore
Help
Sign in
codinux
/
BankingClient
Watch
1
Star
0
Fork
You've already forked BankingClient
0
Code
Issues
Pull requests
Projects
Releases
Packages
2
Wiki
Activity
002878cf09
BankingClient
/
tools
/
BankFinder
/
src
/
commonMain
/
kotlin
/
net
/
dankito
/
banking
/
bankfinder
History
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
..
BankFinderBase.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
BankInfo.kt
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
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 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