aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android
AgeCommit message (Collapse)Author
2012-10-03Updated star support to only display star when starred + star/unstar from ↵Scott Jackson
long press menu
2012-10-03Updated location of star for album as wellScott Jackson
2012-10-03Updated location of starScott Jackson
2012-10-01Revert last commitScott Jackson
2012-10-01Merge star support (missed these?)Scott Jackson
2012-10-01Merge star supportScott Jackson
2012-10-01Got playlist downloading/caching workingScott Jackson
2012-09-30Moved playlist context to context_menu + added download/cache items to itScott Jackson
2012-09-30Fixed bug with menu showing before download service is startedScott Jackson
2012-09-28Fixed so songs which are in now playing list and being currently background ↵Scott Jackson
downloaded show status updates
2012-09-28Cache only now playing list instead of entire download listScott Jackson
2012-09-28Fixed concurrency issue with downloadRecursiveScott Jackson
2012-09-28Add background download/cache method to rest of appScott Jackson
2012-09-28Another fix for when to download background songsScott Jackson
2012-09-26Fix for background download condition checkingScott Jackson
2012-09-26Fixed Download Service not downloading non-pinned background downloadsScott Jackson
2012-09-26Added download option on top of cache which doesn't 'pin' songScott Jackson
2012-09-26Fixed caching not updating view as its downloadingScott Jackson
2012-09-25Fixed host name can't be nullScott Jackson
2012-09-25Show error if server url contains underscoreScott Jackson
2012-09-25Added ActionBarSherlock as submodule.Kurt Hardin
2012-09-25Changed 'Starred' list item in main tab to match new styleKurt Hardin
2012-09-25Merge branch 'master_star_support'Kurt Hardin
2012-09-25Merge remote-tracking branch 'upstream/master'Kurt Hardin
2012-09-25Added star support features for original UI.Kurt Hardin
2012-09-25Added 'Starred' section to MainActivity.Kurt Hardin
2012-09-25Merge branch 'master' into master_star_supportKurt Hardin
2012-09-24Cache now does a background download instead of being added to playlistScott Jackson
2012-09-24Added getSongs to DownloadService which gets actively playing songs + fixed ↵Scott Jackson
up background downloading so its partially working now
2012-09-22Updated ManifestScott Jackson
2012-09-22Use ForceOverflow themesScott Jackson
2012-09-22Download tab -> Now PlayingScott Jackson
2012-09-19Changes to style + tab iconsScott Jackson
2012-09-19Added help/settings/exit to artist + playlist tabs but kept it off album'sScott Jackson
2012-09-14DownloadActivity show ActionBar on playlist viewScott Jackson
2012-09-14Updated a bunch of icons to match other forksScott Jackson
2012-09-14Removed Help/Settings/Exit from all the menus except the main tabScott Jackson
2012-09-14Fix for NullException on offline album viewingScott Jackson
2012-09-14Merge remote-tracking branch 'upstream/master'Kurt Hardin
Conflicts: subsonic-android/src/github/daneren2005/dsub/service/DownloadServiceImpl.java
2012-09-13Finished removing AlbumActivities bottom buttons and integrate them into the ↵Scott Jackson
Action Bar
2012-09-13Some more actionbar menu item changesScott Jackson
2012-09-13Settings changed to Halo Dark theme instead of default dark themeScott Jackson
2012-09-13Fixed songs context menus under download tabScott Jackson
2012-09-13Removed border around Albums on main tab (ugly as hell in dark mode)Scott Jackson
2012-09-11Added Fullscreen themes for both light and darkScott Jackson
2012-09-11Changed secondary color to cyan for some differentiationScott Jackson
2012-09-11Make sure to apply theme if changed from settings from any tab (previously ↵Scott Jackson
only worked from main tab)
2012-09-11Merged Play Now/Shuffle/Select All into action bar, updated ↵Scott Jackson
help/settings/exist icons for all menus
2012-09-09Added a full set of actionbar iconsScott Jackson
2012-09-09CleanupScott Jackson