Name the native app "Halkyon Learn" #252

Merged
raisondetredev merged 1 commit from refs/pull/252/head into main 2026-05-27 21:54:52 +02:00
raisondetredev commented 2026-05-27 21:53:57 +02:00 (Migrated from codeberg.org)

On mobile the app showed "halkyon_learn" — the default Dart package name was still the native label.

  • Android android:label: halkyon_learnHalkyon Learn.
  • iOS CFBundleName: halkyon_learnHalkyon Learn, and added CFBundleDisplayName = Halkyon Learn (the proper user-facing name, which allows a space).

Web/PWA was already branded (manifest name/short_name, <title>, apple-web-app-title — all "Halkyon Learn"/"Halkyon"), so this only affects native builds.

On mobile the app showed **"halkyon_learn"** — the default Dart package name was still the native label. - Android `android:label`: `halkyon_learn` → `Halkyon Learn`. - iOS `CFBundleName`: `halkyon_learn` → `Halkyon Learn`, and added `CFBundleDisplayName` = `Halkyon Learn` (the proper user-facing name, which allows a space). Web/PWA was already branded (manifest `name`/`short_name`, `<title>`, apple-web-app-title — all "Halkyon Learn"/"Halkyon"), so this only affects native builds.
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
project-halkyon/halkyon-learn!252
No description provided.