Skip to content

Enhance navigation, settings, and notification systems with fixes#41

Merged
Greensand321 merged 14 commits into
claude/android-feasibility-review-2oRMXfrom
main
Jun 10, 2026
Merged

Enhance navigation, settings, and notification systems with fixes#41
Greensand321 merged 14 commits into
claude/android-feasibility-review-2oRMXfrom
main

Conversation

@Greensand321

Copy link
Copy Markdown
Owner

No description provided.

claude and others added 10 commits June 10, 2026 02:12
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 and others added 2 commits June 10, 2026 02:42
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
claude and others added 2 commits June 10, 2026 03:14
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
Greensand321 merged commit f046014 into claude/android-feasibility-review-2oRMX Jun 10, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants