Age | Commit message (Collapse) | Author |
|
|
|
Specific song requests weren't doing anything, and requests to 'play
some (artist)' would queue up albums in chronological order.
Single songs now working, and artist requests will shuffle which is in
line with other services like spotify etc.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
song changes...
|
|
|
|
# Conflicts:
# app/build.gradle
|
|
|
|
|
|
AndroidManifest definition
|
|
AndroidManifest definition
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Sends a remote queue of 50 items instead of 3
|
|
Changes AA song selection to play the directory
|
|
|
|
Fixes a bug with multiple bookmarks in the same directory:
The first file encountered with a saved bookmark would be played,
not the bookmark that was selected
|
|
|
|
|
|
|
|
|
|
This commit uses build flavours to provide two different builds: A
'floss' build and a 'google' build.
- The 'floss' build builds a basic version of the app with no
dependencies on proprietary libraries.
- The 'google' build adds Chromecast support and a few other extras
provided by Google Play Services
|
|
- Adds a check for the `CAST_APPLICATION_ID` variable in `CastCompat`.
If it's null, casting will be disabled.
- Without a `PASTEBIN_DEV_KEY` sending logs would result in a generic
"Failed to gather logs" message. This commit changes the message to
something more accurate.
|
|
Update portuguese translation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Keeping the default at 10s and 30s respectively, added preference options under Playback to allow user to change how far rewind and fast forward jump.
|
|
similar dialog boxes.
|