dankito
|
08b55a67cf
|
Fixed that FAB covered last expenses line of TransactionsList
|
2024-09-05 02:09:08 +02:00 |
dankito
|
484a3df42e
|
Replaced fillMaxHeight() with fillMaxSize()
|
2024-09-05 02:06:03 +02:00 |
dankito
|
6341be25a5
|
Fixed using scaffoldPadding (otherwise bottom of TransactionList gets cut off)
|
2024-09-05 02:05:44 +02:00 |
dankito
|
5dddf2f8c1
|
Fixed that on Android soft keyboard cut off upper parts of the screen
|
2024-09-05 01:48:24 +02:00 |
dankito
|
3046188db9
|
Using now Scaffold instead of implemented app layout by ourselves
|
2024-09-05 00:46:20 +02:00 |
dankito
|
ae95673856
|
Added account's currency next to amount TextField
|
2024-09-05 00:17:48 +02:00 |
dankito
|
8005b44309
|
Renamed AutocompleteTextFieldNew to AutocompleteTextField
|
2024-09-05 00:15:47 +02:00 |
dankito
|
cd1465f144
|
Removed now outdated AutocompleteTextField
|
2024-09-05 00:14:42 +02:00 |
dankito
|
40ae222dfc
|
Removed the delay and requestFocus() as it suddenly works without
|
2024-09-05 00:13:43 +02:00 |
dankito
|
c80d75c409
|
Using now the new AutocompleteTextField also in AddAccountDialog
|
2024-09-05 00:10:44 +02:00 |
dankito
|
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 |
dankito
|
d22ff34a37
|
Removed unnecessary modifier
|
2024-09-05 00:05:10 +02:00 |
dankito
|
88ca75460b
|
Added "Neue Überweisung" navigation menu item
|
2024-09-05 00:01:58 +02:00 |
dankito
|
91c75a388d
|
Showing account selection composable if more than one account is available
|
2024-09-05 00:00:39 +02:00 |
dankito
|
612341cf45
|
Fixed setting reference from suggestion
|
2024-09-04 22:10:28 +02:00 |
dankito
|
2e1e06de23
|
if minTextLengthForSearch == 0, showing dropdown when TextField gets focus
|
2024-09-04 21:48:39 +02:00 |
dankito
|
88ef0a703e
|
Focussing amount TextField after selecting a recipient from dropdown
|
2024-09-04 21:37:50 +02:00 |
dankito
|
4761876cf2
|
Showing suggestions for payment reference based on previous payments to this account / IBAN
|
2024-09-04 21:34:51 +02:00 |
dankito
|
a41a9bd13a
|
Displaying a different text if account does not support instant transfer
|
2024-09-04 21:00:37 +02:00 |
dankito
|
95be00ad66
|
Searching transactions for other party to suggest recipients in TransferMoneyDialog
|
2024-09-04 20:58:21 +02:00 |
dankito
|
87ed7018d0
|
Using new Select Composable also in EnterTanDialog
|
2024-09-04 17:27:31 +02:00 |
dankito
|
dde54b75d3
|
Implemented TransferMoneyDialog
|
2024-09-04 17:27:00 +02:00 |
dankito
|
1368ece023
|
Using now BankingClient's BankingModelService to find new transactions in retrieved transactions
|
2024-09-04 01:13:54 +02:00 |
dankito
|
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 |
dankito
|
ea34567354
|
Using now new TanMedium.displayName property
|
2024-09-04 00:29:45 +02:00 |
dankito
|
d3d90d4737
|
Implemented updating account's transactions
|
2024-09-03 19:02:20 +02:00 |
dankito
|
3eb3c488da
|
Updated EnterTanDialog for Decoupled TAN methods
|
2024-09-03 02:37:01 +02:00 |
dankito
|
55dec76f36
|
Using now UserAccount. and BankAccount.displayName which both also respect userSetDisplayName
|
2024-09-03 02:22:16 +02:00 |
dankito
|
a9cceda7b4
|
Persisting haveAllTransactionsBeenRetrieved
|
2024-09-02 01:59:07 +02:00 |
dankito
|
6fe8cdf15d
|
Updated to BankingClient version 0.5.2-SNAPSHOT which renamed reference to unparsedReference
|
2024-09-02 01:13:30 +02:00 |
dankito
|
e0060d9380
|
Fixed fetchBytesFromUrl() for JS, but still fails due to CORS
|
2024-09-01 23:46:13 +02:00 |
dankito
|
e9c0f2a77d
|
Fixed files for jsBrowser
|
2024-09-01 23:32:48 +02:00 |
dankito
|
37b6310ad0
|
Fixed deserializing empty enumsString
|
2024-09-01 22:23:42 +02:00 |
dankito
|
7580c57433
|
Configured distribution parameter and disabled proguard
|
2024-09-01 22:05:06 +02:00 |
dankito
|
66b4a1c1af
|
Forgot to commit forceHidePassword parameter
|
2024-09-01 22:04:17 +02:00 |
dankito
|
40ae61749c
|
Removed unnecessary jvmMain dependencies
|
2024-09-01 20:29:04 +02:00 |
dankito
|
6a5dd98d8d
|
Fixed hiding password even when "Hinzufügen" button gets clicked
|
2024-09-01 19:15:33 +02:00 |
dankito
|
72bc20ebd1
|
Hiding password on enter press
|
2024-09-01 19:04:03 +02:00 |
dankito
|
9ba4070c48
|
Going to next TextField as default IME action
|
2024-09-01 18:53:23 +02:00 |
dankito
|
e888437efa
|
Handling Enter presses
|
2024-09-01 18:53:02 +02:00 |
dankito
|
362675cb12
|
Implemented confirming a dialog by pressing enter in one of its TextFields
|
2024-09-01 18:23:22 +02:00 |
dankito
|
e292b24eca
|
Using the same color for ProgressIndicator as for dialog buttons
|
2024-09-01 18:08:29 +02:00 |
dankito
|
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 |
dankito
|
e5119b237e
|
Fixed scrolling the whole SideMenu, not only the bank accounts
|
2024-09-01 18:02:40 +02:00 |
dankito
|
3cff13949e
|
Fixed setting exportedDataText on Main dispatcher
|
2024-09-01 18:01:44 +02:00 |
dankito
|
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 |
dankito
|
7ead4297f8
|
Dialog buttons now use the full dialog width (instead of right aligning them)
|
2024-09-01 17:25:16 +02:00 |
dankito
|
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 |
dankito
|
e4c5e5ccfc
|
Fixed displaying reference
|
2024-08-31 16:37:19 +02:00 |
dankito
|
15177ed2ef
|
Made selection background more transparent
|
2024-08-29 18:29:05 +02:00 |