Commit graph

86 commits

Author SHA1 Message Date
Karim Abou Zeid
9fe36b0a35 Redesign of MusicControllerActivity, AlbumDetailActivity and ArtistDetailActivity. A lot of bugs and other small things fixed as well. 2015-05-27 17:58:50 +02:00
Karim Abou Zeid
1b702eae07 Prework 2015-05-25 23:45:39 +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
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
c96e5f42b9 FAB no longer attached to the album/artist footer but placed on the bottom to avoid confusion about the FABs action. Added offset to the bottom. Solves issue #26 2015-05-23 12:41:18 +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
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
Aidan Follestad
049d4262b7 Added bottom padding to the playlist detail list so the FAB doesn't cut off menus at the bottom of the list. 2015-04-23 12:48:30 -05: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
a8f342fe39 Fixed layout alignments, especially for KitKat 2015-04-22 14:06:11 +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
Karim Abou Zeid
cc910143e1 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
Karim Abou Zeid
6a6da75fd6 Removed toolbar transition & co (58b2773) from master branch and moved those changes to the new shared-element-item-glitch branch to keep everything clean 2015-04-19 22:35:15 +02:00
Aidan Follestad
58b277354b Progress with #13 2015-04-19 00:03:38 -05:00
Aidan Follestad
0d26c79661 Status bar placeholder views shouldn't be image views, that uses unnecessary memory and computation time 2015-04-18 12:33:17 -05:00
Karim Abou Zeid
2d08e5c5d1 MultipleChoicePreference to set colored navigation bar for each activity individually. 2015-04-18 17:03:11 +02:00
Karim Abou Zeid
9f9fc51088 Fixed issues with statusBar coloring appearing on KitKat, read the instructions in ThemeBaseActivity 2015-04-18 13:53:44 +02:00
Karim Abou Zeid
69ffac805a Fixed FC on below API 19 because of missing dimen attribute in values 2015-04-18 13:10:50 +02:00
Karim Abou Zeid
8fbcf5ffb4 Reverted some changes which caused big performance issues #22 2015-04-18 12:17:12 +02:00
Aidan Follestad
84534303e4 More updates. To fix tomorrow on KitKat: FAB is too far down, status bar color is wrong in artist/album detaill screens. 2015-04-18 02:44:35 -05:00
Aidan Follestad
2d822cdbc9 More fixes for translucent UI with newer correct status bar coloring implementation on Lollipop. The status bar color is still slightly miscolored in the artist and album viewer since the translucent status bar darkens it . 2015-04-18 02:19:59 -05:00
Aidan Follestad
872987bfc5 Fixed artist and album viewers from previous commits, need to re-add translucent status bars there for Lollipop and KitKat 2015-04-18 01:18:46 -05:00
Aidan Follestad
3028b96634 Correct colored status bar implementation for Lollipop, updated status bar colors in some activities to be darker than toolbar color (e.g. tag editor), added elevation to some views, etc. Getting KitKat support again for this colored UI will also come back soon with SystemBarTInt. 2015-04-18 00:47:57 -05:00
Karim Abou Zeid
8d1e352be2 Fixed small graphical issue in tag editors 2015-04-17 10:57:18 +02:00
Aidan Follestad
6e6f70882f Input type updates, years should use number instead of numberDecimal, others should cap words 2015-04-16 22:06:29 -05:00
Aidan Follestad
f7c91839ba Cleanup titles and content of more dialogs, also removed unnecessary empty dialog callbacks (you don't need to manually dismiss dialogs with auto dismiss on by default)
More dialog cleanup

The queue dialog will scroll to the queue position everytime it opens

Updates

FAB ripple color is set

Re-added accidentally removed method
2015-04-16 21:48:19 -05:00
Aidan Follestad
7055b443fb Small fixes, also added empty text to playlist fragment and detail viewer. 2015-04-16 19:47:32 -05:00
Aidan Follestad
598d5f6623 Slightly decreased the nav drawer item height, they were much too large compared to the design guidelines before 2015-04-16 19:35:48 -05:00
Aidan Follestad
22c701a5f0 EditTexts in the tag editors are dynamically themed, also fixed toolbar gravity in tag editors 2015-04-16 18:22:44 -05: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
a27e5c6379 New animated PlayPauseDrawable 2015-04-08 22:09:01 +02:00
Karim Abou Zeid
e39162c126 Small bugfixes and better performance 2015-04-06 18:37:51 +02:00
Karim Abou Zeid
35dbb1ee95 Animated FAB 2015-04-03 16:52:58 +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
cb11044999 Add shuffle all to every menu 2015-03-24 21:15:21 +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
00e3724ab4 Code rearrange and delete songs 2015-03-23 22:40:51 +01:00
Karim Abou Zeid
f9cd2e8a2e Bugfixes 2015-03-23 20:06:44 +01:00
Karim Abou Zeid
5f89e52658 New icon and shadow fix 2015-03-21 15:28:20 +01:00
Karim Abou Zeid
90cc5eb4e3 Option to rename playlists 2015-03-19 16:06:26 +01:00