Milen Pivchev

Results 55 issues of Milen Pivchev

This particular post has a crosspost (never seen this before) that has embedded media. Is there a way to get it with JRAW? https://www.reddit.com/r/nononono/comments/8tze1n/a_camera_man_realizes_he_is_about_to_experience_a/ JSON of the submission: https://pastebin.com/cN48d8QH

enhancement

This includes proposals for both this library and the Android audio library we use under the hood: [KotlinAudio](https://github.com/doublesymmetry/KotlinAudio). This list will be updated over time so nothing is concrete. -...

android-rewrite
Feature Request

Hi, thanks for this great library. I am working in a project that uses a other players that use old exoplayer dependencie and I having these kind of errors: ```...

Bug
Platform: Android
android-rewrite

Version 3.0 would move away from ever manually stopping the music service on Android, to make it more akin to how popular music/podcast apps work. `destroy()` has already been removed,...

Platform: Android
Platform: iOS
android-rewrite

Currently we are not using `repeatOnLifecycle` when collecting flows, which can lead to crashes. Should be fixed. ![image](https://user-images.githubusercontent.com/6960329/182314815-b87e40b5-f8b2-4926-b56b-95ceacb5d787.png)

Bug
Platform: Android

### Discussed in https://github.com/doublesymmetry/react-native-track-player/discussions/1628 Originally posted by **russriser** July 31, 2022 Hiya, I'm working on a problem and would like to know the best way to go about it, as...

Platform: Android
Platform: iOS
Feature Request

How can I change the action of the main FAB after opening the menu, kind of like how Inbox does it: ![image](https://user-images.githubusercontent.com/6960329/35016870-cda0a5ec-fb1a-11e7-8bf9-5de4642f7863.png)

This crash only happens on a physical Note 4, it works fine in emulator for some reason. My min api is 23 so `vectorDrawables.useSupportLibrary` did not fix this. The view:...

This adds an `AndroidOptions` interface to RN that adds optional flags specifically for Android. It also adds the android flag `stoppingAppRemovesNotification` which will remove the notification when the app is...

Platform: Android
Feature

There have been a lot of complains recently of the media notification being shown always and never going away. We originally decided to not hide the notification at all, but...

Platform: Android
Feature