Skip to content

Releases: thelinkin3000/SonicLair

Release v0.0.4-1

05 Jul 03:54
Compare
Choose a tag to compare
Fixed (or supressed) lint errors

Release v0.0.3-4

25 Jun 18:37
Compare
Choose a tag to compare
Bugfixes

[Android TV] Fixed a bug where playing a playlist triggered the song in
the phone and not the TV when in Jukebox mode.

Release v0.0.3-3proper

25 Jun 16:35
Compare
Choose a tag to compare
Playlist support on Android TV

[Android TV] Now Android TV supports playing playlists and shows you
which songs are coming next on the current playlist on the Now Playing
screen

This commit is a hotfix for the previous one.

Release v0.0.3-2

24 Jun 18:23
Compare
Choose a tag to compare
Patch release

[Android] Removed double callback registering for media controls
handling. Trying to fix song skipping on Android Auto.

Release v0.0.3

24 Jun 16:56
Compare
Choose a tag to compare
New Release!

[Android and PWA] Now the app supports playlists.
You can browse, edit, add and remove playlists in both the PWA and
Android versions. You can add and remove songs to a playlist and you can
reorder the songs within the playlist.
Support for Android TV is coming.

Release v0.0.2

22 Jun 02:48
Compare
Choose a tag to compare
New Release!

[All versions] Now the app supports using plaintext passwords for
authentication, as some subsonic implementations need it to work. Please
try not to use this on unsecure connections (i.e. http://) as the
password travels unencrypted through the network.

Closes #2. Thanks @epoupon

Release v0.0.1-28

21 Jun 01:17
Compare
Choose a tag to compare
New release!

[All versions] Now the app supports streaming using the
"format" parameter of the stream endpoint. That means you can ask the
server to transcode the song and not stream the original version. Useful
for metered connections.
[Android] Now the app supports autodiscovery of instances running on
Android TV. Useful for connecting jukebox mode without the need of QR
Scanning.
[Android] Some bugfixes

Also, this commit bumps the package version

Release v0.0.1-27

19 Jun 04:50
Compare
Choose a tag to compare
Jukebox mode!

Features:
[Android] Jukebox mode: now you can connect an instance running on an
Android phone to an instance running on Android TV and control it from
the phone. All the actions in the phone (except for triggering
downloads) are carried out in the TV.

Bugfixes:
[Android] Fixed a bug where the app lost audio focus after a while

Release v0.0.1-26

17 Jun 02:19
Compare
Choose a tag to compare
Bugfixes

[Android] Fixed an issue where the app crashed trying to load albumart
from internal storage
[Android] Fixed an issue where the app failed to play the next song on
the current playlist automatically
[Android] Fixed an issue where the camera didn't hide when leaving the
QR scan page. Closes #1. Thanks to @BillButter

Release v0.0.1-25

17 Jun 00:01
Compare
Choose a tag to compare
Bugfixes

[Android] Now the app doesn't block the UI Thread when answering
MediaBrowser queries