aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/fragments/SubsonicFragment.java
AgeCommit message (Expand)Author
2017-05-08Better share error handlingScott Jackson
2016-10-17Add some better error handling to saving playlists + log errorsScott Jackson
2016-10-10Fix a couple of minor warningsScott Jackson
2016-09-19Fixes #735: Add Play Now to song's context menu when click to addScott Jackson
2016-08-01Fixes #723: Fix Play Next from options menu with nothing selectedScott Jackson
2016-07-27Fixes #714: Add different options for action when pressing a songScott Jackson
2016-07-26Fix being able to add albums to playlistsScott Jackson
2016-05-30Fixes #690: Modernize the action bar search with SearchViewScott Jackson
2016-05-02Fix resuming from Bookmark not adding playlistIdScott Jackson
2016-04-01Fixes #672: Resume entire album when clicking bookmarksScott Jackson
2016-03-21Fixes #664: Show Artist when browsing by tagsScott Jackson
2016-03-18Fix shuffle play modeScott Jackson
2016-02-29Fixes #652: Add Show Artist/Album context menu items to search/starred songsScott Jackson
2016-02-23Wuery GridLayoutManager for span count instead of saying what it should beScott Jackson
2016-01-29Fixes #476: Add Batch Mode for Now Playing tabScott Jackson
2016-01-04#614 Bookmark on pause + sync UI on bookmarks from other placesScott Jackson
2015-12-29#575: Add batch star/unstarScott Jackson
2015-12-14Show the complete date for last played if higher than last played dateScott Jackson
2015-12-12Fix songs with a db entry but never been played showing as epocScott Jackson
2015-12-11Add server instance to RegisteredSongsScott Jackson
2015-11-30Keep track of played songs in Offline mode if we have a id registered for itScott Jackson
2015-11-28Start of keeping track of played songs. Based loosly on https://github.com/p...Scott Jackson
2015-11-27#580, #596 Switch fragments for server settings as wellScott Jackson
2015-11-14Add menu for video podcasts for podcast specific functionsScott Jackson
2015-11-14On tablets show the search fragment as the originScott Jackson
2015-11-14On tablets show main's albums on own since they can fully use spaceScott Jackson
2015-11-14Show lager grid for landscape tablets with only one fragment visibleScott Jackson
2015-10-30Remove a bunch of Log.dScott Jackson
2015-10-28#590 Display newest podcast episodes at topScott Jackson
2015-10-12#480 Add support for starring/rating from autoScott Jackson
2015-10-06When multiselecting videos directly download themScott Jackson
2015-10-01Add starred status to song/album details dialogScott Jackson
2015-09-30Fix broken artist starScott Jackson
2015-09-23Put back a bunch of context menu options and make everything optionalScott Jackson
2015-09-19#550 Add option to shuffle by albums or by songsScott Jackson
2015-09-17Display local cached version of duration in details dialogScott Jackson
2015-09-16Fix for issues with drag/dropScott Jackson
2015-09-14Auto redirect to user tab when not logged in as an adminScott Jackson
2015-09-11Put a bunch of context menu options backScott Jackson
2015-09-10Fix some theme issues with uncolored status barsScott Jackson
2015-08-07Put some context menu items backScott Jackson
2015-07-31Default grid span to make headers full widthScott Jackson
2015-07-30Stop active action mode when switching tabsScott Jackson
2015-07-29Update Multi selection to work from different fragmentsScott Jackson
2015-07-22Update details dialogs, remove play/cache/delete from more menus to keep cont...Scott Jackson
2015-07-18Update action mode to support albums, color when selectedScott Jackson
2015-06-25#517 Replace ContextMenu with PopupMenuScott Jackson
2015-06-22Theme updateScott Jackson
2015-05-28#509 Convert search to use RecyclerViewScott Jackson
2015-05-28Convert a bunch of other fragments to RecyclerViewScott Jackson