Files
oxmc 4b7102131f
CI / build-debug-apk (assembleLawnWithQuickstepGithubDebug) (push) Has been cancelled
CI / build-debug-apk (assembleLawnWithQuickstepNightlyRelease) (push) Has been cancelled
CI / build-debug-apk (assembleLawnWithQuickstepPlayDebug) (push) Has been cancelled
CI / check-style (push) Has been cancelled
Crowdin Upload / Upload strings to Crowdin (push) Has been cancelled
CI / send-notifications (push) Has been cancelled
CI / crowdin-auto-merge (push) Has been cancelled
CI / final-status (push) Has been cancelled
CI / nightly-release (push) Has been cancelled
quickstep: reconcile hidden-API surface with android-16.0.0_r4
Building against PawletOS's real frameworks/base (lawnchair-build AOSP
bridge, framework jar swap) surfaced the QPR1->r4 drift at compile time.
Each fix mirrors r4's own Launcher3 where one exists:

- InsetsSource (compatLib): drop dead dumpDebug branch guarded by
  android.os.Flags.androidOsBuildVanillaIceCream() — jarjar'd out of app
  classpaths and final-true on V+
- SystemApiWrapper: ScreenCapture.captureLayers/LayerCaptureArgs moved
  to ScreenCaptureInternal; setAllowProtected -> setProtectedContentPolicy,
  setHintForSeamlessTransition -> setPreserveDisplayColors
- QuickstepProtoLogGroup: isLogToProto/isLogToAny/setLogToProto removed
  from IProtoLogGroup
- NavbarButtonsViewController: imeSwitcherRevamp finalized;
  ic_ime_switcher_new renamed back to ic_ime_switcher
- LauncherBackAnimationController: BackMotionEvent
  .getDepartingAnimationTarget() removed (flag finalized true)
- proguard.pro: -dontwarn boot-classpath classes the real framework jar
  references (conscrypt TrustManagerImpl, CloseGuard,
  NativeAllocationRegistry) — provided by ART at runtime
2026-07-15 06:31:25 -07:00
..