This repository was archived by the owner on May 15, 2024. It is now read-only.
Impl PickerResultsToMediaFile for #1475#1750
Closed
dimonovdd wants to merge 135 commits intoxamarin:dev/photos-1402from
Closed
Impl PickerResultsToMediaFile for #1475#1750dimonovdd wants to merge 135 commits intoxamarin:dev/photos-1402from
dimonovdd wants to merge 135 commits intoxamarin:dev/photos-1402from
Conversation
Merge branch xamarin:main into dimonovdd:main
Merge xamarin:main into dimonovdd:main
Co-authored-by: Matthew Leibowitz <mattleibow@live.com>
This reverts commit 38d78cb.
Revert "macOS: TextToSpeech replaced NSSpeechBoundary"
* Change AppControlData string * Add type extensions for Tizen * Add missing privilege * Add Material reference * Fix type extensions for Tizen * Avoid AppAction for Tizen * Fix Launcher for OpenFileRequest
…gers (xamarin#1446) * removed TakePersistableUriPermission * removed GrantPersistableUriPermission activity flag
…rin#1507) - Don't catch our own errors and then throw them - Correctly convert from cancellation NSErrors into .NET cancellation exceptions - Fixes xamarin#1240 - Set the temporary fields to null - Safely parse the auth uri - Fixes xamarin#1307 - Related to xamarin#794 - Related to xamarin#1240, but for macOS
- The 2FA process breaks the flow but opening a separate activity from a separate app. This results in the flow being interpreted as a cancellation. - The new flow uses an intermediate activity to correctly process the results. - Also converted the BindService into an async method. - Fixes xamarin#1292
Fixed xamarin#1757 Swipe down On MediaPicker only closes its window
Update MediaPicker.ios.cs
Update docs about FileBase
Fixes xamarin#1748 - try/catch getting display info
Fixes xamarin#1661 use passed in phone as fallback if can't format
Fixes xamarin#1729 check for ios 13 on max frame rates
better UIColor conversion
# Conflicts: # Xamarin.Essentials/MediaPicker/MediaPicker.ios.cs
5 tasks
Member
|
Looks like this is related to a PR that is already closed. I'm working on a proposal for .NET MAUI though :) |
6 tasks
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
#1475 (comment)
This request has a lot of changes, because it is sent to
xamarin:dev/photos-1402branch