maui/Microsoft.Maui.Packages-mac...

28 строки
1.4 KiB
Plaintext
Исходник Обычный вид История

{
"solution": {
"path": "Microsoft.Maui.sln",
"projects": [
"src\\BlazorWebView\\src\\Maui\\Microsoft.AspNetCore.Components.WebView.Maui.csproj",
"src\\Compatibility\\Core\\src\\Compatibility.csproj",
"src\\Controls\\Foldable\\src\\Controls.Foldable.csproj",
"src\\Controls\\Maps\\src\\Controls.Maps.csproj",
"src\\Controls\\src\\Build.Tasks\\Controls.Build.Tasks.csproj",
"src\\Controls\\src\\Core.Design\\Controls.Core.Design.csproj",
"src\\Controls\\src\\Core\\Controls.Core.csproj",
"src\\Controls\\src\\NuGet\\Controls.NuGet.csproj",
"src\\Controls\\src\\SourceGen\\Controls.SourceGen.csproj",
"src\\Controls\\src\\Xaml.Design\\Controls.Xaml.Design.csproj",
"src\\Controls\\src\\Xaml\\Controls.Xaml.csproj",
"src\\Core\\src\\Core.csproj",
Implement .NET MAUI Maps (#7886) * Draft maps * Get stuff into the manifest * [Android] Make it work * [iOS, Androiid] Add MapType * [iOS, Android] Add IsShowingUser * [iOS, Android] Add HasScrollEnabled, HasTrafficEnabled and HasZoomEnabled * Add Maps to sandbox * Fix sandbox manifest * Added to Sample app and fix HasTrafficEnabled iOS * Fix IMapHander typo * More typo fixing * Make it build * Implement basic pin support iOS * iOS disconnect events for Pins * Update PublicAPI.Unshipped.txt * Add Unshipped APIs * Basic pin tapping iOS * [Maps] Move maps to it's own project * Update more moved files * Fixing missing extension * Fix map page * Fix api * Fix sample * Fix HasTrafficEnabled * Add MapArea * Fix MapType * [Maps] Move MapSpan and Distance * Fix android legacy renderer usage * Fix ControlGallery Location * Fix MapSpan * Add MapClick * [Maps] MoveToRegion use command structure * [Maps] Make _lastMoveToRegion private * [Maps] Rename clicked event * [Maps] Fix unit tests * Add maps reference to build tasks * [Maps sample] Add pin buttons * MauiMapHandlers only exist on iOS and Android for now * [Maps] Implement pins on Android * [Maps] Add IMapPin handlers * [Maps] Refactor iOS handler * Fix old rendererers * Fix build * Add maps to the sln * [Maps] Remove INotifyPropertyChanged from IMapPin * [Maps]Add compile directive * Add references to maps samples * Add reference to maps on Profilling * [Maps]Add Remove pin code * [Maps] Move pins to mapper * Add Maps reference to test project * [Maps] Move maps to correct location * Fix maps reference * Remove extra reference on core * Fix more references * [Maps] Refactor subscribe/unsubscribe events * Fix another project reference * [iOS] Add MapElementHandler * [Maps] Add Android map elements * [Android] Add MapElementHandler for Android * [Maps] Remove Geocoder and Position * [Maps] Null enabled on Controls.Maps * [Maps] Remove more Geocoder usage * Remove more geocoder * [Maps] Fix a couple of old references * Fix Circle extension * Move to MAUI :D * Update Location usage on Xaml * Fix old renderer * Fix maui location * [Maps] Add Tizen handlers * [Maps] Try use ElmSharp.EvasObject * Fix Tizen * Fix test * [Maps] Fix Map tests * Try fix tests, fix some formatting * FIx test again * [Maps] Use AddMauiMaps without if/def * [iOS] Don't set _handler to null * [Tizen] Remove disable warnings * [iOS] Move GestureRecognizer to MauiMKMapView * [iOS] Throw exception if no MKOverlayRenderer is found for IMKOverlay * [Maps] Remove Geopath from the IGeoPathMapElement * [Maps] Use WeakReference for Handler on iOS MAuiMKMapView * [iOS] Fix check of MapElementId when creating MapElement handler * Pack the maps things * pack * [Maps] Fix update mapElements for iOS and Android * [Maps] Map needscall MapElementUpdate on PropertyChanged * [Maps] VisibleRegion shouldn't have a public setter * [Maps] Move Pin Position property to Location * [Maps] Remove MoveToLastRegionOnLayoutChange * Use MauiMKMapView * Fix build * Small refactor on sample page * Remove extra references * Fix Map API for MapElements and Pins * Fix unittests projec * Update Maui.Controls.Sample.csproj * Update Controls.Maps.csproj * fix all that * Fix some build errors * Fix PinTests * Update MapWithItemsSourceGallery.xaml * Fix last test * Update dotnet.cake * Implement UseMauiMaps * Complete UseMauiMaps for Android * [BuildTasks]Remove reference to maps * Cleaup up sample * [Maps] Don't make VisibleRegion setter public on Controls * Add public api for Controls.Maps * [Maps] Add Public api for Maps.Core * Add public API for Core.Map * Add more public * Update Maps.csproj * Added more samples to the gallery * [Maps] Update windows handler to be more generic * Updated samples * [Android] Update obsolete android API * [Maps] Remove usage of old geocoder * [Maps] Remove EditorBrowsable * [Maps] Change Position to Location on MapClickedEventArgs * Fix sample * [Maps] update some wording that was referencing forms * [Maps]Fix more old usage of Position * [Maps]Check if Location is null before setting Pin Location on Android * [Maps] Don't use obsolete api * [Maps] Rename properties from Has to Is * [Maps] Rename properties on Controls.Maps Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com> Co-authored-by: Matthew Leibowitz <mattleibow@live.com> Co-authored-by: Javier Suárez Ruiz <javiersuarezruiz@hotmail.com>
2022-08-26 14:18:47 +03:00
"src\\Core\\maps\\src\\Maps.csproj",
"src\\Essentials\\src\\Essentials.csproj",
"src\\Graphics\\src\\Graphics\\Graphics.csproj",
"src\\Graphics\\src\\Graphics.Skia\\Graphics.Skia.csproj",
"src\\Graphics\\src\\Text.Markdig\\Graphics.Text.Markdig.csproj",
"src\\SingleProject\\Resizetizer\\src\\Resizetizer.csproj",
"src\\Templates\\src\\Microsoft.Maui.Templates.csproj",
"src\\Workload\\Microsoft.Maui.Sdk\\Microsoft.Maui.Sdk.csproj",
"src\\Workload\\Microsoft.NET.Sdk.Maui.Manifest\\Microsoft.NET.Sdk.Maui.Manifest.csproj"
]
}
}