Drop onboarding pages 1-4, swap art for AutoAwesome icon#48
Merged
Conversation
Onboarding now shows just the welcome screen (AutoAwesome icon + "Welcome to Native App Template"); the four sample pages, the `Onboarding` data class, `ImageOrientation` enum, `OnboardingViewModel`, their tests, and the `ic_overview1-4` and `ic_hero` drawables are removed. The sign-up/sign-in screen swaps the hero drawable for the same icon (headlineMedium bold/centered so the title fits one line), and `app_name` is updated to "Native App Template" so the launcher label and in-app title share a single source of truth. The splash icon is replaced with the same four-pointed sparkle (white on navy via windowSplashScreenBackground), and the adaptive launcher gains a <monochrome> layer for Android 13+ themed icons. Mirrors NativeAppTemplate-Android#61 / NativeAppTemplate-iOS#75. Per-density launcher webp refresh is left for a follow-up. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Regenerated adaptive launcher icon (ic_launcher, ic_launcher_round across all density buckets, plus the playstore preview) so the home-screen icon matches the new in-app sparkle. Foreground and monochrome layers are now vector drawables (ic_launcher_foreground, ic_launcher_monochrome) — the per-density ic_launcher_foreground.webp files are no longer needed and have been removed. Background nudged to #1A2332 to match the refreshed artwork. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Icons.Filled.AutoAwesome+ "Welcome to Native App Template"); the four sample pages, theOnboardingdata class,ImageOrientationenum,OnboardingViewModel, their tests, and theic_overview1-4drawables are removed.ic_herodrawable for the sameAutoAwesomeicon (title dropped toheadlineMediumbold/centered so "Native App Template" fits on one line); the now-unusedic_herodrawable is deleted.app_nameis renamed from "NativeAppTemplate Free" to "Native App Template" — single source of truth for both the launcher label (AndroidManifest.xml→@string/app_name) and the in-app title shown bySignUpOrSignInViewandOnboardingView.ic_splash.xml) replaced with the four-pointed sparkle (white on navy viawindowSplashScreenBackgroundon the splash theme) so cold-start matches the in-app branding.mipmap-anydpi-v26/ic_launcher{,_round}.xml) gains a<monochrome>layer so Android 13+ themed-icon mode picks up the same artwork.Mirrors NativeAppTemplate-Android#61 / NativeAppTemplate-iOS#75. The per-density launcher webp refresh (
mipmap-{m,h,x,xx,xxx}hdpi/ic_launcher{,_foreground,_round}.webpandic_launcher-playstore.png) is intentionally left for a follow-up — the existing "N" letterform webp assets stay in place. The XML adaptive-icon plumbing (<monochrome>layer, navy background color) is in place so refreshed sparkle webp assets generated via Image Asset Studio will drop in cleanly.Test plan
./gradlew testpasses./gradlew spotlessCheck lintpasses🤖 Generated with Claude Code