Commit 8b336f10 authored by Thomas's avatar Thomas
Browse files

Allow to turn off aggregate notifications

parent 94faf3bb
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1486,4 +1486,6 @@
    <string name="set_display_counters_description">Will display a bubble counter in tab timelines for new messages</string>
    <string name="view_the_original_message">Open the original message</string>
    <string name="remember_position">Remember position in timelines</string>
    <string name="aggregate_notifications">Aggregate notifications</string>
    <string name="aggregate_notifications_summary">When turning on, the app will collapse related notifications</string>
</resources>
+8 −0
Original line number Diff line number Diff line
@@ -20,6 +20,14 @@
        app:summary="@string/set_timelines_in_a_list"
        app:title="@string/set_timelines_in_a_list_title" />


    <SwitchPreferenceCompat
        app:defaultValue="true"
        app:iconSpaceReserved="false"
        app:key="@string/SET_AGGREGATE_NOTIFICATION"
        app:singleLineTitle="false"
        app:summary="@string/aggregate_notifications_summary"
        app:title="@string/aggregate_notifications" />
    <SwitchPreferenceCompat
        app:defaultValue="true"
        app:iconSpaceReserved="false"