Name the native app "Halkyon Learn" #252
No reviewers
Labels
No labels
Compat/Breaking
Kind/Bug
Kind/Documentation
Kind/Enhancement
Kind/Feature
Kind/Security
Kind/Testing
Priority/Critical
Priority/High
Priority/Low
Priority/Medium
Reviewed/Confirmed
Reviewed/Duplicate
Reviewed/Invalid
Reviewed/Won't Fix
Status/Abandoned
Status/Blocked
Status/Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
project-halkyon/halkyon-learn!252
Loading…
Reference in a new issue
No description provided.
Delete branch "refs/pull/252/head"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
On mobile the app showed "halkyon_learn" — the default Dart package name was still the native label.
android:label:halkyon_learn→Halkyon Learn.CFBundleName:halkyon_learn→Halkyon Learn, and addedCFBundleDisplayName=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.