Skip to content

Commit 30fe658

Browse files
committed
Update What's New dialog for v1.1.0
1 parent 2a90f46 commit 30fe658

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

app/src/main/java/com/appcontrolx/ui/MainActivity.kt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,13 @@ class MainActivity : AppCompatActivity() {
4848

4949
private fun showWhatsNewDialog() {
5050
val updateLog = """
51+
|v1.1.0
52+
|• Showcase website with gallery
53+
|• Expanded background ops viewer
54+
|• Autostart Manager (13 OEM brands)
55+
|• App sheet stacking fix
56+
|• ProGuard fixes for release builds
57+
|
5158
|v1.0.0
5259
|• Initial release
5360
|• Freeze/Unfreeze apps
@@ -56,8 +63,6 @@ class MainActivity : AppCompatActivity() {
5663
|• Batch operations with progress
5764
|• Activity Launcher
5865
|• Action Logs with rollback
59-
|• Status filter
60-
|• Dark/Light theme
6166
""".trimMargin()
6267

6368
MaterialAlertDialogBuilder(this)

0 commit comments

Comments
 (0)