Added OAuth remark

pull/215/head
M66B 4 months ago
parent 1ffcd14a58
commit 917602f626

@ -157,6 +157,17 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/cbUpdate" />
<TextView
android:id="@+id/tvBrowser"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginTop="12dp"
android:text="@string/title_setup_oauth_browser"
android:textAppearance="@style/TextAppearance.AppCompat.Small"
android:textStyle="italic|bold"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvBrave" />
<Button
android:id="@+id/btnOAuth"
android:layout_width="wrap_content"
@ -167,7 +178,7 @@
android:tag="disable"
android:text="@string/title_setup_oauth_authorize"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@id/tvBrave" />
app:layout_constraintTop_toBottomOf="@id/tvBrowser" />
<eu.faircode.email.ContentLoadingProgressBar
android:id="@+id/pbOAuth"

@ -256,6 +256,7 @@
<string name="title_setup_oauth_update">Authorize an existing account again (otherwise create a new account)</string>
<string name="title_setup_oauth_updated">Account authorization was updated</string>
<string name="title_setup_oauth_brave">When using Brave browser, you must enable the option in Brave\'s settings to allow app links to open in apps outside of Brave</string>
<string name="title_setup_oauth_browser">Authorization requires a working browser</string>
<string name="title_setup_oauth_authorize">Authorize</string>
<string name="title_setup_select_account">Select account</string>
<string name="title_setup_instructions">Setup instructions</string>

Loading…
Cancel
Save