Michal Moczulski
Michal Moczulski
* OkHttp version 5 is coming. Do some research what needs to be changed in order to make Ok2Curl compatible with OkHttp * https://github.com/square/okhttp/blob/master/CHANGELOG.md#version-500-alpha9
* Sample app uses `IntentService` and this class is deprecated * Replace with something new (WorkManager maybe or even something simpler Callback in OkHttp?)
## Description Provide `MiniPlayerState` to restore `playing` value after `MiniPlayer` view is recreated. Currently `MiniPlayer` view after recreation always starts with the state `playing=state` even if podcast is playing. This...