jamfish/app/src/main/java/com/kabouzeid/gramophone
2015-05-21 14:50:04 +02:00
..
adapter Fixed artist placeholder not showing up. 2015-05-19 19:40:45 +02:00
appwidget Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB) 2015-05-21 14:50:04 +02:00
dialogs Replaced Ion with Glide. Big performance boost, and should also fix the FCs many people get because of recycled bitmaps. Fixed the ripple flickering by using ?selectableItemBackground on Lollipop again instead of custom ripple. Search is broken for now, remake in progress. 2015-04-22 21:17:56 +02:00
helper Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB) 2015-05-21 14:50:04 +02:00
interfaces Palette color passed to song tag editor where applicable 2015-04-16 22:28:25 -05:00
lastfm Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments. 2015-04-16 16:47:02 -05:00
loader Enabled all caches and added custom signatures 2015-04-23 19:25:30 +02:00
misc Ran recursive Reformat Code to remove unused imports 2015-04-19 12:45:33 -05:00
model Search is back. Now with recycler view and the ability to set a different xml file for song, album, artist and header results if needed. Also improved its appearance by adding elevation (inspired by Googles Inbox). 2015-04-25 12:17:41 +02:00
prefs Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments. 2015-04-16 16:47:02 -05:00
provider Lots of progress with dynamic theming, the nav drawer now uses a RecyclerView, AboutDeveloperDialogHelper is now a DialogFragment, RTL support (to suppress Lint warnings), other various small fixes, cleaned up and formatted lot of code (and removed un-used resources), R.string.ok > android.R.string.ok, R.string.cancel > android.R.string.cancel, switched dialog helpers to DialogFragments. 2015-04-16 16:47:02 -05:00
service Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB) 2015-05-21 14:50:04 +02:00
ui Switched positions of settings and about items in the navigation drawer. 2015-05-19 19:21:14 +02:00
util Disabled Glides diskcache for album arts and added placeholders to workaround the fact that the lib needs a bit to long to set the error drawable. 2015-04-23 17:45:47 +02:00
views Fixed the check drawable getting black when on white background. Replaced the check drawable with lower dp. Moved two files to another package. 2015-04-22 12:41:33 +02:00
App.java Replaced Glide with UIL. Should finally fix all image loading problems. 2015-05-19 18:49:49 +02:00