fix(native): mobile polish — safe areas, session dates, file naming - #367
Open
TheAngryRaven wants to merge 1 commit into
Open
fix(native): mobile polish — safe areas, session dates, file naming#367TheAngryRaven wants to merge 1 commit into
TheAngryRaven wants to merge 1 commit into
Conversation
- Pad the MyChron/Alfano/DovesLogger/Fledgling download dialogs with safe-area-modal so they clear notches on edge-to-edge Android. - Pass the native FileEntry date/meta through the adapters into LoggerFile (new optional fields) and show the session date in FileListPanel, so Alfano sessions aren't bare hex ids. - Normalize download filenames (new pure fileNaming helpers): MyChron swaps the device's .xrz for .xrk instead of stacking extensions, and Alfano appends .csv to its extensionless session ids for save/import. - Update the adapter tests for the pass-through, add fileNaming tests, and record it all in the CHANGELOG under Unreleased. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PdpAnoQ6Y1dqDX3ScnQekD
Deploying with
|
| Status | Name | Latest Commit | Preview URL | Updated (UTC) |
|---|---|---|---|---|
| ✅ Deployment successful! View logs |
lapwing | 290e678 | Commit Preview URL Branch Preview URL |
Jul 30 2026, 12:40 AM |
|
This pull request has been ignored for the connected project Preview Branches by Supabase. |
Coverage SummaryLines: 56.61% (6925/12232) · Statements: 55.7% · Functions: 53.22% · Branches: 52.73% Per-file coverage
|
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
Small Android-release polish batch for the native logger flows:
safe-area-modalon the four download dialogs (DovesloggerDownload,MyChronDownload,AlfanoDownload,DataloggerDownload) so they respect notches/edge-to-edge — they're the primary native surfaces and had baresm:max-w-mdcontent.LoggerFilegains optionaldate/meta, the three native adapters stop dropping the backend'sFileEntry.date/meta, andFileListPanelrenders the date as secondary text — Alfano sessions no longer display as bare hex ids.a_0217.xrz.xrk(trailing.xrzswapped for.xrk); Alfano downloads get a.csvextension (the payload is the backend's ready-to-import CSV). New purefileNaming.tshelpers with unit tests.Related Issues
Part of the LapWing Android v0.2.0 release push.
Type of Change
Checklist
npm run lintpassesnpm run typecheckpassesnpm run test:runpasses — 2354 testsnpm run buildsucceeds — via typecheck/CIREADME.md,CLAUDE.md, Credits,CHANGELOG.md) — CHANGELOG entry addeddatalogParser.ts, added tests, updated the formats table — n/aNotes for Reviewers
Trivial conflicts expected with the sibling Device-tab PR (#365) in
types.ts/dovesloggerConnection.ts/CHANGELOG — different hunks, whichever merges last rebases.Generated by Claude Code