aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-10-22#415 Don't auto delete bookmarks made with 10 seconds of current positionScott Jackson
2014-10-22#415 When down rating song, force cutoff detection for bookmarks/cacheScott Jackson
2014-10-22#415 Add method to force cutoff when calling nextScott Jackson
2014-10-22#405 Implement a difference between persistent shuffle mode and remote ↵Scott Jackson
shuffle in service
2014-10-22Add SHUFFLE_MODE, rename existing to SHUFFLE_REMOTEScott Jackson
2014-10-20Merge remote-tracking branch 'origin/master'Scott Jackson
2014-10-20Merge branch 'Tasker'Scott Jackson
2014-10-20 #386 Finish up tasker additionsScott Jackson
2014-10-20#386 Add logic to actually change online status, shuffle optionsScott Jackson
2014-10-20Change hls video streaming content typeScott Jackson
2014-10-19Playback has to be paused for EQ workaround to workScott Jackson
2014-10-19More work on EQ failure conditionsScott Jackson
2014-10-19Fix more cases where the EQ failsScott Jackson
2014-10-19Merge branch 'master' into EQScott Jackson
2014-10-17#386 Fix saving optionsScott Jackson
2014-10-17#386 Save Tasker options on accept()Scott Jackson
2014-10-17#386 Add new Tasker's options restore logicScott Jackson
2014-10-16 #386 Add shuffle year to Tasker optionsScott Jackson
2014-10-16#386 Add shuffle genre to Tasker optionsScott Jackson
2014-10-15Only start proxy service if online, otherwise causes download to be ↵Scott Jackson
attempted in offline mode
2014-10-15Missing period for .complete checkScott Jackson
2014-10-15Fix issues with playlist file listings in offline modeScott Jackson
In offline mode, playlists are read from a .m3u file which stores the absolute paths. No matter what, the files need to be passed to createEntry without the .complete part in the filename or else the files will not be found. If the normal name file does not exist, need to check against the .complete one as well before removing it from the list of valid songs to show in the playlist.
2014-10-15Fix for partial images being downloaded and savedScott Jackson
2014-10-14Fixed bitrate calculation being in bytes instead of bitsScott Jackson
2014-10-14Change bitrate to be calculated on the fly instead of reading tags (fix for VBR)Scott Jackson
2014-10-14Fix all servers sharing a recently added countScott Jackson
2014-10-13#386 Start of adding ability to toggle offline from TaskerScott Jackson
2014-10-12Fix crash on GB devices where LruCache is not defined yetScott Jackson
2014-10-11Add error handling for parseIntScott Jackson
2014-10-11Fix default replay gain not being 0 dbScott Jackson
2014-10-11#186 Apply same removal logic to tag browsingScott Jackson
2014-10-11Merge branch 'master' into ServerRemovedScott Jackson
2014-10-09#186 Get file for entry to delete itScott Jackson
2014-10-09Add abstract method to get file from any entryScott Jackson
2014-10-08#408 Reimplement tablet transitions for just right sideScott Jackson
2014-10-08#186 Start of logic to delete cached files when removed from serverScott Jackson
2014-10-07Fix recursive options (ie: Play All) after using Show Artist referencing the ↵Scott Jackson
child id
2014-10-07Missed logScott Jackson
2014-10-07Merge branch 'Transition'Scott Jackson
2014-10-07Temporarily disable tablet transitionsScott Jackson
2014-10-07Add setting for where to read replay gain tags fromScott Jackson
2014-10-06Make smart replay gain optional, smart replay gain to check if current ↵Scott Jackson
playing part of at least 4 consequetive songs of same album
2014-10-04Add cache/delete to album only option menusScott Jackson
2014-10-04Fix Show All by moving into a separate fragmentScott Jackson
2014-10-04Get rid of false error from Android StudioScott Jackson
2014-10-04#392 Add top track view for Madsonic serversScott Jackson
2014-10-04Change text to a button to set current SSIDScott Jackson
2014-10-04Conditionally remove delete from directory context menusScott Jackson
2014-10-03Forgot to add artist to deletion criteriaScott Jackson
2014-10-03Conditionally remove delete from album/artist menus as well, only do in ↵Scott Jackson
online mode