Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-06-26 | piano: Remove move song | Lars-Dominik Braun | 1 | -36/+0 | |
Doesn’t work with JSON API. See #280. | |||||
2012-06-14 | piano: Remove unused struct | Lars-Dominik Braun | 1 | -6/+4 | |
2012-06-09 | piano: Select quality instead of audio format | Lars-Dominik Braun | 1 | -31/+0 | |
Pandora limited the audio formats we can request explicitly. Don’t rely on this and use the formats available with the given partner credentials. Closes #271. | |||||
2012-05-11 | piano: Add stationToken to addFeedback request | Lars-Dominik Braun | 1 | -0/+3 | |
Fixes thumbs up/down and move song. | |||||
2012-05-06 | piano: Fix memory leak | Lars-Dominik Braun | 1 | -8/+9 | |
2012-05-04 | Lofi AAC support | Lars-Dominik Braun | 1 | -0/+4 | |
32kbit/s. Closes #233. | |||||
2012-05-02 | Really delete seed suggestions | Lars-Dominik Braun | 1 | -30/+0 | |
There does not seem to be an API call for that. | |||||
2012-05-02 | piano: Audio format support | Lars-Dominik Braun | 1 | -0/+26 | |
Ask Pandora for audio format requested by user. Closes #244. | |||||
2012-05-01 | Don’t hardcode passwords | Lars-Dominik Braun | 1 | -8/+9 | |
It’s a bad idea to hardcode these, although playback does not work with non-android login yet. | |||||
2012-05-01 | piano: Split piano.c into request.c and response.c | Lars-Dominik Braun | 1 | -0/+509 | |