Skip to content

Commit

Permalink
Merge pull request #1800 from google/ben/removeweb
Browse files Browse the repository at this point in the history
Remove Web
  • Loading branch information
bentrengrove authored Nov 26, 2024
2 parents 950f2e2 + 52f6b88 commit 07b4c96
Show file tree
Hide file tree
Showing 22 changed files with 0 additions and 2,565 deletions.
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ See our [Migration Guide](https://google.github.io/accompanist/navigation-materi
### 🍫 [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.

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

### 🗜 [Test Harness](./testharness/) (Deprecated)
Utilities for testing Compose layouts.

Expand Down
3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,6 @@ nav:
- 'Navigation Material':
- 'Guide': navigation-material.md
- 'API': api/navigation-material/
- 'WebView':
- 'Guide': web.md
- 'API': api/web/
- 'Adaptive':
- 'Guide': adaptive.md
- 'API': api/adaptive
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ dependencies {
implementation(project(":testharness")) // Don't use in production! Use the configurations below
testImplementation(project(":testharness"))
androidTestImplementation(project(":testharness"))
implementation(project(":web"))

implementation(libs.androidx.appcompat)
implementation(libs.mdc)
Expand Down
28 changes: 0 additions & 28 deletions sample/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,34 +133,6 @@
</intent-filter>
</activity>

<activity
android:name=".webview.BasicWebViewSample"
android:label="@string/webview_title_basic"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>
<activity
android:name=".webview.WrappedContentWebViewSample"
android:label="@string/webview_title_wrapped"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>
<activity
android:name=".webview.WebViewSaveStateSample"
android:label="@string/webview_savestate"
android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>

<activity
android:name=".adaptive.BasicTwoPaneSample"
android:label="@string/adaptive_two_pane_basic"
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 07b4c96

Please sign in to comment.