We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a90f46 commit 30fe658Copy full SHA for 30fe658
app/src/main/java/com/appcontrolx/ui/MainActivity.kt
@@ -48,6 +48,13 @@ class MainActivity : AppCompatActivity() {
48
49
private fun showWhatsNewDialog() {
50
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
+ |
58
|v1.0.0
59
|• Initial release
60
|• Freeze/Unfreeze apps
@@ -56,8 +63,6 @@ class MainActivity : AppCompatActivity() {
63
|• Batch operations with progress
64
|• Activity Launcher
65
|• Action Logs with rollback
- |• Status filter
- |• Dark/Light theme
61
66
""".trimMargin()
62
67
68
MaterialAlertDialogBuilder(this)
0 commit comments