Commit Graph

  • 7a35763450 Limiting fields to exactly one line dankito 2020-09-12 23:22:16 +0200
  • a1bee0aaa0 Set textColorSecondary to a different gray (left textColorPrimary at the same value) and using them consequently throughout the app to make a more pleasant view dankito 2020-09-12 23:17:34 +0200
  • 07941380ec Extracted interfaces for UI model classes Customer, BankAccount and AccountTransaction. So entities can implement these interfaces directly, there's no need for mapping anymore dankito 2020-09-11 12:25:05 +0200
  • ddf2336ed5 Implemented that if count lines is <= count max displayed lines in collapsed mode, not expand button gets displayed dankito 2020-09-10 16:11:14 +0200
  • 2b0a1e9e14 Fixed that for non optical TAN procedures entering TAN options haven't been set dankito 2020-09-10 16:10:24 +0200
  • bb0a2f9713 Implemented displaying how many transactions currently are displayed and the balance of displayed transactions dankito 2020-09-10 03:33:47 +0200
  • 921447bda8 Implemented displaying an info label to explain what instant payment is about dankito 2020-09-10 02:44:55 +0200
  • 92fe48720c Removed unused MaxHeightScrollView dankito 2020-09-10 01:03:35 +0200
  • f7f6e7703b Implemented showing select TAN media view only if there is more than one TAN medium for this TAN procedure dankito 2020-09-10 00:41:52 +0200
  • 51c7a9f098 Added space between select TAN procedure view and TAN view dankito 2020-09-10 00:40:13 +0200
  • 4afd7df317 Raised spacing a bit dankito 2020-09-09 19:59:42 +0200
  • 73d8570997 Implemented collapsing dankito 2020-09-09 19:59:02 +0200
  • f4c7fad039 Fixed indent dankito 2020-09-09 18:58:17 +0200
  • 0be1b15346 Set icons for TAN image size and flicker code frequency, reduced label 'Geschwindigkeit' zu 'Geschw.' dankito 2020-09-09 18:53:05 +0200
  • 18a71086e4 Left aligned 'Accounts:' label with EditTexts' labels; reduced space between account and remittee name; made accounts text size and icon bigger dankito 2020-09-09 18:30:20 +0200
  • f26c59d2f4 Added same space to next EditText if there is a validation hint or error is displayed dankito 2020-09-09 18:28:15 +0200
  • 826221497b Forgot to commit new string keys dankito 2020-09-09 16:53:48 +0200
  • 62974304f0 Reduced bottom margin a bit dankito 2020-09-09 16:53:25 +0200
  • 5f18bf656d Displaying numeric keyboard if allowed TAN format is numeric dankito 2020-09-09 16:41:08 +0200
  • 69c30c2ebc Little refactoring dankito 2020-09-09 16:40:36 +0200
  • 29bfaa80ac Selecting all text when focusing bank text field dankito 2020-09-09 16:40:10 +0200
  • bd2e114c9b Using same texts in AddAccountDialog on Android now as on iOS dankito 2020-09-09 16:39:17 +0200
  • 78d691954c Equalized message to ask if account should be deleted between all three platforms. Made messages clearer, ixed typos dankito 2020-09-09 16:32:22 +0200
  • 104b1869a8 Reduced account transactions list items height, reduced horizontal margin and remove recycler view's top margin dankito 2020-09-09 16:22:35 +0200
  • 6af1820893 Added divider between account transactions list items dankito 2020-09-09 16:21:12 +0200
  • c5cace98df Centered usage dankito 2020-09-09 16:18:36 +0200
  • 035b7b3d33 Set transactions label to max 1 line and usage to max 2 lines dankito 2020-09-09 16:14:19 +0200
  • 033a29492d Implemented hiding keyboard on return key press for UIKitSearchBar dankito 2020-09-09 14:29:01 +0200
  • 96b6f4a718 Extracted SearchBarWithLabel dankito 2020-09-09 14:00:49 +0200
  • d84da617ba Fixed displaying search bar over almost full screen width dankito 2020-09-09 13:41:05 +0200
  • 2339cba451 Set Divider color to gray instead of black, makes it more friendly and less hard dankito 2020-09-09 13:33:24 +0200
  • 9c8fe481f8 Fixed that Divider didn't set its color correctly dankito 2020-09-09 13:32:57 +0200
  • 53f0380302 Fixed that search bar didn't scroll out of view but was always visible dankito 2020-09-09 13:32:24 +0200
  • cc6e02f431 Enabled AndroidX vector drawables dankito 2020-09-08 19:07:35 +0200
  • 42aaadd5ae Accounts transactions list item: Merge booking text and other party name, made them more prominent and remove unused usage2 dankito 2020-09-08 18:49:39 +0200
  • f2bbff804d Implemented convenience constructors dankito 2020-09-08 16:38:06 +0200
  • e36576e4c6 Added bankCodeForOnlineBanking to make clear that bank code for online banking may differs from bank's bank code dankito 2020-09-08 16:26:41 +0200
  • 744af2880c Fixed that changes make in UI settings haven't been reflected in clients dankito 2020-09-08 16:25:28 +0200
  • b7d94e8a17 Implemented specifying detaily if a bank, an account or only display index got updated dankito 2020-09-08 15:47:56 +0200
  • 0ea9fad7a0 Implemented restoring data directly when creating fints4kBankingClient. This also fixes that restored BankData has data that mapped BankData didn't have (like allowedJobs, pinInfo, ...) dankito 2020-09-08 14:23:56 +0200
  • 63259ff404 Merged CustomerData and BankData dankito 2020-09-08 14:07:17 +0200
  • 49d34f1733 Removed unused supportsRetrievingTransactionsOfLast90DaysWithoutTan and triedToRetrieveTransactionsOfLast90DaysWithoutTan dankito 2020-09-08 01:19:34 +0200
  • 5277438009 Renamed back "accounts" and "new" icon to lower case as it's really strange Git, cannot commit upper case name dankito 2020-09-08 01:12:34 +0200
  • 397acebf79 Extracted iOSIsRealDevice so that it's easier to switch between iOS Simulator and real device dankito 2020-09-08 00:23:12 +0200
  • a821237641 Commented out LuceneBankFinderTest as currently don't know how to reference BankFinder test artifact dankito 2020-09-07 20:06:49 +0200
  • 8b1051092a Updated to new method signatures dankito 2020-09-07 20:03:24 +0200
  • 2c1c690302 Extracted settings to top of class dankito 2020-09-07 19:57:51 +0200
  • dbc30abe2b Moved FinTsClientTestBase back to JVM tests and adjusted to new method signatures dankito 2020-09-07 19:54:36 +0200
  • a7130c94b1 Preloading all bank infos dankito 2020-09-07 19:38:07 +0200
  • 78f09befbd Moved extensions to folder extensions dankito 2020-09-07 19:29:08 +0200
  • 797e108485 Moved remaining views to views folder dankito 2020-09-07 19:26:32 +0200
  • d9d7b8a604 Git didn't commit that als BankSettingsDialog has been moved dankito 2020-09-07 19:24:27 +0200
  • 12cfd95300 Added unfinished LabelledUIKitTextFieldWithValidationLabel dankito 2020-09-07 19:23:15 +0200
  • fb57a41ca4 Moved all UIKit related classes to UIKit dankito 2020-09-07 19:22:41 +0200
  • 6dbc85fea4 Moved TAN related views to view/tan dankito 2020-09-07 19:18:07 +0200
  • 7f343b81e4 Moved all list items to folder view/listitems dankito 2020-09-07 19:16:00 +0200
  • 42e10044f6 Moved all dialogs to folder dialogs dankito 2020-09-07 19:05:31 +0200
  • 07a1adf9d1 Renamed AccountsTab to AccountsDialog and SettingsTab to SettingsDialog dankito 2020-09-07 19:02:01 +0200
  • 434e80a13d Removed not working tests (Xcode wasn't able to compile BankingUiSwift dependencies in tests) dankito 2020-09-07 18:55:47 +0200
  • 00241ea082 Renamed app name to Bankmeister dankito 2020-09-07 18:54:08 +0200
  • 9027430616 Set BankTransfer icon to two arrows in a circle dankito 2020-09-07 18:29:10 +0200
  • eb4fc1aaeb Renamed all icons to start with an upper case letter; renamed gear.fill to Settings dankito 2020-09-07 18:26:50 +0200
  • 98d405687b Fixed indent dankito 2020-09-07 17:00:12 +0200
  • b2a7b19e03 Reduces space between text and button a bit dankito 2020-09-07 16:59:53 +0200
  • 184bd85a48 Fixed that empty space between title and amount wasn't tapable dankito 2020-09-07 16:17:55 +0200
  • 6b922fc2c6 Implemented convenience method to show an Alert from a Message dankito 2020-09-07 16:16:45 +0200
  • 7dc43aa369 Fixed typo dankito 2020-09-07 16:13:03 +0200
  • b11bc25c58 Removed unused files dankito 2020-09-07 15:25:43 +0200
  • b98bacd94a Fixed running code async dankito 2020-09-07 15:14:04 +0200
  • cc9f142800 Dismissing views now animated by default dankito 2020-09-07 15:08:26 +0200
  • 78d69cb673 Fixed typo dankito 2020-09-07 15:07:56 +0200
  • 4398b9536f Fixed 'Secure data with?' key dankito 2020-09-07 15:03:45 +0200
  • 6201f277cc Dismissing now AddAccountDialog manually so that we can show 'Secure data?' alert synchronously dankito 2020-09-07 15:03:22 +0200
  • 3d11614921 Fixed that focusTextField may gets called during view update resulting in 'undefined behavior' dankito 2020-09-07 15:01:13 +0200
  • 0baa74484b Gave usage a whole line as it often contains long texts (TODO: make it multiline, e.g. with UITextView) dankito 2020-09-07 15:00:10 +0200
  • a7d56603e5 Fixed bug that NavigationLink navigated to AccountTransactionsDialog twice dankito 2020-09-07 03:42:38 +0200
  • 9dc45cb53f Added context menu item to navigate to settings dialog dankito 2020-09-07 03:42:04 +0200
  • 874d78d6ad Renamed alignVertically() to correctly alignHorizontally() dankito 2020-09-07 01:36:53 +0200
  • e8614a3b47 Renamed SettingsDialog to SettingsTab dankito 2020-09-07 01:34:31 +0200
  • de2b5152ef Disabling UpdateButton as long its executing its action dankito 2020-09-07 01:32:16 +0200
  • 4d781aea65 Implemented remembering for which accounts FetchAllTransactionsOverlay has been dismissed to not show it again for these accounts dankito 2020-09-07 01:20:09 +0200
  • f3332c6da7 Fixed calling showNavigationBarTitle() instead of navigationBarTitle() dankito 2020-09-07 00:43:45 +0200
  • d197346cfc Implemented remove app protection dankito 2020-09-07 00:43:02 +0200
  • 5e07a900a9 Implemented securing app access with password, FaceID or TouchID dankito 2020-09-07 00:07:43 +0200
  • 41b60a07a4 Extracted UIAlert and ActionSheet dankito 2020-09-05 18:38:05 +0200
  • c08b4e7b5d Implemented adding 'Done' button to keyboard as numeric keyboards don't have one -> keyboard cannot be dismissed dankito 2020-09-05 15:44:14 +0200
  • 7bd6d750a4 Fixed that tabs got created multiple times and therefore sometimes initial navigation bar title, "Accounts", got displayed (issue was i set them up in viewWillAppear() instead of viewDidLoad()) dankito 2020-09-05 03:39:59 +0200
  • 147ce950f7 Removed setting selectedBank to nil for unsupported banks, there should be absolutely no use in it dankito 2020-09-05 03:30:29 +0200
  • c231081798 Split banks search result in supported and unsupported banks dankito 2020-09-05 03:29:54 +0200
  • 047f0e075f Fixed that application crashes if we're in editing mode and last bank gets deleted dankito 2020-09-05 02:51:10 +0200
  • f447b17aa6 Added footer to add account dankito 2020-09-05 02:39:36 +0200
  • 5d29a12f02 Disabling EditButton if no account has been added yet dankito 2020-09-05 02:31:00 +0200
  • eac6ec7d62 Renamed SectionWithRightAlignedEditButton to SectionHeaderWithRightAlignedEditButton and building now Section in View.body dankito 2020-09-05 02:28:30 +0200
  • 0133787ee4 Always displaying now transferMoneyAction, but disabling it if no accounts supporting transferring money are added dankito 2020-09-05 02:03:29 +0200
  • de72722e4c Creating top UIViewControllers now by myself. SwiftUI has too many bugs and showing ActionSheet on 'New' tab item click is now very easy and does exactly what expected dankito 2020-09-05 01:50:01 +0200
  • 9de40b4cc8 Added hint that for instant payment transfers may fees are charged dankito 2020-09-04 17:46:14 +0200
  • a3bb940d46 Implemented creating money transfer with same data as original account transaction (not only remittee name and IBAN) dankito 2020-09-04 13:58:26 +0200
  • c9ed160043 Hiding keyboard when adding account or transferring money dankito 2020-09-03 13:36:08 +0200
  • 8a2875dd41 Fixed translating success message (dot was missing) dankito 2020-09-03 13:26:14 +0200
  • c18ad89271 Implemented disabling 'Add account' and 'Transfer money' button and added an activity indicator during action to show that in background work is being done and to avoid that user hits button twice dankito 2020-09-03 13:25:46 +0200