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

[Insets] Remove library from Accompanist #1685

Merged
merged 3 commits into from
Jul 27, 2023
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
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/insets-bug-report.md

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/kotlinc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,6 @@ A library providing a collection of utilities for adaptive layouts.
### 🗜 [Test Harness](./testharness/)
Utilities for testing Compose layouts.

### 📐 [Insets](./insets/) (Deprecated)
bentrengrove marked this conversation as resolved.
Show resolved Hide resolved
See our [Migration Guide](https://google.github.io/accompanist/insets/) for migrating to Insets in Compose.

### ⬇️ [Swipe to Refresh](./swiperefresh/) (Deprecated)
See our [Migration Guide](https://google.github.io/accompanist/swiperefresh/) for migrating to PullRefresh in Compose Material.

Expand All @@ -88,6 +85,9 @@ See our [Migration Guide](https://google.github.io/accompanist/navigation-animat
### ⏳ [Placeholder](./placeholder/) (Deprecated)
A library that provides easy-to-use modifiers for displaying a placeholder UI while content is loading.

### 📐 [Insets](./insets/) (Deprecated & Removed)
See our [Migration Guide](https://google.github.io/accompanist/insets/) for migrating to Insets in Compose.

---

## Future?
Expand Down
1 change: 0 additions & 1 deletion insets-ui/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,6 @@ metalava {
}

dependencies {
api(project(":insets"))
api(libs.compose.material.material)

implementation(libs.kotlin.coroutines.android)
Expand Down
24 changes: 0 additions & 24 deletions insets/README.md

This file was deleted.

147 changes: 0 additions & 147 deletions insets/api/current.api

This file was deleted.

127 changes: 0 additions & 127 deletions insets/build.gradle.kts

This file was deleted.

3 changes: 0 additions & 3 deletions insets/gradle.properties

This file was deleted.

26 changes: 0 additions & 26 deletions insets/src/androidTest/AndroidManifest.xml

This file was deleted.

Loading
Loading