959e527d12Fixed that if initially no TAN procedure was selected and user selected first entry, that selectedTanProcedureChanged() callback didn't get calleddankito2020-08-08 18:09:29 +0200
05e8b1f4a4Fixed that if no account has been added only center part got displayed with systemGroupedBackground, framed by large white bordersdankito2020-08-08 18:06:17 +0200
087e596171Not showing identifier in braces anymore, is in almost all cases a useless information and just wastes space. Using identifier only as fallback now.dankito2020-08-06 16:31:00 +0200
0e3582c851Made text size larger after removing bank name from list item textdankito2020-08-06 16:28:32 +0200
54595abc1eNot showing bank name any more when selecting account for transferring money, icon should be in most cases sufficient to see to which bank this account belongs and doesn't use that much spacedankito2020-08-06 16:16:27 +0200
cbed0e7758Fixed that partially accounts have been displayed at other banksdankito2020-08-06 16:06:39 +0200
752b8bd1a3Implemented showing 'New Money Transfer' action sheet option only if there is at least one account that supports transferring moneydankito2020-08-06 16:03:42 +0200
64e49c661aAdded 'Add account' to 'New ...' action sheetdankito2020-08-06 15:44:41 +0200
d444baeda8Fixed that if there are no accounts supporting retrieving account transactions addAccountAsync() never returnsdankito2020-08-06 02:48:50 +0200
374d196c71Adjusted to new method namesdankito2020-08-06 02:15:34 +0200
d061e7f81cStarted searching for Remitteesdankito2020-08-06 02:13:47 +0200
474d4d1f91Using now MapStruct for mapping JSON entitiesdankito2020-08-06 02:09:58 +0200
82485a29b1Added some toString() implementationsdankito2020-08-06 01:49:31 +0200
56caa78bf8Changed setting up BigDecimal.Zero to Doubledankito2020-08-06 01:46:22 +0200
003fd047e3Made identifier, customerId, productName and accountLimit settabledankito2020-08-06 01:33:03 +0200
36e7161b2eFixed that in derived classes bankAccount initially may is not setdankito2020-08-06 01:32:18 +0200
a3696a4716Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project)dankito2020-08-06 01:30:15 +0200
60e4a82fe0Comparing now BankAccount's technicalIddankito2020-08-05 17:29:06 +0200
561114ee26Fixed that amount has been compared with otherdankito2020-08-05 17:28:41 +0200
374818f748Made bankCode and customerId settabledankito2020-08-05 14:31:36 +0200
c49ed6a6ffUpdated TextInfoExtractor version to 1.0.1dankito2020-08-05 11:49:05 +0200
1e987e63eaAdjusting bank name for Deutsche Bankdankito2020-08-05 10:44:12 +0200
633462dea3Fixed that navigation bar title didn't get translateddankito2020-08-05 00:40:26 +0200
bb2343d4f4Implemented displaying bank icon for transaction if transactions of all banks are displayed. Extracted IconView for thatdankito2020-08-05 00:39:17 +0200
62c3677769Fixed that 'Add account' NavigationLink was displayed with white background and that it could not be distinguished from a list item (by giving it a greater height). Also implemented that AddAccountDialog gets created lazilydankito2020-08-04 23:22:16 +0200
eadd77e047Fixed that TAN media view only gets displayed if there are at least two TAN mediadankito2020-08-04 00:55:28 +0200
8f15bd25b3Implemented resizing TAN imagedankito2020-08-04 00:53:34 +0200
c50a64f2eeFixed that all years of dates were too small by 100 yearsdankito2020-08-03 22:14:42 +0200
2f321faa6aFixed throwing away everything after URL's pathdankito2020-08-03 22:01:16 +0200
8f7e2146ceDisabling Tab bar if no account has been added yet (due to a bug in SwiftUI, that UITabBar.appearance().isUserInteractionEnabled = false does not work reliably, i have to hide to complete TabView and show only AccountsTab instead)dankito2020-08-03 21:59:52 +0200
4d2f464569Showing an error message if user selects a bank that does not support FinTS 3.0dankito2020-08-03 21:09:35 +0200
685693ab23Graying out banks that do not support FinTS 3.0dankito2020-08-03 21:07:53 +0200
26717bf70bRenamed placeHolder to placeholderdankito2020-08-03 20:42:11 +0200
38da439888Removed unused (unusable) focus() and clearFocus()dankito2020-08-03 20:21:49 +0200
9074689523Fixed removing horizontal bars from UIKitSearchBardankito2020-08-03 20:19:03 +0200
9d1dbadd46Copied placeholder, focusOnStart, actionOnReturnKeyPress and textChanged from UIKitTextField to UIKitSearchBardankito2020-08-03 20:18:09 +0200
847f1b2508Displaying an icon for AllBanksListItem; extracted AccountFallbackIcondankito2020-07-31 01:09:51 +0200
4597c3fce5Fixed font for BankListItemdankito2020-07-31 01:08:15 +0200
ae1b209db4Implemented hiding update all accounts' transaction when no account has been added; Implemented array extension property isNotEmptydankito2020-07-31 01:07:36 +0200
766209c1e6Fixed english translation for TransferMoneyDialog titledankito2020-07-31 01:03:23 +0200
38306e9765Fixed that app data gets saved to documents instead of application support directorydankito2020-07-31 00:31:19 +0200
2a1b9ce198Implemented IconedTitleView to display bank's icon alongside its namedankito2020-07-31 00:30:18 +0200
338995e671Fixed iterating over banks so that ForEach is able to handle dynamic changes (e.g. when an account got added)dankito2020-07-31 00:28:03 +0200
341b68fec1As documents folder path points after each restart to a different folder, saving absolute paths obviously doesn't work. Using now (temporarily) UserDefaults to save bank icons. To encapsulate this added method readContentOfFile().dankito2020-07-31 00:27:09 +0200
d653cd913bRemoved unused first imagesetdankito2020-07-31 00:23:26 +0200
99704f412bFixed accounts icon (made it scalable and fixed that selected background color didn't get set by setting rendering mode to 'Template')dankito2020-07-31 00:22:52 +0200
a2785244a1Fixed removing nil items so that cast to [Favicon] can succeeddankito2020-07-31 00:21:06 +0200
fb071f8826Implemented making URLs absolutedankito2020-07-31 00:20:24 +0200
e8a27b1a83Added findIconForBankAsync(() to IBankIconFinder so that iOS can choose how to handle asynchronous retrieval of bank icondankito2020-07-30 14:42:09 +0200
c476483f87Fixed creating NSURL from folder and filenamedankito2020-07-30 14:39:58 +0200
20cd16e509Fixed showing previous selected tab after choosing an option from 'New ...' ActionSheetdankito2020-07-29 20:49:24 +0200
1f66bdfc63Fixed German translation of Onlinebankingdankito2020-07-29 20:45:43 +0200
1440a298baFixed that account tab's navigation bar title didn't get unset (so e.g. also TransferMoneyDialog displayed 'Accounts' as navigation bar titledankito2020-07-28 12:40:51 +0200
cc9b7dc695Added icon for accounts tabdankito2020-07-28 12:18:38 +0200
6ea94e436bAdded label to SearchBankDialog search bardankito2020-07-28 12:16:23 +0200
e3fd832632Replaced print() by NSLog()dankito2020-07-28 12:14:54 +0200
953e731240Removed VStack - only caused navigation problems and NavigationView (has been replaced by UINavigationController as rootViewController); fixed intenddankito2020-07-28 11:19:39 +0200
ca214457caImplemented showing balance in AllBanksListItem, BankAccountListItem and BankListItem; extracted AmountLabel for thatdankito2020-07-28 11:03:39 +0200