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 system ui controller #1809

Merged
merged 1 commit into from
Dec 11, 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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ See our [Migration Guide](https://google.github.io/accompanist/navigation-animat
### 🧭🎨️ [Navigation-Material](./navigation-material/) (Deprecated & Removed)
See our [Migration Guide](https://google.github.io/accompanist/navigation-material/) for migrating to using built in material-navigation support.

### 🍫 [System UI Controller](./systemuicontroller/) (Deprecated)
### 🍫 [System UI Controller](./systemuicontroller/) (Deprecated & Removed)
We recommend migrating to edge to edge. See our [Migration Guide](https://google.github.io/accompanist/systemuicontroller/) for more details.

---
Expand Down
1 change: 0 additions & 1 deletion sample/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ dependencies {
implementation(project(":adaptive"))
implementation(project(":drawablepainter"))
implementation(project(":permissions"))
implementation(project(":systemuicontroller"))

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

<activity
android:name=".systemuicontroller.SystemBarsColorSample"
android:label="@string/system_ui_controller_title_color"
android:exported="true"
android:theme="@style/SystemBarsColorSampleTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>

<activity
android:name=".systemuicontroller.DialogSystemBarsColorSample"
android:label="@string/system_ui_controller_title_color_dialog"
android:exported="true"
android:theme="@style/DialogSystemUiControllerTheme">
<intent-filter>
<action android:name="android.intent.action.MAIN" />
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
</intent-filter>
</activity>


<activity
android:name=".systemuicontroller.SystemBarsVisibilitySample"
android:label="@string/system_ui_controller_title_visibility"
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
Loading