jamfish/app/src/main/java/com/kabouzeid/gramophone/util
2015-08-19 13:43:38 +02:00
..
ColorUtil.java Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color) 2015-08-19 13:43:38 +02:00
ImageUtil.java Fixed low res artist and album images from last.fm due to a slight api change from them. New implementation should be safe upon future api changes like this. 2015-08-15 14:48:49 +02:00
LastFMUtil.java Fixed low res artist and album images from last.fm due to a slight api change from them. New implementation should be safe upon future api changes like this. 2015-08-15 14:48:49 +02:00
MusicUtil.java Support for Android Marshmallow's permission system 2015-08-18 23:47:23 +02:00
NavigationUtil.java Updated strings to better match the material design "writing" guidelines 2015-08-19 02:17:46 +02:00
PlaylistsUtil.java Updated strings to better match the material design "writing" guidelines 2015-08-19 02:17:46 +02:00
PreferenceUtil.java Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color) 2015-08-19 13:43:38 +02:00
Util.java Fixed #49 some drawables were not tinted with the right color 2015-08-15 00:25:42 +02:00
ViewUtil.java Updated from sdk 22 to 23. Also the sliding panel should open and close much smoother now. 2015-08-18 17:43:53 +02:00