7a35763450Limiting fields to exactly one linedankito2020-09-12 23:22:16 +0200
a1bee0aaa0Set textColorSecondary to a different gray (left textColorPrimary at the same value) and using them consequently throughout the app to make a more pleasant viewdankito2020-09-12 23:17:34 +0200
07941380ecExtracted interfaces for UI model classes Customer, BankAccount and AccountTransaction. So entities can implement these interfaces directly, there's no need for mapping anymoredankito2020-09-11 12:25:05 +0200
ddf2336ed5Implemented that if count lines is <= count max displayed lines in collapsed mode, not expand button gets displayeddankito2020-09-10 16:11:14 +0200
2b0a1e9e14Fixed that for non optical TAN procedures entering TAN options haven't been setdankito2020-09-10 16:10:24 +0200
bb0a2f9713Implemented displaying how many transactions currently are displayed and the balance of displayed transactionsdankito2020-09-10 03:33:47 +0200
921447bda8Implemented displaying an info label to explain what instant payment is aboutdankito2020-09-10 02:44:55 +0200
0be1b15346Set icons for TAN image size and flicker code frequency, reduced label 'Geschwindigkeit' zu 'Geschw.'dankito2020-09-09 18:53:05 +0200
18a71086e4Left aligned 'Accounts:' label with EditTexts' labels; reduced space between account and remittee name; made accounts text size and icon biggerdankito2020-09-09 18:30:20 +0200
f26c59d2f4Added same space to next EditText if there is a validation hint or error is displayeddankito2020-09-09 18:28:15 +0200
826221497bForgot to commit new string keysdankito2020-09-09 16:53:48 +0200
62974304f0Reduced bottom margin a bitdankito2020-09-09 16:53:25 +0200
5f18bf656dDisplaying numeric keyboard if allowed TAN format is numericdankito2020-09-09 16:41:08 +0200
29bfaa80acSelecting all text when focusing bank text fielddankito2020-09-09 16:40:10 +0200
bd2e114c9bUsing same texts in AddAccountDialog on Android now as on iOSdankito2020-09-09 16:39:17 +0200
78d691954cEqualized message to ask if account should be deleted between all three platforms. Made messages clearer, ixed typosdankito2020-09-09 16:32:22 +0200
104b1869a8Reduced account transactions list items height, reduced horizontal margin and remove recycler view's top margindankito2020-09-09 16:22:35 +0200
6af1820893Added divider between account transactions list itemsdankito2020-09-09 16:21:12 +0200
42aaadd5aeAccounts transactions list item: Merge booking text and other party name, made them more prominent and remove unused usage2dankito2020-09-08 18:49:39 +0200
e36576e4c6Added bankCodeForOnlineBanking to make clear that bank code for online banking may differs from bank's bank codedankito2020-09-08 16:26:41 +0200
744af2880cFixed that changes make in UI settings haven't been reflected in clientsdankito2020-09-08 16:25:28 +0200
b7d94e8a17Implemented specifying detaily if a bank, an account or only display index got updateddankito2020-09-08 15:47:56 +0200
0ea9fad7a0Implemented restoring data directly when creating fints4kBankingClient. This also fixes that restored BankData has data that mapped BankData didn't have (like allowedJobs, pinInfo, ...)dankito2020-09-08 14:23:56 +0200
63259ff404Merged CustomerData and BankDatadankito2020-09-08 14:07:17 +0200
49d34f1733Removed unused supportsRetrievingTransactionsOfLast90DaysWithoutTan and triedToRetrieveTransactionsOfLast90DaysWithoutTandankito2020-09-08 01:19:34 +0200
5277438009Renamed back "accounts" and "new" icon to lower case as it's really strange Git, cannot commit upper case namedankito2020-09-08 01:12:34 +0200
397acebf79Extracted iOSIsRealDevice so that it's easier to switch between iOS Simulator and real devicedankito2020-09-08 00:23:12 +0200
a821237641Commented out LuceneBankFinderTest as currently don't know how to reference BankFinder test artifactdankito2020-09-07 20:06:49 +0200
8b1051092aUpdated to new method signaturesdankito2020-09-07 20:03:24 +0200
2c1c690302Extracted settings to top of classdankito2020-09-07 19:57:51 +0200
dbc30abe2bMoved FinTsClientTestBase back to JVM tests and adjusted to new method signaturesdankito2020-09-07 19:54:36 +0200
4398b9536fFixed 'Secure data with?' keydankito2020-09-07 15:03:45 +0200
6201f277ccDismissing now AddAccountDialog manually so that we can show 'Secure data?' alert synchronouslydankito2020-09-07 15:03:22 +0200
3d11614921Fixed that focusTextField may gets called during view update resulting in 'undefined behavior'dankito2020-09-07 15:01:13 +0200
0baa74484bGave usage a whole line as it often contains long texts (TODO: make it multiline, e.g. with UITextView)dankito2020-09-07 15:00:10 +0200
a7d56603e5Fixed bug that NavigationLink navigated to AccountTransactionsDialog twicedankito2020-09-07 03:42:38 +0200
9dc45cb53fAdded context menu item to navigate to settings dialogdankito2020-09-07 03:42:04 +0200
874d78d6adRenamed alignVertically() to correctly alignHorizontally()dankito2020-09-07 01:36:53 +0200
e8614a3b47Renamed SettingsDialog to SettingsTabdankito2020-09-07 01:34:31 +0200
de2b5152efDisabling UpdateButton as long its executing its actiondankito2020-09-07 01:32:16 +0200
4d781aea65Implemented remembering for which accounts FetchAllTransactionsOverlay has been dismissed to not show it again for these accountsdankito2020-09-07 01:20:09 +0200
f3332c6da7Fixed calling showNavigationBarTitle() instead of navigationBarTitle()dankito2020-09-07 00:43:45 +0200
5e07a900a9Implemented securing app access with password, FaceID or TouchIDdankito2020-09-07 00:07:43 +0200
41b60a07a4Extracted UIAlert and ActionSheetdankito2020-09-05 18:38:05 +0200
c08b4e7b5dImplemented adding 'Done' button to keyboard as numeric keyboards don't have one -> keyboard cannot be dismisseddankito2020-09-05 15:44:14 +0200
7bd6d750a4Fixed 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())dankito2020-09-05 03:39:59 +0200
147ce950f7Removed setting selectedBank to nil for unsupported banks, there should be absolutely no use in itdankito2020-09-05 03:30:29 +0200
c231081798Split banks search result in supported and unsupported banksdankito2020-09-05 03:29:54 +0200
047f0e075fFixed that application crashes if we're in editing mode and last bank gets deleteddankito2020-09-05 02:51:10 +0200
f447b17aa6Added footer to add accountdankito2020-09-05 02:39:36 +0200
5d29a12f02Disabling EditButton if no account has been added yetdankito2020-09-05 02:31:00 +0200
eac6ec7d62Renamed SectionWithRightAlignedEditButton to SectionHeaderWithRightAlignedEditButton and building now Section in View.bodydankito2020-09-05 02:28:30 +0200
0133787ee4Always displaying now transferMoneyAction, but disabling it if no accounts supporting transferring money are addeddankito2020-09-05 02:03:29 +0200
de72722e4cCreating 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 expecteddankito2020-09-05 01:50:01 +0200
9de40b4cc8Added hint that for instant payment transfers may fees are chargeddankito2020-09-04 17:46:14 +0200
a3bb940d46Implemented creating money transfer with same data as original account transaction (not only remittee name and IBAN)dankito2020-09-04 13:58:26 +0200
c9ed160043Hiding keyboard when adding account or transferring moneydankito2020-09-03 13:36:08 +0200
8a2875dd41Fixed translating success message (dot was missing)dankito2020-09-03 13:26:14 +0200
c18ad89271Implemented 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 twicedankito2020-09-03 13:25:46 +0200