Commit graph

574 commits

Author SHA1 Message Date
Karim Abou Zeid
060c8867ea Added "special thanks to Aidan Follestad" to the about dialog 2015-08-10 13:39:37 +02:00
Karim Abou Zeid
e052650602 Updated crashlytics, revert build tools to 22.0.1 2015-08-10 13:07:33 +02:00
Karim Abou Zeid
135f402bf8 Quickfix 2015-08-06 18:41:27 +02:00
Karim Abou Zeid
2564b99fa5 Added LeakCanary 2015-08-06 18:27:15 +02:00
Karim Abou Zeid
e0cb18da1a Fix repeat and shuffle mode not displayed correctly on device restart. 2015-08-05 23:55:32 +02:00
Karim Abou Zeid
431cf23da3 Fixed some readability issues with the white and black accent colors 2015-08-03 22:24:18 +02:00
Karim Abou Zeid
6b68c17ae2 Various fixes and improvements 2015-08-03 20:53:36 +02:00
Karim Abou Zeid
5f0bfdb14b Sliding panel (early version, current implementation will probably replaced with a fragment implementation soon), translucent and colored statusbar for KitKat everywhere, use correct text colors for secondary texts, numerous clean ups 2015-07-31 00:23:37 +02:00
Karim Abou Zeid
8f6e03f742 Merge remote-tracking branch 'origin/master' 2015-07-25 21:27:34 +02:00
Karim Abou Zeid
774843bbcc Fixed #48 (Last.fm scrobbling) and refactored a variable name. 2015-07-25 21:26:19 +02:00
Karim Abou Zeid
dd1778ab3c Brought back the shuffle button in the to the song list. 2015-07-23 17:21:14 +02:00
Karim Abou Zeid
9334fa1f20 Cleaned up setStatusBarTranslucent method 2015-07-21 17:59:05 +02:00
Karim Abou Zeid
c764e8856b Synced translations, increased build version 2015-07-16 20:55:42 +02:00
Karim Abou Zeid
002deead6a Refactored a variable name 2015-07-16 20:46:46 +02:00
Karim Abou Zeid
0a0ba498be Hopefully fixed the "transparent notification bug" for Samsung (TouchWiz) devices. 2015-07-16 20:46:18 +02:00
Karim Abou Zeid
afcb4b102c Fixed NPE when updating the play-pause buttons drawable. 2015-07-16 20:06:59 +02:00
Karim Abou Zeid
fa40a6915c Increased build version 2015-07-15 19:21:55 +02:00
Karim Abou Zeid
39b57e61b6 Increased image loading time for the lockscreen album art for album covers larger than the screen size 2015-07-15 19:02:09 +02:00
Karim Abou Zeid
a3a57122b0 Synced translations 2015-07-15 18:57:09 +02:00
Karim Abou Zeid
26d9ee9776 Changed the playing indicator drawable in the playing queue dialog 2015-07-15 18:48:25 +02:00
Karim Abou Zeid
953568c9f5 Set colored footers as default for artist view 2015-07-15 18:41:01 +02:00
Karim Abou Zeid
e42867e066 Cleaned up the settings 2015-07-15 17:49:03 +02:00
Karim Abou Zeid
cee223cdbb View as function now working in all fragments. (Except playlist fragment because it makes no sense there.) 2015-07-15 17:12:33 +02:00
Karim Abou Zeid
5c513115e7 Automatically update the data list in every view when the media store has changed. 2015-07-15 16:35:37 +02:00
Karim Abou Zeid
73cd0105ec Removed no longer used library 2015-07-15 15:57:40 +02:00
Karim Abou Zeid
e5f0e6a6c8 Update to Butterknife 7 2015-07-15 15:53:03 +02:00
Karim Abou Zeid
c31c4017a8 Synced translations 2015-07-15 03:51:19 +02:00
Karim Abou Zeid
294f3fc5d0 Making great progress with the "view as" option to toggle between list and grid mode. Currently only implemented in the album fragment. To add the functionality to other fragments just extend the AbsMainActivityRecyclerViewLayoutModeFragment class and implement its abstract methods (class name should be changed to something shorter soon). In future the artist and song fragments should extend that class. 2015-07-15 03:40:47 +02:00
Karim Abou Zeid
280e8a15eb SeekArc in sleep-timer now colored with the accent color. Fixes #47 2015-07-14 17:10:56 +02:00
Karim Abou Zeid
306c676e8b Fixed the MainActivity PopupMenu's checkboxes and radio buttons not being tinted with the accent color. 2015-07-14 05:12:05 +02:00
Karim Abou Zeid
8bdaf08a30 Added native image loader support for artist images. Automatically recreate activity onrResume when colors changed fixes issues #2 and #39. Also Butterknife should be used now everywhere #40 2015-07-14 04:08:43 +02:00
Karim Abou Zeid
9c8cba612b Main Activity Fragments should be updated automatically now when the Media Store has changed. 2015-07-13 16:50:05 +02:00
Karim Abou Zeid
e0a6535f9f Send Intent when Media Store changes. Removed possible memory leak from PreferenceUtil. 2015-07-13 04:58:55 +02:00
Karim Abou Zeid
b808491206 Removed bus. Will be replaced by an intent system soon. 2015-07-13 03:14:01 +02:00
Karim Abou Zeid
564ee7bdae updated .gitignore 2015-07-13 02:43:47 +02:00
Karim Abou Zeid
f903b862d9 Fixed playlist song adapter wrong song menu 2015-07-13 02:35:38 +02:00
Karim Abou Zeid
0650df6250 Massive adapter clean up. Lots of stuff unfinished there yet. Don't mess around with it yet. 2015-07-13 02:16:26 +02:00
Karim Abou Zeid
98dcdf2d47 Adapter clean ups 2015-07-12 03:22:24 +02:00
Karim Abou Zeid
61d8b8179b Gradle 2.5, buildTools 23.0.0 rc3 and build:gradle:1.3.0-beta4 2015-07-11 17:18:19 +02:00
Karim Abou Zeid
abedc48f23 Moved a method to the ColorUtil class 2015-07-11 15:53:23 +02:00
Karim Abou Zeid
357ef1df69 Notification text color changes to match the background. Cleaned up notification related code. 2015-07-11 15:41:18 +02:00
Karim Abou Zeid
66d1d6285f Display a heart in for the favorites playlist instead of the generic playlist icon 2015-07-11 15:37:19 +02:00
Karim Abou Zeid
e7cccb1310 Fixed ripple not showing in white notification 2015-07-11 03:01:53 +02:00
Karim Abou Zeid
88d4dd8e80 Cleaned up the Util classes 2015-07-11 02:08:54 +02:00
Karim Abou Zeid
b2d9f672dd Clear image cache after changing the loading source 2015-07-11 01:40:47 +02:00
Karim Abou Zeid
9d4ea9911f Improve image loading in the notification, the widget and the lockscreen album art by moving stuff to worker thread and adjusting the bitmap size which should also prevent the to large bitmap exception currently occurring in the widget for some devices. 2015-07-11 00:34:25 +02:00
Karim Abou Zeid
d8c7af3e09 Play files from explorer (currently only if the matching song is in the MediaStore) 2015-07-10 23:32:29 +02:00
Karim Abou Zeid
528d267ab3 Cleaned up MusicServices annotations 2015-07-10 22:57:28 +02:00
Karim Abou Zeid
64336b583b Synced translations, increased build version 2015-07-10 21:53:20 +02:00
Karim Abou Zeid
f62e850b86 Refactored some variable names 2015-07-10 21:44:41 +02:00