|
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 |
|
|
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 |
|
|
415a3297bb
|
In UI renamed customerId to userName; removed unused customerId from BankAccount
|
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 |
|