jamfish/app/src/main/java/com/kabouzeid/gramophone
2015-06-28 23:18:04 +02:00
..
adapter Fixed FC when selecting shuffle playlist from the menu for smart playlists 2015-06-26 12:54:51 +02:00
appwidget Cleaned up and rewrote big parts of the MusicService. Added gapless playback option in settings. 2015-06-19 02:29:44 +02:00
dialogs Added an animation when adding a song to favorites from the now playing screen. 2015-06-28 15:14:20 +02:00
helper Removed the fade in/out on play/pause option because it caused bugs with the audiofocus and complicated the development. -> Fixed the audiofocus problem where the music wont start playing again when gaining focus back. 2015-06-28 23:18:04 +02:00
interfaces Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. 2015-06-10 15:27:45 +02:00
lastfm All smart playlists are working now. 2015-06-21 21:17:22 +02:00
loader Added favorites. 2015-06-24 21:34:59 +02:00
misc Got rid of the redundant "AppKeys" class. 2015-06-24 14:40:36 +02:00
model All smart playlists are working now. 2015-06-21 21:17:22 +02:00
prefs Changed the default settings. Fixed settings layout bug. Synced translations. 2015-06-11 17:34:34 +02:00
provider Save the current queue async in an SQL database with an handler running on a background thread (issue #43). Also saving position inside the track now. Fixed a bug where the lockscreen and widget were not updated correctly when pressing play after opening the app for the first time after it was closed before. 2015-06-24 14:26:36 +02:00
service Removed the fade in/out on play/pause option because it caused bugs with the audiofocus and complicated the development. -> Fixed the audiofocus problem where the music wont start playing again when gaining focus back. 2015-06-28 23:18:04 +02:00
ui Added option to disable album art on lockscreen. 2015-06-28 15:48:05 +02:00
util Removed the fade in/out on play/pause option because it caused bugs with the audiofocus and complicated the development. -> Fixed the audiofocus problem where the music wont start playing again when gaining focus back. 2015-06-28 23:18:04 +02:00
views Fixed the fastscroller lag on huge lists (e.g. song list) by replacing the old fastscroller with an own implementation. 2015-06-27 15:52:30 +02:00
App.java Cleaned up MusicService and MusicPlayerRemote even more. 2015-06-19 18:39:00 +02:00