tag:github.com,2008:https://github.com/clementine-player/Android-Remote/releasesRelease notes from Android-Remote2020-01-02T12:15:49Ztag:github.com,2008:Repository/14977923/v122020-01-02T12:17:59ZClementine Remote v12<p>Improvements:</p>
<ul>
<li>Added "Album Artist / Album" to Library Grouping</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li>Make connection to Clementine more robust</li>
<li>Fix crash when mSocket.getInetAddress() is null</li>
<li>Fix crash when opening connect page too fast</li>
<li>Fix crash when Clementine closes the connection</li>
<li>Fix crash when opening playlist view</li>
<li>Fix crash when service was destroyed but the app received a keep alive message</li>
<li>Fix crash when album art cannot be decoded</li>
</ul>
<p>Other:</p>
<ul>
<li>Build with API level 29</li>
<li>Updated translations</li>
</ul>amuttschtag:github.com,2008:Repository/14977923/v11.12016-09-12T08:30:37Zv11.1<p>Improvements:</p>
<ul>
<li>Adding the ability to use different colors of the notification (Thanks <a class="user-mention notranslate" data-hovercard-type="user" data-hovercard-url="/users/SemperPeritus/hovercard" data-octo-click="hovercard-link-click" data-octo-dimensions="link_type:self" href="https://github.com/SemperPeritus">@SemperPeritus</a>)</li>
</ul>
<p>Bugfixes:</p>
<ul>
<li><strong>Fix Android N connection problem</strong></li>
<li>Show auth code dialog when Clementine returns a Not_Authenticated disconnect message</li>
<li>Override correct onCreate methods</li>
</ul>
<p>Other:</p>
<ul>
<li>Build against Android API 24 Nougat</li>
<li>Update dependencies</li>
<li>Updated translations</li>
</ul>amuttschtag:github.com,2008:Repository/14977923/v11.1-rc12016-09-11T18:51:24Zv11.1-rc1: Do int to byte[] conversion myself<p>Somehow, DataOutputSteam.writeInt() writes only 0, even if the given integer is > 0. Changed the code to use an internal conversion and just do a write(). This seems to fix the issue.</p>
<p>Updates <a class="issue-link js-issue-link" data-error-text="Failed to load title" data-id="159789832" data-permission-text="Title is private" data-url="https://github.com/clementine-player/Android-Remote/issues/151" data-hovercard-type="issue" data-hovercard-url="/clementine-player/Android-Remote/issues/151/hovercard" href="https://github.com/clementine-player/Android-Remote/issues/151">#151</a></p>amuttschtag:github.com,2008:Repository/14977923/v112016-04-27T11:17:09ZClementine Remote v11<p>Version 11<br>
Features:<br>
- Complete design overhaul, using Material Design<br>
- Add global search<br>
- rtl language support<br>
Improvements:<br>
- Download every song in your library, long click and select download<br>
- Clicking on finished downloads open a file chooser which song to play back<br>
- Sorting and grouping library is possible now<br>
- Show download speed and total file size in download view<br>
- Stop playback<br>
- Show transcoding status (Clementine can transcode lossless file before the download. Check Clementine settings)<br>
- Add tabs in player view for easier navigation<br>
- Option to pause playback on incoming calls<br>
Bugfixes:<br>
- Fix timeout when downloading library<br>
- Fix crash in download settings when clicking "Set download folder"<br>
- Fix volume reset when receiving a call<br>
Other:<br>
- Build against API 23 Marshmallow<br>
- Use latest buildtools<br>
- Remove ShowcaseView<br>
- Add gradle task for protocol buffer generation</p>amuttschtag:github.com,2008:Repository/14977923/v10.12014-12-12T16:12:15ZClementine Remote v10.1<p>Bugfix release for a lot of crashes in Clementine Remote:</p>
<ul>
<li>Fix NullPointerException when trying to connect</li>
<li>Fix NullPointerException in SongDownloader</li>
<li>Fix SQLiteExceptions when library download was not successful</li>
<li>Fix NumberFormatException in tasker settings when port or auth code was empty</li>
<li>Fix IllegalStateException: setSelectedNavigationIndex in playlist view</li>
<li>Fix NullPointerException when canceling connect dialog</li>
<li>Fix IllegalStateException in settings</li>
<li>Fix IndexOutOfBoundsException in playlist view</li>
<li>Fix jmdns race condition (java.lang.IllegalStateException: Timer was canceled)</li>
<li>Added workaround for crash in showcaseview</li>
</ul>amuttschtag:github.com,2008:Repository/14977923/v102014-11-25T12:24:20ZClementine Remote v10<h3>Features:</h3>
<ul>
<li>Tasker & Locale support</li>
<li>4x1 Widget for homescreen</li>
<li>Clear playlist</li>
<li>Close playlist</li>
</ul>
<h3>Improvements:</h3>
<ul>
<li>Huge performance increase especially when connecting and retrieving playlist songs</li>
<li>Download notifications are now stacked when downloading multiple items</li>
<li>Delete multiple items from playlist</li>
<li>Improve phone and tablet layout</li>
<li>Don't show -1 track / disc number in song details</li>
<li>Last.fm doesn't require a restart</li>
</ul>
<h3>Bugfixes:</h3>
<ul>
<li>Fix volume slider joggs</li>
<li>Playlist updates correctly when it's changed (on Remote or Desktop)</li>
<li>Android 4.4: Downloads are now saved in apps music dir since apps cannot write outside them in KITKAT.<br>
Note: Those files are deleted when uninstalling Clementine Remote. You may have to reset the download path.</li>
</ul>
<h3>Other:</h3>
<ul>
<li>App don't aquire wakelock by default anymore. Can still be activated in the settings if connection is unsable</li>
<li>Compiled against Android 5.0 Lollipop + Lockscreen notifications</li>
<li>Remove Pebble specific code and use metachanged intent for all bluetooth devices</li>
</ul>amuttschtag:github.com,2008:Repository/14977923/v92014-05-14T09:12:28ZClementine Remote 9<p>Version 9 (Only for Android 4.0+)<br>
Features:<br>
- Showcases to introduce app features<br>
Improvements:<br>
- Flat orange ActionBar<br>
- Tablet layout<br>
- Minor layout improvements overall<br>
- Song detail page moved from navigation to player view (swipe to right)<br>
- New view "Connection details" in player view (swipe to right twice)<br>
- Reworked playlist handling, should be more stable now<br>
- The search function in the library performs a full search now, not only artist, album and title<br>
- Show transferred bytes when downloading the library<br>
- Preference to keep the screen on while connected<br>
- Volume increase / decrease level can now be changed<br>
- Playlist and Library have holo context menus now<br>
- Clementine Remote saves recent connected ip addresses<br>
Bugfixes:<br>
- IP address can hold more than 20 characters now<br>
- Fix NumberFormatException in settings when entering invalid port<br>
- Fix crash when downloading songs<br>
- Fix adding songs to playlist from library that had special characters in it<br>
- Fix fast scrolling: It was disabled when selecting another the playlist</p>amuttschtag:github.com,2008:Repository/14977923/v8.52013-12-22T12:41:42ZClementine Remote 8.5<p>Version 8.5<br>
Improvements:<br>
- Library: Search applies for artist, album and title now<br>
- Show proper error message when library loading fails<br>
- Database integrity check for all andorid versions<br>
Bugfixes:<br>
- Fix crash on start<br>
- Fix crash when downloaded library is corrupted<br>
- Fix crash in download view<br>
- Fix disappearing playlist view on tablets.</p>
<p>Version 8.4<br>
Bugfixes:<br>
- Call isDatabaseIntegrityOk only when available<br>
- Fix crash in Playlist (again)</p>
<p>Version 8.3<br>
Bugfixes:<br>
- Fixed crash on tablets.<br>
- Fix crash in playlist.</p>
<p>Version 8.2<br>
Improvements:<br>
- Updated project URL to new GitHub repository<br>
- Updated polish translation<br>
Bugfixes:<br>
- Fix notificaion was not opening app on KITKAT<br>
- Fix crash when searching on empty library<br>
- Fix crash on tablets when returning to player from another menu<br>
- Fix rare crash when connecting to Clementine<br>
- Fix crash in playlists<br>
- Check if multicast lock is held before releasing it.<br>
- Fix crash in donate menu on devices without google apps.</p>
<p>Version 8.1<br>
Bugfixes:<br>
- Fix orientation change when downloading library.<br>
- Fix illigalStateExeption when commiting fragment.<br>
- Cancel download if we got an IO error when parsing protocol buffer.<br>
- Fix crash when using back button on empty library.<br>
- Fix nullpointer when destroying service.<br>
- Delete unavailable songs. Fixes issue 31.<br>
- Fix nullpointer when we got invalid data.<br>
- Fix database leak in library fragment when disconnecting.</p>
<p>Version 8<br>
Features:<br>
- Huge design rework, using navigation drawer on the left!<br>
- Library browsing added<br>
- Download list<br>
- Rate songs<br>
- Added song information section<br>
- Added donate section<br>
Improvements:<br>
- PlayPause, Next Button in notification (expand to see them)<br>
- Remove songs from playlist<br>
- Add songs from library<br>
- New icons<br>
- Downloads are not canceled anymore when clicking the download notification<br>
- Open last downloaded song with music player<br>
- Show [s] when listening to a internet stream<br>
- Ability to quit the app directly instead of disconnecting first<br>
- Added animation when changing menu<br>
- Various performance improvements<br>
- Added XXHDPI icon resolution<br>
- Compiled against Android 4.4 KITKAT<br>
Bugfixes:<br>
- Fix crash when downloading songs on Android 4.4<br>
- Fix crash in settings dialog<br>
- Fix trackupdate when listening to internetradio</p>amuttschtag:github.com,2008:Repository/14977923/v8.42013-12-16T15:04:15ZClementine Remote 8.4<p>This release fixes a few more bugs.</p>amuttschtag:github.com,2008:Repository/14977923/v8.32013-12-10T09:29:30ZClementine Remote 8.3<p>Version 8.3<br>
Bugfixes:<br>
- Fixed crash on tablets.<br>
- Fix crash in playlist.</p>
<p>Version 8.2<br>
Improvements:<br>
- Updated project URL to new GitHub repository<br>
- Updated polish translation<br>
Bugfixes:<br>
- Fix notificaion was not opening app on KITKAT<br>
- Fix crash when searching on empty library<br>
- Fix crash on tablets when returning to player from another menu<br>
- Fix rare crash when connecting to Clementine<br>
- Fix crash in playlists<br>
- Check if multicast lock is held before releasing it.<br>
- Fix crash in donate menu on devices without google apps.</p>
<p>Version 8.1<br>
Bugfixes:<br>
- Fix orientation change when downloading library.<br>
- Fix illigalStateExeption when commiting fragment.<br>
- Cancel download if we got an IO error when parsing protocol buffer.<br>
- Fix crash when using back button on empty library.<br>
- Fix nullpointer when destroying service.<br>
- Delete unavailable songs. Fixes issue 31.<br>
- Fix nullpointer when we got invalid data.<br>
- Fix database leak in library fragment when disconnecting.</p>
<p>Version 8<br>
Features:<br>
- Huge design rework, using navigation drawer on the left!<br>
- Library browsing added<br>
- Download list<br>
- Rate songs<br>
- Added song information section<br>
- Added donate section<br>
Improvements:<br>
- PlayPause, Next Button in notification (expand to see them)<br>
- Remove songs from playlist<br>
- Add songs from library<br>
- New icons<br>
- Downloads are not canceled anymore when clicking the download notification<br>
- Open last downloaded song with music player<br>
- Show [s] when listening to a internet stream<br>
- Ability to quit the app directly instead of disconnecting first<br>
- Added animation when changing menu<br>
- Various performance improvements<br>
- Added XXHDPI icon resolution<br>
- Compiled against Android 4.4 KITKAT<br>
Bugfixes:<br>
- Fix crash when downloading songs on Android 4.4<br>
- Fix crash in settings dialog<br>
- Fix trackupdate when listening to internetradio</p>amuttsch