lineage-next / android_packages_apps_Twelve

🎵
8 stars 1 forks source link

Subsonic support #55

Closed SebaUbuntu closed 4 weeks ago

SebaUbuntu commented 1 month ago

I think the only blocker for this PR is the serialization plugin, I have no idea if a kapt plugin exists instead

The alternative would be using something like Google GSON or writing the serializer by hand :/

luca020400 commented 1 month ago

Other issues so far okhttp in AOSP is too old (meh) okhttp in AOSP has hidden visibility (easy to fix)

We can attempt using a matching version or vendor it under app/libs