Skip to content

Commit

Permalink
Merge branch 'master' into dev/doti/barometer-sample
Browse files Browse the repository at this point in the history
  • Loading branch information
morning4coffe-dev authored Jul 24, 2023
2 parents 5248829 + 25c4680 commit dd297e7
Show file tree
Hide file tree
Showing 261 changed files with 3,807 additions and 3,816 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/azure-devops-commitsar.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
parameters:
vmImage: ''

jobs:
- job: Commitsar
displayName: 'Conventional Commits Validation'

pool:
vmImage: ${{ parameters.vmImage }}

steps:
- checkout: self
clean: true

- bash: |
curl -L -O https://github.com/aevea/commitsar/releases/download/v0.16.0/commitsar_0.16.0_Linux_x86_64.tar.gz
tar -xzf commitsar_0.16.0_Linux_x86_64.tar.gz
./commitsar
condition: ne(variables['System.PullRequest.PullRequestNumber'], '')
- template: templates/generate-changelog.yml
1 change: 1 addition & 0 deletions .github/workflows/azure-static-webapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:

- name: Publish to Azure Static WebApps
id: builddeploy_uno
continue-on-error: true
uses: Azure/[email protected]
with:
azure_static_web_apps_api_token: ${{ secrets.AZURE_STATIC_WEB_APPS_API_TOKEN_STAGING }}
Expand Down
5 changes: 5 additions & 0 deletions Directory.Build.props
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<Project>
<PropertyGroup>
<UnoEnableXamlFuzzyMatching>false</UnoEnableXamlFuzzyMatching>
</PropertyGroup>
</Project>
42 changes: 42 additions & 0 deletions Settings.XamlStyler
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
{
"AttributesTolerance": 1,
"KeepFirstAttributeOnSameLine": true,
"MaxAttributeCharactersPerLine": 0,
"MaxAttributesPerLine": 1,
"NewlineExemptionElements": "RadialGradientBrush, GradientStop, LinearGradientBrush, ScaleTransform, SkewTransform, RotateTransform, TranslateTransform, Trigger, Condition, Setter, StaticResource",
"SeparateByGroups": false,
"AttributeIndentation": 0,
"AttributeIndentationStyle": 0,
"RemoveDesignTimeReferences": false,
"IgnoreDesignTimeReferencePrefix": false,
"EnableAttributeReordering": false,
"AttributeOrderingRuleGroups": [
"x:Class",
"xmlns, xmlns:x",
"xmlns:*",
"x:Key, Key, x:Name, Name, x:Uid, Uid, Title",
"Grid.Row, Grid.RowSpan, Grid.Column, Grid.ColumnSpan, Canvas.Left, Canvas.Top, Canvas.Right, Canvas.Bottom",
"Width, Height, MinWidth, MinHeight, MaxWidth, MaxHeight",
"Margin, Padding, HorizontalAlignment, VerticalAlignment, HorizontalContentAlignment, VerticalContentAlignment, Panel.ZIndex",
"*:*, *",
"PageSource, PageIndex, Offset, Color, TargetName, Property, Value, StartPoint, EndPoint",
"mc:Ignorable, d:IsDataSource, d:LayoutOverrides, d:IsStaticText",
"Storyboard.*, From, To, Duration"
],
"FirstLineAttributes": "",
"OrderAttributesByName": false,
"PutEndingBracketOnNewLine": false,
"RemoveEndingTagOfEmptyElement": true,
"SpaceBeforeClosingSlash": true,
"RootElementLineBreakRule": 0,
"ReorderVSM": 0,
"ReorderGridChildren": false,
"ReorderCanvasChildren": false,
"ReorderSetters": 0,
"FormatMarkupExtension": true,
"NoNewLineMarkupExtensions": "x:Bind, Binding",
"ThicknessSeparator": 2,
"ThicknessAttributes": "Margin, Padding, BorderThickness, ThumbnailClipMargin",
"FormatOnSave": false,
"CommentPadding": 1,
}
242 changes: 0 additions & 242 deletions Uno.Gallery.sln

Large diffs are not rendered by default.

19 changes: 0 additions & 19 deletions Uno.Gallery/Uno.Gallery.Droid/Assets/AboutAssets.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
54 changes: 0 additions & 54 deletions Uno.Gallery/Uno.Gallery.Droid/Main.cs

This file was deleted.

39 changes: 0 additions & 39 deletions Uno.Gallery/Uno.Gallery.Droid/MainActivity.cs

This file was deleted.

11 changes: 0 additions & 11 deletions Uno.Gallery/Uno.Gallery.Droid/Properties/AndroidManifest.xml

This file was deleted.

30 changes: 0 additions & 30 deletions Uno.Gallery/Uno.Gallery.Droid/Properties/AssemblyInfo.cs

This file was deleted.

44 changes: 0 additions & 44 deletions Uno.Gallery/Uno.Gallery.Droid/Resources/AboutResources.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
13 changes: 0 additions & 13 deletions Uno.Gallery/Uno.Gallery.Droid/Resources/drawable/Splash.xml

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

4 changes: 0 additions & 4 deletions Uno.Gallery/Uno.Gallery.Droid/Resources/values/Strings.xml

This file was deleted.

26 changes: 0 additions & 26 deletions Uno.Gallery/Uno.Gallery.Droid/Resources/values/Styles.xml

This file was deleted.

6 changes: 0 additions & 6 deletions Uno.Gallery/Uno.Gallery.Droid/Resources/values/colors.xml

This file was deleted.

This file was deleted.

Loading

0 comments on commit dd297e7

Please sign in to comment.