Added legend not spam

This commit is contained in:
M66B 2023-05-20 14:12:20 +02:00
parent ef38f28acf
commit 6921a79df3
4 changed files with 27 additions and 3 deletions

View File

@ -9,7 +9,7 @@ For support you can use [the contact form](https://contact.faircode.eu/?product=
### 1.2070 - 2023-05-20
* Added option to start with two columns/rows
* Added option to both date and time in message headers
* Added option to show both date and time in message headers
* Added option to replace source text by translated text
* Added support for reminders in events
* Small improvements and minor bug fixes

View File

@ -733,6 +733,29 @@
app:layout_constraintStart_toEndOf="@id/ivJunk"
app:layout_constraintTop_toBottomOf="@id/tvDownload" />
<ImageView
android:id="@+id/ivNotJunk"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:contentDescription="@string/title_legend_not_junk"
android:padding="12dp"
app:layout_constraintBottom_toBottomOf="@+id/tvNotJunk"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="@id/tvNotJunk"
app:srcCompat="@drawable/twotone_report_off_24" />
<TextView
android:id="@+id/tvNotJunk"
android:layout_width="0dp"
android:layout_height="wrap_content"
android:gravity="center_vertical"
android:minHeight="48dp"
android:text="@string/title_legend_not_junk"
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/ivNotJunk"
app:layout_constraintTop_toBottomOf="@id/tvJunk" />
<ImageView
android:id="@+id/ivUnsubscribe"
android:layout_width="wrap_content"
@ -754,7 +777,7 @@
android:textAppearance="@style/TextAppearance.AppCompat.Medium"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toEndOf="@id/ivUnsubscribe"
app:layout_constraintTop_toBottomOf="@id/tvJunk" />
app:layout_constraintTop_toBottomOf="@id/tvNotJunk" />
<ImageView
android:id="@+id/ivOriginal"

View File

@ -2047,6 +2047,7 @@
<string name="title_legend_avatar">Avatar</string>
<string name="title_legend_show_quotes">Show quotes</string>
<string name="title_legend_show_junk">Treat as spam</string>
<string name="title_legend_not_junk">Treat as not spam</string>
<string name="title_legend_create_rule">Create rule</string>
<string name="title_legend_show_unsubscribe">Unsubscribe from list</string>
<string name="title_legend_show_images">Show images</string>

View File

@ -9,7 +9,7 @@ Tratayenia
1.2070 - 2023-05-20
* Added option to start with two columns/rows
* Added option to both date and time in message headers
* Added option to show both date and time in message headers
* Added option to replace source text by translated text
* Added support for reminders in events
* Small improvements and minor bug fixes