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 |
|
Karim Abou Zeid
|
3153299592
|
New FAB and track number fix
|
2015-04-02 13:41:21 +02:00 |
|
Karim Abou Zeid
|
6a2c3e565d
|
Bug fixes
- fixed navigation bar color bug
- added some light gradients to now playing screen
- telephone call pause bug
- more bugs
|
2015-04-01 17:41:11 +02:00 |
|
Karim Abou Zeid
|
696299b960
|
New colors
|
2015-03-30 21:42:54 +02:00 |
|
Karim Abou Zeid
|
5aa4a3dcac
|
Quick fix
|
2015-03-29 18:06:34 +02:00 |
|
Karim Abou Zeid
|
b302abc2e1
|
Massiv design optimizations and settings
|
2015-03-29 17:41:47 +02:00 |
|
Karim Abou Zeid
|
2ae6dd8c91
|
Two quick bug fixes
|
2015-03-25 09:54:37 +01:00 |
|
Karim Abou Zeid
|
d3d37ccab3
|
Small fixes
|
2015-03-24 21:56:21 +01:00 |
|
Karim Abou Zeid
|
cb11044999
|
Add shuffle all to every menu
|
2015-03-24 21:15:21 +01:00 |
|
Karim Abou Zeid
|
07b9fbb599
|
Songs view shuffle all button
|
2015-03-24 20:48:29 +01:00 |
|
Karim Abou Zeid
|
5e4f8c8f17
|
Design optimizations
|
2015-03-24 18:44:04 +01:00 |
|
Karim Abou Zeid
|
31f794336a
|
Optimized layouts and bugfix
Optimized song and artist list item layouts
Hopefully fixed a NPE when deleting a track
|
2015-03-24 17:27:54 +01:00 |
|
Karim Abou Zeid
|
7c206f5423
|
Quick fixes
|
2015-03-23 23:35:05 +01:00 |
|
Karim Abou Zeid
|
6aaf926ff7
|
Code rearanged
|
2015-03-23 22:41:10 +01:00 |
|
Karim Abou Zeid
|
00e3724ab4
|
Code rearrange and delete songs
|
2015-03-23 22:40:51 +01:00 |
|
Karim Abou Zeid
|
90cc5eb4e3
|
Option to rename playlists
|
2015-03-19 16:06:26 +01:00 |
|
Karim Abou Zeid
|
11ee05ce64
|
First snapshot (beta 0.9)
- playlists working (not all features added yet)
- minor fixes and improvements
|
2015-03-18 15:32:35 +01:00 |
|