ad12779b73
Docs added
2026-01-17 05:27:21 +00:00
7d2ac327a3
More fixes
2026-01-17 05:22:37 +00:00
f62d4aa5f2
Missing maui compliance
2026-01-17 03:45:05 +00:00
a367365ce5
Color issues
2026-01-17 03:36:37 +00:00
aad915ad86
Missing backgroundcolor
2026-01-17 03:10:29 +00:00
5443c7c22a
Gesture support
2026-01-17 02:48:59 +00:00
5a915ca06a
Window management
2026-01-17 02:33:00 +00:00
47a5fc8c01
Missing items
2026-01-17 02:23:05 +00:00
523de9d8b9
Update LinuxMauiAppBuilderExtensions.cs
2026-01-17 01:47:26 +00:00
b07228922f
Missing bindings defaults
2026-01-17 01:43:42 +00:00
4c70118be6
Create MenuBarHandler.cs
2026-01-17 01:22:52 +00:00
868ce1fcae
CollectionView completed
2026-01-17 01:18:57 +00:00
b1749b1347
Page completed
2026-01-17 01:18:35 +00:00
d8bdf5472f
Navigation completed
2026-01-17 01:17:36 +00:00
7a1241cbf2
Layout
2026-01-17 00:46:27 +00:00
27e2dc7136
Update SkiaPicker.cs
2026-01-16 05:51:54 +00:00
8b1c733943
Border completed
2026-01-16 05:49:20 +00:00
331d6839d9
General renderers/views
2026-01-16 05:42:21 +00:00
bf2f380f56
WebView completed
2026-01-16 05:40:49 +00:00
a11b081510
more searchBar
2026-01-16 05:39:10 +00:00
c27f073938
Picker completed
2026-01-16 05:38:45 +00:00
59bcb9244e
TimePicker completed
2026-01-16 05:36:36 +00:00
c21ff803fe
DatePicker completed
2026-01-16 05:36:22 +00:00
7056ab7e4e
SearchBar completed
2026-01-16 05:31:38 +00:00
1b1619de06
Frame completed
2026-01-16 05:31:21 +00:00
538d4bad65
BoxView completed
2026-01-16 05:31:09 +00:00
85b3c22dc7
Border completed
2026-01-16 05:30:52 +00:00
675466a0f5
TimePicker
2026-01-16 05:14:14 +00:00
870382097b
DatePicker
2026-01-16 05:14:04 +00:00
20fcbd78e3
Picker conmpleted
2026-01-16 05:10:40 +00:00
0094cdef45
Progressbar completed
2026-01-16 05:04:05 +00:00
8f1eba7fbe
Activity completed
2026-01-16 05:03:49 +00:00
436c9d60cb
Stepper completed
2026-01-16 05:01:27 +00:00
083f110cf4
Slider completed
2026-01-16 04:57:40 +00:00
f263ee96b3
Radio button
2026-01-16 04:56:23 +00:00
271f8d7fa9
Switch
2026-01-16 04:54:18 +00:00
a8c8939a3f
Checkbox
2026-01-16 04:54:03 +00:00
71a37da1a4
Image and ImageButton
2026-01-16 04:49:21 +00:00
81f7d9c90e
Entry
2026-01-16 04:40:02 +00:00
d5a7560479
Editor and Search
2026-01-16 04:39:50 +00:00
209c56e592
Label completed
2026-01-16 04:23:47 +00:00
9a49185183
Button completed
2026-01-16 04:14:34 +00:00
a2800464c8
Update SkiaView.cs
2026-01-16 03:57:31 +00:00
aab53ee919
Initial start
2026-01-16 03:40:47 +00:00
4a64927c12
Removed samples
2026-01-11 10:56:09 -05:00
bc80436a34
Add DialogsPage and MoreControlsPage to ShellDemo
...
DialogsPage demonstrates:
- Alert dialogs (simple, confirmation)
- Action sheets (with destructive option)
- Input prompts (text, numeric)
- File pickers (single, multiple, images)
- Folder picker
MoreControlsPage demonstrates:
- Stepper (basic and custom range)
- RadioButton (vertical and horizontal groups)
- Image placeholders with aspect modes
- Clipboard (copy/paste)
- Share and Launcher services
- BoxView shapes and dividers
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 20:05:50 -05:00
01270c6938
Add ShellDemo sample with comprehensive XAML controls showcase
...
Complete ShellDemo application demonstrating all MAUI controls:
- App/AppShell: Shell navigation with flyout menu
- HomePage: Feature cards, theme toggle, quick actions
- ButtonsPage: Button styles, states, variations, event logging
- TextInputPage: Entry, Editor, SearchBar with keyboard shortcuts
- SelectionPage: CheckBox, Switch, Slider with colored variants
- PickersPage: Picker, DatePicker, TimePicker demos
- ListsPage: CollectionView with fruits, colors, contacts
- ProgressPage: ProgressBar, ActivityIndicator, interactive demo
- GridsPage: Grid layouts - auto/star/absolute sizing, spans, nesting
- AboutPage: OpenMaui Linux information
- DetailPage: Push/pop navigation demo
All pages use proper XAML with code-behind following MAUI patterns.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 20:02:24 -05:00
18ab0abe97
Add TodoApp sample with reconstructed XAML
...
Complete TodoApp sample application with:
- App.xaml/cs: Colors and styles for light/dark themes
- TodoListPage: Task list with theme toggle switch
- NewTodoPage: Form to create new tasks
- TodoDetailPage: Edit task details with delete option
- TodoItem.cs/TodoService.cs: Data model and service
- SVG icons for save, delete, and add actions
Theme switching via toggle on main page applies app-wide.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 19:52:56 -05:00
8a36a44341
Reconstruct XamlBrowser sample with XAML from decompiled code
...
Created complete XamlBrowser sample application:
- App.xaml: Colors and styles for light/dark theme support
- App.xaml.cs: BrowserApp with ToggleTheme()
- MainPage.xaml: Toolbar (Back, Forward, Refresh, Stop, Home),
address bar, Go button, WebView, status bar with theme toggle
- MainPage.xaml.cs: Navigation logic, URL handling, progress animation
- MauiProgram.cs: UseLinuxPlatform() configuration
- Program.cs: LinuxProgramHost entry point
- Resources/Images: 10 SVG icons for toolbar (dark/light variants)
UI matches screenshot provided by user:
- Dark gray toolbar with navigation buttons
- Entry field for URL with rounded corners
- Green "Go" button
- WebView displaying content
- Status bar with theme toggle
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 18:32:08 -05:00
95e7d0c90b
Add CLAUDE.md for XAML reconstruction project
...
Documents the plan to reconstruct XAML files from decompiled sample apps:
- ShellDemo: 12 files (App, AppShell, 10 pages)
- TodoApp: 4 files (App, 3 pages)
- XamlBrowser: 2 files (App, MainPage)
Includes:
- Color values extracted from decompiled code
- Style definitions
- AppShell structure with FlyoutItems
- Key patterns for converting decompiled C# to XAML
- Workflow and tracking checklist
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com >
2026-01-01 17:48:18 -05:00