aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2013-08-29Get rid of brief star by just having it off by defaultScott Jackson
2013-08-29UpdateView.setObject use handlers for background updateScott Jackson
2013-08-26Refactor remembering lists so it's done in onCreateView (seems to be only way...Scott Jackson
2013-08-25Closes #126 Keep lists on orientation changeScott Jackson
2013-08-25Remove race condition for access to eventHandlerScott Jackson
2013-08-25Remote position synchronizationScott Jackson
2013-08-25Go back to showing old icon in notification barScott Jackson
2013-08-24Fix syntax errorScott Jackson
2013-08-23Fix starred items not being selectabledaneren2005
2013-08-23Fix starred items not being selectabledaneren2005
2013-08-23Fix starred items not being selectabledaneren2005
2013-08-23Fix starred items not being selectabledaneren2005
2013-08-23Fix starred items not being selectabledaneren2005
2013-08-23Fix starred items not being selectabledaneren2005
2013-08-22Move the other events into eventHandlerdaneren2005
2013-08-22Move to eventHandler instead of creating a new thread every timedaneren2005
2013-08-22Format duration as -:-- when length is 0daneren2005
2013-08-22In hindsight, don't really need to hold the lock at all, just auto releasedaneren2005
2013-08-21Fix last commitScott Jackson
2013-08-21Background thread key event handlingdaneren2005
2013-08-21Check that mediaPlayer is instantiated when handling errordaneren2005
2013-08-21Added check if version string is "", no idea how to reproduce thisdaneren2005
2013-08-20Use app icon for now playing notificationScott Jackson
2013-08-12ActionBarCompat uses supportInvalidateOptionsMenu()Scott Jackson
2013-08-12Fix compile errorScott Jackson
2013-08-12Merge branch 'master' of https://github.com/daneren2005/SubsonicScott Jackson
2013-08-12Converted everything to ActionBarCompatScott Jackson
2013-08-12Added new RemoteControlClient position support (4.3+)daneren2005
2013-08-11Only show as playing if status is returned of playingScott Jackson
2013-08-11Minor code improvementsScott Jackson
2013-08-11Stop media player setup concurrent with RemoteControl onScott Jackson
2013-08-11Just use downloadService handler to prevent startup errorScott Jackson
2013-08-11Use JukeboxController instead of JukeboxServiceScott Jackson
2013-08-09Fix forSong returning a dummy DownloadFile when not actively downloadingdaneren2005
2013-08-09Go back to putting album in since now RemoteControlClient is used for other s...daneren2005
2013-08-08Fixes to controllersScott Jackson
2013-08-08Create JukeboxController.javadaneren2005
2013-08-08Turn RemoteController into abstract class instead of interfacedaneren2005
2013-08-08Replace my implementation of getNewId with official View.generateViewId()daneren2005
2013-08-06Forgot constant in commitScott Jackson
2013-08-06Close #111 Persist RC state across sessionsdaneren2005
2013-08-06Make sorting functionally identical to server sortdaneren2005
2013-08-05Changed hard coded jukebox methods to abstract remote methodsScott Jackson
2013-08-05Fix null ptr exception on download all podcastsScott Jackson
2013-08-05Forgot .javaScott Jackson
2013-08-05Added option to download all podcasts at oncedaneren2005
2013-08-05Added AlbumArtist, Genre, Track to RemoteControlClient datadaneren2005
2013-08-05Hide Empty view while refreshingdaneren2005
2013-08-05Hide Empty view while refreshingdaneren2005
2013-08-05Put back toast for position change in songdaneren2005