Skip to content
This repository has been archived by the owner on May 15, 2024. It is now read-only.

Merging main to live to update docs #2043

Merged
merged 172 commits into from Sep 9, 2022
Merged

Merging main to live to update docs #2043

merged 172 commits into from Sep 9, 2022

Conversation

jfversluis
Copy link
Member

No description provided.

dimonovdd and others added 30 commits October 8, 2020 22:13
Merge branch xamarin:main into dimonovdd:main
Merge xamarin:main into dimonovdd:main
merge xamarin:main into dimonovdd:main
merge xamarin:main into dimonovdd:main
jfversluis and others added 29 commits April 4, 2022 14:23
remove read/write storage permissions from filepicker/mediapicker on Android
[Bug] [AppAction] [Android] Prevent AppAction double handling on Android
On IOS if you like to request LocationAlways you have to request locationWhenInUse first. This means in an average implementation one would have to consecutive call
await Permissions.RequestAsync<Permissions.LocationWhenInUse>();  
Permissions.RequestAsync<Permissions.LocationAlways>();  
Both use the static LocationManager instance.
Since RequestAsync<Permissions.LocationWhenInUse>() sets the result of the task completition source before cleaning up its locationManager there is a race condition where RequestAsync<Permission.LocationAlways>() already runs and thus this cleanup disposes the locationManager used by the second call. This will not always be the case but in my test around 50% of the time. Workaround wait 3-10 seconds in between the calls
set result after cleanup of locationmanager #1489
Surface exception for not supported phone number on iOS PhoneDialer
Fix #1972 - allow restricted permissions for geolocation on android
…ngrades

Correctly handle version downgrades (e.g. via TestFlight)
…5-13

Config changes to reflect the default branch from master to main. Please merge to complete the default branch renaming job.
Add suppression for iOS FromBundleIdentifier obsolete
Android WebAuthenticator fallback to system browser if Chrome Custom tabs are not available
Fix Share API does not correctly block when awaited
…eckstatusasync

Fix #1999 - checkasync should return restricted for locationinuse whe…
* Update build.cake

* Update Tests.csproj

* Update build.cake

* Updates

* Back to square 1

* Update azure-pipelines.yml

* Update azure-pipelines.yml

* Update build.cake
Enable build config to generate canonical URL with moniker

Co-authored-by: Gerald Versluis <gerald.versluis@microsoft.com>
@jfversluis jfversluis merged commit 6450045 into live Sep 9, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet