|
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 |
|
|
d3d90d4737
|
Implemented updating account's transactions
|
2024-09-03 19:02:20 +02:00 |
|
|
3eb3c488da
|
Updated EnterTanDialog for Decoupled TAN methods
|
2024-09-03 02:37:01 +02:00 |
|
|
55dec76f36
|
Using now UserAccount. and BankAccount.displayName which both also respect userSetDisplayName
|
2024-09-03 02:22:16 +02:00 |
|
|
a9cceda7b4
|
Persisting haveAllTransactionsBeenRetrieved
|
2024-09-02 01:59:07 +02:00 |
|
|
6fe8cdf15d
|
Updated to BankingClient version 0.5.2-SNAPSHOT which renamed reference to unparsedReference
|
2024-09-02 01:13:30 +02:00 |
|
|
e0060d9380
|
Fixed fetchBytesFromUrl() for JS, but still fails due to CORS
|
2024-09-01 23:46:13 +02:00 |
|
|
e9c0f2a77d
|
Fixed files for jsBrowser
|
2024-09-01 23:32:48 +02:00 |
|
|
37b6310ad0
|
Fixed deserializing empty enumsString
|
2024-09-01 22:23:42 +02:00 |
|
|
66b4a1c1af
|
Forgot to commit forceHidePassword parameter
|
2024-09-01 22:04:17 +02:00 |
|
|
6a5dd98d8d
|
Fixed hiding password even when "Hinzufügen" button gets clicked
|
2024-09-01 19:15:33 +02:00 |
|
|
72bc20ebd1
|
Hiding password on enter press
|
2024-09-01 19:04:03 +02:00 |
|
|
9ba4070c48
|
Going to next TextField as default IME action
|
2024-09-01 18:53:23 +02:00 |
|
|
e888437efa
|
Handling Enter presses
|
2024-09-01 18:53:02 +02:00 |
|
|
362675cb12
|
Implemented confirming a dialog by pressing enter in one of its TextFields
|
2024-09-01 18:23:22 +02:00 |
|
|
e292b24eca
|
Using the same color for ProgressIndicator as for dialog buttons
|
2024-09-01 18:08:29 +02:00 |
|
|
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
|
2024-09-01 18:04:40 +02:00 |
|
|
e5119b237e
|
Fixed scrolling the whole SideMenu, not only the bank accounts
|
2024-09-01 18:02:40 +02:00 |
|
|
3cff13949e
|
Fixed setting exportedDataText on Main dispatcher
|
2024-09-01 18:01:44 +02:00 |
|
|
9209347d86
|
Added option that dialogs on mobile platforms use more than platform's default dialog width (which makes AddAccount- and EnterTanDialog way better usable)
|
2024-09-01 17:46:04 +02:00 |
|
|
7ead4297f8
|
Dialog buttons now use the full dialog width (instead of right aligning them)
|
2024-09-01 17:25:16 +02:00 |
|
|
84a147d4c9
|
Implemented basic export data as CSV functionality (only CSV and only a few columns get exported)
|
2024-09-01 17:23:46 +02:00 |
|
|
e4c5e5ccfc
|
Fixed displaying reference
|
2024-08-31 16:37:19 +02:00 |
|
|
15177ed2ef
|
Made selection background more transparent
|
2024-08-29 18:29:05 +02:00 |
|
|
e41edd392a
|
Showing balance of accounts in side menu
|
2024-08-29 18:20:02 +02:00 |
|
|
4911152846
|
Showing balance of displayed (filtered / all) transactions at top
|
2024-08-29 17:49:17 +02:00 |
|
|
c1f4c8674c
|
Integrated accountFilter into AccountTransactionsFilter
|
2024-08-29 17:05:43 +02:00 |
|
|
d0069a0563
|
Added a search field to BottomBar to search / filter transactions
|
2024-08-29 03:57:52 +02:00 |
|
|
b2dfd3fb71
|
Rounding corners of selection background
|
2024-08-29 00:52:39 +02:00 |
|
|
2c0a3d4ec5
|
Added navigation menu item to add an account
|
2024-08-29 00:44:53 +02:00 |
|
|
f221bd2095
|
Showing selected account
|
2024-08-29 00:42:00 +02:00 |
|
|
5832a877c0
|
Changed order
|
2024-08-29 00:08:45 +02:00 |
|
|
7d3a30ca7f
|
Setting app title depending on selected account
|
2024-08-28 23:59:20 +02:00 |
|
|
333c66c2a2
|
Fixed that navigation menu hasn't been scrollable
|
2024-08-28 23:48:41 +02:00 |
|
|
710e06309e
|
Extracted NavigationMenuItem
|
2024-08-28 23:47:59 +02:00 |
|
|
ce5b99c290
|
Filtering transactions on click on account item in SideMenu
|
2024-08-28 23:00:07 +02:00 |
|
|
572bd8e9d8
|
Added menu button and side navigation menu with all accounts
|
2024-08-28 22:24:11 +02:00 |
|
|
5cf086485e
|
Set default logger name (simplifies logging with Log.info { } etc.)
|
2024-08-28 18:48:59 +02:00 |
|
|
9a38a85a4f
|
Fixed zoom controls sizes
|
2024-08-28 17:59:05 +02:00 |
|
|
dcfcf06e25
|
Raised vertical padding a bit for better legibility
|
2024-08-28 17:50:37 +02:00 |
|
|
d9a3e942e9
|
Showing bank's favicon (if available)
|
2024-08-28 17:48:50 +02:00 |
|
|
4856ced158
|
Saving also userAccountId and bankAccountId on child entities
|
2024-08-28 17:06:37 +02:00 |
|
|
d356d45db7
|
Extracted AccountTransactionViewModel that only the fetches the properties from database that are really displayed in UI
|
2024-08-28 00:46:11 +02:00 |
|
|
e8e304f574
|
Updated to new data model (Customer as been renamed to User and BankingGroup and category have been added)
|
2024-08-28 00:06:40 +02:00 |
|
|
55aad5242a
|
Implemented saving BankAccounts to dbCommented functionality
|
2024-08-27 23:11:10 +02:00 |
|
|
d75e8705ea
|
Added category to AccountTransactionEntity
|
2024-08-27 21:01:33 +02:00 |
|