Commit graph

78 commits

Author SHA1 Message Date
Karim Abou Zeid
1cccaad0f4 Clean ups, new default album art cover and widget resize fix 2015-07-06 18:52:26 +02:00
Karim Abou Zeid
bd69dc1d43 Slightly updated the appwidget appearance, use smaller bitmap size for palette. 2015-07-05 17:39:10 +02:00
Karim Abou Zeid
c1437283aa Fixed some artist images not showing up and a crash when the artist image url was empty 2015-07-01 16:21:42 +02:00
Karim Abou Zeid
50460a6653 Fixed NPE when trying to load the artist image in the SearchAdapter 2015-06-30 03:06:36 +02:00
Karim Abou Zeid
292e103f7a Fade the album covers in the album adapter in. TODO: also fade the images in of other adapters. 2015-06-30 02:57:47 +02:00
Karim Abou Zeid
cdba76c933 Switched from Volley to RetroFit + OkHttp for performance and simplicity 2015-06-29 21:38:09 +02:00
Karim Abou Zeid
b5d889c5e1 Fixed FC when selecting shuffle playlist from the menu for smart playlists 2015-06-26 12:54:51 +02:00
Karim Abou Zeid
c4a62847df Added option to shuffle all songs from an artist or an album 2015-06-24 23:20:51 +02:00
Karim Abou Zeid
92441128df Everything is prepared to add smart playlists 2015-06-21 14:14:37 +02:00
Karim Abou Zeid
3bc0059989 Clean ups 2015-06-21 13:27:25 +02:00
Karim Abou Zeid
65c879d64e Last added playlist half working. More to come tomorrow. 2015-06-21 01:24:43 +02:00
Karim Abou Zeid
554bc25f83 Added colored notification (as an option). Relabeled some vars. 2015-06-15 23:37:13 +02:00
Karim Abou Zeid
8ba0c72037 Changed the way to check if a view is empty, fixed some strings, fixed fastscroller alignment. 2015-06-10 15:27:45 +02:00
Karim Abou Zeid
3082ed1187 Merged fastscroller from cabinet. Temporary fixed the wrong fab margins on KitKat and below caused by the google support design library. Added empty screens to Album Song and Artist views. 2015-06-02 21:27:02 +02:00
Karim Abou Zeid
31926d7983 Makes full use of the Android Support Design Library. A lot of small things fixed or improved. Added dozens of new colors. 2015-05-30 22:51:17 +02:00
Karim Abou Zeid
b233b3b718 Nav drawer android design support library and more 2015-05-30 01:13:41 +02:00
Karim Abou Zeid
865f72e5bb A lot of fixes and small changes 2015-05-29 21:24:11 +02:00
Karim Abou Zeid
4ec1b18b47 Fix artist song adapter not refreshing. 2015-05-25 19:59:01 +02:00
Karim Abou Zeid
3067d6d637 Added multi select everywhere else and auto updates every activity after the music database changed. Fix issue #4 2015-05-25 19:49:10 +02:00
Karim Abou Zeid
f033819620 Artist album and artist song multi select 2015-05-25 18:11:51 +02:00
Karim Abou Zeid
9d6ece0f31 Album song multi select 2015-05-25 16:51:43 +02:00
Karim Abou Zeid
b4105b6cc0 Playlists multi select 2015-05-25 16:10:59 +02:00
Karim Abou Zeid
ab678b43ca Artist view multi select support. 2015-05-25 15:18:02 +02:00
Karim Abou Zeid
e5509fc2ef Cab has a title now 2015-05-24 23:18:35 +02:00
Karim Abou Zeid
4e3f75d295 Added album multi select and fixed some minor bugs. 2015-05-24 23:00:46 +02:00
Karim Abou Zeid
8503eb4e36 Prepared everything for multi-selection and implemented it in the song view for now. 2015-05-24 20:33:14 +02:00
Karim Abou Zeid
9835c595b2 Merge branch 'master' into multi-select 2015-05-24 16:05:38 +02:00
Karim Abou Zeid
501b0ad8db Fix broken colored album footers setting. 2015-05-24 15:27:18 +02:00
Karim Abou Zeid
4e27388fbe Prework for multiselect 2015-05-21 18:58:27 +02:00
Karim Abou Zeid
5dd57ef3ed Replaced the selectors with the ones from cabinet to fix the ripple flickering bug. 2015-05-21 18:27:22 +02:00
Karim Abou Zeid
8c339ca57d Fixed artist placeholder not showing up. 2015-05-19 19:40:45 +02:00
Karim Abou Zeid
f65a82c7f1 Switched positions of settings and about items in the navigation drawer. 2015-05-19 19:21:14 +02:00
Karim Abou Zeid
c7125b1386 Replaced Glide with UIL. Should finally fix all image loading problems. 2015-05-19 18:49:49 +02:00
Karim Abou Zeid
428dd22296 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
Karim Abou Zeid
311769a784 Disabled disk cache for album art and fixed the navigation drawer header image view being out of aspect ration. Scrolling in any list should be buttery smooth now. Had no time for the search rewrite today, gonna do that tomorrow. 2015-04-23 22:06:51 +02:00
Karim Abou Zeid
744d5e12a6 Enabled all caches and added custom signatures 2015-04-23 19:25:30 +02:00
Karim Abou Zeid
d3c6872438 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
Karim Abou Zeid
ee2b661eb4 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
Karim Abou Zeid
82c7128ea8 Updated deprecated palette methods and fixed a small bug in artist and album detail activity 2015-04-22 13:22:40 +02:00
Aidan Follestad
4d39cae75b ActionBarActivity is now AppCompatActivity, which has lots of new internals. http://android-developers.blogspot.com/2015/04/android-support-library-221.html 2015-04-21 17:53:32 -05:00
Aidan Follestad
b9e2562ad9 Ran recursive Reformat Code to remove unused imports 2015-04-19 12:45:33 -05:00
Karim Abou Zeid
be013e1558 Restored broken functionality of "colored album footers" setting not applying immediately after checking. 2015-04-18 11:44:03 +02:00
Aidan Follestad
ad627943fb No delay to close nav drawer after switching pages, feels much faster. Also fixed a small glitch. 2015-04-18 02:25:41 -05:00
Aidan Follestad
a09c891f31 Playlist empty text will invalidate when playlist data is changed, create/rename dialogs have input hints and capitalize words, etc. 2015-04-16 20:05:37 -05:00
Karim Abou Zeid
70f33b4829 merged everything together correctly 2015-04-17 01:39:41 +02:00
Karim Abou Zeid
a11535c8a3 Switched from Picasso to Ion
Much better performance.
Not well tested yet but it should work.
2015-04-17 00:56:55 +02:00
Aidan Follestad
7ce86afd74 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
Karim Abou Zeid
c1a4185549 Some bug fixes and grid size adjustable 2015-04-12 15:05:37 +02:00
Karim Abou Zeid
bce9de2782 Fixes 2015-04-11 19:56:09 +02:00
Karim Abou Zeid
e39162c126 Small bugfixes and better performance 2015-04-06 18:37:51 +02:00