Commit Graph

  • 3eb3c488da Updated EnterTanDialog for Decoupled TAN methods dankito 2024-09-03 02:35:10 +0200
  • 55dec76f36 Using now UserAccount. and BankAccount.displayName which both also respect userSetDisplayName dankito 2024-09-03 02:22:16 +0200
  • a9cceda7b4 Persisting haveAllTransactionsBeenRetrieved dankito 2024-09-02 01:58:15 +0200
  • 6fe8cdf15d Updated to BankingClient version 0.5.2-SNAPSHOT which renamed reference to unparsedReference dankito 2024-09-02 01:12:23 +0200
  • e0060d9380 Fixed fetchBytesFromUrl() for JS, but still fails due to CORS dankito 2024-09-01 23:46:13 +0200
  • e9c0f2a77d Fixed files for jsBrowser dankito 2024-09-01 23:32:48 +0200
  • 37b6310ad0 Fixed deserializing empty enumsString dankito 2024-09-01 22:23:42 +0200
  • 7580c57433 Configured distribution parameter and disabled proguard dankito 2024-09-01 22:05:06 +0200
  • 66b4a1c1af Forgot to commit forceHidePassword parameter dankito 2024-09-01 22:04:17 +0200
  • 40ae61749c Removed unnecessary jvmMain dependencies dankito 2024-09-01 20:29:04 +0200
  • 5ba61b8913 Updated BankingClient to 0.5.1 dankito 2024-09-01 20:28:35 +0200
  • 219831642b Updated Android Gradle Plugin to 8.5.2 dankito 2024-09-01 20:27:57 +0200
  • 6a5dd98d8d Fixed hiding password even when "Hinzufügen" button gets clicked dankito 2024-09-01 19:15:33 +0200
  • 72bc20ebd1 Hiding password on enter press dankito 2024-09-01 19:04:03 +0200
  • 9ba4070c48 Going to next TextField as default IME action dankito 2024-09-01 18:53:23 +0200
  • e888437efa Handling Enter presses dankito 2024-09-01 18:53:02 +0200
  • 362675cb12 Implemented confirming a dialog by pressing enter in one of its TextFields dankito 2024-09-01 18:23:22 +0200
  • e292b24eca Using the same color for ProgressIndicator as for dialog buttons dankito 2024-09-01 18:08:29 +0200
  • abfe92a19b Removed Dialog and Fullscreen upper right close button on mobile (is not common on mobile and anyway harder to reach with thumb than buttons at the bottom dankito 2024-09-01 18:04:40 +0200
  • e5119b237e Fixed scrolling the whole SideMenu, not only the bank accounts dankito 2024-09-01 18:02:40 +0200
  • 3cff13949e Fixed setting exportedDataText on Main dispatcher dankito 2024-09-01 18:01:44 +0200
  • 9209347d86 Added option that dialogs on mobile platforms use more than platform's default dialog width (which makes AddAccount- and EnterTanDialog way better usable) dankito 2024-09-01 17:26:52 +0200
  • 7ead4297f8 Dialog buttons now use the full dialog width (instead of right aligning them) dankito 2024-09-01 17:25:16 +0200
  • 84a147d4c9 Implemented basic export data as CSV functionality (only CSV and only a few columns get exported) dankito 2024-08-31 17:56:31 +0200
  • e4c5e5ccfc Fixed displaying reference dankito 2024-08-31 16:37:19 +0200
  • 15177ed2ef Made selection background more transparent dankito 2024-08-29 18:29:05 +0200
  • e41edd392a Showing balance of accounts in side menu dankito 2024-08-29 18:20:02 +0200
  • 4911152846 Showing balance of displayed (filtered / all) transactions at top dankito 2024-08-29 17:49:17 +0200
  • 3488afc9eb Configured debug keystore so that on all devices and IDEs Android app gets signed with the same key in debug mode. We don't have to uninstall the app first then when we run it from a different IDE dankito 2024-08-29 17:08:37 +0200
  • c1f4c8674c Integrated accountFilter into AccountTransactionsFilter dankito 2024-08-29 17:05:43 +0200
  • d0069a0563 Added a search field to BottomBar to search / filter transactions dankito 2024-08-29 03:45:58 +0200
  • b2dfd3fb71 Rounding corners of selection background dankito 2024-08-29 00:52:39 +0200
  • 2c0a3d4ec5 Added navigation menu item to add an account dankito 2024-08-29 00:44:53 +0200
  • f221bd2095 Showing selected account dankito 2024-08-29 00:42:00 +0200
  • 5832a877c0 Changed order dankito 2024-08-29 00:08:45 +0200
  • 7d3a30ca7f Setting app title depending on selected account dankito 2024-08-28 23:59:20 +0200
  • 333c66c2a2 Fixed that navigation menu hasn't been scrollable dankito 2024-08-28 23:48:41 +0200
  • 710e06309e Extracted NavigationMenuItem dankito 2024-08-28 23:47:59 +0200
  • ce5b99c290 Filtering transactions on click on account item in SideMenu dankito 2024-08-28 23:00:07 +0200
  • 572bd8e9d8 Added menu button and side navigation menu with all accounts dankito 2024-08-28 22:24:11 +0200
  • 5cf086485e Set default logger name (simplifies logging with Log.info { } etc.) dankito 2024-08-28 18:48:59 +0200
  • 53f7847146 Fixed logging only WARN and above to file (and not ruing logging to stdout) dankito 2024-08-28 18:46:45 +0200
  • edd9598a72 Added Preview when also TanMedia list gets displayed dankito 2024-08-28 18:23:27 +0200
  • 9a38a85a4f Fixed zoom controls sizes dankito 2024-08-28 17:59:05 +0200
  • dcfcf06e25 Raised vertical padding a bit for better legibility dankito 2024-08-28 17:50:37 +0200
  • d9a3e942e9 Showing bank's favicon (if available) dankito 2024-08-28 17:48:50 +0200
  • 4856ced158 Saving also userAccountId and bankAccountId on child entities dankito 2024-08-28 01:39:25 +0200
  • d356d45db7 Extracted AccountTransactionViewModel that only the fetches the properties from database that are really displayed in UI dankito 2024-08-28 00:41:16 +0200
  • e8e304f574 Updated to new data model (Customer as been renamed to User and BankingGroup and category have been added) dankito 2024-08-28 00:06:16 +0200
  • 55aad5242a Implemented saving BankAccounts to dbCommented functionality dankito 2024-08-27 22:12:25 +0200
  • d75e8705ea Added category to AccountTransactionEntity dankito 2024-08-27 21:01:33 +0200
  • 8a7226661f Implemented saving CustomerAccounts to db dankito 2024-08-27 13:50:18 +0200
  • 6e6eb91e74 Added preview for TanImage dankito 2024-08-27 12:32:43 +0200
  • 2c7c06bac6 Fixed import dankito 2024-08-27 12:26:26 +0200
  • 3bc87946c0 Added Previews dankito 2024-08-27 12:24:19 +0200
  • 6d35b9c64f Persisting AccountTransactions in db dankito 2024-08-27 11:48:46 +0200
  • 7495cb89c2 Added Internet permission dankito 2024-08-27 04:02:45 +0200
  • c8b25e29bf Added logs to .gitignore dankito 2024-08-27 03:58:36 +0200
  • 7866a17e6e Set App Icon dankito 2024-08-27 03:49:29 +0200
  • edd66d807d Fixed that toComposeImageBitmap() is not available on Android dankito 2024-08-27 03:12:57 +0200
  • b738ddaefa Added missing Platform dankito 2024-08-27 03:03:11 +0200
  • 7d39f94271 Added EnterTanDialog dankito 2024-08-27 01:33:38 +0200
  • b6b88d31a1 Filtering out UserCancelledAction dankito 2024-08-26 22:39:48 +0200
  • 8753d4c6d8 Made spacing a bit greater, looks better dankito 2024-08-26 21:58:51 +0200
  • 2170bbc474 Set singleLine to true by default dankito 2024-08-26 20:34:09 +0200
  • 3c4a2232e8 Added transactions now to UiState to be able to watch them dankito 2024-08-26 19:21:37 +0200
  • 75f73164aa Moved to package config dankito 2024-08-26 19:09:37 +0200
  • 98c510f29a Implemented showing application errors dankito 2024-08-26 19:08:28 +0200
  • 1d48e617df Configured desktop window size dankito 2024-08-26 18:33:24 +0200
  • 9d232dfb43 Showing errors returned from Banking Client dankito 2024-08-26 18:08:48 +0200
  • ee4287ada1 Configured logging for desktop app dankito 2024-08-26 16:57:39 +0200
  • 2869544a1c Implemented retrieving transactions of last 90 days when adding an account; switched from wasmJs to js as Ktor currently doesn't support wasmJs (due to CORS web sites cannot request banks servers directly anyway) dankito 2024-08-26 16:54:41 +0200
  • 9ee82e9a5b Fixed that file got read twice dankito 2024-08-26 04:52:38 +0200
  • a0e802a7ef Updated versions dankito 2024-08-26 03:59:56 +0200
  • fff86145b2 Added thousands separator dankito 2024-08-26 03:59:09 +0200
  • 0696af3956 Raised count returned search results dankito 2024-08-26 02:11:51 +0200
  • e08df3b871 Fixed focusing next focusable element after selecting an item dankito 2024-08-26 01:53:06 +0200
  • 1a64f24457 Fixed importing kotlinx-serialization plugin dankito 2024-08-26 01:43:12 +0200
  • 1ec1299020 Reduced padding top of first item dankito 2024-08-26 01:32:01 +0200
  • 9116dd945f Added PlatformType (even though it's not used somewhere) dankito 2024-08-26 01:28:54 +0200
  • b0f7f23f98 Removed unused example code dankito 2024-08-26 01:28:01 +0200
  • 13d922da87 Fixed AutocompleteTextField, DropdownMenu just didn't work and always took focus from TextField dankito 2024-08-26 01:26:45 +0200
  • 972af95a11 Implemented searching for banks in AddAccountDialog dankito 2024-08-25 16:05:15 +0200
  • 5f25b51487 Showing AddAccountDialog on click on FloatingActionButton dankito 2024-08-25 04:27:04 +0200
  • 23bd5833ea Removed unnecessary elements dankito 2024-08-25 03:29:25 +0200
  • 8bfd50e0c0 Using better readable colors for amount from Tailwind color palette dankito 2024-08-25 03:28:55 +0200
  • a7731091be Displaying income and expenses of each month dankito 2024-08-25 03:22:08 +0200
  • fedbb3a544 Set max width for TransactionsList dankito 2024-08-25 02:57:02 +0200
  • 6fc01ad285 Fixed dependencies without FinTs4kBankingClient dankito 2024-08-25 02:37:14 +0200
  • 8808843392 Added shadow and rounded corner dankito 2024-08-25 02:32:33 +0200
  • 3124bfc8f8 Grouping transactions by month dankito 2024-08-25 02:25:30 +0200
  • 32657331f9 Implemented showing account transactions dankito 2024-08-25 01:43:24 +0200
  • 4061cf22e6 Initial commit dankito 2024-08-24 21:56:16 +0200