Added remark about no ads and analytics

This commit is contained in:
M66B 2021-09-12 08:55:47 +02:00
parent 84a60a5c7a
commit 135b9f7cf0
2 changed files with 14 additions and 2 deletions

View File

@ -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>

View File

@ -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>