Commit Graph

  • 8d79bfc15d Focusing bank autocomplete box on start dankito 2024-09-09 23:04:21 +0200
  • 025b91d318 Passing known bank data on to BankingClient (as e.g. bank names returned from bank server are often quite bad, e.g. DB24 for Deutsche Bank) dankito 2024-09-09 22:59:05 +0200
  • 91ccfc1844 Extracted receivedTanChallenge() dankito 2024-09-09 22:55:45 +0200
  • f440a01531 Fixed spacing between item text and balance dankito 2024-09-09 22:54:33 +0200
  • a92d6a1401 Re-setting suggestionsFetchJob dankito 2024-09-09 22:54:07 +0200
  • 685adad6b3 Fixed that loginName got focused even though no bank was selected dankito 2024-09-09 22:52:13 +0200
  • a257223543 Implemented searching banks by bic dankito 2024-09-09 20:33:34 +0200
  • b1b84ce8f6 Focusing recipient name text field by default (but the same does not work for AddAccountDialog bank text field dankito 2024-09-09 20:19:21 +0200
  • 131d08cc93 Passing focus on to loginName after selecting a bank dankito 2024-09-09 20:14:08 +0200
  • 8fde7985d8 Cancelling current action when closing dialog dankito 2024-09-09 17:30:39 +0200
  • 66d9214c4f Added TanExpiredCallback to close EnterTanDialog when TAN has expired dankito 2024-09-09 17:28:22 +0200
  • 8f774361e9 Added User.clientData (even though not used yet but to not have to change db schema afterwards) dankito 2024-09-09 17:13:41 +0200
  • f5bd69868e Added UiService to debounce actions dankito 2024-09-09 17:09:44 +0200
  • 76487f201b Extracted MainScreen dankito 2024-09-09 04:05:37 +0200
  • 0525d4ea77 Renamed AppContent to ContentPane dankito 2024-09-09 03:56:33 +0200
  • 004ca65fca If tanExpirationTime is set, displaying TAN expiration time dankito 2024-09-09 03:16:36 +0200
  • 34b77f862c Fixed cancelling TAN process on dismissing EnterTanDialog dankito 2024-09-09 03:15:51 +0200
  • 335c5923d6 Fixed that previous value, not current value has been taken to fetch suggestions dankito 2024-09-09 02:32:22 +0200
  • 414295adbc Implemented persisting TanMedia dankito 2024-09-09 02:05:04 +0200
  • 0fff3f2c97 Implemented persisting TanMethods dankito 2024-09-09 01:34:37 +0200
  • a2dbe912d4 Updated database to new BankingClient model dankito 2024-09-09 01:06:03 +0200
  • df5df6f1ca Enabled Gradle's configuration cache dankito 2024-09-09 00:46:02 +0200
  • ac6a257216 Updated that finTsServerAddress has been renamed to serverAddress dankito 2024-09-09 00:43:55 +0200
  • 234084e627 Updated to new BankingClient model dankito 2024-09-09 00:25:18 +0200
  • cd8e0a53ad Fixed handling unknown enum values dankito 2024-09-09 00:13:51 +0200
  • d25802f3bb Fixed creating database if it does not exist yet dankito 2024-09-09 00:06:32 +0200
  • ce41ac682c Fixed centering loading text dankito 2024-09-08 21:34:26 +0200
  • 0ccbf5523a Reduced FilterBar z-index dankito 2024-09-08 21:31:43 +0200
  • a082938270 Fixed that "OK" button / button bar was covered by BottomBar dankito 2024-09-08 21:30:11 +0200
  • ce0cdd7d95 Showing a loading indicator dankito 2024-09-08 21:19:47 +0200
  • 9c2653944d Applied same order as for all others dankito 2024-09-08 21:09:51 +0200
  • cac25daa07 Fixed position of StateHandler so that e.g. ExportScreen gets displayed again dankito 2024-09-08 21:06:58 +0200
  • 747e3e6d2c Made hint more concise and fixed height dankito 2024-09-08 20:55:11 +0200
  • 1d30d619ff Showing now 'Alle' instead of an empty text dankito 2024-09-08 20:53:30 +0200
  • 61ce30c634 Fixed fully showing 'Nicht gruppieren' dankito 2024-09-08 20:52:42 +0200
  • 0ae96675c1 selectBoxesWidth was to large for month select box dankito 2024-09-08 20:47:20 +0200
  • 0e4723389f Added hint that tap outside or pressing back button does not work to close FilterBar dankito 2024-09-08 20:46:54 +0200
  • b61b1cb5b7 Extracted isDecoupledMethod dankito 2024-09-08 18:09:31 +0200
  • 9d5826ac3c Fixed mapping retrieveAllTransactions dankito 2024-09-07 00:02:15 +0200
  • c1140c1836 Fixed back mapping unset Month (null) dankito 2024-09-07 00:01:22 +0200
  • 8dd8852dc3 Added option to retrieve all transactions when adding an account dankito 2024-09-06 18:30:29 +0200
  • 54b8d96245 Fixed that both called onEnterPressed(), KeyboardActions.onDone and Modifier.onKeyEvent, resulting in that e.g. an account got added twice dankito 2024-09-06 18:21:57 +0200
  • 0f1acdc519 Implemented showing how much of the allowed 140 characters have already been entered (but not checking the value yet) dankito 2024-09-06 17:36:27 +0200
  • d1af907786 Disabling placeholder for now, ruins layout dankito 2024-09-06 17:34:53 +0200
  • 4e4b3944ba Clearing searchTerm when closing searchbar dankito 2024-09-06 17:34:22 +0200
  • a5a27c7781 Displaying if a bank is supported or not dankito 2024-09-06 17:30:11 +0200
  • f29e4b5fcc Added autocomplete also for amount to e.g. do the same transfer again; had to fix AutocompleteTextField's value setting for this dankito 2024-09-06 16:58:27 +0200
  • 255cc41dce Fixed if a textColor is set, than also unfocused border color is displayed is displayed in this color dankito 2024-09-06 16:56:16 +0200
  • 4a180b5970 Implemented different kinds of grouping the transactions dankito 2024-09-06 16:53:23 +0200
  • d792384efc Implemented different kinds of grouping the transactions dankito 2024-09-06 16:14:12 +0200
  • 43bd89a047 Added a filter bar to filter transactions by date dankito 2024-09-06 15:40:49 +0200
  • 77c944d33b Fixed initializing RecipientFinder (which is quite expensive) only once dankito 2024-09-06 15:00:02 +0200
  • 89b700b740 Added recipient account id and bank id to ShowTransferMoneyDialogData dankito 2024-09-06 01:29:38 +0200
  • 418c188eb6 Implemented doing the same transfer again or transfer money to the recipient when long pressing a TransactionListItem dankito 2024-09-06 01:05:47 +0200
  • ac308700c0 Fixed BIC length dankito 2024-09-06 00:44:20 +0200
  • 84370e71e9 Implemented setting User.displayIndex dankito 2024-09-05 23:04:14 +0200
  • dd95a66acd Extracted DesktopLayout() dankito 2024-09-05 05:30:51 +0200
  • f19a23cbc8 Added layout for Desktop and Tablets dankito 2024-09-05 05:25:42 +0200
  • 12d23fb790 Extracted AppContent() dankito 2024-09-05 05:08:46 +0200
  • 568b6b8301 Using now own snackbarHostState so that we can place StateHandler where we want dankito 2024-09-05 04:40:27 +0200
  • 2315e4b84a Using now Scaffold.drawerContent instead of SideMenu dankito 2024-09-05 04:37:55 +0200
  • 1bb23c816f Extracted SideMenuContent dankito 2024-09-05 04:32:35 +0200
  • ec245f96d5 Fixed that padding had always been show at the bottom so that items could not scroll 'behind' to bottom bar dankito 2024-09-05 04:09:51 +0200
  • a1c4f094f4 Added option to hide balance dankito 2024-09-05 03:58:30 +0200
  • b7e693fa22 Added option to set if amounts should be displayed colored dankito 2024-09-05 03:53:48 +0200
  • 66bb794afd Implemented setting option's text color dankito 2024-09-05 03:47:00 +0200
  • 3de7e8f473 Added option to set if bank icons should be shown in TransactionsList dankito 2024-09-05 03:46:20 +0200
  • 1488c9c463 Moved decision about zebraStripes and Divider to TransactionListItem dankito 2024-09-05 03:25:18 +0200
  • 331f80575a Added option to set if transactions should be grouped dankito 2024-09-05 03:23:58 +0200
  • 89bc373476 Added option to set if TransactionsList should be shown in zebra stripes or not dankito 2024-09-05 03:01:38 +0200
  • d1687e894b Extracted VerticalSpacing dankito 2024-09-05 02:30:53 +0200
  • e06e84e6ff Added padding also to Divider dankito 2024-09-05 02:29:13 +0200
  • 3ff2dc29be Extracted GroupedTransactionsListItems dankito 2024-09-05 02:26:13 +0200
  • 3986374f75 Moved transaction Composables to subpackage transactions dankito 2024-09-05 02:17:07 +0200
  • 08b55a67cf Fixed that FAB covered last expenses line of TransactionsList dankito 2024-09-05 02:09:08 +0200
  • 484a3df42e Replaced fillMaxHeight() with fillMaxSize() dankito 2024-09-05 02:06:03 +0200
  • 6341be25a5 Fixed using scaffoldPadding (otherwise bottom of TransactionList gets cut off) dankito 2024-09-05 02:05:44 +0200
  • 5dddf2f8c1 Fixed that on Android soft keyboard cut off upper parts of the screen dankito 2024-09-05 01:48:24 +0200
  • 3046188db9 Using now Scaffold instead of implemented app layout by ourselves dankito 2024-09-05 00:37:07 +0200
  • ae95673856 Added account's currency next to amount TextField dankito 2024-09-05 00:17:48 +0200
  • 8005b44309 Renamed AutocompleteTextFieldNew to AutocompleteTextField dankito 2024-09-05 00:15:47 +0200
  • cd1465f144 Removed now outdated AutocompleteTextField dankito 2024-09-05 00:14:42 +0200
  • 40ae222dfc Removed the delay and requestFocus() as it suddenly works without dankito 2024-09-05 00:13:43 +0200
  • c80d75c409 Using now the new AutocompleteTextField also in AddAccountDialog dankito 2024-09-05 00:10:44 +0200
  • 5a49e48ea8 Wasn't aware of ExposedDropdownMenuDefaults.TrailingIcon, using now that one instead of implementing the functionality by myself dankito 2024-09-05 00:07:44 +0200
  • d22ff34a37 Removed unnecessary modifier dankito 2024-09-05 00:05:10 +0200
  • 88ca75460b Added "Neue Überweisung" navigation menu item dankito 2024-09-05 00:01:58 +0200
  • 91c75a388d Showing account selection composable if more than one account is available dankito 2024-09-05 00:00:39 +0200
  • 612341cf45 Fixed setting reference from suggestion dankito 2024-09-04 22:10:28 +0200
  • 2e1e06de23 if minTextLengthForSearch == 0, showing dropdown when TextField gets focus dankito 2024-09-04 21:48:39 +0200
  • 88ef0a703e Focussing amount TextField after selecting a recipient from dropdown dankito 2024-09-04 21:37:50 +0200
  • 4761876cf2 Showing suggestions for payment reference based on previous payments to this account / IBAN dankito 2024-09-04 21:34:51 +0200
  • a41a9bd13a Displaying a different text if account does not support instant transfer dankito 2024-09-04 21:00:37 +0200
  • 95be00ad66 Searching transactions for other party to suggest recipients in TransferMoneyDialog dankito 2024-09-04 20:58:21 +0200
  • 87ed7018d0 Using new Select Composable also in EnterTanDialog dankito 2024-09-04 17:27:31 +0200
  • dde54b75d3 Implemented TransferMoneyDialog dankito 2024-09-04 17:12:36 +0200
  • 1368ece023 Using now BankingClient's BankingModelService to find new transactions in retrieved transactions dankito 2024-09-04 01:13:54 +0200
  • 278489a320 Updated to new BankingClient model that replaced BankAccount.retrievedTransactionsTo by lastTransactionsRetrievalTime and made haveAllTransactionsBeenRetrieved a synthetic property dankito 2024-09-04 01:08:29 +0200
  • ea34567354 Using now new TanMedium.displayName property dankito 2024-09-04 00:29:45 +0200
  • d3d90d4737 Implemented updating account's transactions dankito 2024-09-03 18:57:59 +0200