aboutsummaryrefslogtreecommitdiff
path: root/app
AgeCommit message (Expand)Author
2015-12-20Fix headers screwing up GridSpacingDecorationScott Jackson
2015-12-20Add a bit of padding to text in cardsScott Jackson
2015-12-18Use card view for albums as wellScott Jackson
2015-12-18Start of my own basic CardView since support version doesn't play nice with S...Scott Jackson
2015-12-18Fix crash on rotate in Settings sub-fragmentScott Jackson
2015-12-18Fix Settings sub-fragments not having titleScott Jackson
2015-12-17DSub 5.1.2 ReleasedScott Jackson
2015-12-17When sorting albums alphabetically make sure to sort off getAlbumDisplayScott Jackson
2015-12-17Fix sort with multiple tracks with the same track #Scott Jackson
2015-12-17Fix infinite recursion of removing then re-putting same bitmap on stackScott Jackson
2015-12-17Make getArtist/getAlbum auto refresh entries as wellScott Jackson
2015-12-17Delete/add entries from background refreshScott Jackson
2015-12-16Concurrent modification errorScott Jackson
2015-12-15Decade search should go 2000-2009 instead of to 2010Scott Jackson
2015-12-14Sort artists on every view since second level artists are otherwise not sorte...Scott Jackson
2015-12-14Just sort folders on every view instead of refresh (will be needed if I decid...Scott Jackson
2015-12-14Show the complete date for last played if higher than last played dateScott Jackson
2015-12-14Don't create DownloadFile just to grab the save pathScott Jackson
2015-12-14Fix offline id's with SongDBHandler when saving remote playlistScott Jackson
2015-12-12Update podcast episodes in SongDBHandler as wellScott Jackson
2015-12-12Speed up addSongsImpl enough we can load for playlists as wellScott Jackson
2015-12-12Fix songs with a db entry but never been played showing as epocScott Jackson
2015-12-12Add songs to SongDBHandler in normal viewingScott Jackson
2015-12-12Try to lookup songs in SongDBHandler for offline scrobbling/starsScott Jackson
2015-12-11If case of multiple identical paths offline, show last played as most recent oneScott Jackson
2015-12-11Add server instance to RegisteredSongsScott Jackson
2015-12-11Merge branch 'master' into playedScott Jackson
2015-12-116.0 Doze fix: grab and hold a Wifi lock while castingScott Jackson
2015-12-08Don't stop playing just because failed to parse eventScott Jackson
2015-12-08Forgot to do super.onRestoreScott Jackson
2015-12-08On settings restore remove cache location since they differ from device to de...Scott Jackson
2015-11-30DLNA: fix a couple of issues with last commitScott Jackson
2015-11-30Fix gapless playback on DLNA not scrobbling completionScott Jackson
2015-11-30#589 Fix case where we are trying to setup the next song before the current o...Scott Jackson
2015-11-30Move next setup login into DownloadService, fix some casting UI issuesScott 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-27Fix weird behavior with removing server in middle of listScott Jackson
2015-11-27#580, #596 Switch fragments for server settings as wellScott Jackson
2015-11-27Fix error if volumeMax is < 10 and increments gets rounded to 0Scott Jackson
2015-11-27#580, #596 Make setting open up a normal new fragmentScott Jackson
2015-11-23Prioritize closest title for autoplay so a query like All American Rejects pl...Scott Jackson
2015-11-23Work on getting search results to auto play better if case is different or of...Scott Jackson
2015-11-23Unpin songs when deleting a synced playlistScott Jackson
2015-11-23#597 Auto unpin songs when removing from playlist through DSubScott Jackson
2015-11-23#597 Unpin songs when no longer in synced playlist on manual refreshScott Jackson
2015-11-23Only count songs as duplicate if they have the same disc/track # as wellScott Jackson
2015-11-19DSub 5.1.1 ReleasedScott Jackson
2015-11-17Fix if isExternalStorageRemovable throws (appears to have been due to testing...Scott Jackson
2015-11-17Fix swapping position of download files not sticking until refresh due to not...Scott Jackson