Commit graph

117 commits

Author SHA1 Message Date
bc3439baa5 Implemented exporting account transactions as .csv at least for JVM and Android 2022-02-07 00:18:13 +01:00
a9bc3522fc Adjusted JavaFX messages for AddAccountDialog to that one of iOS and Android 2022-02-07 00:18:13 +01:00
03e3ed8e22 Added a little - may unprofessional - supplement 2022-02-07 00:18:08 +01:00
176560c9fa Renamed app to Bankmeister 2022-02-07 00:18:08 +01:00
44e15e4aeb Implemented locking screen orientation to portrait on phones as there some dialogs / EditTexts are almost unusable. TODO: setting this in BaseActivity is quite bad 2022-02-07 00:18:08 +01:00
c3016b043a Made space between settings section a big larger 2022-02-07 00:18:08 +01:00
a50f6ac8f8 Set text color of buttons in settings dialog to same color as in Android settings app 2022-02-07 00:18:08 +01:00
2401ba7d95 Using now for list items the same color as for labels in forms 2022-02-07 00:18:08 +01:00
d492b90321 Changed order of accounts and TAN methods 2022-02-07 00:18:08 +01:00
77ee69a035 Changed order of swtchIncludeInAutomaticAccountsUpdate and swtchIncludeInAutomaticAccountsUpdate 2022-02-07 00:18:08 +01:00
64cb4ca9e2 Implemented reading QR coding and if it is a EPC QR code navigating to TransferMoneyDialog 2022-02-07 00:18:08 +01:00
8a17c7f22b Showing accounts icon now with circle as on iOS 2022-02-07 00:18:08 +01:00
dbe58e2b02 Displaying bank code in textColorSecondary so that it's easier caught by eye 2022-02-07 00:18:08 +01:00
693977798a Giving amounts a little bit more space (large amounts wrapped into next line) 2022-02-07 00:18:08 +01:00
03cb2bc72a Fixed that amount takes only one line (large amounts wrapped into next line) 2022-02-07 00:18:08 +01:00
93e348edc1 Reformulated login prompts 2022-02-07 00:18:08 +01:00
4777ffb699 Fixed that Werktag (business day) was incorrect, Banktag (banking day) is correct 2022-02-07 00:18:08 +01:00
86d1e5856e Made (hopefully) translations for login, ask user to delete account and that bank is not supported by app better understandable 2022-02-07 00:18:08 +01:00
a7b47665a5 Implemented displaying a switch to be able to set if password should be saved or not, but there's not logic behind it yet 2022-02-07 00:18:08 +01:00
197a984353 Raised FormOnOff height a bit so that there's more spacing around it 2022-02-07 00:18:08 +01:00
85acd02c36 Added add account button to bank credentials section 2022-02-07 00:18:08 +01:00
29bbe298f3 Renamed updateAccountAutomatically to includeInAutomaticAccountsUpdate 2022-02-07 00:18:08 +01:00
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
e29eead03a Using now vector drawable for add icon, could therefore remove Android Icons dependency 2022-02-07 00:18:08 +01:00
8706778906 Added default icon for accounts 2022-02-07 00:18:08 +01:00
eff16876b6 Fixed that using vector drawables that way is not supported on devices pre Lollipop 2022-02-07 00:18:08 +01:00
04bf120293 Set app icon 2022-02-07 00:18:08 +01:00
2cab245600 Implemented encrypting biometric password 2022-02-07 00:18:08 +01:00
d65b766655 Disabling login button during password check and database decryption 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
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
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