Commit graph

290 commits

Author SHA1 Message Date
d792384efc Implemented different kinds of grouping the transactions 2024-09-06 16:14:12 +02:00
43bd89a047 Added a filter bar to filter transactions by date 2024-09-06 15:43:14 +02:00
77c944d33b Fixed initializing RecipientFinder (which is quite expensive) only once 2024-09-06 15:00:02 +02:00
89b700b740 Added recipient account id and bank id to ShowTransferMoneyDialogData 2024-09-06 01:29:38 +02:00
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
ac308700c0 Fixed BIC length 2024-09-06 00:44:20 +02:00
84370e71e9 Implemented setting User.displayIndex 2024-09-05 23:04:14 +02:00
dd95a66acd Extracted DesktopLayout() 2024-09-05 05:30:51 +02:00
f19a23cbc8 Added layout for Desktop and Tablets 2024-09-05 05:25:42 +02:00
12d23fb790 Extracted AppContent() 2024-09-05 05:08:46 +02:00
568b6b8301 Using now own snackbarHostState so that we can place StateHandler where we want 2024-09-05 04:40:27 +02:00
2315e4b84a Using now Scaffold.drawerContent instead of SideMenu 2024-09-05 04:37:55 +02:00
1bb23c816f Extracted SideMenuContent 2024-09-05 04:32:35 +02:00
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
a1c4f094f4 Added option to hide balance 2024-09-05 03:58:30 +02:00
b7e693fa22 Added option to set if amounts should be displayed colored 2024-09-05 03:53:48 +02:00
66bb794afd Implemented setting option's text color 2024-09-05 03:47:00 +02:00
3de7e8f473 Added option to set if bank icons should be shown in TransactionsList 2024-09-05 03:46:20 +02:00
1488c9c463 Moved decision about zebraStripes and Divider to TransactionListItem 2024-09-05 03:39:46 +02:00
331f80575a Added option to set if transactions should be grouped 2024-09-05 03:23:58 +02:00
89bc373476 Added option to set if TransactionsList should be shown in zebra stripes or not 2024-09-05 03:01:38 +02:00
d1687e894b Extracted VerticalSpacing 2024-09-05 02:30:53 +02:00
e06e84e6ff Added padding also to Divider 2024-09-05 02:29:13 +02:00
3ff2dc29be Extracted GroupedTransactionsListItems 2024-09-05 02:26:13 +02:00
3986374f75 Moved transaction Composables to subpackage transactions 2024-09-05 02:17:07 +02:00
08b55a67cf Fixed that FAB covered last expenses line of TransactionsList 2024-09-05 02:09:08 +02:00
484a3df42e Replaced fillMaxHeight() with fillMaxSize() 2024-09-05 02:06:03 +02:00
6341be25a5 Fixed using scaffoldPadding (otherwise bottom of TransactionList gets cut off) 2024-09-05 02:05:44 +02:00
5dddf2f8c1 Fixed that on Android soft keyboard cut off upper parts of the screen 2024-09-05 01:48:24 +02:00
3046188db9 Using now Scaffold instead of implemented app layout by ourselves 2024-09-05 00:46:20 +02:00
ae95673856 Added account's currency next to amount TextField 2024-09-05 00:17:48 +02:00
8005b44309 Renamed AutocompleteTextFieldNew to AutocompleteTextField 2024-09-05 00:15:47 +02:00
cd1465f144 Removed now outdated AutocompleteTextField 2024-09-05 00:14:42 +02:00
40ae222dfc Removed the delay and requestFocus() as it suddenly works without 2024-09-05 00:13:43 +02:00
c80d75c409 Using now the new AutocompleteTextField also in AddAccountDialog 2024-09-05 00:10:44 +02:00
5a49e48ea8 Wasn't aware of ExposedDropdownMenuDefaults.TrailingIcon, using now that one instead of implementing the functionality by myself 2024-09-05 00:08:57 +02:00
d22ff34a37 Removed unnecessary modifier 2024-09-05 00:05:10 +02:00
88ca75460b Added "Neue Überweisung" navigation menu item 2024-09-05 00:01:58 +02:00
91c75a388d Showing account selection composable if more than one account is available 2024-09-05 00:00:39 +02:00
612341cf45 Fixed setting reference from suggestion 2024-09-04 22:10:28 +02:00
2e1e06de23 if minTextLengthForSearch == 0, showing dropdown when TextField gets focus 2024-09-04 21:48:39 +02:00
88ef0a703e Focussing amount TextField after selecting a recipient from dropdown 2024-09-04 21:37:50 +02:00
4761876cf2 Showing suggestions for payment reference based on previous payments to this account / IBAN 2024-09-04 21:34:51 +02:00
a41a9bd13a Displaying a different text if account does not support instant transfer 2024-09-04 21:00:37 +02:00
95be00ad66 Searching transactions for other party to suggest recipients in TransferMoneyDialog 2024-09-04 20:58:21 +02:00
87ed7018d0 Using new Select Composable also in EnterTanDialog 2024-09-04 17:27:31 +02:00
dde54b75d3 Implemented TransferMoneyDialog 2024-09-04 17:27:00 +02:00
1368ece023 Using now BankingClient's BankingModelService to find new transactions in retrieved transactions 2024-09-04 01:13:54 +02:00
278489a320 Updated to new BankingClient model that replaced BankAccount.retrievedTransactionsTo by lastTransactionsRetrievalTime and made haveAllTransactionsBeenRetrieved a synthetic property 2024-09-04 01:11:33 +02:00
ea34567354 Using now new TanMedium.displayName property 2024-09-04 00:29:45 +02:00