aboutsummaryrefslogtreecommitdiff
path: root/src/github
AgeCommit message (Collapse)Author
2013-10-03Try to make sure file is locked from before it is grabbed until after it is ↵daneren2005
released
2013-10-02Fix race condition for handlerScott Jackson
2013-10-02Fix web commitScott Jackson
2013-10-02Restore a this instance isFailed check + keep separate isFailedMaxdaneren2005
This was seriously screwing up the download process if a song had failed once
2013-10-01Stream Proxy works off of partial or completedaneren2005
Previously only worked if it was finding the partial file
2013-10-01Stream Proxy parses all headersdaneren2005
2013-09-30#158 Once initial request is done, allow downloadFile to rename .partialdaneren2005
StreamProxy does not handle the partial requests at this point anyways, so it doesn't allow it to get into any worse of a state.
2013-09-25Closes #149 Add root folder for songs stored at rootScott Jackson
2013-09-25downloadBackground checks if song needs work done before adding to queuedaneren2005
2013-09-25Revert podcast caching, they just change too oftendaneren2005
2013-09-24Missed in last commitScott Jackson
2013-09-24Closes #159: Serialize playlist/podcast lists as wellScott Jackson
2013-09-24Give a different error message for when serialization doesn't existScott Jackson
2013-09-24Fix web commitScott Jackson
2013-09-24Delete podcast cache when deleting from serverdaneren2005
2013-09-24Add MusicFolder serialization back into CachedMusicServicedaneren2005
2013-09-24Remove MusicFolder serialization from RESTMusicServicedaneren2005
2013-09-24Register additional class types with kryodaneren2005
2013-09-24#159: Serialize genres, podcasts, playlist listsdaneren2005
2013-09-23Fix web commitScott Jackson
2013-09-23#159: First stab at caching structure using serializationdaneren2005
2013-09-17isEmpty is not defined until Android 2.3daneren2005
2013-09-13Revert, does no goodScott Jackson
2013-09-13Make downloading notification just a ongoing, startForeground doesn't ↵Scott Jackson
respect ids
2013-09-13Closes #150 Add notification while background downloadingScott Jackson
2013-09-13Fix notifications not creating new backstackScott Jackson
2013-09-13Fix deserializationScott Jackson
2013-09-13Switch to using Kryo lib, dramatically faster object serializationScott Jackson
2013-09-13Fix crash from Dev ConsoleScott Jackson
2013-09-12Attempt to make sure that nextMediaPlayer is stoppeddaneren2005
2013-09-11Possible fix for service dieing when partial is done downloading with ↵daneren2005
StreamProxy
2013-09-09Fix errors from web commitScott Jackson
2013-09-09Added show/hide downloading notification methodsdaneren2005
2013-09-09Added intent constant for going straight to downloading listdaneren2005
2013-09-09Add downloading notification iddaneren2005
2013-09-06Get rid of unnecessary serializedaneren2005
2013-09-05FixScott Jackson
2013-09-05Attempt at fixing Show Album stack overflow: limit options menu create callsdaneren2005
2013-09-05Put onCurrentChange into background thread as well, masks service sync problemdaneren2005
2013-09-05Gracefully back off of trying to download songs with server issuesdaneren2005
2013-09-05While downloading, keep track of number of failuresdaneren2005
2013-09-04Closes #156: Fix shuffle buffer not being cleared when switching between ↵daneren2005
offline/online
2013-09-03Return false for equalizer if error thrown from equalizer.getEnabled()daneren2005
2013-09-01Fix changes not showing up until scrolledScott Jackson
2013-08-31Syntax errorScott Jackson
2013-08-30Load metadata in background thread when neededdaneren2005
2013-08-30Don't immediately load metadata on offline playlistdaneren2005
2013-08-30Add Entry.loadMetadata(File file) methoddaneren2005
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