aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/java/github/daneren2005/dsub/adapter
AgeCommit message (Expand)Author
2016-01-29Fixes #476: Add Batch Mode for Now Playing tabScott Jackson
2016-01-22Fix Infinite adapter doing uncessary calls in case of only loading 5 itemsScott Jackson
2016-01-21Fixes #626: Put missing artists inline instead of requiring dialogScott Jackson
2016-01-21Fixes #624: Add Madsonic specific song lists to Home tabScott Jackson
2016-01-13Fix some misc crashesScott Jackson
2015-12-29#575: Add batch star/unstarScott Jackson
2015-11-17Fix swapping position of download files not sticking until refresh due to not...Scott Jackson
2015-11-09#296 Improve low memory handlingScott Jackson
2015-11-07Add podcast channel to Newest Episode listingScott Jackson
2015-11-03Fix errors with less than 3 recent podcast episodesScott Jackson
2015-11-03Fix errors trying to get bubble text for headersScott Jackson
2015-10-30#590 Add toggle for showing more recent podcast episodesScott Jackson
2015-10-29Make recent podcasts multi-selectableScott Jackson
2015-10-28#590 Display newest podcast episodes at topScott Jackson
2015-10-27#508 Add podcast cover art for Subsonic 5.3+Scott Jackson
2015-10-22#583 Switch to using the system lib version of PopupMenu since the support li...Scott Jackson
2015-10-22Missed some files when commit fix for broken preference updatingScott Jackson
2015-09-23Put back a bunch of context menu options and make everything optionalScott Jackson
2015-09-10Fix some theme issues with uncolored status barsScott Jackson
2015-09-09Fix crash on remove from playlistScott Jackson
2015-09-09Make colored action bar/status bar optionalScott Jackson
2015-08-26Put mass unstarring backScott Jackson
2015-08-24Add fast scrolling with no bubble to NowPlayingFragmentScott Jackson
2015-08-21Podcasts are sorted with ignored articlesScott 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-12Fix broken transulecent bar on KK where the status bar can't be coloredScott Jackson
2015-08-04Add missing context menus for download fragmentScott Jackson
2015-08-04Fix crash in moreButton but no context menu handlerScott Jackson
2015-07-31Only linkify email/websitesScott Jackson
2015-07-30Add ActionMode for search/bookmarksScott Jackson
2015-07-30Stop active action mode when switching tabsScott Jackson
2015-07-30Convert bookmarks details to new details dialogScott Jackson
2015-07-29Update Multi selection to work from different fragmentsScott 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-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-07-18Fix ActionMode removing translucent status barsScott Jackson
2015-07-10Fix ActionMode system barScott Jackson
2015-07-07Don't show refresh when pulling local dataScott Jackson
2015-07-02#332 Start of long multi selectScott Jackson
2015-06-25#517 Replace ContextMenu with PopupMenuScott Jackson
2015-06-24Make UpdateView be template based for easier useScott Jackson
2015-06-17Convert MainFragment over to SectionAdapterScott Jackson
2015-06-09Merge branch 'SlideUpPanel2' into NavigationViewScott Jackson
2015-06-09Convert UserFragment to RecyclerViewScott Jackson
2015-06-08No longer using EntryAdapterScott Jackson
2015-06-08#232 Switch NowPlayingFragment to RecyclerView, add swipe to remove and bette...Scott Jackson
2015-06-05Merge branch 'RecyclerView' into NavigationViewScott Jackson