Matthew Leibowitz
ff5239a007
Merge the "classic" projects ( #2092 )
2022-06-02 19:02:14 +02:00
Matthew Leibowitz
00d34ed665
Add support for excluding "namespaces" ( #2093 )
2022-06-01 21:38:46 +02:00
Jérôme Laban
cda59a8fb3
feat: Add basic Skottie support ( #1987 )
...
* feat: Add basic Skottie support
* chore: Adjust skottie SKStream support
* ci: Adjust apple targets
* chore: Adjust apple targets
* chore: Adjust tizen targets
* chore: Adjust APIs, add tests, align with new memory management functions
* chore: Adjust for updated API name in sample
* chore: Adjust test values
* chore: Adjust AnimationRenderFlags generation
* chore: Fix linux skottie export map
* ci: Update skia submodule
2022-05-31 22:40:16 +02:00
Matthew Leibowitz
b651807a72
Pass the variable via YAML
2022-05-31 15:28:27 +02:00
Matthew Leibowitz
01b9842c3f
Authenticate GitHub REST request
2022-05-31 15:13:32 +02:00
Matthew Leibowitz
4c304068f9
Log the GitHub response
2022-05-31 14:55:17 +02:00
Jérôme Laban
f040d46733
ci: add retries for dowload and upload tasks ( #2088 )
2022-05-30 22:31:19 +02:00
Matthew Leibowitz
7e5b555976
Update Generator ( #2087 )
2022-05-30 22:30:40 +02:00
Jérôme Laban
d6ae135432
fix(unowasm): Adds missing Uno.WinUI javascript support file ( #2086 )
2022-05-30 17:33:02 +02:00
Matthew Leibowitz
d6a1f56ac2
Update pull_request_template.md
2022-05-30 09:43:36 +02:00
Matthew Leibowitz
0421cb8365
Dynamically determine to build managed-only ( #2085 )
2022-05-30 09:40:53 +02:00
Matthew Leibowitz
d7af4b70cf
Use macOS 11 to get things green ( #2083 )
2022-05-28 22:11:03 +02:00
Matthew Leibowitz
9a5e400fdb
Reduce shields cache ( #2079 )
2022-05-28 00:43:44 +02:00
Matthew Leibowitz
ed157013e2
Bump all the versions to the versions we "support"
2022-05-27 23:42:07 +02:00
Jérôme Laban
a6c2d0fb07
Add WinUI support ( #2042 )
...
Co-authored-by: Pavel Anpin <pavel@apes.ge>
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
2022-05-27 23:41:24 +02:00
Matthew Leibowitz
c97214a95d
Revert the version drop
2022-05-27 23:40:54 +02:00
Matthew Leibowitz
f58bfce42f
Revert "Add WinUI support ( #2042 )"
...
This reverts commit 7b3e8f3375
.
2022-05-27 23:40:27 +02:00
Matthew Leibowitz
7b3e8f3375
Add WinUI support ( #2042 )
...
Co-authored-by: Pavel Anpin <pavel@apes.ge>
Co-authored-by: Jerome Laban <jerome.laban@nventive.com>
2022-05-27 23:33:54 +02:00
Matthew Leibowitz
65f7e057ce
Make pipelines better ( #2078 )
2022-05-27 20:23:34 +02:00
Matthew Leibowitz
414ae08b10
Update README.md
2022-05-27 20:22:34 +02:00
Matthew Leibowitz
328ecbb75a
Update changelogs
2022-05-26 15:19:50 +02:00
Matthew Leibowitz
acb8587f38
Start at 1 for the global counter on new branches
2022-05-26 15:11:41 +02:00
Matthew Leibowitz
e90739e0aa
Use a total global counter
2022-05-26 15:10:06 +02:00
Matthew Leibowitz
150deea59f
Use a different counter for builds
2022-05-26 15:03:13 +02:00
Matthew Leibowitz
59ee16f809
Return null on invalid resize bounds ( #2054 )
...
Fixes #2012
2022-05-26 14:38:28 +02:00
Matthew Leibowitz
db8723935a
Increment the version number for a new SkiaSharp
2022-05-22 15:15:45 +07:00
Matthew Leibowitz
2daba1d5d3
Re-generate all the docs
2022-05-22 15:14:00 +07:00
Matthew Leibowitz
bee6a8a313
Update docs ( #2052 )
2022-05-21 21:21:26 +08:00
Matthew Leibowitz
01deefb40e
Fix PNG loading issues by updating the zlib to one with fixes ( #2045 )
2022-05-18 09:53:12 +02:00
Matthew Leibowitz
e2a8025010
Fix CI after VS updates ( #2047 )
2022-05-17 18:35:26 +02:00
Matthew Leibowitz
2e12735359
Build stable of everything ( #2034 )
2022-05-11 22:38:18 +02:00
Matthew Leibowitz
52d9869041
Update to Maui RC 4 ( #2032 )
2022-05-11 19:43:07 +02:00
Matthew Leibowitz
e05b38216f
Build using .NET 6.0.300 public ( #2031 )
2022-05-11 12:10:15 +02:00
Matthew Leibowitz
8945b81412
Don't try sign on forks ( #1992 )
2022-05-10 18:09:12 +02:00
Matthew Leibowitz
50101793f8
Update to .NET MAUI RC 3 ( #2029 )
2022-05-10 17:35:31 +02:00
Matthew Leibowitz
8bc6e2f543
Merge remote-tracking branch 'origin/patch/v2.80.4'
...
# Conflicts:
# scripts/azure-pipelines.yml
2022-05-09 21:55:31 +07:00
Matthew Leibowitz
52652819a0
Update agents to ones that exist still ( #2016 )
2022-05-09 16:54:12 +02:00
Matthew Leibowitz
03b5fef969
Merge branch 'patch/v2.80.4'
2022-05-05 03:33:44 +07:00
Matthew Leibowitz
f49f8fbbb5
Disable signing on UWP
2022-05-05 03:32:00 +07:00
Alexander Köplinger
97b91101e2
Try p/invoking to libdl.so.2 before libdl.so ( #2010 )
...
Newer Linux distributions (like Ubuntu 21.04) no longer ship with libdl.so, instead they have libdl.so.2
Try loading the newer lib first to fix issues like https://github.com/dotnet/maui/discussions/6385
2022-04-26 14:36:15 +02:00
Matthew Leibowitz
35941bbf68
Building using .NET MAUI RC 2 ( #2004 )
2022-04-19 21:19:32 +02:00
Matthew Leibowitz
486317a7d5
Update MAUI to RC 1 and use a macOS Monterey pool ( #1986 )
2022-04-13 10:28:03 +02:00
Matthew Leibowitz
b7728fae36
Use an older Xamarin.Android preview via the stable VS ( #1993 )
2022-04-09 02:55:21 +02:00
Matthew Leibowitz
c5efe055d5
Update to macOS 11 ( #1988 )
2022-04-05 05:17:23 +02:00
Matthew Leibowitz
ccc64cdd49
Update Maui to the later P14 ( #1967 )
2022-03-04 14:06:39 +02:00
Matthew Leibowitz
5f8ae3eacf
Fix the variables of the new pipeline
2022-03-03 20:24:01 +08:00
Matthew Leibowitz
7daeac4d76
Split tests and samples into a new pipeline ( #1963 )
2022-03-03 14:09:35 +02:00
Matthew Leibowitz
657aa9de30
Update MAUI to Preview 14 ( #1965 )
2022-03-02 17:10:37 +02:00
Matthew Leibowitz
2f218deb78
Use Python 3.x and Clang 12.x ( #1959 )
...
* Update to Python 3.x to generate the build scripts and other related things
* Update to Clang 12.x to work with Visual Studio 2022
* Update all Windows builds to use Visual Studio 2022
* Update the required .net tools
* Streamline the pipeline a bit more
* Extracted all the tool install yaml into scripts so they can be better edited and tracked
2022-03-02 09:24:47 +02:00
Matthew Leibowitz
f4f689e4be
Revert "Update azure-pipelines.yml for Azure Pipelines"
...
This reverts commit 23da755f07
.
2022-02-25 10:07:34 +08:00