Skip to content

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

Description

@Alexander-Noah

背景

为统一 Timeflow 在 Android 端的品牌视觉,需要收口应用主图标、Adaptive Icon 前景资源和启动页图标,避免不同入口出现不一致的品牌素材。

本项工作最终由两个已合并的 PR 共同完成:

  • PR #407:刷新应用主图标与 Android 图标资源
  • PR #409:补齐启动页资源切换与 expo-splash-screen 配置

关联 PR

  • #407 chore(frontend): refresh app launch assets
  • #409 fix(frontend): refine bird icon assets

实现内容

PR #407

  • 更新 Timeflow 应用主图标资源
  • 调整 Android adaptiveIcon.backgroundColor
  • adaptiveIcon.foregroundImage 切换为新的 Timeflow 图标资源
  • 替换相关 Android 图标素材,包括前景图、背景图、单色图和应用图标
  • 移除 expo-notifications 中对旧 ./assets/icon.png 的显式绑定,使通知图标链路跟随当前应用图标资源

PR #409

  • 将 Expo 配置中的 expo.icon 切换到新的 Timeflow 图标资源
  • 新增并启用 expo-splash-screen 配置
  • 将启动页图片切换为 splash-bird.png
  • 调整启动页背景色与展示效果,修复边缘白边与视觉突兀问题
  • 补齐 expo-splash-screen 依赖与锁文件变更

最终结果

合并 PR #407PR #409 后,Timeflow Android 侧以下品牌资源已完成统一:

  • 应用主图标
  • Adaptive Icon 前景资源
  • 启动页图标与背景配置
  • 默认通知图标资源链路对旧图标的显式依赖已移除

验证结论

  • Expo 配置能够正常解析
  • Android 相关图片资源已随 PR 一并提交
  • 启动页资源切换完成
  • 真机验证中,重启系统刷新缓存后,“Timeflow 提醒守护”通知已显示新的 Timeflow 图标
  • 本次范围内无额外后续工作

验收标准

  • Android 主图标资源更新为新的 Timeflow 品牌图标
  • expo.iconandroid.adaptiveIcon.foregroundImage 已切换到统一资源
  • 启动页资源已切换为新的小鸟图标并完成样式修复
  • expo-notifications 不再显式绑定旧 icon.png
  • PR #407PR #409 已合并并共同完成本项工作

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions