Commit graph

231 commits

Author SHA1 Message Date
75ccc648c5 Adjusted to new data model that AccountTransaction now has userSetReference and userSetOtherPartyName, and that userSetDisplayName got added to TanMedium, TanMethod and Holding 2024-09-17 00:59:08 +02:00
34f2fca126 Added indices on bankId and accountId (not senseful in all cases (currently) ) 2024-09-17 00:20:22 +02:00
e883713eba Updated database model to updated data model 2024-09-17 00:08:32 +02:00
4cd727b5c0 Adjusted to updated model that lists are now val MutableLists 2024-09-16 23:33:56 +02:00
96c8cf59cd Adjusted to updated model that bankCode has been renamed to domesticBankCode and countryCode got added 2024-09-16 23:21:20 +02:00
d7a9acbe56 Appended ' Dev' to debug Android app name 2024-09-16 23:16:58 +02:00
9330b72726 Updated to model changes: User has been renamed to BankAccess and bic is now nullable 2024-09-16 23:14:02 +02:00
41586b0148 Fixed that back button works in ExportScreen 2024-09-13 17:53:03 +02:00
56b73ca986 Reduced list item header font weight (remove it on Android completely?) 2024-09-13 17:51:53 +02:00
ded5595dae Implemented searching for multiple terms by separating search terms with ',' 2024-09-12 20:09:54 +02:00
5253219565 Implemented filtering holdings 2024-09-12 15:49:43 +02:00
5029a2c3cb Implemented updating holdings 2024-09-12 13:56:08 +02:00
91d16b7e28 Updated to new data model 2024-09-12 13:33:48 +02:00
202c9217e3 Implemented persisting and deleting Holdings (but not updating yet) 2024-09-12 13:33:20 +02:00
0ff2f684ea Fixed showing ExportScreen on Desktop 2024-09-12 11:51:09 +02:00
fd87598b96 Added icon for Baader Bank 2024-09-12 11:29:40 +02:00
1d58a3b9e2 Updated to new data model 2024-09-12 11:09:03 +02:00
c80b4389aa Added holdings group to LazyColumn so that they also get scrolled (and don't stick to the top) 2024-09-12 11:07:55 +02:00
673ca08974 Fixed that ImageBitmap has been created very often 2024-09-12 11:06:32 +02:00
bd9229bb64 Saving retrieved images to disk on Android and Desktop 2024-09-12 11:05:07 +02:00
802a96e6dd Updated to new Amount class which now has arithmetic operations 2024-09-12 04:16:29 +02:00
9f7a276cf2 Added hint that implementation status is very experimental 2024-09-12 00:52:42 +02:00
0ef8f61965 Added preview for Flickercode 2024-09-12 00:22:50 +02:00
ad4c78a380 Extracted createSqliteDriver() 2024-09-12 00:22:22 +02:00
3a39c0e64f Made database handling a bit clearer 2024-09-12 00:20:28 +02:00
35624c0034 Updated to new BankingClient model that renamed lastTransactionsRetrievalTime to lastAccountUpdateTime and made fints4k an implementation detail 2024-09-12 00:17:43 +02:00
28530d63cd Implemented displaying Holdings 2024-09-12 00:16:27 +02:00
d618556f5b If otherPartyName is not set showing postingText instead 2024-09-11 16:29:20 +02:00
d98cbb2363 Showing other party name in bold 2024-09-11 16:27:57 +02:00
1890fd9151 Implemented changed TanMethod 2024-09-10 01:28:09 +02:00
05181e5f25 Displaying that chipTanFlickercode is not supported 2024-09-10 01:26:59 +02:00
70aa32e1d6 Also replaced account.xml with an icon from Material Design Icons Extended 2024-09-10 00:56:11 +02:00
772595b942 Added also EnterTanDialog previews for Android 2024-09-10 00:39:34 +02:00
3a898b07b3 Using now also for all other former drawable resource icons the equivalent icon from MaterialIconsExtended 2024-09-10 00:38:42 +02:00
16dbd4b0e6 Changed icon for export data 2024-09-10 00:24:31 +02:00
b82ac2e905 Changed icon for update account transactions 2024-09-10 00:23:54 +02:00
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
ada01465b9 Updated klf version to 1.6.1 2024-09-10 00:10:05 +02:00
8d79bfc15d Focusing bank autocomplete box on start 2024-09-09 23:04:21 +02:00
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
91ccfc1844 Extracted receivedTanChallenge() 2024-09-09 22:55:45 +02:00
f440a01531 Fixed spacing between item text and balance 2024-09-09 22:54:33 +02:00
a92d6a1401 Re-setting suggestionsFetchJob 2024-09-09 22:54:07 +02:00
685adad6b3 Fixed that loginName got focused even though no bank was selected 2024-09-09 22:52:13 +02:00
a257223543 Implemented searching banks by bic 2024-09-09 20:33:34 +02:00
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
131d08cc93 Passing focus on to loginName after selecting a bank 2024-09-09 20:14:08 +02:00
8fde7985d8 Cancelling current action when closing dialog 2024-09-09 17:30:39 +02:00
66d9214c4f Added TanExpiredCallback to close EnterTanDialog when TAN has expired 2024-09-09 17:28:22 +02:00
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