jamfish/app/src/main/java/com/kabouzeid/gramophone
2015-08-23 19:42:38 +02:00
..
adapter Fixed a bug where the last song in the song view was not showing up. 2015-08-23 16:08:20 +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 Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color) 2015-08-19 13:43:38 +02:00
helper Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color) 2015-08-19 13:43:38 +02:00
imageloader Fixed scrolling lags when loading album covers directly from their song files. 2015-08-23 17:03:39 +02:00
interfaces Added LeakCanary 2015-08-06 18:27:15 +02:00
lastfm/rest Added native image loader support for artist images. Automatically recreate activity onrResume when colors changed fixes issues #2 and #39. Also Butterknife should be used now everywhere #40 2015-07-14 04:08:43 +02:00
loader Removed no longer needed DebugLog annotations 2015-08-18 23:53:50 +02:00
misc Sliding panel (early version, current implementation will probably replaced with a fragment implementation soon), translucent and colored statusbar for KitKat everywhere, use correct text colors for secondary texts, numerous clean ups 2015-07-31 00:23:37 +02:00
model Removed bus. Will be replaced by an intent system soon. 2015-07-13 03:14:01 +02:00
prefs Added native image loader support for artist images. Automatically recreate activity onrResume when colors changed fixes issues #2 and #39. Also Butterknife should be used now everywhere #40 2015-07-14 04:08:43 +02:00
provider Removed bus. Will be replaced by an intent system soon. 2015-07-13 03:14:01 +02:00
service Improved performance when starting music playback. 2015-08-23 17:45:20 +02:00
ui Hopefully fixed the bug where the alternative progress slider always stayed black on some devices. 2015-08-23 19:42:38 +02:00
util Increased album cover quality and loading time when loading them directly from the song files. 2015-08-23 16:10:51 +02:00
views Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color) 2015-08-19 13:43:38 +02:00
App.java Added LeakCanary 2015-08-06 18:27:15 +02:00