jamfish/app/src/main/java/com/kabouzeid/gramophone/helper
2015-07-05 17:39:10 +02:00
..
bitmapblur Hopefully fixed OOM when bluring an image. 2015-06-29 15:42:33 +02:00
MenuItemClickHelper.java Got rid of the redundant "AppKeys" class. 2015-06-24 14:40:36 +02:00
MusicPlayerRemote.java 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
PlayingNotificationHelper.java Slightly updated the appwidget appearance, use smaller bitmap size for palette. 2015-07-05 17:39:10 +02:00
SearchQueryHelper.java Reverted "MediaSession update" back to RemoteControlClient. Added back the "x" to close the notification. Notification now also colored below Lollipop. Its now possible to play music from Google Now voice search. 2015-06-17 01:16:58 +02:00
ShuffleHelper.java 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