diff --git a/MERGE_TRACKING.md b/MERGE_TRACKING.md index cd02eae..22e5b35 100644 --- a/MERGE_TRACKING.md +++ b/MERGE_TRACKING.md @@ -15,7 +15,7 @@ | ActivityIndicatorHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Removed IsEnabled/BackgroundColor (not in production), fixed namespace | | ApplicationHandler.cs | [ ] | NEEDS VERIFICATION | | BorderHandler.cs | [ ] | BLOCKED - needs SkiaBorder.MauiView and Tapped | -| BoxViewHandler.cs | [ ] | NEEDS VERIFICATION | +| BoxViewHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, Color/CornerRadius/Background/BackgroundColor | | ButtonHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Removed MapText/TextColor/Font (not in production), fixed namespace, added null checks | | CheckBoxHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Added VerticalLayoutAlignment/HorizontalLayoutAlignment, fixed namespace | | CollectionViewHandler.cs | [ ] | NEEDS VERIFICATION | @@ -35,22 +35,22 @@ | ImageHandler.Linux.cs | [x] | **VERIFIED 2026-01-01** - Matches production, FontImageSource rendering | | ItemsViewHandler.cs | [ ] | NEEDS VERIFICATION | | LabelHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Added CharacterSpacing/LayoutAlignment/FormattedText, ConnectHandler gesture logic, fixed namespace | -| LayoutHandler.cs | [ ] | NEEDS VERIFICATION | -| NavigationPageHandler.cs | [ ] | NEEDS VERIFICATION | -| PageHandler.cs | [ ] | NEEDS VERIFICATION | +| LayoutHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, includes StackLayoutHandler/GridHandler | +| NavigationPageHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, toolbar items, SVG/PNG icons | +| PageHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, includes ContentPageHandler | | PickerHandler.Linux.cs | [x] | **CREATED 2026-01-01** - Was missing, created from decompiled with collection changed tracking | | ProgressBarHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Added ConnectHandler/DisconnectHandler IsVisible tracking, fixed namespace | | RadioButtonHandler.Linux.cs | [x] | **VERIFIED 2026-01-01** - Matches production, Content/GroupName/Value in ConnectHandler | | ScrollViewHandler.Linux.cs | [x] | **VERIFIED 2026-01-01** - Matches production, CommandMapper with RequestScrollTo | | SearchBarHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Fixed namespace, added CancelButtonColor, SolidPaint, null checks | -| ShellHandler.cs | [ ] | NEEDS VERIFICATION | +| ShellHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, navigation event handling | | SliderHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Removed BackgroundColor (use base), fixed namespace, added ConnectHandler init calls | | StepperHandler.Linux.cs | [x] | **VERIFIED 2026-01-01** - Matches production, dark theme support | | SwitchHandler.Linux.cs | [x] | **FIXED 2026-01-01** - Added OffTrackColor logic, fixed namespace, removed extra BackgroundColor | -| TabbedPageHandler.cs | [ ] | NEEDS VERIFICATION | +| TabbedPageHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, SelectedIndexChanged event | | TimePickerHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, dark theme support | | WebViewHandler.cs | [ ] | NEEDS VERIFICATION | -| WindowHandler.cs | [ ] | NEEDS VERIFICATION | +| WindowHandler.cs | [x] | **VERIFIED 2026-01-01** - Matches production, includes SkiaWindow class | ---