Commit Graph

174 Commits

Author SHA1 Message Date
dankito 0fff3f2c97 Implemented persisting TanMethods 2024-09-09 01:34:37 +02:00
dankito a2dbe912d4 Updated database to new BankingClient model 2024-09-09 01:11:50 +02:00
dankito df5df6f1ca Enabled Gradle's configuration cache 2024-09-09 00:46:02 +02:00
dankito ac6a257216 Updated that finTsServerAddress has been renamed to serverAddress 2024-09-09 00:43:55 +02:00
dankito 234084e627 Updated to new BankingClient model 2024-09-09 00:25:18 +02:00
dankito cd8e0a53ad Fixed handling unknown enum values 2024-09-09 00:19:17 +02:00
dankito d25802f3bb Fixed creating database if it does not exist yet 2024-09-09 00:06:32 +02:00
dankito ce41ac682c Fixed centering loading text 2024-09-08 21:34:26 +02:00
dankito 0ccbf5523a Reduced FilterBar z-index 2024-09-08 21:31:43 +02:00
dankito a082938270 Fixed that "OK" button / button bar was covered by BottomBar 2024-09-08 21:30:11 +02:00
dankito ce0cdd7d95 Showing a loading indicator 2024-09-08 21:19:47 +02:00
dankito 9c2653944d Applied same order as for all others 2024-09-08 21:09:51 +02:00
dankito cac25daa07 Fixed position of StateHandler so that e.g. ExportScreen gets displayed again 2024-09-08 21:06:58 +02:00
dankito 747e3e6d2c Made hint more concise and fixed height 2024-09-08 20:55:11 +02:00
dankito 1d30d619ff Showing now 'Alle' instead of an empty text 2024-09-08 20:53:30 +02:00
dankito 61ce30c634 Fixed fully showing 'Nicht gruppieren' 2024-09-08 20:52:42 +02:00
dankito 0ae96675c1 selectBoxesWidth was to large for month select box 2024-09-08 20:47:50 +02:00
dankito 0e4723389f Added hint that tap outside or pressing back button does not work to close FilterBar 2024-09-08 20:46:54 +02:00
dankito b61b1cb5b7 Extracted isDecoupledMethod 2024-09-08 18:09:31 +02:00
dankito 9d5826ac3c Fixed mapping retrieveAllTransactions 2024-09-07 00:02:15 +02:00
dankito c1140c1836 Fixed back mapping unset Month (null) 2024-09-07 00:01:22 +02:00
dankito 8dd8852dc3 Added option to retrieve all transactions when adding an account 2024-09-06 18:30:29 +02:00
dankito 54b8d96245 Fixed that both called onEnterPressed(), KeyboardActions.onDone and Modifier.onKeyEvent, resulting in that e.g. an account got added twice 2024-09-06 18:21:57 +02:00
dankito 0f1acdc519 Implemented showing how much of the allowed 140 characters have already been entered (but not checking the value yet) 2024-09-06 17:36:27 +02:00
dankito d1af907786 Disabling placeholder for now, ruins layout 2024-09-06 17:34:53 +02:00
dankito 4e4b3944ba Clearing searchTerm when closing searchbar 2024-09-06 17:34:22 +02:00
dankito a5a27c7781 Displaying if a bank is supported or not 2024-09-06 17:30:11 +02:00
dankito f29e4b5fcc Added autocomplete also for amount to e.g. do the same transfer again; had to fix AutocompleteTextField's value setting for this 2024-09-06 16:58:27 +02:00
dankito 255cc41dce Fixed if a textColor is set, than also unfocused border color is displayed is displayed in this color 2024-09-06 16:56:16 +02:00
dankito 4a180b5970 Implemented different kinds of grouping the transactions 2024-09-06 16:53:23 +02:00
dankito d792384efc Implemented different kinds of grouping the transactions 2024-09-06 16:14:12 +02:00
dankito 43bd89a047 Added a filter bar to filter transactions by date 2024-09-06 15:43:14 +02:00
dankito 77c944d33b Fixed initializing RecipientFinder (which is quite expensive) only once 2024-09-06 15:00:02 +02:00
dankito 89b700b740 Added recipient account id and bank id to ShowTransferMoneyDialogData 2024-09-06 01:29:38 +02:00
dankito 418c188eb6 Implemented doing the same transfer again or transfer money to the recipient when long pressing a TransactionListItem 2024-09-06 01:07:27 +02:00
dankito ac308700c0 Fixed BIC length 2024-09-06 00:44:20 +02:00
dankito 84370e71e9 Implemented setting User.displayIndex 2024-09-05 23:04:14 +02:00
dankito dd95a66acd Extracted DesktopLayout() 2024-09-05 05:30:51 +02:00
dankito f19a23cbc8 Added layout for Desktop and Tablets 2024-09-05 05:25:42 +02:00
dankito 12d23fb790 Extracted AppContent() 2024-09-05 05:08:46 +02:00
dankito 568b6b8301 Using now own snackbarHostState so that we can place StateHandler where we want 2024-09-05 04:40:27 +02:00
dankito 2315e4b84a Using now Scaffold.drawerContent instead of SideMenu 2024-09-05 04:37:55 +02:00
dankito 1bb23c816f Extracted SideMenuContent 2024-09-05 04:32:35 +02:00
dankito ec245f96d5 Fixed that padding had always been show at the bottom so that items could not scroll 'behind' to bottom bar 2024-09-05 04:09:51 +02:00
dankito a1c4f094f4 Added option to hide balance 2024-09-05 03:58:30 +02:00
dankito b7e693fa22 Added option to set if amounts should be displayed colored 2024-09-05 03:53:48 +02:00
dankito 66bb794afd Implemented setting option's text color 2024-09-05 03:47:00 +02:00
dankito 3de7e8f473 Added option to set if bank icons should be shown in TransactionsList 2024-09-05 03:46:20 +02:00
dankito 1488c9c463 Moved decision about zebraStripes and Divider to TransactionListItem 2024-09-05 03:39:46 +02:00
dankito 331f80575a Added option to set if transactions should be grouped 2024-09-05 03:23:58 +02:00