19c8e4ea8eUsing now Date and UUID from common in fints4k. Could therefore remove klockdankito2020-07-12 12:14:56 +0200
194c996ec0Implemented accessing year, month and day components and added constructor to create a Date from year, month and daydankito2020-07-12 11:17:14 +0200
da36fafde0Added overloads for directly passing messagedankito2020-07-12 00:20:56 +0200
4ef5243bbeAdded Freezer to be able to freeze objects from Swiftdankito2020-07-11 23:47:15 +0200
71d81c9484Fixed that .pbxproj was ignoreddankito2020-07-11 21:15:30 +0200
be8d9c96d2Implemented searching for banks with imported BankFinderdankito2020-07-11 20:59:52 +0200
79906f3dbbReplaced Atrium assertion library to kotlin.test assertionsdankito2020-07-11 17:09:43 +0200
57ced4a88bImplemented deserializing BankList.json on iOS (but packaging BankList.json doesn't work yet, manually linked it to iOSApp project)dankito2020-07-11 17:08:24 +0200
1bef1904f9Implemented platform specific wrapper classes for BigDecimal, Date, File and UUIDdankito2020-07-11 12:22:52 +0200
2281d1758dImplemented DefaultLoggerFactory to create platform specific loggerdankito2020-07-11 12:20:38 +0200
5083acc032Implemented NSLogLogger and NSLogLoggerFactorydankito2020-07-11 12:19:50 +0200
d50f458ef4Extracted Logger to new module commondankito2020-07-11 12:03:28 +0200
03bdb19668Introduced Amount to be able to remove Ionspin BigDecimal dependencydankito2020-07-02 23:08:35 +0200
9ea9095e8bUpdated Ktor version to 1.3.2 and Klock version to 1.11.12dankito2020-07-02 22:10:55 +0200
d77bf14454Moved IBankFinder and BankInfo to module BankFinder, so that BankingUiCommon now references BankFinder (TODO: get rid of this direct import)dankito2020-07-09 13:52:59 +0200
9fefbc6c75Commented out hbci4jBankingClientdankito2020-07-09 13:36:42 +0200
133c73e70fExtracted module LuceneBankFinder from BankFinderdankito2020-07-09 13:34:45 +0200
f9f9ad8c06Renamed txtfldBankCode to txtfldBankdankito2020-06-25 00:26:47 +0200
187bf80967Fixed auto complete ListView height so that it doesn't hide / cut itemsdankito2020-06-25 00:26:15 +0200
a5145b0da7Implemented displaying bank name instead of bank code in AddAccountDialogdankito2020-06-24 22:13:41 +0200
eb5fa350f2Implemented focusing edtxtCustomerId when a bank gets selecteddankito2020-06-24 21:50:12 +0200
f40e1aefedAdded hint to enter same customer id and password as in online banking portaldankito2020-06-24 21:22:26 +0200
bad47ed623Removed FinTS server address fielddankito2020-06-24 21:00:47 +0200
26da9448abRemoved database folder from BankingPresenter. Had to implement the logic to ensure folder exists in other places then.dankito2020-06-14 21:00:45 +0200
fbaa9fa941Added JavaScript target. - Had to remove @JvmOverloads for that. - Had to replace Math.pow() and String.format().dankito2020-06-09 23:55:30 +0200
fb04aad5c4Version bump to 1.0.0 Alpha 5dankito2020-06-13 17:32:18 +0200
73de5c696fUsing now Zip64 (as .zip now has more than 65505 entries) and removed signatures from .zipdankito2020-06-13 17:21:05 +0200
11dd1bfea8Fixed repository for security issues fixed version to iText 2dankito2020-06-13 17:20:00 +0200
8995100754Fixed that if all BICs belong to the same bank but just have a different branch code (last three characters of a BIC), its BankInfo hasn't been returneddankito2020-06-13 16:06:51 +0200
996204f54fImplemented extracting cash transfer data from PDF files and setting them as preselected values in TransferMoneyDialogdankito2020-06-13 16:04:12 +0200
80680a16b6Fixed that if creditorIban is empty, then empty search result overrides creditorBicdankito2020-06-13 15:59:52 +0200
16707aa70aAdded a quick fix for logging in to e.g. Deutsche Bank. TODO: find a general solutiondankito2020-06-09 18:09:28 +0200
134b6e4f5eFixed that may SmsTAN gets chosendankito2020-06-09 18:07:23 +0200
75e77eb84aFixed that balance of pre booked transactions may be emptydankito2020-06-09 00:25:39 +0200
16284e5782Removed useStrongAuthentication from createInitDialogMessage() as this value can be determined by if user's TAN procedure is selected or notdankito2020-06-08 23:40:29 +0200
2f4bac9fbfFixed selectSuggestedTanProcedure() so that SmsTan(costs money) or ChipTanUSB (not supported) don't get selected by defaultdankito2020-06-08 23:39:09 +0200
2afeaa9073Bumped version to 1.0.0 Alpha 4dankito2020-06-06 12:32:29 +0200
bf41bde90aImplemented displaying remittee's bank namedankito2020-06-05 13:33:08 +0200
e44a68addcConverted fints4k to a Kotlin multi platform projectdankito2020-06-03 17:49:29 +0200
d1bb7d81c3Implemented autocomplete list for potential remittees in TransferMoneyDialogdankito2020-06-04 13:48:40 +0200
c7845ca779Implemented displaying error message if bank does not support FinTS 3.0dankito2020-06-04 13:22:48 +0200
ce90cc5d08Implemented autocomplete list for banks in AddAccountDialogdankito2020-06-04 13:17:53 +0200
609d25417aFixed case insensitive name compare bugdankito2020-06-04 11:02:01 +0200
069464510cBumped version to 1.0.0 Alpha 3dankito2020-06-04 10:56:37 +0200
8122dfc810Bumped version to 1.0.0 Alpha 2dankito2020-06-03 23:56:41 +0200
a352c68de8Updated JavaUtils version to 1.0.16 and JavaFxUtils version to 1.0.7dankito2020-06-03 23:56:03 +0200
a656b0c7e5Implemented displaying bank icon if all accounts are selecteddankito2020-06-03 23:40:02 +0200
30cef4293aAdded additional open pointsdankito2020-05-27 12:25:40 +0200
e5da3725deNot using a random id anymore but constructing it from property values that make an account transaction uniquedankito2020-05-27 12:24:27 +0200
92231a72a1Sorting now by value date instead of booking datedankito2020-05-25 20:02:42 +0200
2ef8a03e95Implemented displaying date below amount to spare left columndankito2020-05-25 19:49:09 +0200
bf541bfe80Implemented displaying bank's icon in TransferMoneyDialogdankito2020-05-25 19:20:55 +0200
fda744be8aImplemented displaying error message if account transactions couldn't be retrieveddankito2020-05-25 19:13:42 +0200
5384cd6b68Implemented displaying name of account that faileddankito2020-05-25 19:07:37 +0200
9ebc23016cForgot to commit adding tanRequiredButWeWereToldToAbortIfSodankito2020-05-25 19:06:30 +0200
40af21137cMade bookedTransactions, unbookedTransactions and balance flat as we call getTransactions() bank account by bank accountdankito2020-05-25 19:05:56 +0200
d94dad345cAdded tanRequiredButWeWereToldToAbortIfSo to GetTransactionsResponse to not show an error message on UI if a TAN is required but we told client to abort if one is requireddankito2020-05-25 18:17:02 +0200
a8eb748f57Implemented automatically fetching account transactions after a successful cash transferdankito2020-05-25 01:03:51 +0200
614074b9b9Implemented abortIfTanIsRequired so that at app start we can try to get all accounts' transaction without that user is being asked to enter a TAN if retrieving transaction without TAN isn't supporteddankito2020-05-25 00:51:30 +0200
126eaafced400 have been too small, but didn't make it that label resizes to full width of textdankito2020-05-25 00:23:26 +0200