ankidroid/Anki-Android

Forward-port UI to new edge-to-edge for API35

Open

#17.334 aberto em 31 de out. de 2024

Ver no GitHub
 (9 comments) (0 reactions) (1 assignee)Kotlin (2.789 forks)batch import
DeprecationHelp WantedKeep OpenPriority-HighUI

Métricas do repositório

Stars
 (11.132 stars)
Métricas de merge de PR
 (Mesclagem média 9d 12h) (93 fundiu PRs em 30d)

Description

Related targetSdk 35 bump with deprecation suppression that needs handling:

  • #17333

New upstream edge-to-edge UI thing for apps that either target SDK 35 or specifically opt in:

https://developer.android.com/develop/ui/views/layout/edge-to-edge

Successful resolution of this issue is when:

  • we use insets and colors correctly + well such that the app is beautiful while edge-to-edge
  • and all of the app UI elements are available / not occluded by device hardware items (pinhole cameras, notches etc)

Guia do colaborador