Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove ThemeAdapter #1798

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,6 @@ A library which provides a way to use Android Drawables as Jetpack Compose Paint
### 📜 [Adaptive](./adaptive/)
A library providing a collection of utilities for adaptive layouts.

### 🎨 [AppCompat Theme Adapter](./appcompat-theme/) (Deprecated)
See our [Migration Guide](https://google.github.io/accompanist/appcompat-theme/) for migrating to the new artifact in Accompanist.

### 🧭✨[Navigation-Animation](./navigation-animation/) (Deprecated)
See our [Migration Guide](https://google.github.io/accompanist/navigation-animation/) for migrating to using built in support for animations in Jetpack Navigation Compose.

Expand All @@ -67,15 +64,6 @@ A library that provides easy-to-use modifiers for displaying a placeholder UI wh
### 🍫 [System UI Controller](./systemuicontroller/) (Deprecated)
We recommend migrating to edge to edge. See our [Migration Guide](https://google.github.io/accompanist/systemuicontroller/) for more details.

### 🎨 [AppCompat Theme Adapter](./themeadapter-appcompat/) (Deprecated)
A library that enables the reuse of [AppCompat][appcompat] XML themes, for theming in Jetpack Compose.

### 🎨 [Material Theme Adapter](./themeadapter-material/) (Deprecated)
A library that enables the reuse of [MDC-Android][mdc] Material 2 XML themes, for theming in Jetpack Compose.

### 🎨 [Material 3 Theme Adapter](./themeadapter-material3/) (Deprecated)
A library that enables the reuse of [MDC-Android][mdc] Material 3 XML themes, for theming in Jetpack Compose.

### 🌏 [Web](./web/) (Deprecated)
A wrapper around WebView for basic WebView support in Jetpack Compose.

Expand Down
21 changes: 0 additions & 21 deletions appcompat-theme/README.md

This file was deleted.

27 changes: 0 additions & 27 deletions appcompat-theme/api/current.api

This file was deleted.

122 changes: 0 additions & 122 deletions appcompat-theme/build.gradle.kts

This file was deleted.

19 changes: 0 additions & 19 deletions appcompat-theme/gradle.properties

This file was deleted.

38 changes: 0 additions & 38 deletions appcompat-theme/src/androidTest/AndroidManifest.xml

This file was deleted.

This file was deleted.

20 changes: 0 additions & 20 deletions appcompat-theme/src/main/AndroidManifest.xml

This file was deleted.

Loading
Loading