Skip to content

Commit

Permalink
Merge pull request #1809 from google/ben/removesystem
Browse files Browse the repository at this point in the history
Remove system ui controller
  • Loading branch information
bentrengrove authored Dec 11, 2024
2 parents 1f1e739 + 8db93df commit e30319e
Show file tree
Hide file tree
Showing 21 changed files with 1 addition and 2,970 deletions.
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

0 comments on commit e30319e

Please sign in to comment.