Skip to content

chore(frontend): refresh app launch assets - #407

Merged
LUPENGHAN merged 1 commit into
1024XEngineer:mainfrom
Alexander-Noah:fix/frontend-startup
Aug 28, 2026
Merged

chore(frontend): refresh app launch assets#407
LUPENGHAN merged 1 commit into
1024XEngineer:mainfrom
Alexander-Noah:fix/frontend-startup

Conversation

@Alexander-Noah

@Alexander-Noah Alexander-Noah commented Aug 28, 2026

Copy link
Copy Markdown
Contributor

变更说明

  • 更新 Timeflow 应用主图标
  • 更新 Android 自适应图标的背景色和前景图片配置
  • 提交完整的 Android 背景、前景及单色替换图片
  • 新增 android-icon-foreground-timeflow.png
  • 删除旧的 splash-icon.png
  • 移除通知配置中对应用主图标的显式引用

影响范围

仅涉及 Expo 配置和前端图片资源,不包含业务逻辑、后端或数据库变更。

与 Issue 的关系

  • 关联 #403
  • PR #409 一起完成 Android 品牌图标资源统一的最终收口

验证

  • 已确认所有配置引用的替换图片均包含在提交中

@Alexander-Noah
Alexander-Noah marked this pull request as ready for review August 28, 2026 03:02
@Alexander-Noah Alexander-Noah linked an issue Aug 28, 2026 that may be closed by this pull request
5 tasks

@LUPENGHAN LUPENGHAN left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok

@LUPENGHAN
LUPENGHAN merged commit ad1ddcc into 1024XEngineer:main Aug 28, 2026
8 checks passed
@Alexander-Noah
Alexander-Noah deleted the fix/frontend-startup branch August 28, 2026 03:05

@fennoai fennoai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The review covers the Expo Android icon configuration and all changed launch/notification assets. The config parses successfully and git diff --check is clean, but the adaptive icon layer contract has two Android-facing regressions noted inline.

Additional findings

  • frontend/app.config.js:?: [P1] Use a transparent foreground-only adaptive icon asset: The new foregroundImage is the same full artwork as the replacement background and monochrome files: it contains an opaque beige rounded-square panel instead of only the transparent foreground artwork. Android/Expo composes this layer over backgroundColor and then applies the launcher mask, so the embedded panel defeats the background/foreground separation and can be clipped into the wrong shape on launchers using circular or other masks. Export a foreground-only PNG with the artwork in the adaptive safe zone and transparent pixels elsewhere.

Comment thread frontend/app.config.js
@codecov

codecov Bot commented Aug 28, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.

Flag Coverage Δ
backend ?
frontend 90.38% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 102 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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.

feat(android): 统一应用图标与启动页品牌资源

2 participants