aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2012-09-09Converted SearchActivityScott Jackson
2012-09-09Themed ActionBar like old oneScott Jackson
2012-09-09Fixed themingScott Jackson
2012-09-09Removed Wheat theme + re-added back dynamic themeing to activitiesScott Jackson
2012-09-09Hide ActionBar for DownloadActivityScott Jackson
2012-09-09Fix for album list not showing upScott Jackson
2012-09-08Revert "Revert "Started to work on move to ActionBarSherlock""Scott Jackson
This reverts commit 00646f4aacd09c24d13170fe78bb144f1a98c4f6.
2012-09-08Fix for Offline playing errorScott Jackson
2012-09-08Revert "Started to work on move to ActionBarSherlock"Scott Jackson
This reverts commit 9398f1b61396bb8c8859a6c1367a09cafcc2cd03.
2012-09-08Started to work on move to ActionBarSherlockScott Jackson
2012-09-07Made title in notification bar stretch along the top for long titles + ↵Scott Jackson
buttons aren't so freakishly large
2012-09-07Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2012-09-07Fixed widget layoutScott Jackson
2012-09-07Moved RemoteControlClient code into Helper classes to isolate ICS specific code.Kurt Hardin
Added call to unregister RemoteControlClient when service is destroyed.
2012-09-07Merge pull request #19 from kurthardin/masterdaneren2005
Fixed broken search suggestion provider
2012-09-07Merge commit 'ded5e86222e26cc80fe70ed5da4cfe0ed8bf8f54'Kurt Hardin
2012-09-07Fixed broken search suggestion providerKurt Hardin
2012-09-06Switch up way background is set for widgetScott Jackson
2012-09-06Start of reworking widgetScott Jackson
2012-09-05Background color change on notification button pressScott Jackson
2012-09-04Just kidding, reverted again #15Scott Jackson
2012-09-04Fixes #15Scott Jackson
2012-09-04Revert, cause other issues fixing #15Scott Jackson
2012-09-04Renamed widgetScott Jackson
2012-09-04Upped version/build numberScott Jackson
2012-09-04Fixed widget taking 2 lines on ICSScott Jackson
2012-09-04Fixes #15Scott Jackson
2012-08-31Merge pull request #14 from kurthardin/masterdaneren2005
Add support for lock screen controls
2012-08-29Added support for starring albums and songs.Kurt Hardin
Requires server version 4.7 (currently in beta) for star support. Currently the Subsonic APIs don't provide adequate star support when listing artists.
2012-08-29Added support for lock screen controls.Kurt Hardin
2012-08-29Added Eclipse and build files git should ignore.Kurt Hardin
2012-08-27Updated Android versionScott Jackson
2012-08-27Fix for notifications not doing correct actionScott Jackson
2012-08-19Changed min version to 2.1 (API 7) for ActionBarSherlock supportScott Jackson
2012-08-16Changed name sent to REST API to DSub from androidScott Jackson
2012-08-16Changed package name to dsub since there is a app called sub droid alreadyScott Jackson
2012-08-14Changed package name to subdroid to avoid getting banned by Google for being ↵Scott Jackson
to similar to subphonic
2012-08-10Start of work on background downloading (for pin/offline modes)Scott Jackson