Commit Graph

197 Commits

Author SHA1 Message Date
dankito d98cbb2363 Showing other party name in bold 2024-09-11 16:27:57 +02:00
dankito 1890fd9151 Implemented changed TanMethod 2024-09-10 01:28:09 +02:00
dankito 05181e5f25 Displaying that chipTanFlickercode is not supported 2024-09-10 01:26:59 +02:00
dankito 70aa32e1d6 Also replaced account.xml with an icon from Material Design Icons Extended 2024-09-10 00:56:11 +02:00
dankito 772595b942 Added also EnterTanDialog previews for Android 2024-09-10 00:39:34 +02:00
dankito 3a898b07b3 Using now also for all other former drawable resource icons the equivalent icon from MaterialIconsExtended 2024-09-10 00:38:42 +02:00
dankito 16dbd4b0e6 Changed icon for export data 2024-09-10 00:24:31 +02:00
dankito b82ac2e905 Changed icon for update account transactions 2024-09-10 00:23:54 +02:00
dankito 9e1b1103c2 Fixed using full height (otherwise a lot of white background gets displayed when no bank account added 2024-09-10 00:13:53 +02:00
dankito 8d79bfc15d Focusing bank autocomplete box on start 2024-09-09 23:04:21 +02:00
dankito 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) 2024-09-09 22:59:05 +02:00
dankito 91ccfc1844 Extracted receivedTanChallenge() 2024-09-09 22:55:45 +02:00
dankito f440a01531 Fixed spacing between item text and balance 2024-09-09 22:54:33 +02:00
dankito a92d6a1401 Re-setting suggestionsFetchJob 2024-09-09 22:54:07 +02:00
dankito 685adad6b3 Fixed that loginName got focused even though no bank was selected 2024-09-09 22:52:13 +02:00
dankito a257223543 Implemented searching banks by bic 2024-09-09 20:33:34 +02:00
dankito b1b84ce8f6 Focusing recipient name text field by default (but the same does not work for AddAccountDialog bank text field 2024-09-09 20:19:21 +02:00
dankito 131d08cc93 Passing focus on to loginName after selecting a bank 2024-09-09 20:14:08 +02:00
dankito 8fde7985d8 Cancelling current action when closing dialog 2024-09-09 17:30:39 +02:00
dankito 66d9214c4f Added TanExpiredCallback to close EnterTanDialog when TAN has expired 2024-09-09 17:28:22 +02:00
dankito 8f774361e9 Added User.clientData (even though not used yet but to not have to change db schema afterwards) 2024-09-09 17:13:41 +02:00
dankito f5bd69868e Added UiService to debounce actions 2024-09-09 17:09:44 +02:00
dankito 76487f201b Extracted MainScreen 2024-09-09 04:05:37 +02:00
dankito 0525d4ea77 Renamed AppContent to ContentPane 2024-09-09 03:56:33 +02:00
dankito 004ca65fca If tanExpirationTime is set, displaying TAN expiration time 2024-09-09 03:16:36 +02:00
dankito 34b77f862c Fixed cancelling TAN process on dismissing EnterTanDialog 2024-09-09 03:15:51 +02:00
dankito 335c5923d6 Fixed that previous value, not current value has been taken to fetch suggestions 2024-09-09 02:32:22 +02:00
dankito 414295adbc Implemented persisting TanMedia 2024-09-09 02:05:04 +02:00
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 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