Skip to content

Use Android 15 APIs #1080

Open
Open
@UweTrottmann

Description

@UweTrottmann

Target Android 15

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.
  • ...

Metadata

Metadata

Assignees

Labels

No labels
No labels

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions