Skip to content

Commit 8db93df

Browse files
committed
Remove system ui controller
1 parent 1f1e739 commit 8db93df

21 files changed

+1
-2970
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ See our [Migration Guide](https://google.github.io/accompanist/navigation-animat
5858
### 🧭🎨️ [Navigation-Material](./navigation-material/) (Deprecated & Removed)
5959
See our [Migration Guide](https://google.github.io/accompanist/navigation-material/) for migrating to using built in material-navigation support.
6060

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

6464
---

sample/build.gradle.kts

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ dependencies {
6868
implementation(project(":adaptive"))
6969
implementation(project(":drawablepainter"))
7070
implementation(project(":permissions"))
71-
implementation(project(":systemuicontroller"))
7271

7372
implementation(libs.androidx.appcompat)
7473
implementation(libs.mdc)

sample/src/main/AndroidManifest.xml

-33
Original file line numberDiff line numberDiff line change
@@ -80,39 +80,6 @@
8080
</intent-filter>
8181
</activity>
8282

83-
<activity
84-
android:name=".systemuicontroller.SystemBarsColorSample"
85-
android:label="@string/system_ui_controller_title_color"
86-
android:exported="true"
87-
android:theme="@style/SystemBarsColorSampleTheme">
88-
<intent-filter>
89-
<action android:name="android.intent.action.MAIN" />
90-
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
91-
</intent-filter>
92-
</activity>
93-
94-
<activity
95-
android:name=".systemuicontroller.DialogSystemBarsColorSample"
96-
android:label="@string/system_ui_controller_title_color_dialog"
97-
android:exported="true"
98-
android:theme="@style/DialogSystemUiControllerTheme">
99-
<intent-filter>
100-
<action android:name="android.intent.action.MAIN" />
101-
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
102-
</intent-filter>
103-
</activity>
104-
105-
106-
<activity
107-
android:name=".systemuicontroller.SystemBarsVisibilitySample"
108-
android:label="@string/system_ui_controller_title_visibility"
109-
android:exported="true">
110-
<intent-filter>
111-
<action android:name="android.intent.action.MAIN" />
112-
<category android:name="com.google.accompanist.sample.SAMPLE_CODE" />
113-
</intent-filter>
114-
</activity>
115-
11683
<activity
11784
android:name=".adaptive.BasicTwoPaneSample"
11885
android:label="@string/adaptive_two_pane_basic"

sample/src/main/java/com/google/accompanist/sample/systemuicontroller/DialogSystemBarsColorSample.kt

-295
This file was deleted.

sample/src/main/java/com/google/accompanist/sample/systemuicontroller/DocsSamples.kt

-44
This file was deleted.

0 commit comments

Comments
 (0)