Commit graph

403 commits

Author SHA1 Message Date
Karim Abou Zeid
4e8c3694d4 Amend last commit. Added new drawables and removed obsolete drawables and layouts. 2015-06-15 20:57:05 +02:00
Karim Abou Zeid
c0c6627be7 Fix bug with isPlaying() 2015-06-15 11:41:13 +02:00
Karim Abou Zeid
900370b1b4 Fix NPE on setVolume(), fade volume on next play when playback was paused by headset unplugged, improved strings, MD 0.7.6.0 2015-06-14 23:44:08 +02:00
Karim Abou Zeid
257791eff6 Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause. 2015-06-12 00:04:52 +02:00
Karim Abou Zeid
b32feb38fe Changed the default settings. Fixed settings layout bug. Synced translations. 2015-06-11 17:34:34 +02:00
Karim Abou Zeid
b07e602651 Fixed an annoying bug in the MusicControllerActivity where the recents card of the app is placed at the wrong position when switching between the songs. Also some code clean ups. 2015-06-11 16:28:04 +02:00
Karim Abou Zeid
a87320fcc9 Reorganized settings, added more options to customize the now playing screen, added gradients to make UI elements visible on light album covers, fixed a bug with cardview background, fixed typos, increased version code, synced strings, 2015-06-10 23:02:14 +02:00
Karim Abou Zeid
4111d728af Synced strings once again 2015-06-10 17:08:34 +02:00
Karim Abou Zeid
e9973d7718 Synced strings 2015-06-10 17:02:45 +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
450aca9149 Synced translations, increased versionNumber and added missing drawables. 2015-06-02 21:43:27 +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
ab02195ed0 Fix bluetooth sharing and slightly improved the tag editors appearance. 2015-06-01 22:16:32 +02:00
Karim Abou Zeid
8869f4aeb2 Added sharing for songs. Added set as ringtone for songs. 2015-06-01 00:48:01 +02:00
Karim Abou Zeid
b7c038c5ed Cleaned and updated even more libs. Added a string. Disabled LogCat "spam" from UIL. 2015-05-31 21:48:54 +02:00
Karim Abou Zeid
b4e15b1e02 Slightly updated the album tag editor appearance to partially fix issue #23 2015-05-31 19:35:55 +02:00
Karim Abou Zeid
ed9524a25d Added floating labels to all EditTexts. Added accent color in parent themes so EditTexts no longer use the material green as indicator. An artist's albums are now sorted by year. 2015-05-31 15:59:44 +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
c1f364607e Synced translations 2015-05-27 18:21:28 +02:00
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
b4105b6cc0 Playlists multi select 2015-05-25 16:10:59 +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
b3012d6e74 Synced translations 2015-05-19 19:05:45 +02:00
Karim Abou Zeid
bb60f33597 Prepared for beta release. Added Playing info toast on fab longclick. Synced translations. 2015-04-26 16:04:59 +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
Aidan Follestad
aac1b42b4c Removed invalid locale identifier (values-es-r419 gives an error in Android Studio's newer update). 2015-04-21 17:10:57 -05:00
Karim Abou Zeid
3c719c109a Prepare for release 0.9.9.1b synced translations and changed app version 2015-04-20 20:49:22 +02:00
Karim Abou Zeid
713cbf2b29 Materialized the seekBar for devices below Lollipop, seekBar visible again in landscape and fixed a common FC 2015-04-20 20:31:55 +02:00
Aidan Follestad
38efe37b1a String updates, removed unnecessary use of getResources().getString() 2015-04-20 09:12:08 -05: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
Karim Abou Zeid
51d64db9b6 Updated some strings and imported translations again 2015-04-19 22:04:46 +02:00
Karim Abou Zeid
d48e519689 Automatic translation import 2015-04-19 21:29:42 +02:00
Karim Abou Zeid
f48301800d TagEditor now closes the dialog just before the finish() call instead before the scanning process. AlbumDetail activity resets the colors if the new album art set in tag editor is empty or has no vibrant color 2015-04-19 20:25:41 +02:00
Aidan Follestad
2c65373638 Grammar fix, added hint to SearchView, SearchView is themed with the widget color 2015-04-19 12:55:44 -05:00
Aidan Follestad
2f4ada964e LastFM -> Last.fm 2015-04-19 01:05:34 -05:00
Aidan Follestad
58b277354b Progress with #13 2015-04-19 00:03:38 -05:00