Merge branch 'main' into subscription-settings

This commit is contained in:
Philipp Heckel 2022-05-06 09:08:43 -04:00
commit 92d72da43a
2 changed files with 2 additions and 1 deletions

View file

@ -22,7 +22,7 @@
android:layout_marginStart="12dp" app:layout_constraintStart_toEndOf="@+id/main_item_image"
app:layout_constraintVertical_bias="0.0" android:textAppearance="@style/TextAppearance.AppCompat.Medium"
android:textColor="?android:attr/textColorPrimary" android:layout_marginTop="10dp"
app:layout_constraintEnd_toStartOf="@+id/main_item_instant_image"/>
app:layout_constraintEnd_toStartOf="@id/main_item_notification_disabled_until_image"/>
<TextView
android:text="89 notifications, reconnecting ... This may wrap in the case of UnifiedPush"
android:layout_width="0dp"

View file

@ -8,6 +8,7 @@ Bugs:
* Fix app icon on old Android versions (#120, thanks to @shadow00 for reporting)
* Fix races in UnifiedPush registration (#230, thanks to @Jakob for reporting)
* Prevent view action from crashing the app (#233)
* Prevent long topic names and icons from overlappng (#240, thanks to @cmeis)
**Thanks for testing:**