From 178924bce0d7d89cdbd5852cd2024efbf7f3ff94 Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Wed, 15 Oct 2025 03:42:53 +0700 Subject: [PATCH] feat: Widget animations during resize Signed-off-by: Pun Butrach --- GITHUB_CHANGELOG.md | 3 +-- src/com/android/launcher3/config/FeatureFlags.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/GITHUB_CHANGELOG.md b/GITHUB_CHANGELOG.md index cc598a0243..28bd0b1a0d 100644 --- a/GITHUB_CHANGELOG.md +++ b/GITHUB_CHANGELOG.md @@ -31,6 +31,7 @@ Compatibility list: * [DEBUG] Launcher3 feature status diagnostic check in debug menu * [Documentation] Add more visibility into both app certificate and SLSA verification for app authenticity check [VERIFICATION.md](VERIFICATION.md) * [Documentation] Initial drafting of Improve documentation v6 (pave-path) +* [Launcher] Widget animations during resize #### Fixes @@ -52,7 +53,6 @@ Compatibility list: * Rare NoSuchMethodError crash on SurfaceControl setEarlyWakeupStart and setEarlyWakeupEnd * Properly align built-in smartspace in workspace * Use WM Proxy from Lawnchair instead of System, fix Android 8.1/9/10/11/12.0/12.1 regarding SE, NSME like SystemBarUtils -> (dWkyIGw9), (reworked CllOXHJv) - * Comment regarding estimate bounds on foldable have been added * LawnchairWindowManagerProxy have been migrated to Dagger * SystemWindowManagerProxy have been left unused * [Lawnchair/Iconloaderlib] Update CustomAdaptiveIconDrawable to latest AOSP 13 @@ -67,7 +67,6 @@ Compatibility list: * Workspace theme doesn't refresh until restart -> (ZbLX3438) * Lawnchair Colour can't handle restart causing default colour to be used instead -> Fixed? * (Investigating) Work profile switch on widget selector *may* have reverted to Lawnchair 15 style -* Second hand of clock app missing due to changes in ClockMetadata of Lawnchair * Full lists: https://trello.com/b/8IdvO81K/pe-lawnchair ### 🥞 Development 1 diff --git a/src/com/android/launcher3/config/FeatureFlags.java b/src/com/android/launcher3/config/FeatureFlags.java index 7f8a3f01e4..9873ee52d3 100644 --- a/src/com/android/launcher3/config/FeatureFlags.java +++ b/src/com/android/launcher3/config/FeatureFlags.java @@ -165,7 +165,7 @@ public final class FeatureFlags { // TODO(Block 22): Clean up flags public static final BooleanFlag ENABLE_WIDGET_TRANSITION_FOR_RESIZING = getDebugFlag(268553314, - "ENABLE_WIDGET_TRANSITION_FOR_RESIZING", DISABLED, + "ENABLE_WIDGET_TRANSITION_FOR_RESIZING", ENABLED, "Enable widget transition animation when resizing the widgets"); // TODO(Block 27): Clean up flags