Dima Dimov

Results 13 issues of Dima Dimov

## Summary This issue is a continuation of these pull requests: #1349 #1405 we need to implement - adding contacts - EmailType and PhoneType ( work, home, main, mobile ......

feature-request

### Description of Change ### Apple changed behaviours and API for Photos Permission: - [PHAuthorizationStatus.limited](https://developer.apple.com/documentation/photokit/phauthorizationstatus/limited) - [presentLimitedLibraryPicker(from:)](https://developer.apple.com/documentation/photokit/phphotolibrary/3616113-presentlimitedlibrarypicker) - [PHAccessLevel](https://developer.apple.com/documentation/photokit/phaccesslevel) ### Related to issue ### - #1635 ### API Changes ###...

After the last changes, the project is not building because of `mdoc` and [`Microsoft.DotNet.XHarness.TestRunners.Xunit`](https://github.com/xamarin/Essentials/blob/2627bf2db0c009392e6558f31b9844fa2d4185fd/DeviceTests/DeviceTests.Android/DeviceTests.Android.csproj#L64)

### This fix changes the display of Pickers and Text Editors. **Before this fix, it looked like this:** | Picker | Entry | Editor | |:------:|:-----:|:-----:| |![entry](https://user-images.githubusercontent.com/59065470/106051575-ac5f9300-60f9-11eb-965c-7c54e44ba858.jpg)| ![entry](https://user-images.githubusercontent.com/59065470/106052372-8981ae80-60fa-11eb-980d-4a7820d6e357.jpg)|![editor](https://user-images.githubusercontent.com/59065470/106052387-8edef900-60fa-11eb-91e4-59d9cc549540.jpg)|

### Description of Change ### This revision is necessary for applications that often use HapticFeedback. This changes will improve performance on iOS, UWP and Tizen. Using the new method, we...

awaiting-review

**Description** I use your plugin in a Xamarin.Froms project with Arabic language support. But unfortunately even if we add a font for Arabic the RTL of the text remains incorrect....

Type/Enhancement
Status/1. Ready

### Description ![image](https://user-images.githubusercontent.com/59065470/221408443-3c45e87f-2fd4-468e-ba1c-71ac367e284b.png) ### Steps to Reproduce Just run `Maui.Essentials.Sample` on VS4Mac ### Link to public reproduction project repository https://github.com/dotnet/maui ### Version with bug 7.0 (current) ### Last version that...

t/bug
area/tooling ⚙️
s/move-to-vs-feedback
not-regression
Area: Platform\Xamarin VS for Mac

**Platform (please complete the following information):** - OS: [Both] - Device: [iPhone6/iPhoneSimulator/Pixel/AndroidEmulator and etc] - Sdk vervion: [any] - Xamarin.Forms: [any] **Describe the bug** `CurrentIndex` does not change when adding...

### Summary If we set title to empty, the size of the header does not change |______________| "Choose date" | null |______________| |:--:|:--:|:--:|:--:| ||![Choose date](https://user-images.githubusercontent.com/59065470/110534081-ba102b80-812f-11eb-9af6-771d821a422e.png)|![null](https://user-images.githubusercontent.com/59065470/110534119-c4322a00-812f-11eb-8480-a4d953b813e6.png)|| ### API Changes We need...

When I took screenshots for [Auto Localization PR](https://github.com/alexsorokoletov/Xamarin.iOS.DatePickerDialog/pull/13), I noticed that this panel is shifted. I checked this behavior does not depend on this PR in any way. ![Simulator Screen...