Skip to content

Latest commit

 

History

History
168 lines (132 loc) · 9.04 KB

File metadata and controls

168 lines (132 loc) · 9.04 KB

Compactd Player

1.0.0-alpha.2 ( Mon Jan 01 2018 22:37:05 GMT+0100 (Paris, Madrid) )

Bug Fixes

  • crash when changing showHidden when TracksFragment hasn't been initialized yet (23e3fc59)
  • player close button collapses the player (35ad87bf)
  • pin sync activity back button and white foreground (77c7dd28)
  • remove player from sync activity (7a0a40f2)
  • more accurate grid item image size compute (d12b7fc6)

Features

  • fuzzy search view (48be232e)
  • add menu and shadow to artist view (a868b04a)
  • preload item for better scroll performance (4fc5d20c)

Refactor

  • rename utils and helpers package (4d4cd3c4)
  • singularize util and helper and remove unused classes (e3d870bd)

Style

  • use Product Sans for searchview hint (ef75e427)

1.0.0-alpha.2 ( Sun Dec 31 2017 19:00:28 GMT+0100 (Paris, Madrid) )

Bug Fixes

  • determine size using device metrics instead of default implementation (380c4b34)
  • use artwork ID instead of mediaCover as glide cache key (648e3137)
  • use relativelayout for grid_item to avoid text view pushing content (811d1027)
  • artist and album activity glitch due to singleInstance (d8811ff6)
  • musicservice not registered (3b7f0262)
  • re-enabling sync wouldn't work (4ca6a75f)
  • eight times too large required space due to bytes vs bits (51ea6253)
  • album transition (69ae586b)
  • mediaplayer progress called when not ready (e03a121e)
  • on completion fired when changing datasource (e2c18b36)
  • player being destroyed when skipping track (4ba91d4b)
  • player stopping when leaving artist or album activity (d618eace)
  • player not showing when media is already playing (d48ee234)

Features

  • sync progress notification (96bbc2d8)
  • album sync exclusion indicator (406dca35)
  • selective sync and disk space forecasting (ce04c222)
  • hide track from tracklist (0340569a)
  • add menu to artist, album and track items (9a06fca5)
  • cache artworks using glide (b0052890)
  • album activty shuffle and insert actions (fceaf022)
  • artist and album activity transitions (a24f03ca)
  • playback loading inidcator (55787ed9)
  • clear queue and stop playback menu (ae6bcb10)
  • shuffle playlist support (62cbd386)
  • artwork cover fallback (6375ddba)
  • improve artist and album activity design (148583f5)

Refactor

  • remove pseudo cancel support from MediaCoverFetcher (52908e1b)

1.0.0-alpha.0 ( Wed Dec 27 2017 01:07:43 GMT+0100 (Paris, Madrid) )

Bug Fixes

  • MediaPlayerService leak when leaving app (b5f19162)
  • album and artist activity back and status bar dummy (7a585326)
  • improve player layering (781e03f1)
  • set progress as a percentage (3485e52e)
  • wait for media player to be initialized before openQueue() (c6aaea10)

Features

Refactor

  • remove OfflineItem and move sync code to CompactdTrack (82f5c945)
  • split media and playback listener and create progress listener (1ed6aedc)

Generated with git-changelog. If you have any problems or suggestions, create an issue. :) Thanks