Commit graph

134 commits

Author SHA1 Message Date
d209bc46fc Renamed haveAllTransactionsBeenFetched to haveAllTransactionsBeenRetrieved and isAccountTypeSupported to isAccountTypeSupportedByApplication 2022-02-07 00:18:07 +01:00
24dd07d46f Fixed hiding lytTransactionsTopBar if no transactions have been retrieved yet 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
60c93dedfb Renamed Customer to BankData 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
f811d25ffd Fixed that 'Could not retrieve transactions' message got displayed even though no account has 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
d8739cf193 Renamed isSuccessful to successful 2022-02-07 00:18:07 +01:00
99205b53c9 Removed bankAccount property from GetTransactionsResponse 2022-02-07 00:18:07 +01:00
de20ae4a98 Removed unused AmountFormat 2022-02-07 00:18:06 +01:00
67b282beb2 Added horizontal divider to remittee list items 2022-02-07 00:18:06 +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
7cd7678542 Hiding txtvwRemitteeBankName if bank name isn't set 2022-02-07 00:18:06 +01:00
8f24802a55 Implemented also displaying BIC in remittee search result list 2022-02-07 00:18:06 +01:00
bf5514f37b Implemented IRemitteeSearcher in RoomBankingPersistence 2022-02-07 00:18:06 +01:00
12e84109f3 Implemented persisting data with Room 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
5b054dcb52 Hiding keyboard when showing instant payment info PopupWindow 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
4709038f8a Fixed indent 2022-02-07 00:18:06 +01:00
7a35763450 Limiting fields to exactly one line 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
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 2022-02-07 00:18:06 +01:00
ddf2336ed5 Implemented that if count lines is <= count max displayed lines in collapsed mode, not expand button gets displayed 2022-02-07 00:18:06 +01:00
2b0a1e9e14 Fixed that for non optical TAN procedures entering TAN options haven't been set 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
92fe48720c Removed unused MaxHeightScrollView 2022-02-07 00:18:06 +01:00
f7f6e7703b Implemented showing select TAN media view only if there is more than one TAN medium for this TAN procedure 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
f4c7fad039 Fixed indent 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
826221497b Forgot to commit new string keys 2022-02-07 00:18:06 +01:00
62974304f0 Reduced bottom margin a bit 2022-02-07 00:18:06 +01:00
5f18bf656d Displaying numeric keyboard if allowed TAN format is numeric 2022-02-07 00:18:06 +01:00
69c30c2ebc Little refactoring 2022-02-07 00:18:06 +01:00
29bfaa80ac Selecting all text when focusing bank text field 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