From aea2167eeeb8c37e03c65461d07b0ae6557f6628 Mon Sep 17 00:00:00 2001 From: funman300 Date: Fri, 26 Jun 2026 13:12:45 -0700 Subject: [PATCH] docs(changelog): note foldable tableau fill and card-move jank fixes Co-Authored-By: Claude Opus 4.8 (1M context) --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23776c8..b96d2de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,16 @@ project follows [Semantic Versioning](https://semver.org/). ### Fixed +- **Tableau fill on foldables / tall screens.** The tableau fan now spreads from + each column's total depth (face-down cards included) and refills on the + cold-start deal, every move, and on resize (incl. the Android safe-area-inset + resize and fold/unfold), so a near-square viewport such as an unfolded Galaxy + Fold no longer leaves the bottom of the screen empty. +- **Card-move animation jank.** A move now rebuilds a card's child visuals only + when its appearance changes (flip / resize / accessibility) instead of + despawning and respawning every card's children each `StateChangedEvent`, + removing the per-move spike that stuttered the slide animation on + high-resolution devices. - **Android and modal safe-area layout.** Modal cards now center within the usable area between status and gesture bars, additional modal-spawn guards were added, and Android build scripts now auto-discover SDK/NDK paths and strip