Commit graph

12 commits

Author SHA1 Message Date
79b0f7a7a9 Implemented filtering out .ico for JavaFX 2022-02-07 00:18:13 +01:00
c0f5bed3d5 Updated FaviconFinder to version 1.0.0 2022-02-07 00:18:13 +01:00
dfdc7fd5c2 Temporarily commented out TypeResolvers as they break BankingPersisterJson 2022-02-07 00:18:13 +01:00
2cab245600 Implemented encrypting biometric password 2022-02-07 00:18:08 +01:00
fa1c2a0ddf Keeping now bank icon's bytes directly on BankData so that we can persist is to database -> attackers don't see in filesystem added accounts anymore 2022-02-07 00:18:07 +01:00
6d41b89f1d Implemented parsing credit card transactions parameters 2022-02-07 00:18:07 +01:00
07446568ed Fixed that super.typeFromId() didn't resolve Lists and Sets (but still don't know why Jackson writes their classes as id to output) 2022-02-07 00:18:07 +01:00
b403557f2d Implemented checking if bank supports setting count max entries. Had to adjust Jackson serialization so that and not just JobParameters gets saved and restored and to implement a lot of default constructors for this 2022-02-07 00:18:07 +01:00
12e84109f3 Implemented persisting data with Room 2022-02-07 00:18:06 +01:00
e8a27b1a83 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
4512b024f8 Removed findBankWebsite() from IBankIconFinder 2022-02-07 00:17:54 +01:00
52d3b49baa Made BankingUiCommon a multi platform project 2022-02-07 00:17:53 +01:00