Commit graph

74 commits

Author SHA1 Message Date
0706c91bac Removed automaticallyUpdateAccounts as automaticallyUpdateAccountsAfterMinutes can contain information if accounts should be updated automatically or not 2022-02-07 00:18:08 +01:00
6c17449fc4 Implemented displaying that automaticallyUpdateAccountsAfterMinutes and lockAppAfterMinutes can be set, but they have no functionality yet 2022-02-07 00:18:08 +01:00
64213a890f Left aligned txtRecipientBankInfo with errors / warnings 2022-02-07 00:18:08 +01:00
4f75968efa Implemented displaying recipient BIC and bank name in one line 2022-02-07 00:18:08 +01:00
04bf120293 Set app icon 2022-02-07 00:18:08 +01:00
b82d986da2 Added biometric authentication dialog / prompt 2022-02-07 00:18:08 +01:00
b7c760e26e Added translations for BankAccountTypes 2022-02-07 00:18:08 +01:00
e64e8925c4 Added UI to set if accounts should be updated automatically 2022-02-07 00:18:07 +01:00
746591597e Implemented sharing account data 2022-02-07 00:18:07 +01:00
7f14215907 Added info popup to explain what 'Fetch all transactions' means (TODO: displays only data of first account for which not all transactions have been fetched, display all) 2022-02-07 00:18:07 +01:00
3c5f63dcd2 Removed gray background, white space is enough to distinguish elements and looks way better 2022-02-07 00:18:07 +01:00
b019360ad1 Made password visibility toggleable 2022-02-07 00:18:07 +01:00
cb486de6d4 Raised sizes a bit to make them better touchable 2022-02-07 00:18:07 +01:00
917cb8edf5 Implemented LoginActivity and ProtectAppSettingsDialog but there's not logic behind it yet 2022-02-07 00:18:07 +01:00
7f6ea74aa8 Renamed formLabelledValueLabelTextColor to formLabelTextColor and formLabelledValueValueTextColor to formValueTextColor 2022-02-07 00:18:07 +01:00
589e1e673a Implemented hiding account and disabling automatic account update 2022-02-07 00:18:07 +01:00
364b818d84 Implemented displaying account features 2022-02-07 00:18:07 +01:00
b3d92d4e64 Implemented selecting TAN method 2022-02-07 00:18:07 +01:00
74d30df248 Implemented displaying bank and bank account data 2022-02-07 00:18:07 +01:00
25089558c1 Implemented FormLabelledValue 2022-02-07 00:18:07 +01:00
2c9c374ee1 Implemented BankAccountSettingsDialog 2022-02-07 00:18:07 +01:00
85bf455c0c Implemented reordering bank accounts 2022-02-07 00:18:07 +01:00
a6a5baaeb1 Implemented SettingsDialog 2022-02-07 00:18:07 +01:00
3be297c0d3 Implemented showing fetch all transactions view at top and by clicking on 'x' button showing it at bottom (TODO on Android: show at bottom) 2022-02-07 00:18:07 +01:00
bf9d406053 Renamed usage to reference, remittee to recipient and instant payment to real-time transfer 2022-02-07 00:18:07 +01:00
5ded582c78 Don't showing an overlay anymore but button to fetch all transactions directly above transactions list 2022-02-07 00:18:07 +01:00
13d95f4bda Implemented storing and displaying for which period account transactions have been fetched 2022-02-07 00:18:07 +01:00
700e3e6da9 Implemented mapping and displaying if an account type is supported or not 2022-02-07 00:18:07 +01:00
e78e0e93f9 Added button to add account if no accounts have been added yet 2022-02-07 00:18:07 +01:00
be42e3b330 Renamed TanProcedure to TanMethod in UI 2022-02-07 00:18:07 +01:00
a382904015 Implemented displaying state if no transactions are displayed (e.g. if no transactions have been fetch, account doesn't support fetching transactions of retrieved period didn't contain any transactions) 2022-02-07 00:18:07 +01:00
fcdf60f596 Removed alert after adding account to ask user if now all account transactions should get fetched 2022-02-07 00:18:07 +01:00
4afa18b336 Added padding to list_item_remittee 2022-02-07 00:18:06 +01:00
e612d51045 Fixed height after hiding txtvwRemitteeBankName if name isn't set 2022-02-07 00:18:06 +01:00
e7d665f588 Added bottom bar to ask user if she likes to fetch all transactions 2022-02-07 00:18:06 +01:00
b33964a76b Fixed instant payment layout (show info button is now right after label and label ellipsizes if there's not enough space 2022-02-07 00:18:06 +01:00
f847e5e651 Started BankSettingsDialog with most important fields 2022-02-07 00:18:06 +01:00
731c2b7d51 Implemented standard views for a form to make more pleasant and consistent forms 2022-02-07 00:18:06 +01:00
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 2022-02-07 00:18:06 +01:00
bb0a2f9713 Implemented displaying how many transactions currently are displayed and the balance of displayed transactions 2022-02-07 00:18:06 +01:00
921447bda8 Implemented displaying an info label to explain what instant payment is about 2022-02-07 00:18:06 +01:00
51c7a9f098 Added space between select TAN procedure view and TAN view 2022-02-07 00:18:06 +01:00
4afd7df317 Raised spacing a bit 2022-02-07 00:18:06 +01:00
73d8570997 Implemented collapsing 2022-02-07 00:18:06 +01:00
0be1b15346 Set icons for TAN image size and flicker code frequency, reduced label 'Geschwindigkeit' zu 'Geschw.' 2022-02-07 00:18:06 +01:00
18a71086e4 Left aligned 'Accounts:' label with EditTexts' labels; reduced space between account and remittee name; made accounts text size and icon bigger 2022-02-07 00:18:06 +01:00
f26c59d2f4 Added same space to next EditText if there is a validation hint or error is displayed 2022-02-07 00:18:06 +01:00
62974304f0 Reduced bottom margin a bit 2022-02-07 00:18:06 +01:00
bd2e114c9b Using same texts in AddAccountDialog on Android now as on iOS 2022-02-07 00:18:06 +01:00
78d691954c Equalized message to ask if account should be deleted between all three platforms. Made messages clearer, ixed typos 2022-02-07 00:18:06 +01:00