mirror of
https://github.com/devgianlu/librespot-android.git
synced 2026-04-26 05:45:50 +03:00
[GH-ISSUE #4] Add UI to example activity #2
Labels
No labels
bug
enhancement
enhancement
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-android#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @devgianlu on GitHub (Apr 25, 2021).
Original GitHub issue: https://github.com/devgianlu/librespot-android/issues/4
@mitschwimmer commented on GitHub (May 1, 2021):
Hey @devgianlu, amazing to see what you are achieving here!
Still, there seems to be an issue left with tremolo on the master branch. Once I see the player UI I can't actually play a track. I get this error:
I am testing on a Pixel 3aXL with Android 11. What do you think, should I open a new issue for that?
@devgianlu commented on GitHub (May 1, 2021):
That's strange, it's complaining about a missing native method, but it's there.
Maybe @funtax knows more
@funtax commented on GitHub (May 1, 2021):
This happens because the package of the decoder has changed. The native code is still targeting the old package/class Java_xyz_gianlu_librespot_player_codecs_tremolo_OggDecodingInputStream.
I will try to fix this later and provide a new compiled version.
@devgianlu commented on GitHub (May 1, 2021):
Oh right, I renamed it because the terminology
codecwas wrong (and it has been for way too long) and this was the right time to change it.Thank you for looking into it
@funtax commented on GitHub (May 1, 2021):
@devgianlu Could you give me write-access to this repo? Then I don't have to open a PR for such minor changes.
@devgianlu commented on GitHub (May 1, 2021):
@funtax Invited you
@funtax commented on GitHub (May 1, 2021):
Perfect, thank you @devgianlu .
@mitschwimmer I have updated the native library but not tested it yet. Feel free to update and give it another try.
@mitschwimmer commented on GitHub (May 1, 2021):
@funtax, @devgianlu just tried it. Works great 🕺