| Summary: | Add "Uncheck All" feature on notification module settings | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | Kai Uwe Broulik <kde> |
| Component: | android-application | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | xgdgsc |
| Priority: | NOR | ||
| Version First Reported In: | 1.8 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdeconnect-android/e4ffd3d3cf02ce7507be2eef2af01fd7b7aeff47 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
|
Description
Kai Uwe Broulik
2018-04-16 11:40:49 UTC
I also need this feature! There are too many apps pushing ads. I want to select only 3 apps. Git commit e4ffd3d3cf02ce7507be2eef2af01fd7b7aeff47 by Nicolas Fella.
Committed on 30/09/2018 at 17:34.
Pushed by nicolasfella into branch 'master'.
Enable (de)selecting all apps in notification filter
Summary:
Add checkbox to (de)select all
{F5812151}
Old proposal:
{F5810640}
Test Plan:
Deselect all, verify that no notification is coming from test app.
Select all, ...
Deselect all, select single app, ...
Reviewers: #kde_connect, broulik
Reviewed By: #kde_connect
Subscribers: albertvaka, kdeconnect, apol, mtijink, broulik, #kde_connect
Tags: #kde_connect
Differential Revision: https://phabricator.kde.org/D12281
M +1 -1 res/layout/activity_notification_filter.xml
M +1 -0 res/values/strings.xml
M +6 -2 src/org/kde/kdeconnect/Plugins/NotificationsPlugin/AppDatabase.java
M +31 -14 src/org/kde/kdeconnect/Plugins/NotificationsPlugin/NotificationFilterActivity.java
https://commits.kde.org/kdeconnect-android/e4ffd3d3cf02ce7507be2eef2af01fd7b7aeff47
|