Enhance navigation, settings, and notification systems with fixes#41
Merged
Conversation
Tapping the calendar header label (Month Year ▾) now opens a scroll-snapped month/year wheel picker, matching the web app's #calPicker/openCalPicker(). Mirrors year-range, dimmed-no-data, and Go to Today behavior from index.html. https://claude.ai/code/session_01V4RhJJeETrbWU7YLJ2ZWpu
Add month/year picker to native calendar panel
StepTransition reset its slide/fade Animatable via a post-composition snapTo(0f) inside LaunchedEffect, so the new step's content rendered fully visible for one frame before snapping away and animating back in. Use a fresh Animatable per target (starting pre-offset/transparent) so the entrance animation is correct from the first composed frame. https://claude.ai/code/session_01V4RhJJeETrbWU7YLJ2ZWpu
Fix step transition blink/jitter on wizard navigation
Back press/gesture now closes the photo viewer, then any open overlay, then returns to today from a past day, then steps back through the wizard one step at a time. Only falls through to the system default (exit/minimize) at today's first step with nothing else open. https://claude.ai/code/session_01V4RhJJeETrbWU7YLJ2ZWpu
PillButton text could wrap to two lines (e.g. "Next →"), making that button taller than its single-line siblings. Force single-line text (no wrap, visible overflow) so Back/Next/Keto/Skip all share the same height, and center-align the action row. https://claude.ai/code/session_01V4RhJJeETrbWU7YLJ2ZWpu
Claude/charming gauss cfc96c
Regenerate all PWA icon sizes (icons/icon-*.png + maskable) from the new icon.png illustration, and swap the Android adaptive icon's background layer to match (per-density PNGs replacing the hand-drawn vector); the foreground layer is now empty since the new artwork is full-bleed. Bump APP_VERSION to 1.8 and the service worker cache to keto-v9 so devices pick up the new icons. https://claude.ai/code/session_01V4RhJJeETrbWU7YLJ2ZWpu
Replace app icon with new avocado artwork
The previous commit replaced the foreground vector with an empty <vector> (no path children), which adaptive-icon resource resolution doesn't handle well and caused the launcher to fall back to the generic Android icon. Restore the proven background-vector + foreground-drawable structure: ic_launcher_background.xml is now a solid green vector (matching the new artwork's background color), and the new avocado artwork moves to the foreground as density-bucketed PNGs. https://claude.ai/code/session_01V4RhJJeETrbWU7YLJ2ZWpu
Fix adaptive icon falling back to the default Android icon
Greensand321
merged commit Jun 10, 2026
f046014
into
claude/android-feasibility-review-2oRMX
3 checks passed
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.
No description provided.