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
Age
Commit message (
Collapse
)
Author
2013-04-02
Run mediaPlayer in non-UI Looper
Scott Jackson
2013-04-01
If stopping PositionCache, set the positionCache to null
Scott Jackson
2013-04-01
Move monitor to outside of playerState check
daneren2005
2013-04-01
Add a monitor for not running while mediaPlayer state is changing
daneren2005
2013-04-01
Set logs to info instead of debug level
daneren2005
2013-04-01
Fix nextPlaying being changed by drag and drop
daneren2005
2013-03-29
Fix cached position not being saved at the end of a playlist
Scott Jackson
2013-03-29
Remove microphone as a requirement
Scott Jackson
2013-03-28
Upped Version to 3.8.2
Scott Jackson
2013-03-28
Added a more helpful error message for ServerTooOldException
Scott Jackson
2013-03-27
Fix crash if playlistView.getAdapter is null
daneren2005
2013-03-27
Don't join, doesn't matter if StreamProxy.stop() is synchronous and it might ↵
daneren2005
be run in the UI thread
2013-03-26
Use Thread instead of AsyncTask since it just doesn't run sometimes
Scott Jackson
2013-03-26
Prevent heavy cpu usage by StreamProxy looping
daneren2005
2013-03-25
In offline mode, don't just assume the album art exists
Scott Jackson
2013-03-25
Fix notification not being removed when clearing playlist
Scott Jackson
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 ↵
Scott Jackson
every time
2013-03-19
Added persistent notification
Scott Jackson
2013-03-17
Upped version to 3.8.1
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
sent everything
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
[next]