Commit graph

52 commits

Author SHA1 Message Date
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
589e1e673a Implemented hiding account and disabling automatic account update 2022-02-07 00:18:07 +01:00
3ca9017bde Implemented AccountTransactionDetailsDialog 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
66feba0614 Renamed buttons when asking user if she likes to secure her data to 'Later' and 'Yes' 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
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
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
07a1adf9d1 Renamed AccountsTab to AccountsDialog and SettingsTab to SettingsDialog 2022-02-07 00:18:06 +01:00
78d69cb673 Fixed typo 2022-02-07 00:18:06 +01:00
4398b9536f Fixed 'Secure data with?' key 2022-02-07 00:18:06 +01:00
0baa74484b Gave usage a whole line as it often contains long texts (TODO: make it multiline, e.g. with UITextView) 2022-02-07 00:18:06 +01:00
d197346cfc Implemented remove app protection 2022-02-07 00:18:06 +01:00
5e07a900a9 Implemented securing app access with password, FaceID or TouchID 2022-02-07 00:18:06 +01:00
c231081798 Split banks search result in supported and unsupported banks 2022-02-07 00:18:06 +01:00
9de40b4cc8 Added hint that for instant payment transfers may fees are charged 2022-02-07 00:18:06 +01:00
a3bb940d46 Implemented creating money transfer with same data as original account transaction (not only remittee name and IBAN) 2022-02-07 00:18:06 +01:00
b90c722a8e Added "Online banking login data" section header 2022-02-07 00:18:06 +01:00
db3a87b0c4 Added that fetching all transactions requires TAN. Otherwise user may be confused why enter TAN dialog pops up. 2022-02-07 00:18:06 +01:00
7204ddd90e Removed 'This cannot be undone and data will be lost.', only discourages user 2022-02-07 00:18:06 +01:00
af54997bf6 Removed FinTS from alert message as much as possible (only confuses users) 2022-02-07 00:18:06 +01:00
b28f6ae68f Implemented SwiftUI FlickerCodeTanView; extracted ScaleImageView from ImageTanView 2022-02-07 00:18:06 +01:00
974d427e1a Implemented showing 'Discard' instead of 'OK' to discard changes 2022-02-07 00:18:06 +01:00
f3d7afc376 Implemented displaying auto retrieved BIC and bank name in an info label; extracted InfoLabel from ValidationLabel 2022-02-07 00:18:06 +01:00
8002b02981 Implemented deleting accounts; showing section title "Bank credentials" 2022-02-07 00:18:05 +01:00
4c631b7005 Reworded "Alle Umsätze" to "Ältere Umsätze", fixed that there was no English translation for it 2022-02-07 00:18:05 +01:00
9ac95c77ff Fixed that there was no translation for "<number> transactions" 2022-02-07 00:18:05 +01:00
10fee47d55 Added placeholders for "Online banking login name" and "Online banking login password" 2022-02-07 00:18:05 +01:00
3ada76a2a0 Added placeholder for SelectBankDialog search field and an example search 2022-02-07 00:18:05 +01:00
5d6384918e Implemented deleting account 2022-02-07 00:18:05 +01:00
b44161a45f Implemented fetching all transactions 2022-02-07 00:18:05 +01:00
ec61aec0f7 Implemented BankAccountSettingsDialog 2022-02-07 00:18:05 +01:00
78af51984d Implemented SettingsDialog and BankSettingsDialog 2022-02-07 00:18:05 +01:00
fa9af8155a Implemented LabelledUIKitTextField that displays a label on the left and a text field on the right 2022-02-07 00:18:05 +01:00
8f15bd25b3 Implemented resizing TAN image 2022-02-07 00:17:54 +01:00
4d2f464569 Showing an error message if user selects a bank that does not support FinTS 3.0 2022-02-07 00:17:54 +01:00
1f66bdfc63 Fixed German translation of Onlinebanking 2022-02-07 00:17:54 +01:00
d76e4022ec Implemented Contextmenu to transfer money to selected transaction's other party 2022-02-07 00:17:54 +01:00
10fe82d45b Added title to New action sheet 2022-02-07 00:17:54 +01:00
09b8e58845 Added label for New tab 2022-02-07 00:17:54 +01:00
6ea94e436b Added label to SearchBankDialog search bar 2022-02-07 00:17:54 +01:00
17fd1b0474 Implemented AllBanksListItem 2022-02-07 00:17:54 +01:00
6c82a63d64 Implemented expanding / collapsing long TAN hint texts 2022-02-07 00:17:54 +01:00
89f1840655 Implemented showing decoding error 2022-02-07 00:17:53 +01:00
e5d3c3ff7c Implemented change TAN medium 2022-02-07 00:17:53 +01:00
20a396c33b Implemented selecting bank in AddAccountDialog 2022-02-07 00:17:53 +01:00
c590c945a5 Started EnterTanDialog. Had to wrap rootViewController in a UINavigationController for that to be able to push a EnterTanDialog from every point in the application 2022-02-07 00:17:53 +01:00
2552f0fa11 Implemented TransferMoneyDialog 2022-02-07 00:17:53 +01:00