SeriesGuide icon indicating copy to clipboard operation
SeriesGuide copied to clipboard

Use Android 15 APIs

Open UweTrottmann opened this issue 11 months ago • 0 comments

Target Android 15

  • [x] Check for any breaking changes and fix them https://developer.android.com/about/versions/15/behavior-changes-15
  • [x] Target Android 15
  • [ ] Post about optional safer intents support https://github.com/UweTrottmann/SeriesGuide-Extension-Example/commit/89570a0b3a8c1542c12bf6f2dba68427762b5548

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)
  • [ ] For widgets, use RemoteCollectionItems to pass the collection https://developer.android.com/develop/ui/views/appwidgets/collections#use-remote-collections
    • 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.
  • ...

UweTrottmann avatar Nov 29 '24 13:11 UweTrottmann