You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SeriesGuide currently does not require it, so leave at note in docs
Use new Android 15 APIs
Update ThemeUtils#configureEdgeToEdge to not set status and navigation bar color (pending that Samsung devices will actually have a transparent nav bar)
This effectively removes adapter support (incl. ListWidgetRemoteViewsFactory), requiring to pass all items when updating the widget. So depending on how many items are allowed (docs say not many) this effectively removes the "list" part of the widgets.
Target Android 15
Use new Android 15 APIs
ThemeUtils#configureEdgeToEdgeto not set status and navigation bar color (pending that Samsung devices will actually have a transparent nav bar)ListWidgetRemoteViewsFactory), requiring to pass all items when updating the widget. So depending on how many items are allowed (docs say not many) this effectively removes the "list" part of the widgets.