You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Experimental Microsoft.Windows.Storage.Pickers.* API (#5240)
* Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync (#4945)
Creating new API Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync
* add one telemetry
* Merge codes from branch 'user/xianghong/pickers-prototype' at \prototype-workingdir\Microsoft.Storage.Pickers
Squashed commit of the following:
commit 4ce840f
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Wed Dec 11 15:00:41 2024 +0800
add one telemetry
commit bbf72f8
Author: Dinah Gao <116714259+DinahK-2SO@users.noreply.github.com>
Date: Tue Dec 10 11:01:23 2024 +0800
Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync (#4945)
Creating new API Microsoft.Windows.Storage.Pickers.FileOpenPicker.PickSingleFileAsync
commit ff3f2a8
Author: Xiang Hong <hx.hongxiang@gmail.com>
Date: Mon Dec 9 18:14:16 2024 +0800
fix: fix project configuration and add certificate notes to README.md
commit e11c8e6
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sun Dec 8 20:54:23 2024 +0800
update readme for folder description
commit c6966f3
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sun Dec 8 20:08:46 2024 +0800
add a simple READEME
commit c17750f
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sun Dec 8 11:27:04 2024 +0800
feature: add basic implementations for SavePickers FileExtension/SuggestedSaveFile/Name functionalities
commit 3be9dc1
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sun Dec 8 10:35:59 2024 +0800
clean: code clean on naming styles etc
commit 9fcc249
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sat Dec 7 22:22:21 2024 +0800
refactor: use WinRT MD5 hash string to Guid
commit 756bafa
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sat Dec 7 22:02:55 2024 +0800
fix: fix file type filter issues and refactor to use PickParameters
commit 8dea72a
Author: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
Date: Sat Dec 7 19:46:45 2024 +0800
feature: add COM FileSavePicker basic implementation
commit 37a5a75
Author: Xiang Hong <hx.hongxiang@gmail.com>
Date: Sat Dec 7 17:13:55 2024 +0800
add save file dialog usage in demo app
commit fc9a03a
Author: Xiang Hong <hx.hongxiang@gmail.com>
Date: Sat Dec 7 12:06:47 2024 +0800
feature: add folder functionalities to demo test app
commit 34556bd
Author: Xiang Hong <hx.hongxiang@gmail.com>
Date: Fri Dec 6 22:51:55 2024 +0800
feature: add COM based picker prototype basic implementation
* add the pickers
* Fix build errors
msbuild dev\WindowsAppRuntime_DLL\WindowsAppRuntime_DLL.vcxproj
* Cleanup ; add into projections
* fix build errors; clean up
msbuild dev\Projections\CS\Microsoft.Windows.Storage.Pickers.Projection\Microsoft.Windows.Storage.Pickers.Projection.csproj
* graceful solution
* add ad hoc working in progress fix
* adding basic tests
* allow optional filters; add test configs
* use relative path for postbuild script
* update script - add cleanup
* work in progress
* Squashed commit of the following:
commit 4a6b97a
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Tue Jan 14 13:43:22 2025 +0800
create file for fileSavePicker
commit 369651d
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Mon Jan 13 18:13:47 2025 +0800
save investigation progress
commit f025b64
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Mon Jan 13 11:54:10 2025 +0800
update doc
commit cc4b8cb
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Mon Jan 13 11:47:36 2025 +0800
atls.lib
commit dc26511
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Fri Jan 10 17:56:21 2025 +0800
COM APIs
commit d0f487c
Author: Dinah Gao <x.kic8462852@gmail.com>
Date: Fri Jan 10 15:05:10 2025 +0800
fix file save picker not creating new file
* ad hoc working, examing in progress
* add unit test project for storage pickers APIs
* fix project name
* remove [default_interface] in idl files
* filesavepicker-autoapply-filetypechoices when extension's missing
* set default folder - consistent to UWP picker behaviour
* fall back to Documents, if the specified location doesn't exists.
* use winrt::hresult
* use the telemetry guid generated by TlgGuid tool
* update idl file
* work in progress
* adding resume to ui context
* fix get path
* code clean, add velocity related code
* code clean for merge
* update taef version
* fixing com_array initialization
* remove unexpected change
* update copyright headers
* code clean and minor test text fixes
* comment out tests require manual interactive, adding more basic property based tests
* add telemetry
* fixes accroding to PR comments
* Move storagepickerstelemetryhelper to the pickers folder
---------
Co-authored-by: Dinah Gao <116714259+DinahK-2SO@users.noreply.github.com>
Co-authored-by: Dinah Gao <x.kic8462852@gmail.com>
Co-authored-by: Xiang Hong (from Dev Box) <xianghong@microsoft.com>
0 commit comments