aboutsummaryrefslogtreecommitdiff
path: root/subsonic-android/src/github/daneren2005
AgeCommit message (Expand)Author
2013-05-24Fix if you set refresh rate to 0Scott Jackson
2013-05-23Fix if you jump straight to chat tabScott Jackson
2013-05-23Added proper menu to chat tabScott Jackson
2013-05-23Added settings for chat auto refreshScott Jackson
2013-05-23Hide keyboard after submitting messageScott Jackson
2013-05-22Merge Chat Tab from UltraSonicScott Jackson
2013-05-22Fix a rare crash that only seems to happen when shuffle play is enabledScott Jackson
2013-05-22#128 Make Shuffle Play persistentScott Jackson
2013-05-21Added discNumber parsingScott Jackson
2013-05-21Remove unused includesScott Jackson
2013-05-21Added button to open server in browserScott Jackson
2013-05-20Added themeing to settings activityScott Jackson
2013-05-20Close #41 Add dynamic number of serversScott Jackson
2013-05-20Merge branch 'master' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-05-20Added separate setting for preload count for wifi/mobileScott Jackson
2013-05-20Don't finish restore until mediaPlayer is setupdaneren2005
2013-05-20Cap the min/max level for the EQdaneren2005
2013-05-16Merge branch 'Fragments' of https://github.com/daneren2005/Subsonic.gitScott Jackson
2013-05-16Merge branch 'Fragments' of https://github.com/daneren2005/SubsonicScott Jackson
2013-05-16Added support for release date to changelogScott Jackson
2013-05-16Fix light themeScott Jackson
2013-05-16Fix a bunch of the first run stuffScott Jackson
2013-05-15Remove all the unnecessary castingScott Jackson
2013-05-15Just use native tag instead of hacky solution of setSupportTagScott Jackson
2013-05-15Save view pager state on orientation changeScott Jackson
2013-05-14Converted everything to use TAGs for recreation instead of idsScott Jackson
2013-05-14Fix folder selectionScott Jackson
2013-05-14Added Change Log dialog that runs on first load with a new versionScott Jackson
2013-05-14Change main tabs name back to DSubScott Jackson
2013-05-14Added safety check that really shouldn't be neededdaneren2005
2013-05-13Don't redo the intent if orientation changeScott Jackson
2013-05-13Show Playing: as 1-based index instead of 0-basedScott Jackson
2013-05-13Keep main activity on backstack when clicking widgetScott Jackson
2013-05-13Fix titles being changed at wrong timeScott Jackson
2013-05-11Don't show null if artist is nullScott Jackson
2013-05-11Closes #122 Add now playing / total in queue to download fragmentScott Jackson
2013-05-11Added subtitle support from fragmentScott Jackson
2013-05-11Still set the titleScott 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-11Search -> click album, add it's parent artist to back stackScott Jackson
2013-05-11Set titles for all of the fragmentsScott Jackson
2013-05-11Added breadbrumb trail when going down in fragmentsScott Jackson
2013-05-10Merge branch 'master' of https://github.com/daneren2005/Subsonic.git into Fra...Scott Jackson
2013-05-10Don't require double press on widget after idle for a long timeScott Jackson
2013-05-10Surround with try finally blocksScott Jackson
2013-05-10Don't bother allowing multiple serialize tasks to waitdaneren2005
2013-05-10Revert previous commit -> Just always do pause logicdaneren2005
2013-05-10Update widget when going Prepared -> Pauseddaneren2005