index
:
dsub
edge
material3
stupid-refactoring
My fork of the DSub Android client
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
subsonic-android
/
src
/
github
Age
Commit message (
Expand
)
Author
2013-03-25
Cancel HTTP request in separate thread to not throw error
Scott Jackson
2013-03-25
Added some logging information
daneren2005
2013-03-25
Use NotificationManager.cancelAll() in case no notification exists
daneren2005
2013-03-25
Manually hide notification when closing service
daneren2005
2013-03-25
Only release nextMediaPlayer if it exists
daneren2005
2013-03-23
Merge branch 'master' of https://github.com/daneren2005/Subsonic.git
Scott Jackson
2013-03-23
Moved position caching to a native thread
Scott Jackson
2013-03-23
Fix visualizer causing ANR in DownloadActivity.onPause
Scott Jackson
2013-03-22
Fix crash if duration is null
daneren2005
2013-03-22
Added another error handler for modal dialog
daneren2005
2013-03-21
Merge branch 'master' of https://github.com/daneren2005/Subsonic.git
Scott Jackson
2013-03-21
Make persistent notification optional (off by default)
Scott Jackson
2013-03-21
Changed Up/Down swiping back to scrubbing
daneren2005
2013-03-20
Stopping shouldn't restart song at the beginning
Scott Jackson
2013-03-20
Update existing notification instead of creating a new one from scratch every...
Scott Jackson
2013-03-19
Added persistent notification
Scott Jackson
2013-03-14
Merge StreamProxy
Scott Jackson
2013-03-14
Display Artist instead of album on lockscreen widget
Scott Jackson
2013-03-14
Add a check to make sure that 100% of the file is sent before closing connection
Scott Jackson
2013-03-14
Fix buffer = 0 -> then StreamProxy shouldn't be being used
Scott Jackson
2013-03-13
Fix for devices sending repeated requests for more data after already having ...
Scott Jackson
2013-03-13
Older devices don't do transparent encoding apparently
Scott Jackson
2013-03-13
Get rid of more dead code
Scott Jackson
2013-03-13
Fix last commit
Scott Jackson
2013-03-13
Fix underestimating filesize screwing up stream
Scott Jackson
2013-03-12
Don't specify a content-length since no way to estimate it well
Scott Jackson
2013-03-12
With stuttering fixed, can now chain even on streamed songs
Scott Jackson
2013-03-12
Fixed an odd edge case that could stop playback
Scott Jackson
2013-03-12
Stop proxy server when mediaPlayer chaining as well
Scott Jackson
2013-03-12
Add buffer time before next player tries to prepare
Scott Jackson
2013-03-12
Get rid of code which is never reached
Scott Jackson
2013-03-12
Fix proxy killing
Scott Jackson
2013-03-12
Kill old proxy when no longer in use
Scott Jackson
2013-03-12
Stop buffering update from running forever
Scott Jackson
2013-03-12
Merge from main
Scott Jackson
2013-03-12
Don't drag n' drop on Recently added, etc...
Scott Jackson
2013-03-12
Use cached play position instead of regetting it
Scott Jackson
2013-03-11
Fix stopped cachedPosition marking
Scott Jackson
2013-03-11
Don't check position in UI thread
Scott Jackson
2013-03-11
Stop updater from running every startup
daneren2005
2013-03-11
Base EQ/Visualizer showing off of API to avoid equalizer fx library loading
Scott Jackson
2013-03-09
Fixes #13 Get the bitrate when starting to download for the first time
Scott Jackson
2013-03-08
Don't call start on play event if it's already playing
daneren2005
2013-03-02
Swipe up to play, down to pause
Scott Jackson
2013-02-28
Fix error when no files to delete
daneren2005
2013-02-27
Scrobble in RC mode
Scott Jackson
2013-02-26
Fix download then deleting the same file, then not being able to download any...
Scott Jackson
2013-02-25
Fix java.lang.IllegalArgumentException: View not attached to window manager
daneren2005
2013-02-25
When closing serialize immediately instead of in background task
daneren2005
2013-02-24
Added setNextMediaPlayer for gapless playback on JB+
Scott Jackson
[next]