Brandon Minnick
401ba8d683
Update NewsPage.cs
2022-09-05 16:01:17 -07:00
Brandon Minnick
942b918129
Update `CollectionView.ItemSource` when `SettingsService. NumberOfTopStoriesToFetch` value changed
2022-09-05 14:38:40 -07:00
Brandon Minnick
f87ae31ec1
Update `.editorconfig` ( #107 )
2022-09-01 00:40:33 -07:00
dependabot[bot]
bf6de6cbcb
Bump Microsoft.NET.Test.Sdk from 17.3.0 to 17.3.1 in /samples ( #106 )
2022-08-30 18:05:11 +00:00
Paramjit Singh
35258f7d92
Dark mode ( #98 )
...
* Gobal Usings
* Added theme classes
* Removed usings from files
* Added colors and Styles to the theme classes. Added Dynamic resources to the ui elements
* Refactoring
* BrowserOption changes
* RequestedThemeChanged Event added
* refactor
* `dotnet format`
* Resolve Null Reference Dereference
* Remove Comments
* Use Read-Only Properties instead of Expression Bodied Members + Update Color Pallete
* Reduce Global Usings + Restore Original UI Layouts
* Add NumericValidationBehaviorStyle Styles
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-08-11 19:54:07 +00:00
dependabot[bot]
fdc124915e
Bump Microsoft.NET.Test.Sdk from 17.2.0 to 17.3.0 in /samples ( #102 )
2022-08-10 11:00:46 -07:00
Brandon Minnick
10916e1eea
Add `Verify Code Formatting` to CI Pipeline ( #101 )
...
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* `dotnet format`
* Update `.editorconfig` to match `CommunityToolkit.Maui`
* `dotnet format`
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* `dotnet format`
2022-08-05 11:18:43 -07:00
dependabot[bot]
d9c49e250b
Bump CommunityToolkit.Mvvm from 8.0.0-preview4 to 8.0.0 in /samples ( #100 )
...
Bumps [CommunityToolkit.Mvvm](https://github.com/CommunityToolkit/dotnet ) from 8.0.0-preview4 to 8.0.0.
- [Release notes](https://github.com/CommunityToolkit/dotnet/releases )
- [Commits](https://github.com/CommunityToolkit/dotnet/compare/v8.0.0-preview4...v8.0.0 )
---
updated-dependencies:
- dependency-name: CommunityToolkit.Mvvm
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-08-04 18:01:35 +00:00
dependabot[bot]
670f3e4111
Bump CommunityToolkit.Maui from 1.1.0 to 1.2.0 in /samples ( #90 )
...
* Bump CommunityToolkit.Maui from 1.1.0 to 1.2.0 in /samples
Bumps [CommunityToolkit.Maui](https://github.com/CommunityToolkit/Maui ) from 1.1.0 to 1.2.0.
- [Release notes](https://github.com/CommunityToolkit/Maui/releases )
- [Commits](https://github.com/CommunityToolkit/Maui/compare/1.1.0...1.2.0 )
---
updated-dependencies:
- dependency-name: CommunityToolkit.Maui
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Update MauiProgram.cs
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-07-22 19:28:21 +00:00
Brandon Minnick
0ed0ba7041
Fix MSFTBOT Bug Causing it to Reopen Completed/Closed Proposals ( #88 )
...
Update fabricbot.json
2022-07-20 21:53:01 +00:00
Brandon Minnick
8b70a8d410
[Bug] CI Pipeline Does Not Fail when Vulnerable Dependencies Found #493 ( #87 )
...
* Update azure-pipelines.yml
* Update NuGet Packages, Add Dependabot
2022-07-17 21:04:36 +03:00
Brandon Minnick
386e4c6a46
`.BindCommand()`: Search Base Types of `Microsoft.Maui.*` Classes for `CommandProperty` and `CommandParameterProperty` ( #83 )
...
* Update `DefaultBindableProperty.Get*` logic
* Update DefaultBindablePropertiesTests.cs
* Update DefaultBindablePropertiesTests.cs
2022-07-14 15:10:01 -07:00
Brandon Minnick
5597730826
Update Sample App for `CommunityToolkit.Mvvm v8.0.0-pre4` ( #81 )
...
Update for Preview4
2022-07-02 13:19:25 -07:00
msftbot[bot]
99a77c3b6f
Migrate FabricBot Tasks to Config-as-Code ( #80 )
2022-06-28 18:44:17 -07:00
Shaun Lawrence
32ac01434c
Bring Back Windows TFM to Sample App ( #79 )
2022-06-27 08:10:35 -07:00
Brandon Minnick
c6e6a4dc4e
Add Examples from Docs to README ( #72 )
2022-06-09 08:08:43 -07:00
RixCrafts
37ca59cf61
Fixing broken link ( #73 )
...
"Our documentation site" link was broken and give a 404 error.
2022-06-08 12:17:24 +00:00
Brandon Minnick
0ddfbb88b6
Implement Shell in `CommunityToolkit.Maui.Markup.Sample` ( #70 )
...
* Add Shell Routing
* Fix Shell Query Attributes
* Update NewsDetailViewModel.cs
* Remove Unused Code
* Add Styles
* `dotnet format`
* Update CommunityToolkit.Maui.Markup.Sample.csproj
* Remove Unnecessary Usings
* Remove Comments
* Refactor Code
* Update AppShell.cs
* Update CommunityToolkit.Maui.Markup.Sample.csproj
* Update BaseContentPage.cs
* Update StoryDataTemplate.cs
* Update AppShell.cs
2022-05-27 14:52:09 -07:00
Brandon Minnick
d2e08912c9
Update for .NET MAUI GA ( #69 )
2022-05-23 19:24:18 -07:00
Shaun Lawrence
a8b085857c
Enhanced the XML docs for FuncConverter ( #68 )
2022-05-22 06:49:05 -07:00
Brandon Minnick
0eb4e991f7
Fix TextAlignmentExtensions Class Names and XML Docs ( #66 )
2022-05-19 14:11:10 -07:00
Brandon Minnick
1032f9672e
Fix ViewExtensions XML Docs, Add Missing Unit Tests ( #67 )
2022-05-19 14:10:31 -07:00
Brandon Minnick
63ea65e2f7
Update `GesturesExtensions` ( #65 )
2022-05-18 13:35:55 -07:00
Brandon Minnick
ad01ee69c8
Update Sample App + Unit Test NuGet Packages
2022-05-11 09:32:07 -07:00
Brandon Minnick
f27296b710
Update to .NET SDK v6.0.300 ( #63 )
...
* Update to .NET SDK v6.0.300
* Update azure-pipelines.yml
* Revert "Update azure-pipelines.yml"
This reverts commit 5ebada6409
.
* Update SettingsPage.cs
* Update NewsPage.cs
2022-05-10 16:23:55 -07:00
Brandon Minnick
2b51aa5dff
Update Pipeline to macOS 12 ( #60 )
...
* Update Sample App
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Fix build
* My traditional clean ups
* Revert `CommunityToolit.Maui.Markup.csproj`
* Remove Windows TFM from Sample App
* Revert to `CommunityToolkit.Maui.Markup.Sample.Windows`
Co-authored-by: Vladislav Antonyuk <vlad.antonyuk@gmail.com>
2022-05-03 17:47:39 -07:00
Brandon Minnick
cc5fa54d0d
Update Sample App for .NET MAUI RC 2 ( #59 )
...
* Remove CommunityToolkit.Maui
* Update Windows Sample
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update `csproj`
* Add `CommunityToolkit.Maui`
* Update SettingsPage.cs
2022-04-27 11:47:51 -07:00
Brandon Minnick
305314b950
Remove CommunityToolkit.Maui ( #57 )
2022-04-26 12:21:27 -07:00
Daniel Fang
97cedec9fc
Flex layout extension overload ( #49 )
...
* flex layout basis overload
* Tests added and passed
* flex layout basis overload
* Tests added and passed
* Summary updated for all flexlayout extension methods. testing isRelative
* Sample page added
* working on flexlayout sample page
* Fix Build Errors, Use `.Font()` and `.Text()` Extensions
* changing story model and add properties to display
* Update NewsDetailPage
Co-authored-by: Daniel <daniel.fang@bintec.ca>
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-04-17 19:34:48 +00:00
Brandon Minnick
0a9a823d09
Add `ItemsView` Extensions ( #53 )
2022-04-14 15:15:33 -07:00
Brandon Minnick
61d1e91bf2
Fix `.Text()` Bug ( #56 )
...
* Fix `.Text()` Bug
* Add Unit Tests
2022-04-13 23:27:27 +00:00
Brandon Minnick
78a4320fdc
Re-Add `CommunityToolkit.Maui` to Sample App ( #54 )
...
* Add `CommunityToolkit.Maui` v1.0.0-pre9
* Enable `UseMauiCommunityToolkit()`
2022-04-13 20:53:18 +00:00
Brandon Minnick
30105dcd22
Support .NET MAUI RC ( #52 )
...
* Update CommunityToolkit.Maui.Markup.Sample.csproj
* Fix Formatting
* Update global.json
* Update azure-pipelines.yml
* Update Maui.Essentials Breaking Changes
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Temporarily Remove `CommunityToolkit.Maui`
* Update Windows
* Update SettingsPage.cs
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update CommunityToolkit.Maui.Markup.Sample.csproj
2022-04-13 01:53:58 +03:00
Brandon Minnick
6094bb51f9
Add `IImage` Extensions ( #46 )
2022-04-09 12:52:27 -07:00
Brandon Minnick
8742b6e2c8
Add Additional `Style<T>` APIs ( #47 )
...
* Add Additional `Style<T>` APIs
* Update SettingsPage.cs
* Update Unit Tests
* Rename `FormsStyle` to `MauiStyle`
2022-04-06 08:21:46 -07:00
Brandon Minnick
955afd6c44
Create `IPlaceholder` Extensions ( #44 )
...
* Add `PlaceholderExtensions`
* Update PaceholderExtensionsTests.cs
* Update PaceholderExtensionsTests.cs
* Update SettingsPage.cs
* Update SettingsPage.cs
* Update README.md
Co-authored-by: Pedro Jesus <pedrojesus.cefet@gmail.com>
2022-04-05 13:40:17 -07:00
Brandon Minnick
3ad2f81774
Add `.TextColor()` and `.Text()` Extension Methods ( #39 )
...
* Add `.TextColor()`
* Update ElementExtensions.cs
* Add `.Text()`
* Add `null` tests
* Add `null` tests
* Update Sample App
* Update src/CommunityToolkit.Maui.Markup.UnitTests/ElementExtensionsTests.cs
Co-authored-by: Shaun Lawrence <shaunrlawrence@gmail.com>
* Remove `.Text()` from `ToolbarItems`
* Update Windows Sample App
* Update CommunityToolkit.Maui.Markup.Sample.csproj
* `dotnet format`
* Update `NUnit`
Co-authored-by: Shaun Lawrence <shaunrlawrence@gmail.com>
2022-04-03 13:51:05 -07:00
Vladislav Antonyuk
951515d1aa
Show code coverage ( #40 )
2022-04-02 09:10:41 -07:00
Brandon Minnick
cbb92af208
Update Logo ( #8 )
...
* Update Logo
* Update azure-pipelines.yml
* Update azure-pipelines.yml
* Update CommunityToolkit.Maui.Markup.csproj
* Update azure-pipelines.yml
* Update CommunityToolkit.Maui.Markup.csproj
* Update CommunityToolkit.Maui.Markup.csproj
* Update CommunityToolkit.Maui.Markup.csproj
* Rename png
* Update README.md
* Update README.md
2022-03-28 14:57:42 -07:00
Brandon Minnick
b786f66e6b
Add files via upload
2022-03-28 14:07:20 -07:00
Brandon Minnick
2326687880
Add files via upload
2022-03-28 14:05:14 -07:00
Shaun Lawrence
26aa742e4e
Feature/add behaviors extension ( #36 )
...
* Add Behaviors extension method
* Improved XML docs for visual element extensions
* Behaviors unit test
* Added settings page to expose:
- AbsoluteLayout extensions
- Behaviors extensions
* Add `UseMauiCommunityToolkit()`
* Refactor to Fluent Expressions
* Add `CommunityToolkit.Mvvm` NuGet Package
* Add Maui.Essentials Interfaces
* Update colors.xml
* Add `MinimumStoriesToFetch` + `MaximumStoriesToFetch`
* Tidy up layout and provide helpful label
* Update samples/CommunityToolkit.Maui.Markup.Sample/Pages/NewsPage.cs
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
* Update samples/CommunityToolkit.Maui.Markup.Sample/Pages/SettingsPage.cs
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
* Fix my commit suggestion from review
* Update SettingsPage.cs
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-03-28 19:41:43 +00:00
Brandon Minnick
523ff96160
Fix Whitespace
2022-03-23 11:34:21 -07:00
Brandon Minnick
a7dba459d6
Improve Generic Method Constraints ( #33 )
...
* Improve Constraints
* Update TextAlignmentExtensions.cs
* `dotnet format`
* Rename Test Files
* Refactor DynamicResourceHandlerExtensions
* Update TextAlignmentExtensionsTests.cs
* Update TextAlignmentExtensionsTests.cs
* Update `TextAlignmentElement`
* `dotnet format`
* Fix Unit Test class name
* Fix file name
Co-authored-by: Shaun Lawrence <shaunrlawrence@gmail.com>
2022-03-22 16:30:40 -07:00
Daniel Fang
164dfd6f53
Absolute layout extension ( #31 )
...
* ViewInAbsoluteLayoutExtensions implemented, needs test
* All Tests Pass. Removed overloads for Enum. Going to test AutoSize
* Sample page added
* Increase Android to API 31
* `dotnet format`
* Condensed to one implementation only
* Updated method summary
* Update `Directory.build.props` to match `CommunityToolkit.Maui`
1bd3586dc2/Directory.Build.props
* `dotnet format`
Co-authored-by: Daniel <daniel.fang@bintec.ca>
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-03-22 18:31:39 +00:00
Shaun Lawrence
a5ea89ae85
Include readme.txt and repo readme details ( #27 )
...
* Include readme.txt and repo readme details
* Add using to example
* Add using to example
* Update ReadMe.txt
Co-authored-by: Brandon Minnick <13558917+brminnick@users.noreply.github.com>
2022-03-17 00:44:29 +00:00
Brandon Minnick
8ee783a110
Update for .NET MAUI Preview 14 ( #30 )
2022-03-16 21:28:09 -03:00
Brandon Minnick
25436b630d
Update Templates to match `CommunityToolkit.Maui` ( #26 )
2022-02-23 21:14:48 +00:00
Brandon Minnick
f82de3f09a
Update NuGet Packages ( #24 )
...
* Update NuGet Packages
* Update CI Pipeline
* Update azure-pipelines.yml
* Update azure-pipelines.yml
Co-authored-by: Gerald Versluis <gerald@verslu.is>
2022-02-16 20:00:07 +01:00
github-actions[bot]
ae466b1a05
Automated dotnet-format update ( #21 )
...
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-01-19 00:13:13 +00:00