aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/view
AgeCommit message (Expand)Author
2016-01-18Format podcast dates the same as the rest of the appScott Jackson
2016-01-17Fix clipPath not working with Hardware Acceleration before 4.3Scott Jackson
2016-01-10Fix now playing status with no track # (ie: Podcast) and go back to using sam...Scott Jackson
2016-01-10Update current playing to match on entry instead of just DownloadFile objectScott Jackson
2016-01-07#611 Update the cover art when refreshing songsScott Jackson
2016-01-05Update CardView to use themed version of card_rounded_corners (pre-L does not...Scott Jackson
2016-01-04Only change user input for cache location instead of changing the preference ...Scott Jackson
2016-01-01#141 Add buttons for internal/external dir locations instead of requiring use...Scott Jackson
2015-12-26#608 Add a color/spacing difference between Track # and titleScott Jackson
2015-12-26Lower shadow on tablets since it is no longer roundedScott Jackson
2015-12-20Tweak the FastScroller for more room to grabScott Jackson
2015-12-20Add some small shadow to cardsScott Jackson
2015-12-20Fix headers screwing up GridSpacingDecorationScott Jackson
2015-12-18Start of my own basic CardView since support version doesn't play nice with S...Scott Jackson
2015-11-09#296 Improve low memory handlingScott Jackson
2015-11-07#296 Respond to service low memory warningsScott Jackson
2015-11-07Add podcast channel to Newest Episode listingScott Jackson
2015-11-03Make dragging fast scroller smooth instead of jumping between the tops of itemsScott Jackson
2015-10-27#508 Add podcast cover art for Subsonic 5.3+Scott Jackson
2015-10-26More work on smooth scrolling + getting it to work on grid managersScott Jackson
2015-10-23Use simpler position calculation to get rid of jitterScott Jackson
2015-10-23#578 Fix scroller getting stuck at top and bot after jittery fixScott Jackson
2015-10-22#578 Fix jitter bug. No idea why I thought that needed to be manually update...Scott Jackson
2015-09-09Fix grab area for fast scroll being too smallScott Jackson
2015-09-02Use larger media icons to remove fuzzinessScott Jackson
2015-08-25Disable fast scrolling when less than 2 pages worth of itemsScott Jackson
2015-08-24Don't show fast scroller until after user scrolls for first timeScott Jackson
2015-08-24Add fast scrolling with no bubble to NowPlayingFragmentScott Jackson
2015-08-20Add fast scroller to more stuff as well as fixed some bugs with itScott Jackson
2015-08-19Put back fast scrolling for artists, podcasts, and playlistsScott Jackson
2015-08-19Fix crash when removing podcast episodes (probably others)Scott Jackson
2015-08-12Fix playlist sync indicator not showingScott Jackson
2015-07-27Show error if network error on hard refresh of album listsScott Jackson
2015-07-24#531 Add playlist cover artScott Jackson
2015-07-18Update action mode to support albums, color when selectedScott Jackson
2015-07-18Update to use tinted drawablesScott Jackson
2015-07-11Tint stars according to themeScott Jackson
2015-07-02#332 Start of long multi selectScott Jackson
2015-06-24Make UpdateView be template based for easier useScott Jackson
2015-06-22Theme updateScott Jackson
2015-06-17Convert MainFragment over to SectionAdapterScott Jackson
2015-06-09Convert UserFragment to RecyclerViewScott Jackson
2015-05-28Convert artist fragments over to RecyclerViewScott Jackson
2015-05-28Convert a bunch of other fragments to RecyclerViewScott Jackson
2015-05-26#479 Separate personal from shared playlistsScott Jackson
2015-05-26Abstract out common logic into SectionAdapterScott Jackson
2015-05-22Fix item selection animationScott Jackson
2015-05-16#453 Move to using a RecyclerView for directoriesScott Jackson
2015-04-25Update to gradleScott Jackson