mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-02 13:14:39 +00:00
Added OAuth remark
This commit is contained in:
parent
1ffcd14a58
commit
917602f626
2 changed files with 13 additions and 1 deletions
|
@ -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…
Reference in a new issue