Pavel Tsekov

Results 9 issues of Pavel Tsekov

Navigating the pages with arrow keys (i.e. DPAD, keyboard, etc.) is currently broken. When moving right the page after the next page is selected, moving left doesn't work.

When 'imageUrl' in notification configuration is not set the android platform code attempts to load the icon. The following error messages can be seen in the log output: E/BitmapFactory( 9181):...

**History check** #1024 might be related **Describe the bug** Use a 'BetterPlayerConfiguration' with 'autoPlay' set to 'false'. Add an event listener which handles 'BetterPlayerEventType.initialized' and 'BetterPlayerEventType.seekTo' events. When 'BetterPlayerEventType.initialized' is...

new issue

**Is your feature request related to a problem? Please describe.** When setting up player status notification on Android the code assumes that the activity which will handle clicks on the...

enhancement
new issue

Please include: 1) Library version: 2.0.2 2) Device and OS version: any 3) Detailed steps to reproduce the issue: 1. Build and run the modified sample app from https://github.com/ptsekov/BlurView/tree/issue/scaleXY 2....

ExoPlayer's MediaSessionConnector replaces our MediaSession callback with its own.

For StillGesture events SlidableController.dispatchEndGesture() uses the 'direction' parameter passed to it by _SlidableGestureDetectorState.handleDragEnd() without taking into account which pane is being dragged. When dragging 'endActionPane' to the left to open...