dankito
|
b019360ad1
|
Made password visibility toggleable
|
2022-02-07 00:18:07 +01:00 |
dankito
|
cb486de6d4
|
Raised sizes a bit to make them better touchable
|
2022-02-07 00:18:07 +01:00 |
dankito
|
917cb8edf5
|
Implemented LoginActivity and ProtectAppSettingsDialog but there's not logic behind it yet
|
2022-02-07 00:18:07 +01:00 |
dankito
|
7f6ea74aa8
|
Renamed formLabelledValueLabelTextColor to formLabelTextColor and formLabelledValueValueTextColor to formValueTextColor
|
2022-02-07 00:18:07 +01:00 |
dankito
|
88ba716639
|
Simplified persisting TanMethodSettings and implemented saving TanMethodSettings on AppSettings in iOS
|
2022-02-07 00:18:07 +01:00 |
dankito
|
589e1e673a
|
Implemented hiding account and disabling automatic account update
|
2022-02-07 00:18:07 +01:00 |
dankito
|
364b818d84
|
Implemented displaying account features
|
2022-02-07 00:18:07 +01:00 |
dankito
|
b3d92d4e64
|
Implemented selecting TAN method
|
2022-02-07 00:18:07 +01:00 |
dankito
|
74d30df248
|
Implemented displaying bank and bank account data
|
2022-02-07 00:18:07 +01:00 |
dankito
|
25089558c1
|
Implemented FormLabelledValue
|
2022-02-07 00:18:07 +01:00 |
dankito
|
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 |
dankito
|
95215edc7c
|
Implemented updating lists on changes
|
2022-02-07 00:18:07 +01:00 |
dankito
|
2c9c374ee1
|
Implemented BankAccountSettingsDialog
|
2022-02-07 00:18:07 +01:00 |
dankito
|
85bf455c0c
|
Implemented reordering bank accounts
|
2022-02-07 00:18:07 +01:00 |
dankito
|
a6a5baaeb1
|
Implemented SettingsDialog
|
2022-02-07 00:18:07 +01:00 |
dankito
|
8df816c091
|
Added formatToShortDate() and formatToMediumDate() to BankingPresenter to have a common place for formatting dates
|
2022-02-07 00:18:07 +01:00 |
dankito
|
77a4273179
|
Implemented sorting account that support money transfer by display index
|
2022-02-07 00:18:07 +01:00 |
dankito
|
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 |
dankito
|
f03480945e
|
Implemented displaying currency of amount of money
|
2022-02-07 00:18:07 +01:00 |
dankito
|
415a3297bb
|
In UI renamed customerId to userName; removed unused customerId from BankAccount
|
2022-02-07 00:18:07 +01:00 |
dankito
|
d209bc46fc
|
Renamed haveAllTransactionsBeenFetched to haveAllTransactionsBeenRetrieved and isAccountTypeSupported to isAccountTypeSupportedByApplication
|
2022-02-07 00:18:07 +01:00 |
dankito
|
24dd07d46f
|
Fixed hiding lytTransactionsTopBar if no transactions have been retrieved yet
|
2022-02-07 00:18:07 +01:00 |
dankito
|
bf9d406053
|
Renamed usage to reference, remittee to recipient and instant payment to real-time transfer
|
2022-02-07 00:18:07 +01:00 |
dankito
|
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 |
dankito
|
60c93dedfb
|
Renamed Customer to BankData
|
2022-02-07 00:18:07 +01:00 |
dankito
|
13d95f4bda
|
Implemented storing and displaying for which period account transactions have been fetched
|
2022-02-07 00:18:07 +01:00 |
dankito
|
700e3e6da9
|
Implemented mapping and displaying if an account type is supported or not
|
2022-02-07 00:18:07 +01:00 |
dankito
|
e78e0e93f9
|
Added button to add account if no accounts have been added yet
|
2022-02-07 00:18:07 +01:00 |
dankito
|
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 |
dankito
|
be42e3b330
|
Renamed TanProcedure to TanMethod in UI
|
2022-02-07 00:18:07 +01:00 |
dankito
|
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 |
dankito
|
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 |
dankito
|
d8739cf193
|
Renamed isSuccessful to successful
|
2022-02-07 00:18:07 +01:00 |
dankito
|
99205b53c9
|
Removed bankAccount property from GetTransactionsResponse
|
2022-02-07 00:18:07 +01:00 |
dankito
|
de20ae4a98
|
Removed unused AmountFormat
|
2022-02-07 00:18:06 +01:00 |
dankito
|
67b282beb2
|
Added horizontal divider to remittee list items
|
2022-02-07 00:18:06 +01:00 |
dankito
|
4afa18b336
|
Added padding to list_item_remittee
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e612d51045
|
Fixed height after hiding txtvwRemitteeBankName if name isn't set
|
2022-02-07 00:18:06 +01:00 |
dankito
|
7cd7678542
|
Hiding txtvwRemitteeBankName if bank name isn't set
|
2022-02-07 00:18:06 +01:00 |
dankito
|
8f24802a55
|
Implemented also displaying BIC in remittee search result list
|
2022-02-07 00:18:06 +01:00 |
dankito
|
bf5514f37b
|
Implemented IRemitteeSearcher in RoomBankingPersistence
|
2022-02-07 00:18:06 +01:00 |
dankito
|
12e84109f3
|
Implemented persisting data with Room
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e7d665f588
|
Added bottom bar to ask user if she likes to fetch all transactions
|
2022-02-07 00:18:06 +01:00 |
dankito
|
5b054dcb52
|
Hiding keyboard when showing instant payment info PopupWindow
|
2022-02-07 00:18:06 +01:00 |
dankito
|
b33964a76b
|
Fixed instant payment layout (show info button is now right after label and label ellipsizes if there's not enough space
|
2022-02-07 00:18:06 +01:00 |
dankito
|
f847e5e651
|
Started BankSettingsDialog with most important fields
|
2022-02-07 00:18:06 +01:00 |
dankito
|
731c2b7d51
|
Implemented standard views for a form to make more pleasant and consistent forms
|
2022-02-07 00:18:06 +01:00 |
dankito
|
4709038f8a
|
Fixed indent
|
2022-02-07 00:18:06 +01:00 |
dankito
|
7a35763450
|
Limiting fields to exactly one line
|
2022-02-07 00:18:06 +01:00 |
dankito
|
a1bee0aaa0
|
Set textColorSecondary to a different gray (left textColorPrimary at the same value) and using them consequently throughout the app to make a more pleasant view
|
2022-02-07 00:18:06 +01:00 |
dankito
|
07941380ec
|
Extracted interfaces for UI model classes Customer, BankAccount and AccountTransaction. So entities can implement these interfaces directly, there's no need for mapping anymore
|
2022-02-07 00:18:06 +01:00 |
dankito
|
ddf2336ed5
|
Implemented that if count lines is <= count max displayed lines in collapsed mode, not expand button gets displayed
|
2022-02-07 00:18:06 +01:00 |
dankito
|
2b0a1e9e14
|
Fixed that for non optical TAN procedures entering TAN options haven't been set
|
2022-02-07 00:18:06 +01:00 |
dankito
|
bb0a2f9713
|
Implemented displaying how many transactions currently are displayed and the balance of displayed transactions
|
2022-02-07 00:18:06 +01:00 |
dankito
|
921447bda8
|
Implemented displaying an info label to explain what instant payment is about
|
2022-02-07 00:18:06 +01:00 |
dankito
|
92fe48720c
|
Removed unused MaxHeightScrollView
|
2022-02-07 00:18:06 +01:00 |
dankito
|
f7f6e7703b
|
Implemented showing select TAN media view only if there is more than one TAN medium for this TAN procedure
|
2022-02-07 00:18:06 +01:00 |
dankito
|
51c7a9f098
|
Added space between select TAN procedure view and TAN view
|
2022-02-07 00:18:06 +01:00 |
dankito
|
4afd7df317
|
Raised spacing a bit
|
2022-02-07 00:18:06 +01:00 |
dankito
|
73d8570997
|
Implemented collapsing
|
2022-02-07 00:18:06 +01:00 |
dankito
|
f4c7fad039
|
Fixed indent
|
2022-02-07 00:18:06 +01:00 |
dankito
|
0be1b15346
|
Set icons for TAN image size and flicker code frequency, reduced label 'Geschwindigkeit' zu 'Geschw.'
|
2022-02-07 00:18:06 +01:00 |
dankito
|
18a71086e4
|
Left aligned 'Accounts:' label with EditTexts' labels; reduced space between account and remittee name; made accounts text size and icon bigger
|
2022-02-07 00:18:06 +01:00 |
dankito
|
f26c59d2f4
|
Added same space to next EditText if there is a validation hint or error is displayed
|
2022-02-07 00:18:06 +01:00 |
dankito
|
826221497b
|
Forgot to commit new string keys
|
2022-02-07 00:18:06 +01:00 |
dankito
|
62974304f0
|
Reduced bottom margin a bit
|
2022-02-07 00:18:06 +01:00 |
dankito
|
5f18bf656d
|
Displaying numeric keyboard if allowed TAN format is numeric
|
2022-02-07 00:18:06 +01:00 |
dankito
|
69c30c2ebc
|
Little refactoring
|
2022-02-07 00:18:06 +01:00 |
dankito
|
29bfaa80ac
|
Selecting all text when focusing bank text field
|
2022-02-07 00:18:06 +01:00 |
dankito
|
bd2e114c9b
|
Using same texts in AddAccountDialog on Android now as on iOS
|
2022-02-07 00:18:06 +01:00 |
dankito
|
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 |
dankito
|
104b1869a8
|
Reduced account transactions list items height, reduced horizontal margin and remove recycler view's top margin
|
2022-02-07 00:18:06 +01:00 |
dankito
|
6af1820893
|
Added divider between account transactions list items
|
2022-02-07 00:18:06 +01:00 |
dankito
|
c5cace98df
|
Centered usage
|
2022-02-07 00:18:06 +01:00 |
dankito
|
035b7b3d33
|
Set transactions label to max 1 line and usage to max 2 lines
|
2022-02-07 00:18:06 +01:00 |
dankito
|
cc6e02f431
|
Enabled AndroidX vector drawables
|
2022-02-07 00:18:06 +01:00 |
dankito
|
42aaadd5ae
|
Accounts transactions list item: Merge booking text and other party name, made them more prominent and remove unused usage2
|
2022-02-07 00:18:06 +01:00 |
dankito
|
9de40b4cc8
|
Added hint that for instant payment transfers may fees are charged
|
2022-02-07 00:18:06 +01:00 |
dankito
|
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 |
dankito
|
6f510fdaef
|
Implemented focusing edtxtAmount when a Remittee got selected
|
2022-02-07 00:18:06 +01:00 |
dankito
|
771ec1b7f1
|
Implemented validating data if preselectedValues is set and therefore enabling btnTransferMoney if so
|
2022-02-07 00:18:06 +01:00 |
dankito
|
92456604bb
|
Added BankAccount to TransferMoneyData
|
2022-02-07 00:18:06 +01:00 |
dankito
|
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 |
dankito
|
1da6686e86
|
Fixed that for IBAN only upper case characters can be entered
|
2022-02-07 00:18:06 +01:00 |
dankito
|
6fdbdba634
|
Removed unnecessary errorEnabled
|
2022-02-07 00:18:06 +01:00 |
dankito
|
137d35ac02
|
Implemented validating and auto correcting user input in TransferMoneyDialog
|
2022-02-07 00:18:06 +01:00 |
dankito
|
8adab38d54
|
Extracted Step
|
2022-02-07 00:18:06 +01:00 |
dankito
|
e0c5a72524
|
MOved FlickerCodeStepsCalculator and Bit to BankingUiCommon
|
2022-02-07 00:18:06 +01:00 |
dankito
|
c8f29e2390
|
Implemented passing allowed TAN format and max TAN input length to UI so that controls can be set accordingly
|
2022-02-07 00:18:06 +01:00 |
dankito
|
5d6384918e
|
Implemented deleting account
|
2022-02-07 00:18:05 +01:00 |
dankito
|
b44161a45f
|
Implemented fetching all transactions
|
2022-02-07 00:18:05 +01:00 |
dankito
|
0e3582c851
|
Made text size larger after removing bank name from list item text
|
2022-02-07 00:18:05 +01:00 |
dankito
|
54595abc1e
|
Not showing bank name any more when selecting account for transferring money, icon should be in most cases sufficient to see to which bank this account belongs and doesn't use that much space
|
2022-02-07 00:18:05 +01:00 |
dankito
|
04fba18316
|
Implemented updating selected accounts
|
2022-02-07 00:17:54 +01:00 |
dankito
|
117bb2e5e0
|
Extracted setupFlickerCodeTanView() and setupImageTanView()
|
2022-02-07 00:17:53 +01:00 |
dankito
|
7424688b33
|
Added callbacks to FinTsClientCallback methods so that they can be responded asynchronously
|
2022-02-07 00:17:53 +01:00 |
dankito
|
52d3b49baa
|
Made BankingUiCommon a multi platform project
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d3a9d3ac2a
|
Removed unused IBase64Service
|
2022-02-07 00:17:53 +01:00 |
dankito
|
09a52ac539
|
Added wrappers for TextExtractorRegistry and InvoiceDataExtractor
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b05d927356
|
Fixed using of IAsyncRunner instead of IThreadPool
|
2022-02-07 00:17:53 +01:00 |
dankito
|
f4312c52db
|
Also BankingPersistenceJson uses now Banking's ISerializer
|
2022-02-07 00:17:53 +01:00 |
dankito
|
133c73e70f
|
Extracted module LuceneBankFinder from BankFinder
|
2022-02-07 00:17:53 +01:00 |
dankito
|
a5145b0da7
|
Implemented displaying bank name instead of bank code in AddAccountDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
eb5fa350f2
|
Implemented focusing edtxtCustomerId when a bank gets selected
|
2022-02-07 00:17:53 +01:00 |
dankito
|
f40e1aefed
|
Added hint to enter same customer id and password as in online banking portal
|
2022-02-07 00:17:53 +01:00 |
dankito
|
bad47ed623
|
Removed FinTS server address field
|
2022-02-07 00:17:53 +01:00 |
dankito
|
647a385f2a
|
Merged Customer and Bank
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b5cb401636
|
Renamed Account to Customer
|
2022-02-07 00:17:53 +01:00 |
dankito
|
9a5e0a1098
|
Made FinTsClient methods suspendable; could remove ThreadPool for that
|
2022-02-07 00:17:53 +01:00 |
dankito
|
26da9448ab
|
Removed database folder from BankingPresenter. Had to implement the logic to ensure folder exists in other places then.
|
2022-02-07 00:17:53 +01:00 |
dankito
|
11dd1bfea8
|
Fixed repository for security issues fixed version to iText 2
|
2022-02-07 00:17:53 +01:00 |
dankito
|
996204f54f
|
Implemented extracting cash transfer data from PDF files and setting them as preselected values in TransferMoneyDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
80680a16b6
|
Fixed that if creditorIban is empty, then empty search result overrides creditorBic
|
2022-02-07 00:17:53 +01:00 |
dankito
|
b571fc2398
|
Fixed formatting preselected amount
|
2022-02-07 00:17:53 +01:00 |
dankito
|
bf41bde90a
|
Implemented displaying remittee's bank name
|
2022-02-07 00:17:53 +01:00 |
dankito
|
e44a68addc
|
Converted fints4k to a Kotlin multi platform project
|
2022-02-07 00:17:53 +01:00 |
dankito
|
d1bb7d81c3
|
Implemented autocomplete list for potential remittees in TransferMoneyDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
a656b0c7e5
|
Implemented displaying bank icon if all accounts are selected
|
2022-02-07 00:17:53 +01:00 |
dankito
|
92231a72a1
|
Sorting now by value date instead of booking date
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2ef8a03e95
|
Implemented displaying date below amount to spare left column
|
2022-02-07 00:17:53 +01:00 |
dankito
|
bf541bfe80
|
Implemented displaying bank's icon in TransferMoneyDialog
|
2022-02-07 00:17:53 +01:00 |
dankito
|
5384cd6b68
|
Implemented displaying name of account that failed
|
2022-02-07 00:17:53 +01:00 |
dankito
|
40af21137c
|
Made bookedTransactions, unbookedTransactions and balance flat as we call getTransactions() bank account by bank account
|
2022-02-07 00:17:53 +01:00 |
dankito
|
7713f5b6e5
|
Forgot to commit MaxHeightScrollView
|
2022-02-07 00:17:53 +01:00 |
dankito
|
755e1eb553
|
Made enter TAN text field broader
|
2022-02-07 00:17:53 +01:00 |
dankito
|
fe47108fa0
|
Showing labels of EnterTanDialog now in bold so that user can easily recognize them
|
2022-02-07 00:17:53 +01:00 |
dankito
|
67eb42591f
|
Implemented displaying 'Hinweis Ihrer Bank:' in an extra line
|
2022-02-07 00:17:53 +01:00 |
dankito
|
af38d68b48
|
Implemented showing whole challenge to user
|
2022-02-07 00:17:53 +01:00 |
dankito
|
11adc132aa
|
Implemented displaying formatted TAN challenges (that is challenges contains html tags)
|
2022-02-07 00:17:53 +01:00 |
dankito
|
e86b17d08b
|
Implemented saving TAN settings like TAN image size and flicker code frequency
|
2022-02-07 00:17:53 +01:00 |
dankito
|
2401b0e85c
|
Renamed BankingAndroidApp package from net.dankito.fints4java.android to net.dankito.banking.ui.android
|
2022-02-07 00:17:52 +01:00 |
dankito
|
53ebba0c9f
|
Moved fints4k library package from net.dankito.fints to net.dankito.banking.fints
|
2022-02-07 00:17:52 +01:00 |
dankito
|
c79ec76374
|
Set application ID to net.dankito.banking.android
|
2022-02-07 00:17:52 +01:00 |
dankito
|
adceb5d4d2
|
Renamed sendMailAction to sendMailActivity
|
2022-02-07 00:17:52 +01:00 |
dankito
|
e9a409f04a
|
Fixed that by default bank's icon url gets set and only if there's no icon for bank available default icon gets used (fixes bug that if bank item is selected default icon got displayed)
|
2022-02-07 00:17:52 +01:00 |
dankito
|
14af1148f8
|
Fixed that 'All accounts' item got removed
|
2022-02-07 00:17:52 +01:00 |
dankito
|
50ccc547ad
|
Fixed that toolbar icons' state hasn't been set correctly at app start
|
2022-02-07 00:17:52 +01:00 |
dankito
|
685e4209c3
|
Implemented sending message log
|
2022-02-07 00:17:52 +01:00 |
dankito
|
cd4672f964
|
Showing now app_icon in navigation header
|
2022-02-07 00:17:52 +01:00 |
dankito
|
9e31180e52
|
Renamed remaining classed from 'fints4java' to 'fints4j'
|
2022-02-07 00:17:52 +01:00 |
dankito
|
49cd1666bf
|
Implemented when pressing enter and all required data is entered that account gets added
|
2022-02-07 00:17:52 +01:00 |
dankito
|
306669c23a
|
Fixed that enterPressed() has been called on ACTION_DOWN and ACTION_UP
|
2022-02-07 00:17:52 +01:00 |
dankito
|
0e0d553c0b
|
Fixed filtering chipTAN USB (as e.g. "Smart-TAN plus optisch / USB" should be displayed of course
|
2022-02-07 00:17:52 +01:00 |
dankito
|
d32bb7d167
|
Implemented validating max length of remittee name and usage
|
2022-02-07 00:17:52 +01:00 |
dankito
|
e18ffb8a83
|
Implemented replacing diacritics and reserved XML characters in SEPA messages
|
2022-02-07 00:17:52 +01:00 |
dankito
|
fc94b47fca
|
Implemented closing Autocomplete popup on back button press
|
2022-02-07 00:17:52 +01:00 |
dankito
|
302dc6f8ed
|
Renamed userDidNotEnterTan() to userDidNotEnterAtc()
|
2022-02-07 00:17:52 +01:00 |
dankito
|
bea45cb661
|
Implemented instant payment money transfer
|
2022-02-07 00:17:52 +01:00 |
dankito
|
1169c510bf
|
Not closing dialog if an error occurred
|
2022-02-07 00:17:52 +01:00 |
dankito
|
0de30f8c47
|
Fixed that accidentally 's' got deleted instead of dot
|
2022-02-07 00:17:52 +01:00 |