jamfish/app/src/main/java/com/kabouzeid/gramophone
2015-09-18 16:38:51 +02:00
..
adapter Updated code for material dialogs 0.8.0.0 2015-09-18 12:04:38 +02:00
appwidget Massive clean up of attrs, colors and styles. Also icon and divider colors matching better the guidelines now. 2015-08-10 21:21:03 +02:00
dialogs Updated code for material dialogs 0.8.0.0 2015-09-18 12:04:38 +02:00
helper Fallback to StackBlur if RenderScript fails to create. 2015-09-17 13:41:14 +02:00
imageloader Migrated to RetroFit 2.0.0 beta 2015-09-18 16:38:51 +02:00
interfaces Added LeakCanary 2015-08-06 18:27:15 +02:00
lastfm/rest Migrated to RetroFit 2.0.0 beta 2015-09-18 16:38:51 +02:00
loader Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate. 2015-09-12 15:14:01 +02:00
misc Should fix the fab being not moved to the correct position. Close kabouzeid/phonograph-issue-tracker#5 2015-09-07 21:56:24 +02:00
model Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate. 2015-09-12 15:14:01 +02:00
prefs Updated code for material dialogs 0.8.0.0 2015-09-18 12:04:38 +02:00
provider Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate. 2015-09-12 15:14:01 +02:00
service Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate. 2015-09-12 15:14:01 +02:00
ui Migrated to RetroFit 2.0.0 beta 2015-09-18 16:38:51 +02:00
util Migrated to RetroFit 2.0.0 beta 2015-09-18 16:38:51 +02:00
views Updated code for material dialogs 0.8.0.0 2015-09-18 12:04:38 +02:00
App.java Finally fixed the issue where the artist image loading blocks the image loaders queue. This is done by using a custom Executor which is basically a wrapper for two independent ThreadPoolExecutors. 2015-08-29 19:22:50 +02:00