Danylo

Results 207 comments of Danylo

> Anyway, is it possible to include libatomic as a dependency instead of the system needing it as a separate package? I think I could statically link it. I'll look...

I was not able easily reproduce the crash in emulator. Does it happen every time you try?

Ok, I'll try later with your config

Sorry, I haven't tested this yet.

I don't think buffering would help. Because we can ask radio's server only for the **current** chunk, we cannot ask for chunks in advance: ``` Chunk 1 2 3 ......

> Would it be possible to maintain multiple concurrent connections? Maintaining them - I don't see how, issuing multiple connections with periods between them lower than their timeout and keeping...

Ok, even with 1s timeout there is a drop, something is wrong.

Thank you for the report. 0.81 is just released https://github.com/segler-alex/RadioDroid/releases/tag/0.81, could you try with it? If it's still an issue, it would help us if you could provide logcat logs...

If there is F-Droid it would be shown in the app selection list when user clicks "Yes". Probably its worth rewording the dialog. Sending user to the F-Droid if they...

Hi, I think logs would help, could you get logs from your device? Right after playback is stopped. See https://android.gadgethacks.com/how-to/android-basics-capture-logcat-for-detailed-bug-reports-0167774/ if you don't know how. And are you able to...