Releases: thelinkin3000/SonicLair
Releases · thelinkin3000/SonicLair
Release v0.0.4-1
Fixed (or supressed) lint errors
Release v0.0.3-4
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
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
Patch release [Android] Removed double callback registering for media controls handling. Trying to fix song skipping on Android Auto.
Release v0.0.3
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
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
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
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
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
Bugfixes [Android] Now the app doesn't block the UI Thread when answering MediaBrowser queries