aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src/github/daneren2005/dsub/fragments/SelectDirectoryFragment.java
AgeCommit message (Expand)Author
2013-07-27Move subsonic-android to rootScott Jackson
2013-07-11Fix remove from showing up on normal song menusdaneren2005
2013-07-09Add offline support for podcastsScott Jackson
2013-07-02Added download/delete menus to podcasts episodes, podcast refresh buttonScott Jackson
2013-07-02Fix orientation change with new id systemScott Jackson
2013-07-01Remove further unnecessary abstractionScott Jackson
2013-06-30Remove extra abstraction, fix other cases needing new id methodScott Jackson
2013-06-30Give each SelectDirectoryFragment a unique idScott Jackson
2013-06-27Fixed up menus for podcasts, took away checks, fixed episodes with status err...Scott Jackson
2013-06-26Start of podcast supportScott Jackson
2013-06-10Moved scrobbling into MainFragment when toggling back to online modeScott Jackson
2013-06-10Fix line spacingScott Jackson
2013-06-10MergeScott Jackson
2013-06-05Added option to do raw video (thanks Sindre)Scott Jackson
2013-06-05Added option to overwrite existing playlists for 4.7+Scott Jackson
2013-06-05Added dialog when offline scrobble file found to scrobble now, ignore or just...Tom Briden
2013-06-05Added hasOfflineScrobbles function to MusicService so the fragment can queryTom Briden
2013-06-02Added Genre fragment (thanks archrival)Scott Jackson
2013-05-25Use lower quality image on header to save memoryScott Jackson
2013-05-21Remove unused includesScott Jackson
2013-05-11Add in a safety check if parent id is not setScott Jackson
2013-05-11If doing an album list, insert parent into backstackScott Jackson
2013-05-11Fix > 2 nested DirectoryFragments not workingScott Jackson
2013-05-09Add lazy loading for album listsScott Jackson
2013-05-09Add song length total to album headerScott Jackson
2013-05-09Don't create a new header each time list is reloadedScott Jackson
2013-05-09Use a different album art for playlists each timeScott Jackson
2013-04-30After leaving search activity, remove it from activity stackScott Jackson
2013-04-30Got rid of tab fragmentScott Jackson
2013-04-29Fix some of the menusScott Jackson
2013-04-29Combine context menu builderScott Jackson
2013-04-28Use same callbacks for search fragmentScott Jackson
2013-04-27Don't always hard refresh artist/playlistsScott Jackson
2013-04-19Fix a bunch of the download fragment menu functionsScott Jackson
2013-04-14Fix the remainder of the missing context menusScott Jackson
2013-04-14Manage own backstack since Google can't design a usable oneScott Jackson
2013-04-11Move to keeping track of which menus should be shown manually, fragment manag...Scott Jackson
2013-04-10Use a centrally defined replace functionScott Jackson
2013-04-10Smoother menu transitionScott Jackson
2013-04-08Added context menus to SelectPlaylistFragmentScott Jackson
2013-03-31Put back othersScott Jackson
2013-03-31Added back a lot of the common menus for SelectDirectoryFragmentScott Jackson
2013-03-30Added menus to other fragments as wellScott Jackson
2013-03-16Removed bottom tabs + added clicks in Directory fragmentScott Jackson
2013-03-09Got a working album viewScott Jackson
2013-03-08Start of adding album viewingScott Jackson