mirror of
https://github.com/M66B/FairEmail.git
synced 2025-01-18 21:28:54 +00:00
Added remark about no ads and analytics
This commit is contained in:
parent
84a60a5c7a
commit
135b9f7cf0
2 changed files with 14 additions and 2 deletions
|
@ -83,6 +83,17 @@
|
|||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/simple" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/analytics"
|
||||
android:layout_width="0dp"
|
||||
android:layout_height="wrap_content"
|
||||
android:layout_marginTop="12dp"
|
||||
android:text="@string/title_setup_analytics"
|
||||
android:textAppearance="@style/TextAppearance.AppCompat.Small"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@+id/issue" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvPrivacy"
|
||||
android:layout_width="wrap_content"
|
||||
|
@ -96,7 +107,7 @@
|
|||
android:textColor="?android:attr/textColorLink"
|
||||
app:layout_constraintEnd_toStartOf="@+id/tvSupport"
|
||||
app:layout_constraintStart_toStartOf="parent"
|
||||
app:layout_constraintTop_toBottomOf="@id/issue" />
|
||||
app:layout_constraintTop_toBottomOf="@id/analytics" />
|
||||
|
||||
<eu.faircode.email.FixedTextView
|
||||
android:id="@+id/tvSupport"
|
||||
|
@ -111,7 +122,7 @@
|
|||
android:textColor="?android:attr/textColorLink"
|
||||
app:layout_constraintEnd_toEndOf="parent"
|
||||
app:layout_constraintStart_toEndOf="@id/tvPrivacy"
|
||||
app:layout_constraintTop_toBottomOf="@id/issue" />
|
||||
app:layout_constraintTop_toBottomOf="@id/analytics" />
|
||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||
</androidx.cardview.widget.CardView>
|
||||
|
||||
|
|
|
@ -161,6 +161,7 @@
|
|||
<string name="title_setup_intro">Setting up an account is just three steps and after that you can send and receive emails</string>
|
||||
<string name="title_setup_simple">There is no need to change any other options</string>
|
||||
<string name="title_setup_issue">FairEmail was developed to help you protect your privacy and represents literally thousands of hours of work. If you have any problems, please contact me first for support before leaving a bad review. I am happy to help!</string>
|
||||
<string name="title_setup_analytics">FairEmail does not display ads and does not track or analyze your behavior. Bugsnag is used for error reporting and is disabled by default.</string>
|
||||
<string name="title_setup_quick_accounts">Add or change accounts</string>
|
||||
<string name="title_setup_quick_support">Some providers make it difficult to add an account. Please do not blame FairEmail for this, but ask for support instead.</string>
|
||||
<string name="title_setup_quick_hint">The quick setup will fetch configuration information from autoconfig.thunderbird.net</string>
|
||||
|
|
Loading…
Reference in a new issue