Граф коммитов

9 Коммитов

Автор SHA1 Сообщение Дата
David Britch fbe6946846
Replace diagram. (#2329) 2024-06-21 16:20:40 +01:00
David Britch 933ce10361
Remove/re-add image to force rebuild (#1223)
* Remove image to force redetection.

* Re-add image to force detection

* Rename file.

* Rename second image on page
2023-01-30 16:13:01 +00:00
David Britch 52074c24e7
.NET 7 content (#1062)
* Maps (#926)

* Map.

* Fix broken links.

* Rename Essentials Map doc.

* Add to TOC.

* Moniker setup.

* Configure monikers.

* Fix range.

* Fix group config.

* Edits.

* Remove hard tabs.

* Remove hard tabs.

* Remove hard tabs.

* StrokeShape default is Rectangle in .NET 7 (#928)

* StrokeShape default changes from null to Rectangle in .NET 7.0

* Remove blank lines from UL.

* Move the text outside of the UL.

* App lifecycle updates (#960)

* .NET 7 iOS lifecycle additions.

* Fix tables.

* Edit.

* Edit.

* Remove monikers.

* Fix.

* Re-add table without scene kit.

* Restore full table.

* Edit.

* Backgrounding and DisplayDensityChanged event explanations.

* Edit.

* Tooltip support for views (#961)

* Tooltips.

* Limit to .NET 7 moniker.

* Edit.

* Clarify tooltip use on iOS.

* Pointer gesture recognizer (#962)

* Add more info to troubleshooting area (#921)

* update troubleshooting

* minor

* Fix local file playback on iOS/Mac Catalyst. (#923)

* Update troubleshooting.md (#925)

* Add Azure mobile apps MAUI quickstart link (#954)

* Typo fix - update to create a custom control using handlers article (#957)

- Fix case of (ReplaceCurrentItemWIthPlayerItem).
- Change (These requirements imply that that video...) to (These requirements imply that video...).

* Add links to each step's code in the tutorial (#955)

* adjust code; add link to sample

* Update gitignore to include vscode

* Update AllNotes.cs

* Pointer gesture recognizer.

* Edit.

* Edits.

* Use moniker.

* Expand section on GetPosition

* Edit.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Muhab Abdelreheem <mabdulrahim2@outlook.sa>

* Tap gesture recognizer secondary button mask (#963)

* Secondary button mask on Mac and Windows.

* Edits.

* Fix link.

* Fix bookmark.

* Edit.

* Fix linting error.

* Menu item separators (#968)

* Menu separators.

* Fix monikers.

* Edit image.

* Context menu (#971)

* Context menus.

* Add section on displaying menu item icons.

* Edits.

* Fix linting errors.

* Add Windows warning. (#982)

* Window position and size (#984)

* Position and size a window.

* Remove OnDisplayDensityChanged

* Edit.

* Remove hard tabs.

* Specify WKWebViewConfiguration object on MauiMKWebView constructor (#988)

* MauiWKWebView configuration on iOS/Mac Catalyst.

* Edit.

* Edits.

* Move section.

* [NET 7] Remove the note about clean and redeploy to fix icons  (#983)

* remove workaround no longer needed

* swap delete to moniker

* .NET 7 doesn't require a subclassed AndroidMessageHandler (#1024)

* PointerOver visual state (#1027)

* Add PointerOver visual state.

* Fix typo.

* .NET 7 essentials updates (#1033)

* Unpackaged apps store data in a different location.

* Coarse or fine location can be specified on Android in .NET 7.

* Edit.

* Update date.

* No capabilities required on Window in .NET 7.

* Edit.

* Extend docs to include net7-based TFMs (#1049)

* Add .NET 7 support.

* Edit.

* Fix numbering.

* Add .NET 7 support.

* Edit.

* Edits.

* Fixes.

* Edit.

* Edit.

* Add .NET 7 support.

* Add .NET 7 support.

* More .NET 7.

* More .NET 7

* Fix typo.

* Remove moniker because you still need to clean the project.

* Fix linting error.

* .NET 7 updates (#1053)

* Update installation for .NET 7.

* Fix broken link.

* VSMac update.

* Test .NET 6/7 selector.

* Test

* Test

* Edits.

* Edits.

* New installations will have iOS/Android auto-selected.

* Update screenshots.

* Remove space in monikers.

* Fix sample link.

* Foldable devices with .NET MAUI (#1057)

* [foldable] TwoPaneView doc

* [foldable] address markdownlint warnings

* [foldable] address markdownlint warning

* [foldable] update sample link

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* [foldable] impl review feedback

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Update docs/user-interface/controls/twopaneview.md

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>

* Deprecate MessagingCenter.

* Move note.

Co-authored-by: Andy (Steve) De George <67293991+adegeo@users.noreply.github.com>
Co-authored-by: Muhab Abdelreheem <mabdulrahim2@outlook.sa>
Co-authored-by: Craig Dunn <craig.dunn@microsoft.com>
2022-11-08 16:15:17 +00:00
David Britch 880f19a485
Fix terminology (#705)
* Fix terminology.

* Remove definite article.
2022-07-15 10:58:49 +01:00
David Britch 4af0a3413d
Specify use of .NET Core CLR on Windows. (#699) 2022-07-14 11:56:47 +01:00
David Britch ec1a4dddaa
REST-based web services (#642)
* Consume a REST-based web service.

* Fix build error.

* Fix xref.

* Edits.

* Add preview note.

* RESTful becomes REST-based

* Connecting to localhost from Android and iOS.

* Edits.

* Edits.

* Edit.

* Edit.

* Fix suggestion.

* Add sample link.

* Change icon.

* Fix icon.

* Resize icon.

* Edits.
2022-06-24 14:10:42 +01:00
David Britch cb6b6f62c7
Issues (#528)
* Index overhaul.

* Updates.

* Edit.

* Fix bookmark.

* Set description as per the project template.

* Shell exceptions on incompatible pages

* Input transparency on layouts.

* Define border shape with a string.

* Edit.

* Edit.
2022-05-13 14:59:26 +01:00
David Britch 7a64cdebd9
What is MAUI update (#206)
* WinRT replaced with Win32

* WinUI3 updates.

* Specify WinUI3.

* Always WinUI3.
2021-11-18 12:46:41 +00:00
David Britch ae449f4d08
Use media folders (#189)
* Use media folders.

* Edit.

* Edit.

* Edit.
2021-10-25 09:19:03 -07:00