Commit graph

160 commits

Author SHA1 Message Date
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
99866e02be Forgot to commit calling new signature of bankUpdated 2022-02-07 00:18:07 +01:00
fa1c2a0ddf Keeping now bank icon's bytes directly on BankData so that we can persist is to database -> attackers don't see in filesystem added accounts anymore 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
88ba716639 Simplified persisting TanMethodSettings and implemented saving TanMethodSettings on AppSettings in iOS 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
1d09789d38 Implemented persisting for which account prominent (top) fetch all transactions view shouldn't be displayed anymore 2022-02-07 00:18:07 +01:00
95215edc7c Implemented updating lists on changes 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
8df816c091 Added formatToShortDate() and formatToMediumDate() to BankingPresenter to have a common place for formatting dates 2022-02-07 00:18:07 +01:00
77a4273179 Implemented sorting account that support money transfer by display index 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
f03480945e Implemented displaying currency of amount of money 2022-02-07 00:18:07 +01:00
415a3297bb In UI renamed customerId to userName; removed unused customerId from BankAccount 2022-02-07 00:18:07 +01:00
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