forked from clementine-player/Android-Remote
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.txt
204 lines (186 loc) · 6.67 KB
/
changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
Version 9 (Only for Android 4.0+)
Features:
- Showcases to introduce app features
Improvements:
- Flat orange ActionBar
- Tablet layout
- Minor layout improvements overall
- Song detail page moved from navigation to player view (swipe to right)
- New view "Connection details" in player view (swipe to right twice)
- Reworked playlist handling, should be more stable now
- The search function in the library performs a full search now, not only artist, album and title
- Show transferred bytes when downloading the library
- Preference to keep the screen on while connected
- Volume increase / decrease level can now be changed
- Playlist and Library have holo context menus now
- Clementine Remote saves recent connected ip addresses
Bugfixes:
- IP address can hold more than 20 characters now
- Fix NumberFormatException in settings when entering invalid port
- Fix crash when downloading songs
- Fix adding songs to playlist from library that had special characters in it
- Fix fast scrolling: It was disabled when selecting another the playlist
Version 8.5
Improvements:
- Library: Search applies for artist, album and title now
- Show proper error message when library loading fails
- Database integrity check for all andorid versions
Bugfixes:
- Fix crash on start
- Fix crash when downloaded library is corrupted
- Fix crash in download view
- Fix disappearing playlist view on tablets.
Version 8.4
Bugfixes:
- Call isDatabaseIntegrityOk only when available
- Fix crash in Playlist (again)
Version 8.3
Bugfixes:
- Fixed crash on tablets.
- Fix crash in playlist.
Version 8.2
Improvements:
- Updated project URL to new GitHub repository
- Updated polish translation
Bugfixes:
- Fix notificaion was not opening app on KITKAT
- Fix crash when searching on empty library
- Fix crash on tablets when returning to player from another menu
- Fix rare crash when connecting to Clementine
- Fix crash in playlists
- Check if multicast lock is held before releasing it.
- Fix crash in donate menu on devices without google apps.
Version 8.1
Bugfixes:
- Fix orientation change when downloading library.
- Fix illigalStateExeption when commiting fragment.
- Cancel download if we got an IO error when parsing protocol buffer.
- Fix crash when using back button on empty library.
- Fix nullpointer when destroying service.
- Delete unavailable songs. Fixes issue 31.
- Fix nullpointer when we got invalid data.
- Fix database leak in library fragment when disconnecting.
Version 8
Features:
- Huge design rework, using navigation drawer on the left!
- Library browsing added
- Download list
- Rate songs
- Added song information section
- Added donate section
Improvements:
- PlayPause, Next Button in notification (expand to see them)
- Remove songs from playlist
- Add songs from library
- New icons
- Downloads are not canceled anymore when clicking the download notification
- Open last downloaded song with music player
- Show [s] when listening to a internet stream
- Ability to quit the app directly instead of disconnecting first
- Added animation when changing menu
- Various performance improvements
- Added XXHDPI icon resolution
- Compiled against Android 4.4 KITKAT
Bugfixes:
- Fix crash when downloading songs on Android 4.4
- Fix crash in settings dialog
- Fix trackupdate when listening to internetradio
Version 7.1
Improvements:
- Update media library after download
Bugfixes:
- Fixed Nullpointer crash when trying to download a song (no song)
- Fixed Nullpointer crash when connecting to Clementine
Version 7
Features:
- Display lyrics when clicking albumcover
- Download current song, album or playlist to your device
Improvements:
- Improved settings dialog
- Toggle stop after current track (hold pause)
- Build against api level 18 (android 4.3)
- Show cursor in ip text field
- Added crash reporting function
Bugfixes:
- Fixed two crashes when displaying a dialog
- Fix a nullpointer issue when connecting to Clementine
- Fix FC when opening urls in restricted profiles
- Fix a FC when exiting playlist view
Version 6.2
Bugfixes:
- Fix a nullpointer when receiving a call
- Fix a nullpointer when connecting to Clementine
Translations:
- Added dutch translation
Version 6.1
Bugfixes:
- Fix crash on devices < 3.0 when opening settings
Version 6
Features:
- Last.fm: Love and ban tracks
- Lower volume on calls
Improvements:
- New Icons
- Playlist is now accessible with pressing the playlist name
- Removed beep sound when changing volume
- Tracknumber in playlist can be hidden in settings
- Show a welcome dialog on first run
- Improved "no connection" errormessage
- New settings layout
- Actionbar now in Connectdialog
Bugfixes:
- Fixed a FC when using Pebble
- Fixed a FC when connecting to Clementine
Version 0.5
Features:
- New layout for tables
- Improved layout for handsets
- Show and set the track position
Improvements:
- show the track-nr. in playlist
- Landscape layout
Version 0.4.1
Bugfix: Fix errormessage "old version" was not shown.
Version 0.4
Features:
- mDNS discovery
- Search Playlists
Improvements:
- Enable fastscroll in playlist view
- Show the current track on playlist view
- Improved stability
Bugfixes:
- Fix FC when starting Clementine Remote
- Display Artist on Lockscreen (Android 4.0+)
Translations:
- Added Spanish, French, Portuguese and Burmese language
Version 0.3
Features:
- Android 2.2 support
- Playlist support
- Set repeat and shuffle Modes
- ActionBar for all Android versions
- Media Widgets or bluetooth devices can control Clementine like
every other media player
- Added Lockscreen-Controls for Android 4.0+
Improvements:
- Scale cover to full size (Thanks Evan)
- Show keyboard in number mode on connect dialog (Thanks Evan)
- Show the current playlist in the ActionBar
- Show cover art in notification (Android 4.0+)
Bugfixes:
- Fix the notification force closes
Translations:
- Added german translation
Version 0.2:
Features:
- Added authentication code support
- Current track position is now displayed
- Improved disconnect handling
- Added Notifications
Bugfix:
- Ip was eventually overlayed by the keyboard.
- ActionBar is now shown on Android 3.0 and above
- Moved Thread to Service to increase stability
Version 0.1:
- Initial release