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

33 Коммитов

Автор SHA1 Сообщение Дата
David Ortinau 22e1f8a3e8
Update navigation.md (#2609)
Got feedback this sentence was confusing, so updated it for clarity.
2024-11-08 15:32:01 +00:00
David Britch 2f5df77516
Obsolete setting App.MainPage (#2602)
* MainPage updates.

* Fix xrefs.

* MainPage deprecation.

* Fix warning.

* More App.MainPage deprecation.

* More MainPage deprecation.

* MainPage deprecation.

* Remove hard tabs.
2024-11-06 16:14:04 +00:00
David Britch 2e68899150
QueryPropertyAttribute isn't trim safe. (#2554)
* QueryPropertyAttribute isn't trim safe.

* Edits.

* Version added content.
2024-10-08 15:16:13 +01:00
Todd Mitchell 23fd703c21
Grammar - Clarify ObservableCollection binding explanation (#2237)
Sentence: When a control lists multiple items, such as a ListView, is bound to an ObservableCollection, the two work together to automatically keep the list of items in sync with the collection.

This either needs to say something like, "When a control *which* lists multiple items..." or the sentence would work as, "When a control lists multiple items...*and* is bound to an ObservableCollection..."
2024-05-07 12:05:28 +01:00
Andy (Steve) De George f056fdbc34
fix link to icons (#2182) 2024-04-04 10:16:04 +01:00
Andy (Steve) De George 7f6e63a00f
Final updates to tutorial series for 8.0 (#2148)
* Remove upgrade step; update snippets code to 8; add correct download links

* Update the first tutorial part

* Update all code to new project templates + .NET 8

* update screenshots + paths to media and snippets

* Fix code bug

* Update dates

* Tutorial 2: Move code

* Tutorial 2: latest .NET 8 templates

* Tutorial 1: Add link to browse final code

* Tutorial 2: update dates/includes

* Fix snippet paths

* Add missing snippet ids

* Tutorial 1: Adjust heading of final step
2024-03-22 10:27:14 -07:00
ChunYang Liu fdad1f0cfc
Update viewmodel-notes.md (#2052)
modify the explain of "SelectionChangedCommand" property bound to
2024-02-01 09:33:16 +00:00
danellisuk 19867e1eae
Update AllNotesPage.xaml use theme colour for plus icon (#1991)
The plus symbol for adding a note was white which was not visible when using a light theme on Android.  This change uses the Primary theme colour which is visible on both light and dark mode.

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>
2024-01-12 11:04:58 +00:00
David Britch 395f8cb785
Fix broken link. (#1927) 2023-11-30 09:19:57 +00:00
David Britch 57e54017f5
Fix sample links. (#1900) 2023-11-20 09:15:37 +00:00
David Britch bcd1896322
.NET 8 xrefs (#1882)
* Pointer xrefs.

* Drag/drop xrefs.

* Fix xref.

* Control xrefs.

* Shell xrefs.

* Platform integration xrefs.

* IWindowCreator xrefs.

* Keyboard accelerator xrefs.

* MenuBar xrefs.

* Fix xrefs.

* More xrefs for completeness.
2023-11-15 09:31:21 +00:00
Andy (Steve) De George 17d5e4c819
Add note to tutorial clarifying SVG vs PNG (#1672) 2023-09-01 09:09:54 +01:00
José G 54012922a0
Update navigation.md (#1596)
Line 6 also has a change with changing the URL to "about.MoreInfoUrl"
2023-07-25 09:32:42 +01:00
David Britch 90f65c2030
Fix step list. (#1509) 2023-05-25 15:43:22 +01:00
Le Cong Hau f369a9c9c8
Update shell.md (#1477) 2023-05-09 09:30:12 +01:00
David Britch 0e325a5d91
Binding updates marshalled to UI thread (#1396)
* Binding updates marshalled to UI thread.

* Edits.

* Edit.
2023-04-04 10:58:18 +01:00
Mike Delez 8695185ddd
Add code highlight for AllNotesPage.xaml snippet (#1321)
* Add code highlight for AllNotePage.xaml snippet

If a user is following this guide after following the previous guide, the binding context for the ItemsSource is also updated

* Correct highlights.

---------

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>
2023-03-06 10:59:53 +00:00
Moosa Hassan d889982608
Code highlight correction (Views\AllNotesPage.xaml). (#1333)
This PR request fixes a code highlighting issue in the Microsoft .NET MAUI documentation by updating the "highlight" attribute to highlight specific lines of code. Specifically, on line 85, the new highlight attribute value is set to "3,7,12,20-21".
2023-03-06 10:56:22 +00:00
David Britch 3826d6d89d
Fix file location. (#1277) 2023-02-21 09:32:39 +00:00
Seb Doe f321999a66
Replace method name `Load` with `Delete` (#1263) 2023-02-13 10:42:00 +00:00
Daniel Brandenburg fed386a419
Update note.md (#1249)
remove extra underscore
2023-02-09 10:02:19 +00:00
Andy (Steve) De George 0d0e1bc5be
update names loc (#1226) 2023-01-31 12:50:47 -08:00
David Britch 99f2d431fb
Fix link to eBook. (#1195) 2023-01-16 09:48:27 +00:00
Andy (Steve) De George 8da7d590c9
Tutorial 2 - Implement the MVVM pattern in the notes app (#1128)
* Init for diff

* Upgrade

* viewmodel article done

* fix full snippets

* updates after doing full run of article

* fix highlighted lines

* restructure; add notifications

* updates

* dates

* fix image paths

* Move to shared snippet; remove notification

* checkpoint

* missing file

* more tweaks

* more tweaks

* more fixes

* final part

* tweaks

* tweak

* Remove file

* tweak

* add links to samples

* outro

* Update TOC.yml

* Update index.yml

* Update index.yml

* Apply suggestions from code review

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

* feedback

* Apply suggestions from code review

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

* feedback

* Apply suggestions from code review

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

* add mvvm article

* image

* fix link

* Fix interface

* update first tutorial with ios icons

* feedback

* add link from 1st tutorial to 2nd

Co-authored-by: David Britch <davidbritch@users.noreply.github.com>
2023-01-13 17:04:32 -08:00
Andy (Steve) De George b578c34d1b
Update project files in tutorial 1 to net7 (#1172)
* Update project files in tutorial1 to net7

* update link to net7 sample
2023-01-09 12:19:01 -08:00
David Britch be01d0f852
Shell doc links (#1169)
* Shell API doc links.

* FlyoutItem API doc links.

* TabBar API doc links.

* Tab API doc links

* ShellContent API doc links.

* SearchHandler API doc links.

* FlyoutDisplayOptions API doc links.

* Link to pages.
2023-01-04 16:35:46 +00:00
David Britch 2ae39a3a9e
API doc links (#1136)
* ContentPage

* FlyoutPage

* NavigationPage

* TabbedPage

* AbsoluteLayout

* BindableLayout

* FlexLayout

* Grid.

* HorizontalStackLayout

* StackLayout

* VerticalStackLayout

* ActivityIndicator

* BlazorWebView

* Border

* BoxView

* CarouselView

* CollectionView

* ContentView

* DatePicker

* Editor.

* Ellipse

* Entry

* Frame

* GraphicsView

* ImageButton

* IndicatorView

* Line

* ListView

* Map

* Picker

* Polygon

* Polyline

* ProgressBar

* RadioButton

* Rectangle

* RefreshView

* RoundRectangle

* ScrollView

* SearchBar

* Slider

* Stepper

* SwipeView

* Switch

* TableView

* TimePicker

* WebView

* ViewCell

* TextCell

* SwitchCell

* ImageCell

* EntryCell

* Cell

* Layout

* Page

* Element

* VisualElement

* View

* CheckBox

* Path

* Label

* Button

* Image

* BindableObject

* BindableProperty

* Span

* DisplayAlert, DisplayActionSheet, DisplayPromptAsync

* Fix linting error.
2022-12-23 09:47:24 +00:00
David Britch 3baf1c2325
Setting up an iOS device for development (#1102)
* Apple account management.

* Edits.

* Edits.

* Edit.

* iOS device provisioning

* Automatic and manual provisioning.

* Fix links.

* Fix image links.

* Fix include files.

* Revert "Fix include files."

This reverts commit 2cd219791e.

* Fix image links.

* Fix include.

* Fix image links.

* Delete preview note.

* Update TOC.

* Edits.

* Edits.

* Edits.

* Edits.

* Edits.

* Edits.

* More screenshots.

* Edit.

* Image edit.

* Fix linting errors.

* Fix linting errors.

* Re-add preview note to make the build work.

* Fix alt text.
2022-12-02 11:05:17 +00:00
Andy (Steve) De George 4746bae730
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
2022-10-03 08:57:33 +01:00
Thomas Elder 58d4b29e74
Update navigation.md (#839)
Corrected typo

Co-authored-by: Thomas Elder <thomaselder@upsight.io>
2022-09-08 10:29:25 -07:00
Thomas Elder 5e467c1847
Update navigation.md (#837)
Correction of minor typographical and grammatical errors

Co-authored-by: Thomas Elder <thomaselder@upsight.io>
2022-09-08 09:55:52 -07:00
David Britch e0b532bab9
VSMac: Build your first app (#810)
* Test

* Test

* Test.

* Test

* Test

* Initial step lists.

* Image edits.

* Android image edits.

* Edits.

* Fix zone.

* Fix zone.

* Edit.

* Edits.

* Re-captured screenshots.

* Recaptured Android screenshots.

* Screenshots recaptured.

* Image edits.

* Edits.

* Remove 17.3 references.

* Fix link.

* Edits.

* Remove new.

* Disable MD025.

* Fix lint error.
2022-08-25 16:38:10 +01:00
Andy (Steve) De George bbd191f264
Port the navigation tutorial as the first new app tutorial (#723)
* initial commit of tutorial

* fix code id

* clarifications

* more clarifications

* Split intro; Finish next steps

* feedback

* resize screenshots

* temp while i work on hardware probs..

* feedback

* added images

* remove todo
2022-08-18 13:47:01 -07:00