Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions android/app/src/main/res/xml/navigation_preferences.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,19 @@

</PreferenceCategory>

<PreferenceCategory
android:title="@string/active_events_category"
android:key="_active_events"
android:dependency="use_new_navigation_ui">

<com.github.quarck.calnotify.prefs.SnoozedUntilPresetPreferenceX
android:key="pref_snoozed_until_presets"
android:title="@string/snoozed_until_presets_title"
android:summary="@string/snoozed_until_presets_summary"
android:defaultValue="12h, 1d, 3d, 7d, 4w" />

</PreferenceCategory>

<PreferenceCategory
android:title="@string/upcoming_events_category"
android:key="_upcoming_events"
Expand All @@ -56,19 +69,6 @@

</PreferenceCategory>

<PreferenceCategory
android:title="@string/active_events_category"
android:key="_active_events"
android:dependency="use_new_navigation_ui">

<com.github.quarck.calnotify.prefs.SnoozedUntilPresetPreferenceX
android:key="pref_snoozed_until_presets"
android:title="@string/snoozed_until_presets_title"
android:summary="@string/snoozed_until_presets_summary"
android:defaultValue="12h, 1d, 3d, 7d, 4w" />

</PreferenceCategory>

<PreferenceCategory
android:title="@string/filter_settings_category"
android:key="_filter_settings"
Expand Down
Loading