mirror of
https://github.com/seemoo-lab/AirGuard.git
synced 2026-04-26 07:55:51 +03:00
[PR #30] [MERGED] Use NotificationManagerCompat consistently #144
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AirGuard#144
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/seemoo-lab/AirGuard/pull/30
Author: @arkon
Created: 1/9/2022
Status: ✅ Merged
Merged: 1/13/2022
Merged by: @Trup3s
Base:
development← Head:notificationmanagercompat📝 Commits (1)
165337dUse NotificationManagerCompat consistently📊 Changes
5 files changed (+19 additions, -32 deletions)
View changed files
📝
app/src/main/java/de/seemoo/at_tracking_detection/hilt/AndroidModule.kt(+0 -6)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/NotificationActionReceiver.kt(+4 -4)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/NotificationService.kt(+9 -16)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/worker/FalseAlarmWorker.kt(+3 -3)📝
app/src/main/java/de/seemoo/at_tracking_detection/notifications/worker/IgnoreDeviceWorker.kt(+3 -3)📄 Description
Instead of interchangeably with NotificationManager and dealing with Android version checks.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.