Commit graph

889 commits

Author SHA1 Message Date
Cory Volk
3a093f7592
Update azure-pipelines.release.yaml (#1995) 2023-04-28 15:38:59 -07:00
Cory Volk
1931b03126
Update azure-pipelines.release.yaml (#1990) 2023-03-31 10:54:31 -07:00
Niels Laute
47f314bb10
[Settings] Using SettingsControls (#1964)
* Adding SettingsControls package

* Using new SettingsControls

* Tweaks

* Version bump

* Replacing Button with HyperlinkButton per design spec

* Update Settings.xaml

* Fix top spacing
2023-03-16 18:06:40 +08:00
Cory Volk
17bde05575
Update azure-pipelines.release.yaml (#1973) 2023-02-06 09:03:41 -08:00
Matt Cooley
a7a163ce78
Update BUILD_YEAR to 2023 (#1972) 2023-01-28 08:13:42 -08:00
Cory Volk
93a700d2a2
Update azure-pipelines.release.yaml (#1965) 2023-01-05 08:26:55 -08:00
Cory Volk
44820e910d
Update azure-pipelines.release.yaml (#1953) 2022-12-01 08:44:02 -08:00
Cory Volk
8f276f44fc
Update package-msixbundle.yaml (#1954) 2022-12-01 08:43:21 -08:00
Cory Volk
1796cd08ab
Update azure-pipelines.release.yaml (#1943) 2022-11-08 08:25:17 -08:00
hanzhang54
59b3934c83
Update release package manifest (#1880)
* Check whether graphing API is supported

* Update release package manifest

* Update minversion
2022-11-07 13:34:45 +08:00
Rose
5963568096
Use BASEXPWR instead of passing BASEX into log2 (#1940) 2022-10-26 08:26:07 -07:00
Rose
0990046d8d
Simplify ChangeConstants (#1912) 2022-10-18 16:28:41 -07:00
Rose
78cd6d52da
Use string interpolation instead of calling Format (#1929) 2022-10-04 09:19:45 -07:00
Rose
68c7159c87
Refactor CopyPasteManager (#1918)
Get the object reference and use that instead of accessing the array twice to get the object
2022-10-02 14:19:40 -07:00
Rose
3d8576bad6
Fix "isIntgerMode" typo (#1921) 2022-10-02 14:19:27 -07:00
Rose
a0781b2185
Remove redundant breaks (#1919)
They do not need to be there since return works here.
2022-10-02 14:19:10 -07:00
Cory Volk
9deb19682d
Update azure-pipelines.release.yaml (#1925) 2022-09-30 11:52:48 -07:00
Rose
3026c8f800
Remove unneeded closing check (#1910) 2022-09-29 09:42:16 -07:00
Rose
1e799d9634
Remove stray semicolon (#1917) 2022-09-29 09:41:44 -07:00
Rose
be5c839bcf
Simplify OnAppPropertyChanged (#1914)
Use a switch statement instead of else-if
2022-09-28 17:07:07 -07:00
Rose
35f4d7e75a
Remove partial keyword from Globals (#1909)
Globals does not need to be a partial class at all
2022-09-28 17:00:11 -07:00
Rose
edf08514a6
Use lambdas instead of making new Handler objects (#1915) 2022-09-29 00:31:41 +08:00
Rose
0de7449460
Simplify SetTrigRowVisibility (#1913) 2022-09-28 21:17:09 +08:00
Rose
2addaae64c
Use enhanced switches (#1908) 2022-09-26 10:03:00 -07:00
Rose
6f9e142fb0
Make the Ping method thread-safe (#1905)
So we do not risk blocking the main UI thread
2022-09-26 22:15:59 +08:00
Matt Cooley
dbc924cac9
Clarify that Windows 11 is required to build (#1893) 2022-09-25 20:42:31 -07:00
Rose
71330d5b85
Use using instead of typedef (#1903) 2022-09-26 11:38:07 +08:00
Matt Cooley
febb10ccc4
Nuget updates (#1891)
* Update Microsoft.NETCore.UniversalWindowsPlatform 6.2.10 -> 6.2.14

* Update Microsoft.UI.Xaml 2.8.0 -> 2.8.1

* Update MSTest NuGet packages to 2.2.10

* Update Microsoft.NET.Test.Sdk 17.0.0 -> 17.3.1

* Update Appium.WebDriver 4.3.1 -> 4.3.2
2022-09-25 18:40:53 -07:00
Rose
b06e4403db
Remove always-false UITest check (#1904)
startUpTimeout can never be null. It is impossible. Fixes build warning
2022-09-23 14:24:34 -07:00
Rose
095a81fecc
Use copy_n instead of of copy (#1897)
It is a better choice for this occasion and more performant.
2022-09-23 11:59:28 -07:00
Rose
6576136465
Use a switch statement instead of an array (#1900)
This makes processing of opCodes faster
2022-09-23 09:09:01 -07:00
Rose
5c98b6e53c
Resolve TODO - MSFT 12735088 (#1901)
Since we use minimum version 17763, we can safely remove these namespaces
2022-09-23 09:06:49 -07:00
Rose
135c37d6f7
Fix DwWordBitWidthFromeNumWidth typo (#1898) 2022-09-23 09:05:20 -07:00
Rose
d9ef114dbe
Use "make_unique" instead of manually allocating and then creating a unique pointer (#1899) 2022-09-23 09:04:28 -07:00
Michał Janiszewski
d9a32fdf4f
Include cstdint in CalcErr.h for uint32_t et al (#1892) 2022-09-22 15:22:59 -07:00
Rose
172a370722
Replace HttpWebRequest with HttpClient (#1886)
HttpWebRequest is deprecated and it is trivial to ping using the replacement API.
2022-09-22 11:39:08 -07:00
Cory Volk
f27bdba85a
Update azure-pipelines.release.yaml (#1885) 2022-08-30 08:20:08 -07:00
Tian L
3aa61fc32b
add ARM64 config (#1881) 2022-08-29 16:56:55 +08:00
hanzhang54
303bd205cf
Update to WinUI 2.8 (#1875)
* Update to WinUI 2.8

* BinSkim bypass WebView2Loader.dll

* BinSkim bypass Microsoft.Web.WebView2.Core.dll
2022-08-29 16:48:53 +08:00
Matt Cooley
ced7f6b0de
Use NuGet 6.x (#1874)
Update the build pipeline to use the latest available version of NuGet.
2022-08-04 07:42:22 -07:00
msftbot[bot]
704b28f29b
Migrate FabricBot Tasks to Config-as-Code (#1857)
Co-authored-by: msftbot[bot] <48340428+msftbot[bot]@users.noreply.github.com>
2022-08-01 18:56:11 -07:00
Cory Volk
1d44f9ec28
Update azure-pipelines.release.yaml (#1872) 2022-07-29 15:01:21 -07:00
Matt Cooley
9185ebec34
Move UI tests to Windows 11 (#1866)
Calculator's UI tests currently run on Server 2022 VM images. However, the production app is primarily developed for Windows 11. This change moves the UI test jobs to run on Windows 11, so we can run our tests in an environment that's closer to what real users will experience.
2022-07-29 07:59:28 -07:00
hanzhang54
02e9556434
Update internal package version (#1871)
* Update internal package

* Update internal package version

* Update internal package
2022-07-27 17:18:23 +08:00
Cory Volk
2b836d1d13
Volkcor/Update internal repo version to update screenshots for Store PDP (#1870) 2022-07-26 13:45:40 -07:00
Matt Cooley
33767cf551
Update localized strings 2022-07-22 (#1867) 2022-07-24 21:06:52 -07:00
Stephanie Anderl
2302817034
Move the nuget.config to the root of the repo (#1868) 2022-07-25 10:32:47 +08:00
Cory Volk
fa36caf25f
Update screenshots for Store product description page (#1864)
* Update build-single-architecture.yaml

* Update package-msixbundle.yaml
2022-07-14 16:36:59 -07:00
Cory Volk
be902d9dfe
Update azure-pipelines.release.yaml (#1856) 2022-06-27 13:29:20 -07:00
Cory Volk
90fe2cc660
Update azure-pipelines.release.yaml (#1855) 2022-06-27 11:11:38 -07:00