TimofeyBurak

Results 6 issues of TimofeyBurak

### Component/Nuget BluetoothLE Client (Shiny.BluetoothLE) ### What operating system(s) are effected? - [ ] iOS (13+ supported) - [ ] Mac Catalyst - [X] Android (8+ supported) - [ ]...

bug
unverified

## Bug Information Version Number of Plugin: 2.1.0.4 Device Tested On: Google Pixel 4 with Android 10.0 Simulator Tested On: none Version of Rider: 2021.2 Version of Xamarin.Android: 11.3.0.4 Versions...

### Description Push-notifications permissions are requested with hardcoded options, even though the options should probably be defined by PushNotificationService functionality: https://github.com/Softeq/XToolkit.WhiteLabel/blob/master/Softeq.XToolkit.Permissions.iOS/PermissionsService.cs#L70-L78 Also, it seems like our implementation of checking push-notification...

c/push-notifications
c/permissions

## Detailed Description Currently, `IContainerBuilder` interface is our primary abstraction of an IoC container builder. It is used to register different parts of the XToolkit, including WhiteLabel itself. Currently, `IContainerBuilder`...

enhancement
c/wl

### Description SetCommand() extension methods manipulate with Enabled/IsEnabled properties of UI elements (whenever possible), which makes it impossible to. properly control Enabled state (with bindings, for. example) ### Steps to...

### Description It would be more convenient if Bindings will use some kind of null-propagation: if one of the properties in the expression is null - then the value of...

c/bindings