-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to Maui Version 8.0.10 #66
Upgrade to Maui Version 8.0.10 #66
Conversation
* Update car image/size * Change name back to dotnet_bot The old image name was used in a bunch of tests, it's still the bot so the old name is still fine, and seems like reasonable idea to just revert the name to clean this up. --------- Co-authored-by: redth <jondick@gmail.com>
… track api changes
…for content insets (dotnet#18277)" (dotnet#18579) This reverts commit 0cb5d80.
…net#18608) Fixes https://devdiv.visualstudio.com/DevDiv/_workitems/edit/1910199 Co-authored-by: Eilon Lipton <Eilon@users.noreply.github.com>
…urceServiceResult.cs
…ler.Gtk.cs: track api changes
…tico/merge/main240321
I really hope that this can get merged in, even as a POC. This is what the open-source of MAUI is all about |
<3 |
How great it is to see so much effort and collaboration between different members of the community. |
@jsuarezruiz this conflicts are caused by the outdated base branch if you try to merge against actual maui main, there are no conflicts |
I am going to open an issue to discuss it, but, maybe we can start creating some NuGet packages from this point? |
concerning the jsuarezruiz/main-linux-branch: |
not sure about that, it's really not production ready at all |
@lytico Why not a pre-release package? :") |
Description of Change
Based on Version 8.0.20 https://github.com/dotnet/maui/releases/tag/8.0.20
how to get it compile:
see: https://github.com/lytico/maui/blob/6ef7f0c066808ea0d4142812ef4d956245e6a711/.github/workflows/build-gtk.yml#L22-L31
Main Features
Everything has a lot of lacking features and/or errors and is absolutely not production ready
Implementations
Handlers for:
Toolbar (partial); (merged from mali, authored by @parhamsaremi, extended by @lytico )
Border (partial)
Menu
CollectionView (partial)
NaviagtionView (partial)
DatePicker (merged from mali, authored by @webwarrior-ws & @aarani)
WebView (partial)
BlazorWebView:
GestureManager: Tap and Click (partial); (merged from mali, authored by @webwarrior-ws)
Essentials
Connectivity (merged from mali, authored by @webwarrior-ws )
Launcher (merged from mali, authored by @webwarrior-ws )
fixes
and some more fixes cherry picked from mali, authored by @parhamsaremi
see commits for details
reviews in mali are done by @knocte
Samples
Maui.Controls.Sample
BlazorGtkApp
Controls.Sample.Gtk
GraphicsTester.Skia.Gtk
GraphicsTester.Gtk