Commit Graph

  • 8ed16cf7d2 Removed landscape orientation dankito 2020-08-10 00:48:39 +0200
  • 786df67cff Removed iPad as target device dankito 2020-08-10 00:48:14 +0200
  • 7d0080477d Removed accidentally committed print() dankito 2020-08-10 00:47:33 +0200
  • d2987dfb35 Fixed that focusNextTextFieldOnReturnKeyPress got removed dankito 2020-08-10 00:47:02 +0200
  • f05a551bf1 Implemented that a tap on label focuses text field dankito 2020-08-10 00:21:39 +0200
  • 00d7b7d24d Showing now Navigation disclosure triangle again dankito 2020-08-10 00:19:48 +0200
  • 4c631b7005 Reworded "Alle Umsätze" to "Ältere Umsätze", fixed that there was no English translation for it dankito 2020-08-10 00:15:48 +0200
  • 9ac95c77ff Fixed that there was no translation for "<number> transactions" dankito 2020-08-10 00:14:10 +0200
  • 10fee47d55 Added placeholders for "Online banking login name" and "Online banking login password" dankito 2020-08-10 00:12:55 +0200
  • 3ada76a2a0 Added placeholder for SelectBankDialog search field and an example search dankito 2020-08-10 00:10:31 +0200
  • 5d6384918e Implemented deleting account dankito 2020-08-09 15:52:20 +0200
  • b44161a45f Implemented fetching all transactions dankito 2020-08-09 15:13:48 +0200
  • bab012a9eb Implemented equals() and hashCode() dankito 2020-08-08 19:24:18 +0200
  • ba1b0a27f0 Added accountUpdated() to persist updated account dankito 2020-08-08 19:23:50 +0200
  • ec61aec0f7 Implemented BankAccountSettingsDialog dankito 2020-08-08 18:38:01 +0200
  • 78af51984d Implemented SettingsDialog and BankSettingsDialog dankito 2020-08-08 18:28:15 +0200
  • fa9af8155a Implemented LabelledUIKitTextField that displays a label on the left and a text field on the right dankito 2020-08-08 18:21:36 +0200
  • 8aa38008d4 Fixed that CoreData didn't keep accounts order dankito 2020-08-08 18:17:16 +0200
  • 820e271d1f Fixed that TanProcedures didn't get saved and restored dankito 2020-08-08 18:15:48 +0200
  • 9c269ceb09 Made displayName settable dankito 2020-08-08 18:10:11 +0200
  • 959e527d12 Fixed that if initially no TAN procedure was selected and user selected first entry, that selectedTanProcedureChanged() callback didn't get called dankito 2020-08-08 18:09:29 +0200
  • 05e8b1f4a4 Fixed that if no account has been added only center part got displayed with systemGroupedBackground, framed by large white borders dankito 2020-08-08 18:06:17 +0200
  • c1bd70085a Extracted TanProcedurePicker dankito 2020-08-06 23:33:44 +0200
  • 087e596171 Not showing identifier in braces anymore, is in almost all cases a useless information and just wastes space. Using identifier only as fallback now. dankito 2020-08-06 16:31:00 +0200
  • 0e3582c851 Made text size larger after removing bank name from list item text dankito 2020-08-06 16:28:32 +0200
  • 54595abc1e Not 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 space dankito 2020-08-06 16:16:27 +0200
  • cbed0e7758 Fixed that partially accounts have been displayed at other banks dankito 2020-08-06 16:06:39 +0200
  • 752b8bd1a3 Implemented showing 'New Money Transfer' action sheet option only if there is at least one account that supports transferring money dankito 2020-08-06 16:03:42 +0200
  • 64e49c661a Added 'Add account' to 'New ...' action sheet dankito 2020-08-06 15:44:41 +0200
  • d444baeda8 Fixed that if there are no accounts supporting retrieving account transactions addAccountAsync() never returns dankito 2020-08-06 02:48:50 +0200
  • 374d196c71 Adjusted to new method names dankito 2020-08-06 02:15:34 +0200
  • d061e7f81c Started searching for Remittees dankito 2020-08-06 02:13:47 +0200
  • 878f51ac31 Fixed setting default accounts icon dankito 2020-08-06 02:11:29 +0200
  • 474d4d1f91 Using now MapStruct for mapping JSON entities dankito 2020-08-06 02:09:58 +0200
  • 82485a29b1 Added some toString() implementations dankito 2020-08-06 01:49:31 +0200
  • 56caa78bf8 Changed setting up BigDecimal.Zero to Double dankito 2020-08-06 01:46:22 +0200
  • 003fd047e3 Made identifier, customerId, productName and accountLimit settable dankito 2020-08-06 01:33:03 +0200
  • 36e7161b2e Fixed that in derived classes bankAccount initially may is not set dankito 2020-08-06 01:32:18 +0200
  • a3696a4716 Fixed JSON serialization (as cannot add Jackson annotations to model classes in common project) dankito 2020-08-06 01:30:15 +0200
  • 60e4a82fe0 Comparing now BankAccount's technicalId dankito 2020-08-05 17:29:06 +0200
  • 561114ee26 Fixed that amount has been compared with other dankito 2020-08-05 17:28:41 +0200
  • 374818f748 Made bankCode and customerId settable dankito 2020-08-05 14:31:36 +0200
  • c49ed6a6ff Updated TextInfoExtractor version to 1.0.1 dankito 2020-08-05 11:49:05 +0200
  • 1e987e63ea Adjusting bank name for Deutsche Bank dankito 2020-08-05 10:44:12 +0200
  • 633462dea3 Fixed that navigation bar title didn't get translated dankito 2020-08-05 00:40:26 +0200
  • bb2343d4f4 Implemented displaying bank icon for transaction if transactions of all banks are displayed. Extracted IconView for that dankito 2020-08-05 00:39:17 +0200
  • 62c3677769 Fixed 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 lazily dankito 2020-08-04 23:22:16 +0200
  • eadd77e047 Fixed that TAN media view only gets displayed if there are at least two TAN media dankito 2020-08-04 00:55:28 +0200
  • 8f15bd25b3 Implemented resizing TAN image dankito 2020-08-04 00:53:34 +0200
  • c50a64f2ee Fixed that all years of dates were too small by 100 years dankito 2020-08-03 22:14:42 +0200
  • 2f321faa6a Fixed throwing away everything after URL's path dankito 2020-08-03 22:01:16 +0200
  • 8f7e2146ce Disabling 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) dankito 2020-08-03 21:59:52 +0200
  • 4d2f464569 Showing an error message if user selects a bank that does not support FinTS 3.0 dankito 2020-08-03 21:09:35 +0200
  • 685693ab23 Graying out banks that do not support FinTS 3.0 dankito 2020-08-03 21:07:53 +0200
  • 26717bf70b Renamed placeHolder to placeholder dankito 2020-08-03 20:42:11 +0200
  • 98428959bb Extracted UIKitExtensions dankito 2020-08-03 20:41:26 +0200
  • 38da439888 Removed unused (unusable) focus() and clearFocus() dankito 2020-08-03 20:21:49 +0200
  • 9074689523 Fixed removing horizontal bars from UIKitSearchBar dankito 2020-08-03 20:19:03 +0200
  • 9d1dbadd46 Copied placeholder, focusOnStart, actionOnReturnKeyPress and textChanged from UIKitTextField to UIKitSearchBar dankito 2020-08-03 20:18:09 +0200
  • 6a4f41a578 Fixed focusOnStart dankito 2020-08-03 19:49:57 +0200
  • 8695a1c049 Fixed mapping response that isSuccessful gets set to false if response code is not a 2xx dankito 2020-07-31 01:13:51 +0200
  • bfabbcf3ba Also using now isNotEmpty dankito 2020-07-31 01:13:01 +0200
  • 847f1b2508 Displaying an icon for AllBanksListItem; extracted AccountFallbackIcon dankito 2020-07-31 01:09:51 +0200
  • 4597c3fce5 Fixed font for BankListItem dankito 2020-07-31 01:08:15 +0200
  • ae1b209db4 Implemented hiding update all accounts' transaction when no account has been added; Implemented array extension property isNotEmpty dankito 2020-07-31 01:07:36 +0200
  • 766209c1e6 Fixed english translation for TransferMoneyDialog title dankito 2020-07-31 01:03:23 +0200
  • 38306e9765 Fixed that app data gets saved to documents instead of application support directory dankito 2020-07-31 00:31:19 +0200
  • 2a1b9ce198 Implemented IconedTitleView to display bank's icon alongside its name dankito 2020-07-31 00:30:18 +0200
  • 338995e671 Fixed iterating over banks so that ForEach is able to handle dynamic changes (e.g. when an account got added) dankito 2020-07-31 00:28:03 +0200
  • 341b68fec1 As 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(). dankito 2020-07-31 00:27:09 +0200
  • d653cd913b Removed unused first imageset dankito 2020-07-31 00:23:26 +0200
  • 99704f412b Fixed accounts icon (made it scalable and fixed that selected background color didn't get set by setting rendering mode to 'Template') dankito 2020-07-31 00:22:52 +0200
  • a2785244a1 Fixed removing nil items so that cast to [Favicon] can succeed dankito 2020-07-31 00:21:06 +0200
  • fb071f8826 Implemented making URLs absolute dankito 2020-07-31 00:20:24 +0200
  • b898f9d17e Implemented SwiftBankIconFinder dankito 2020-07-30 14:48:18 +0200
  • e8a27b1a83 Added findIconForBankAsync(() to IBankIconFinder so that iOS can choose how to handle asynchronous retrieval of bank icon dankito 2020-07-30 14:42:09 +0200
  • c476483f87 Fixed creating NSURL from folder and filename dankito 2020-07-30 14:39:58 +0200
  • 20cd16e509 Fixed showing previous selected tab after choosing an option from 'New ...' ActionSheet dankito 2020-07-29 20:49:24 +0200
  • 1f66bdfc63 Fixed German translation of Onlinebanking dankito 2020-07-29 20:45:43 +0200
  • 014e19d4e8 Implemented textChanged listener dankito 2020-07-29 14:51:27 +0200
  • 2e62a23e63 Fixed that text got updated during view update dankito 2020-07-29 14:46:22 +0200
  • 5f97a21965 Added default behaviour for return key dankito 2020-07-29 14:15:20 +0200
  • ebf4488e90 Implemented focusing text field right on start and focus() and clearFocus() dankito 2020-07-29 14:14:54 +0200
  • 15939d5862 Implemented focusing the next text field on return key press dankito 2020-07-29 13:18:45 +0200
  • e7127aa88b Implemented UIKitTextField to be able to react to Return key presses dankito 2020-07-29 12:38:15 +0200
  • 4512b024f8 Removed findBankWebsite() from IBankIconFinder dankito 2020-07-28 20:08:51 +0200
  • d76e4022ec Implemented Contextmenu to transfer money to selected transaction's other party dankito 2020-07-28 15:21:05 +0200
  • 7b8a83d1fd Removed unnecessary code dankito 2020-07-28 12:41:11 +0200
  • 1440a298ba Fixed that account tab's navigation bar title didn't get unset (so e.g. also TransferMoneyDialog displayed 'Accounts' as navigation bar title dankito 2020-07-28 12:40:51 +0200
  • 929d407388 Added uncommitteed SheetPresenter dankito 2020-07-28 12:24:34 +0200
  • 10fe82d45b Added title to New action sheet dankito 2020-07-28 12:24:05 +0200
  • 09b8e58845 Added label for New tab dankito 2020-07-28 12:21:01 +0200
  • cc9b7dc695 Added icon for accounts tab dankito 2020-07-28 12:18:38 +0200
  • 6ea94e436b Added label to SearchBankDialog search bar dankito 2020-07-28 12:16:23 +0200
  • e3fd832632 Replaced print() by NSLog() dankito 2020-07-28 12:14:54 +0200
  • 953e731240 Removed VStack - only caused navigation problems and NavigationView (has been replaced by UINavigationController as rootViewController); fixed intend dankito 2020-07-28 11:19:39 +0200
  • 9572ae0206 Removed accidentally committed code dankito 2020-07-28 11:15:47 +0200
  • 8c1cd33e6b Extracted setupBankingUi() dankito 2020-07-28 11:15:20 +0200
  • 363a1806a0 Removed unnecessary navigationBarHidden(false) dankito 2020-07-28 11:06:11 +0200
  • ca214457ca Implemented showing balance in AllBanksListItem, BankAccountListItem and BankListItem; extracted AmountLabel for that dankito 2020-07-28 11:03:39 +0200