AntennaPod/ui/widget
2024-03-29 17:45:14 +01:00
..
src/main Move widget setup code to widget module (#6996) 2024-03-25 23:45:09 +01:00
build.gradle Create module for sync service and move DBWriter to database module (#7040) 2024-03-29 17:45:14 +01:00
README.md Move notification icons and widget icons to separate modules (#6995) 2024-03-17 12:06:41 +01:00

:ui:widget

This module manages the widget. 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 external icons - for the icons within the app, appcompat handles drawing the vectors.