AntennaPod/ui/notifications
ByteHamster 5ede21d676
Remove dependency of :net:discovery and :ui:echo on :core (#7036)
Moves the common icon files to :ui:common
2024-03-29 11:23:33 +01:00
..
src/main Remove dependency of :net:discovery and :ui:echo on :core (#7036) 2024-03-29 11:23:33 +01:00
README.md Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +01:00
build.gradle Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +01:00

README.md

:ui:notifications

This module contains generic notification-related resources, for example the notification channel IDs and notification icons. The icons specified in this module are rasterized to png. This is necessary to support old Android versions that do not support VectorDrawables. This is only needed for notification icons - for the icons within the app, appcompat handles drawing the vectors.

This module is not meant for all notification handling (this should be done in the respective modules), just generic setup code and icons.