Commit graph

3 commits

Author SHA1 Message Date
24958c3d11 fix: widget_test restoreDetailed override + dependency_overrides for stable lockfile
- _FakeJenkinsArtifactSession now overrides restoreDetailed() to return
  JenkinsSessionRestoreKind.restored, satisfying AppSokApp startup contract
  (previously only restore() was overridden; restoreDetailed() fell through to
  the real implementation which hit MockClient and failed to activate jobLoader)
- Add dependency_overrides for meta >=1.18.0 and test_api >=0.7.11 in
  pubspec.yaml so flutter pub get in this container resolves >=1.18.x/>=0.7.1x
  instead of repeatedly downgrading to 1.17.0/0.7.10

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-13 22:28:06 +09:00
ce27006e05 feat: usb install milestone update and service improvements
- Update usb-install.md milestone documentation
- Improve ADB service functionality and error handling
- Update app shell and settings page for usb install feature
- Add test coverage for adb service and widget
- Update dependencies in pubspec.yaml
- Archive completed task artifacts
2026-06-13 07:57:54 +09:00
36969cbe85 feat: scaffold AppSok app and roadmap/test baseline 2026-06-08 19:04:08 +09:00