Skip to content

feat(ui): add acrylic app background mode#413

Merged
qiin2333 merged 7 commits into
qiin2333:masterfrom
ShadowLemoon:feat/background
Jul 17, 2026
Merged

feat(ui): add acrylic app background mode#413
qiin2333 merged 7 commits into
qiin2333:masterfrom
ShadowLemoon:feat/background

Conversation

@ShadowLemoon

Copy link
Copy Markdown

Summary

  • Add an Acrylic background mode to AppView.
  • Restore the blurred full-screen artwork plus semi-transparent centered artwork effect.
  • Keep the existing App artwork and Soft color modes unchanged.
  • Move Acrylic bitmap composition off the UI thread.

Validation

  • ./gradlew :app:compileNonRootDebugKotlin --no-daemon
  • ./gradlew :framegen:configureCMakeRelease[arm64-v8a] --no-daemon
  • ./gradlew :framegen:externalNativeBuildRelease --no-daemon

All passed.

@qiin2333

Copy link
Copy Markdown
Owner

BackgroundImageManager 竖屏从 Acrylic 切换到 Artwork/SoftColor 时,没有清掉 clearImageView 持有的旧 Bitmap,可能造成较大的内存滞留。
FullscreenProgressOverlay.applyArtwork() 隐藏了模糊层并改为 CENTER_CROP,与旧行为不一致。请确认这是否是预期的 Artwork 语义。
非 BitmapDrawable 的 Acrylic 路径没有走相同的 Alpha 合成逻辑,视觉结果可能不一致。
修复第 1 点并确认第 2 点后,我认为这个 PR 可以合并。

@qiin2333
qiin2333 merged commit 54a9993 into qiin2333:master Jul 17, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants