Commit Graph

42 Commits

Author SHA1 Message Date
dankl 900b6624e0 Simplified AddAccountDialog texts 2020-01-25 19:19:21 +01:00
dankl b7de25c4c6 Fixed that AddAccountDialog's AutoCompleteTextView's ListView covers keyboard so that banks get accidently selected; Also made Dialogs scrollable so that parts out of screen can be scrolled into view when keyboard is displayed 2020-01-25 19:18:08 +01:00
dankl 0c92a25d92 Added German translation 2020-01-19 17:36:25 +01:00
dankl 906557b480 Fixed that for customer id no letters could be entered 2020-01-19 16:20:30 +01:00
dankl d6a5c3f09a Made labels for AddAccountDialog more precise 2020-01-19 16:18:22 +01:00
dankl 2df51c37ae Changed color of list_item_bank_info_bank_supported to colorAccent (looks more consistent) and list_item_bank_info_bank_not_supported to negativeAmount 2020-01-16 00:20:19 +01:00
dankl 59d4c1df86 Set Material design primary colors 2020-01-16 00:13:40 +01:00
dankl 3b628fea86 Set positiveAmount and negativeAmount to a darker green / red 2020-01-12 16:52:49 +01:00
dankl 80e6694ec9 Implemented Navigation side bar to show and select bank accounts 2020-01-12 16:18:22 +01:00
dankl 84a4770f96 Now also showing bank name in TransferMoneyDialog 2020-01-11 23:23:44 +01:00
dankl 8268a8f2dd Placed decrease buttons before increase buttons 2020-01-08 23:56:36 +01:00
dankl b0ee9bb0d5 Implemented changing TAN procedure and TAN medium 2020-01-08 23:22:49 +01:00
dankl 15d282a175 Implemented pausing flicker code 2020-01-03 18:05:09 +01:00
dankl 87985469bf Added FloatingActionMenuButton so that users can trigger a money transfer without having to long click on an account transaction 2020-01-03 17:57:05 +01:00
dankl 9b247d2c9e Renamed BankTransferDialog to TransferMoneyDialog 2020-01-03 14:06:53 +01:00
dankl dc5e405833 Implemented selecting bank account in BankTransferDialog 2020-01-03 13:55:29 +01:00
dankl 110fc59756 Implemented displaying an exception if tan image decoding fails 2020-01-02 00:35:10 +01:00
dankl aa88c751dd Implemented parsing and displaying images for chipTan-QR and PhotoTan; extracted TanImageSizeControlView 2020-01-02 00:02:35 +01:00
dankl 0175296c66 Implemented selected TAN procedure in EnterTanDialog 2020-01-01 21:06:39 +01:00
dankl 6e7d24ebfc Added material design icons for the current used icons 2019-12-31 02:04:40 +01:00
dankl cd191fec1a Added padding for list_item_tan_procedure 2019-12-31 01:40:09 +01:00
dankl 57d7dac613 Moved filtering banks to MainWindowPresenter; added preloading banks 2019-12-31 01:27:02 +01:00
dankl 149d409dbc Showing an error message if selected bank does not support FinTS 3.0 2019-12-31 00:44:43 +01:00
dankl 579250fdb8 Fixed list_item_bank_info: - Texts now align well - Added icons for supported and unsupported banks 2019-12-31 00:28:52 +01:00
dankl dab5de1c12 Fixed explanation for ATC 2019-12-31 00:26:50 +01:00
dankl fc2a5e6cf9 Implemented changing TAN medium (HKTAU) in UI and entering ATC, but job result after changing TAN medium doesn't get passed on to UI yet 2019-12-30 22:53:01 +01:00
dankl 11f115936b Implemented showing user's tan media 2019-12-29 17:55:41 +01:00
dankl c342eaacc3 Removed test texts 2019-10-31 01:02:18 +01:00
dankl 8892368782 Implemented selected TAN procedure after successfully adding an account 2019-10-31 00:52:49 +01:00
dankl ce3a7c564d Implemented returning booked transactions of last 90 days if retrieved from addAccount() 2019-10-30 23:26:15 +01:00
dankito faef5ace27 Raised max lines for message to display to user 2019-10-29 00:09:52 +01:00
dankl 729936542c Implemented setting ChipTanFlickerCodeView's width and height and tan generator markers' position 2019-10-28 00:53:09 +01:00
dankl 89bba4bc11 Implemented transferring money 2019-10-27 22:01:43 +01:00
dankl c57f8885e1 Implemented context menu for account transactions RecyclerView to show BankTransferDialog for selected item 2019-10-27 22:00:08 +01:00
dankl 234def482a Implemented updating account transactions 2019-10-27 21:56:46 +01:00
dankl 5388d3ee62 Renamed main to menu_main 2019-10-26 18:54:00 +02:00
dankl 3aae75c62b Implemented searching account transactions 2019-10-26 18:53:01 +02:00
dankl 7e930ff1d7 Implemented displaying balance 2019-10-26 18:26:07 +02:00
dankl d374767400 Started EnterTanDialog 2019-10-26 01:10:51 +02:00
dankl 1444d93860 Implemented BankTransferDialog 2019-10-20 23:52:07 +02:00
dankl 7e698f78cc Added AutoCompleteTextView for bank code / FinTS server address; using now TextInputLayout instead of TextView - EditText combo; renamed btnSelect to btnAddAccount 2019-10-20 23:50:49 +02:00
dankl fbb24e7732 Started Android app 2019-10-15 18:27:06 +02:00