forked from nikclayton/android-squeezer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
NEWS
424 lines (267 loc) · 12.9 KB
/
NEWS
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
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
Upcoming
========
1.4.0
=====
* New support for managing alarms on players. Most of the
code by Kurt.
* Improved the support for apps, contributed by Christer
Wendel.
* Reduced risk of out-of-memory crashes when loading large
album artwork.
* Fixed a bug that prevented changing a player's sleep time.
* Fixed a crash on Samsung devices.
* Fixed potential crash when viewing the list of players.
1.3.1
=====
* Remote and plugin song artwork is now supported in notification
messages, based on code submitted by Christer Wendel,
https://github.com/nikclayton/android-squeezer/pull/128.
* A partial translation in to Turkish, submitted by
https://www.transifex.com/accounts/profile/echelon/.
* Improved the efficiency of the image cache.
* Fixed UI issue with spinners on older devices.
* Fixed bug where the UI would not update after selecting a different
player (https://github.com/nikclayton/android-squeezer/issues/121).
* Fixed crash caused by race condition when connecting to a server.
* Fixed bug with track information not updating on some devices
when the song changes,
https://github.com/nikclayton/android-squeezer/issues/125).
* Fixed a crash on rooted devices.
1.3.0
=====
* Support richer notifications with playback controls from the
notification and lock screen. Based on work from Matthew Schmidt
(https://github.com/maxpower47). Includes support for
notifications on wearables.
* Fixed bug where song artwork could stop loading.
* Fixed crash that could occur when scanning for servers.
* Fixed issue where opening a playlist and leaving Squeezer while
music is playing would result in the playlist being at the wrong
point when returning to Squeezer.
1.2.7
=====
* Support skipping tracks in remote streams that have that feature,
such as Slacker Radio. Code from Sean Wilson
(https://github.com/swilson).
* Simplified the configuration process for new users. Squeezer now
automatically searches for servers on the local network, saves
connection information per-server, and numerous other fixes.
* Changed saving files to remove non-VFAT compatible characters from
filenames to make it easier to export them to Windows and similar
systems.
* Fixed issue where some plugin icons were not showing.
* Fixed issue where Internet radio stations were not working when
connected to servers running version 7.8 or above.
* Fixed issue where the UI could stop showing player progress.
1.2.6
=====
* Better handle the connection lifecycle with the server, which should
reduce opportunities for crashing.
* Add theme-specific icons for the view-option dialogs.
* Bring the Danish translation up to date.
1.2.5
=====
* Fixed potential crash if the connected players change while a
player's context menu is open.
* Fixed potential crash when setAdapter() is called from the
wrong thread.
1.2.4
=====
* Fixed potential crash when resuming Squeezer.
* Fixed bug with players not showing on devices running Android 2.1 and
2.2.x.
1.2.3
=====
* Fixed bug that hid playlist management options.
* Fixed crash when all players disconnect and a player context menu
is open.
* Fixed tracknames not scrolling properly on the "Now playing" screen.
* Fixed crash if a player's identifier is not its MAC address.
* Fixed crashes caused by initialising the UI before the connection
to the server completes.
1.2.2
=====
* Fixed potential crash after connecting to the server.
* Fixed potential crash downloading music folder items from servers
older than version 7.6.
* Fixed potential crash when viewing the current playlist.
1.2.1
=====
* Fixed potential crash when the notification message is updated.
* Fixed potential crash when disconnecting and reconnecting to the
server.
1.2.0
=====
* Support creating and managing groups of players. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=4.
* Fixed a bug where returning to Squeezer from some other application
(using the "Recent Apps" button) would result in incomplete
information being displayed. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=79.
* Change the default colour theme to light with a dark action
bar.
* Fixed potential crash when no players are connected to the
server.
1.1.1
=====
* Fixed potential crash opening the music folder list.
1.1.0
=====
* Support for "My Apps" installed via mysqueezebox.com. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=26,
https://code.google.com/p/android-squeezer/issues/detail?id=46.
* Show the current player name in the Action Bar at the top of the screen,
with a drop-down menu allowing you to easily switch between players.
Fixes https://code.google.com/p/android-squeezer/issues/detail?id=53.
* Enhance the display of available players. You can now rename a player,
adjust the volume, set a sleep duration, and power on/off players
directly from the list. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=47,
https://code.google.com/p/android-squeezer/issues/detail?id=63,
https://code.google.com/p/android-squeezer/issues/detail?id=64.
* Support downloading all songs by album, artist, genre, year, or music
folder. This uses features only available in Android 2.3 (Gingerbread)
and above. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=55.
* Integration with SqueezePlayer (http://www.squeezeplayer.com/).
Squeezer can automatically start SqueezePlayer when Squeezer is
started. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=48.
* A grid layout when viewing the song list on larger devices.
* When viewing albums containing songs by a searched-for artist, filter
the list of displayed songs to show those by that artist. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=51.
* The Dutch translation is fully up to date, thanks to [email protected].
* Internal restructuring to make Squeezer faster and use less memory.
* Fixed a bug where Squeezer was forgetting the active player.
* Fixed a bug where Squeezer was not updating the power status of a
powered-off player.
* Fixed a bug where song information for songs being remotely
streamed would not update when the song changes.
* Fixed a bug where the current playlist is not updated if the
active player is changed.
* Fixed https://code.google.com/p/android/issues/detail?id=63570, a bug
in Android 4.4.2 when tasks are re-ordered.
* Fixed assorted null pointer bugs.
* Use Crashlytics instead of ACRA for crash reporting.
1.0.2
=====
* Include a small progress indicator just above the mini-player.
* Tapping items when browsing music folders will follow your song
preferences. Fixes
https://code.google.com/p/android-squeezer/issues/detail?id=52.
* Added an option (disabled by default) to include your e-mail address
in error reports. If enabled and you send an error report the developers
may contact you for more details.
* Fixed a crash where beginBroadcast() was being called twice.
1.0.1
=====
* Fixed crash after a fragment was detached from an activity.
* Fixed crash when zero plugin items are returned by the SqueezeServer.
* Fixed crash when an IO error occurs processing artwork.
* Fixed crash when some versions of the SqueezeServer don't return play
state (play, pause, stop).
1.0.0
=====
* A complete refresh of the UI to match modern Android guidelines. The
logo is by Reddit user http://www.reddit.com/user/PdtS.
* A persistent mini-player on all screens (see what's playing, quickly
pause/play the track).
* A grid layout when viewing albums on larger devices (and it's
selectable on smaller devices).
* Moving through the UI is now smoother than ever.
* Viewing an album shows all the tracks on that album, with additional
track information.
* User preferences to control the order in which albums, tracks, and other
information is shown.
* Proper support for orientation changes -- flipping your device no longer
sends you back to the start of the list.
* The action to take when tapping an item (like a song or an album) is now
configurable -- no more inadvertently tapping a song and having it start
playing if that's not what you want.
* Voice support for searches.
* A German translation, contributed by Olaf Sebelin
(https://github.com/osebelin).
* Login support, for password protected servers.
* Only show the "Tips" dialog after successfully connecting to a server.
0.9.1
=====
* Disable song download functionality when not connected to a server.
* Disable "Download playing song" functionality when no song is playing.
* Fixed crash when scanning for servers on Android devices running
Honeycomb.
* Reduced (possibly eliminated) the potential for out-of-memory errors
on low-end devices when downloading album artwork.
* Improvements to smoothness when scrolling through lists that show
album artwork.
0.9
===
* Support for browsing and playing "New Music" on the Squeezeserver.
* You can now download tracks to your device from the "Now Playing",
"Music Folders" screens, and everywhere a song is shown.
* Significantly sped up downloading album artwork from the Squeezeserver,
and made scrolling through songs and albums much smoother.
* Highlight the currently playing track when viewing playlists.
* Simplified options when scrobbling, and link to suitable apps in
Google Play if the user tries to scrobble without an app installed.
* Fixed a memory leak when scanning for servers, and made the scanning
faster.
* Fixed a bug when moving songs in playlists.
0.8
===
* Support browsing and playing favourites on the Squeezeserver.
* Add a startup tip about how to control volume.
* Fixed a crash caused by trying to scrobble when a song wasn't playing.
0.7.1
=====
* Increased the speed of network scanning by a factor of ~ 12. If multiple
servers are present on the network then show their configured names, when
choosing between them, instead of IP addresses.
* Added a Dutch translation, contributed by Sebastian van Winkel.
* Fixed a bug where changing the server's address would not be picked up, and
Squeezer would continue to try and use the old server address.
* Fixed a crash when the device has no active network connections.
* Fixed a crash when displaying the "Enabling Wi-Fi" dialog.
0.7
===
* Added support for browsing the Squeezeserver's music folder (if the server
includes this feature).
* Added support for scanning the local network to find compatible Squeezeservers,
as an alternative to entering IP addresses by hand.
* Fixed a crash caused by pressing the "back" key while the "Connecting..."
dialog was showing.
* Fixed a crash when renaming or deleting playlists.
* Fixed a bug where duplicated items might appear on the menu.
0.6.2
=====
* Fixed crashes on orientation change, and assorted Honeycomb crashes after incorrect
API selection.
0.6.1
=====
* Included higher resolution icons for devices with a higher display density,
such as the Galaxy Nexus.
* Fixed a rare crash when releasing the Wi-Fi lock.
* The hardware volume controls now work from all activities, not just the Now
Playing activity. This fixes issue 20
(http://code.google.com/p/android-squeezer/issues/detail?id=20).
* The "Settings" menu option is now visible in all activities, not just the Now
Playing activity. This fixes issue 23
(http://code.google.com/p/android-squeezer/issues/detail?id=23).
0.6
===
* Browse the library.
Full support for browsing by artist, album, song, genre, or year. Also use
Internet radio stations.
* Search.
Search your library by artist, album, song, and genre.
* Playlists.
Create, modify, and delete playlists on the server.
* Scrobble the currently playing track to Last.fm.
* "Now playing" UI.
Larger album artwork, and the current artist and album are now links to searches
for more songs by the same artist / from the same album. There is also a
"landscape" optimised UI.
* "Scrub" through the currently playing track using the seekbar.
* Control the player's volume using your device's hardware volume keys.
* Error reporting. If Squeezer encounters an error you can (optionally) submit
an error report to the developers.