Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
Binary file modified .DS_Store
Binary file not shown.
22 changes: 0 additions & 22 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,5 @@
# Changelog - RoomPlan WiFi Survey Coordinate Alignment

## Unreleased

### Project consolidation
- Removed standalone `WiFiMap` package from the workspace; all RF propagation, placement optimization, RoomPlan parsing, and data models now live under `RoomPlanExampleApp/RoomPlanSimple/WiFiMapFramework/`.
- Updated docs to reference the integrated modules only.

### Fixes
- RF coverage concurrency: `CoverageEngine.calculateGridCoverage` now aggregates results from task groups correctly and runs batches concurrently instead of reprocessing sequentially.
- iOS 17 availability: replaced hardcoded `true` with `#available(iOS 17, *)` gate in `RoomCaptureViewController`.
- Plume plugin compile fix: corrected `PlumeSteeringOrchestrator` type reference.

### Notes
- If you had local references to the removed `WiFiMap` package, point them to the integrated `WiFiMapFramework` modules.

### UI/Behavior changes
- Explicit demo mode for floor plan:
- `FloorPlanViewController` now loads sample content only when `isDemoMode == true`.
- `RoomCaptureViewController.showFloorPlanDemo()` sets `isDemoMode = true`.
- Real navigation uses `updateWithData(...)` which disables demo mode and clears any sample arrays so real data always takes precedence.
- Removed default "Sample Room Layout" label from `FloorPlanRenderer` to avoid accidental demo branding.
- Real-device fallback: if RoomPlan returns no valid floor surfaces/walls, a minimal fallback room labeled "Unknown" is created so WiFi visualization still works. Users are guided to retry scan in better conditions.

## Version 2.0.0 - Advanced Coordinate Alignment Implementation

### 🎯 Major Features
Expand Down
Loading