Removed FinTS server address field

This commit is contained in:
dankito 2020-06-24 21:00:47 +02:00
parent bd14a8b536
commit bad47ed623
4 changed files with 0 additions and 22 deletions

View File

@ -192,8 +192,6 @@ open class AddAccountDialog : DialogFragment() {
edtxtBankCode.setText(bank.bankCode) edtxtBankCode.setText(bank.bankCode)
edtxtFinTsServerAddress.setText(bank.pinTanAddress)
checkIfRequiredDataEnteredOnUiThread() checkIfRequiredDataEnteredOnUiThread()
if (bank.supportsFinTs3_0 == false) { if (bank.supportsFinTs3_0 == false) {

View File

@ -23,24 +23,6 @@
</com.google.android.material.textfield.TextInputLayout> </com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="@dimen/dialog_add_account_field_bottom_margin"
android:hint="@string/dialog_add_account_enter_fints_server_address"
>
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edtxtFinTsServerAddress"
android:layout_width="match_parent"
android:layout_height="@dimen/dialog_add_account_edit_text_height"
android:inputType="textUri"
android:enabled="false"
/>
</com.google.android.material.textfield.TextInputLayout>
<com.google.android.material.textfield.TextInputLayout <com.google.android.material.textfield.TextInputLayout
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"

View File

@ -33,7 +33,6 @@
<string name="fragment_home_transfer_money_to">Neue Überweisung an %s</string> <string name="fragment_home_transfer_money_to">Neue Überweisung an %s</string>
<string name="dialog_add_account_enter_bank_code">Bankleitzahl (Suche auch mittels Bankname oder Ort):</string> <string name="dialog_add_account_enter_bank_code">Bankleitzahl (Suche auch mittels Bankname oder Ort):</string>
<string name="dialog_add_account_enter_fints_server_address">FinTS Server Adresse:</string>
<string name="dialog_add_account_enter_customer_id">Onlinebanking Login Name:</string> <string name="dialog_add_account_enter_customer_id">Onlinebanking Login Name:</string>
<string name="dialog_add_account_enter_pin">Onlinebanking Passwort:</string> <string name="dialog_add_account_enter_pin">Onlinebanking Passwort:</string>
<string name="dialog_add_account_add">Hinzufügen</string> <string name="dialog_add_account_add">Hinzufügen</string>

View File

@ -33,7 +33,6 @@
<string name="fragment_home_transfer_money_to">Transfer money to %s</string> <string name="fragment_home_transfer_money_to">Transfer money to %s</string>
<string name="dialog_add_account_enter_bank_code">Bank code (find also by bank name or city):</string> <string name="dialog_add_account_enter_bank_code">Bank code (find also by bank name or city):</string>
<string name="dialog_add_account_enter_fints_server_address">FinTS server address:</string>
<string name="dialog_add_account_enter_customer_id">Online banking login name:</string> <string name="dialog_add_account_enter_customer_id">Online banking login name:</string>
<string name="dialog_add_account_enter_pin">Online banking password:</string> <string name="dialog_add_account_enter_pin">Online banking password:</string>
<string name="dialog_add_account_add">Add</string> <string name="dialog_add_account_add">Add</string>