-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into dev/doti/barometer-sample
- Loading branch information
Showing
261 changed files
with
3,807 additions
and
3,816 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
<Project> | ||
<PropertyGroup> | ||
<UnoEnableXamlFuzzyMatching>false</UnoEnableXamlFuzzyMatching> | ||
</PropertyGroup> | ||
</Project> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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, | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file removed
BIN
-163 KB
Uno.Gallery/Uno.Gallery.Droid/Assets/Fonts/Material/Roboto-Light.ttf
Binary file not shown.
Binary file removed
BIN
-165 KB
Uno.Gallery/Uno.Gallery.Droid/Assets/Fonts/Material/Roboto-Medium.ttf
Binary file not shown.
Binary file removed
BIN
-164 KB
Uno.Gallery/Uno.Gallery.Droid/Assets/Fonts/Material/Roboto-Regular.ttf
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
11 changes: 0 additions & 11 deletions
11
Uno.Gallery/Uno.Gallery.Droid/Properties/AndroidManifest.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
44 changes: 0 additions & 44 deletions
44
Uno.Gallery/Uno.Gallery.Droid/Resources/AboutResources.txt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-16.2 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/drawable-mdpi/launchscreen.png
Binary file not shown.
Binary file removed
BIN
-35.7 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/drawable-xhdpi/launchscreen.png
Binary file not shown.
Binary file removed
BIN
-57.9 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/drawable-xxhdpi/launchscreen.png
Binary file not shown.
13 changes: 0 additions & 13 deletions
13
Uno.Gallery/Uno.Gallery.Droid/Resources/drawable/Splash.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-anydpi-v26/ic_launcher.xml
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-anydpi-v26/ic_launcher_round.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-4.67 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-hdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-3.6 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-hdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-4.67 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-hdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-2.87 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-mdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-2.27 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-mdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-2.87 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-mdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-6.5 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-5.04 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-6.5 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-10.2 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-7.89 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xxhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-10.2 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xxhdpi/ic_launcher_round.png
Binary file not shown.
Binary file removed
BIN
-14.5 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xxxhdpi/ic_launcher.png
Binary file not shown.
Binary file removed
BIN
-11.8 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xxxhdpi/ic_launcher_foreground.png
Binary file not shown.
Binary file removed
BIN
-14.5 KB
Uno.Gallery/Uno.Gallery.Droid/Resources/mipmap-xxxhdpi/ic_launcher_round.png
Binary file not shown.
6 changes: 0 additions & 6 deletions
6
Uno.Gallery/Uno.Gallery.Droid/Resources/values-night/colors.xml
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
Uno.Gallery/Uno.Gallery.Droid/Resources/values/ic_launcher_background.xml
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.