Proto commits in librespot-org/librespot-java

These 26 commits are when the Protocol Buffers files have changed:

Commit:08b7890
Author:devgianlu

Support client-token header in API requests

The documentation is generated from this commit.

Commit:16a4dd9
Author:Gianlu

Updated playplay proto

Commit:0dc1b9d
Author:devgianlu

Updated proto definitions https://github.com/librespot-org/librespot/discussions/734#discussioncomment-725564

Commit:2b5080b
Author:Gianlu

Attempting clientoken request

Commit:513e9e0
Author:Gianlu

Added playplay.proto and moved all requests to playplay The server is currently responding with 502 to our requests.

Commit:0a8e685
Author:Gianlu

Updated some proto definitions + updated client version There's a couple of new interesting capabilities (supports_lossless_audio and supports_hifi) as well as the playback_quality field.

Commit:6c108de
Author:Gianlu

Added extended metadata endpoint (#311)

Commit:17ba408
Author:devgianlu
Committer:GitHub

Separating library from player (#245) * Create `lib` module * [ci skip] Moved stuff to `lib` module + minor refactoring * [ci skip] Removed `common` module + renamed `core` to `player` * Refactored `api` module + renamed PlayerConfiguration.java + written startup scripts * Fixed `player.retryOnChunkError` configuration * Minor clean up + moved ZeroconfServer.java and FileConfiguration.java * Fixed stupid bugs * Fixed race condition when loading first track * Fixed startup scripts to actually create player * Modified READMEs

Commit:cacfb0d
Author:Gianlu

Parse product info + filter explicit content (#200)

Commit:656620d
Author:Gianlu

Updated version + added proto for new login process

Commit:b1647cb
Author:Gianlu

Added proto fields as of 1.1.28

Commit:ba10370
Author:Gianlu

Added endpoint to retrieve canvases

Commit:307351c
Author:Gianlu

Do not version protobuf files + renamed packages (#170)

Commit:87ad93a
Author:Gianlu

Removed useless proto definitions

Commit:5c40ec5
Author:Gianlu

Refactored CdnManager and TokenProvider

Commit:ad3f796
Author:Gianlu

Added proto definitions for `hm://playlist/v2/playlist/` and `hm://playlist/user/********/playlist/`

Commit:dbc7e7b
Author:Gianlu

Updated metadata.proto

Commit:8cabd02
Author:Gianlu

Using original protobuf definition

Commit:5fc5ff5
Author:Gianlu

Crude CDN implementation (not working, corrupted vorbis data)

Commit:9cfb27d
Author:Gianlu

Working `search.proto` (librespot-org/librespot#269)

Commit:5780502
Author:Gianlu

Create `common` module + moved some stuff

Commit:f6eada3
Author:Gianlu
Committer:Gianlu

Changed package name to `xyz.gianlu.librespot`

Commit:2cf7038
Author:Gianlu
Committer:Gianlu

Fixed Maven mess (moved source files to submodule)

Commit:2347c2d
Author:Gianlu

Proper name for kUnknown (https://github.com/librespot-org/librespot/pull/251)

Commit:b05f9f9
Author:Gianlu

Logging + moved classes

Commit:4d8a665
Author:Gianlu

Initial commit