Hayri Bakici
Hayri Bakici
There is a new [`chapters`](https://developer.spotify.com/documentation/web-api/reference/get-a-chapter) and [`audiobook`](https://developer.spotify.com/documentation/web-api/reference/get-an-audiobook) endpoint according to the spotify web API page. A wiki entry has also been added for this.
I figured out, that the model classes are very messy with many duplicates, which makes this library quite error prone. In order to give more clarity, I am suggesting to...
So far only `track`s are retrieved from `getTracksByPlaylistId`. [Spotify](https://developer.spotify.com/documentation/web-api/reference/get-playlists-tracks) however also returns `episode`s.
While browsing through the `endpoint` files, I stumbled upon methods with no parameters (e.g. `playlist.me`) that are written with `get` properties and actual methods with no parameters (e.g. `me.savedShows()`). It...
Fixes #87. This PR allows to users to add a page to the blocking list from the browser history. Since accessing the user's history needs the `history` permission, it adds...
This PR enables wkhtmltopdf local file access. Particular of the distribution directory `$(DIST_DIR)`, because the default behavour in version 0.12.6 of wkhtmltopdf is to disable local file access. This changes...
An indicator that fills up the images like in the Snake-Game, could be from top to bottom, left to right or spiral in or spiral out.
It would be nice to have an indicator as wave loading effect (got the inspiration from [here](https://androidexample365.com/an-android-library-providing-to-realize-wave-loading-effect/)).
There has been some request to allow `Fragment` support. It should be possible with this infiniteViewPager configuration (the viewPager always switching to the middle page).