Karim Abou Zeid
|
cdc34e33a6
|
Fixed Playlist view wrong background color on dark theme and removed the unneeded menu button from the artist and album list.
|
2015-08-16 19:35:48 +02:00 |
|
Karim Abou Zeid
|
2755fd9cd8
|
Fixed bug when hiding sliding panel. Updated changelog.
|
2015-08-15 15:22:44 +02:00 |
|
Karim Abou Zeid
|
3e8e34a95c
|
Fixed low res artist and album images from last.fm due to a slight api change from them. New implementation should be safe upon future api changes like this.
|
2015-08-15 14:48:49 +02:00 |
|
Karim Abou Zeid
|
73f3214b23
|
Added changelog. Auto hide bottom bar and fab if playing queue is empty
|
2015-08-15 03:09:47 +02:00 |
|
Karim Abou Zeid
|
3c80bd789b
|
Fixed fab color in the tag editor. Fixes #42
|
2015-08-14 21:59:24 +02:00 |
|
Karim Abou Zeid
|
9ab4cde93c
|
Fixed wrong NavigationBar- and TaskDescription colors
|
2015-08-14 21:07:28 +02:00 |
|
Karim Abou Zeid
|
66e5ac0bb6
|
Toolbar menu is back to the now playing screen
|
2015-08-14 20:36:45 +02:00 |
|
Karim Abou Zeid
|
ec2e943a5d
|
Option to hide the new bottom bar
|
2015-08-13 00:37:49 +02:00 |
|
Karim Abou Zeid
|
52c405120c
|
Optimized AbsThemeActivity recreate. Fixed wrong divider and overflow button colors on 4.1 devices. Replaced actionbar drawer toggle with a non moving menu drawable.
|
2015-08-12 22:29:19 +02:00 |
|
Karim Abou Zeid
|
f8eb43ae87
|
Simplified the progress slider updating
|
2015-08-12 18:05:02 +02:00 |
|
Karim Abou Zeid
|
84144fb4d0
|
Fixed a memory leak in AbsTagEditorActivity. Also fixed some NullPointer warnings.
|
2015-08-12 17:30:08 +02:00 |
|
Karim Abou Zeid
|
7fd4226685
|
Massive clean up of attrs, colors and styles. Also icon and divider colors matching better the guidelines now.
|
2015-08-10 21:21:03 +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
|
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
|
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
|
afcb4b102c
|
Fixed NPE when updating the play-pause buttons drawable.
|
2015-07-16 20:06:59 +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
|
e5f0e6a6c8
|
Update to Butterknife 7
|
2015-07-15 15:53:03 +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
|
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
|
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
|
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
|
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
|
9cdde459aa
|
Improved time for opening Album, Artist or Now Playing screen
|
2015-07-10 19:27:07 +02:00 |
|
Karim Abou Zeid
|
9d1ea7f1f6
|
Replaced unnecessary 48dp drawables with 36dp ones
|
2015-07-10 16:49:59 +02:00 |
|
Karim Abou Zeid
|
058b5b8ce9
|
TabStrip color now uses the accent color instead of white/black
|
2015-07-10 04:25:58 +02:00 |
|
Karim Abou Zeid
|
6c7ee47d3f
|
Replaced back arrow with x in some places and cleaned some code up
|
2015-07-10 03:49:20 +02:00 |
|
Karim Abou Zeid
|
5317c51400
|
Added Nullity Annotations
|
2015-07-10 02:37:10 +02:00 |
|
Karim Abou Zeid
|
1dcc447e52
|
Added option to ignore media store artwork and instead loading it directly from the song file
|
2015-07-10 02:26:30 +02:00 |
|
Karim Abou Zeid
|
da92636180
|
Cleaned up MediaStore loaders, preparing for album art loading directly from the file
|
2015-07-09 16:37:45 +02:00 |
|
Karim Abou Zeid
|
386289b951
|
Fixed starting main activity with playback intent not working
|
2015-07-08 01:27:40 +02:00 |
|
Karim Abou Zeid
|
4d82b91465
|
Added a sleep timer
|
2015-07-08 01:16:19 +02:00 |
|
Karim Abou Zeid
|
cfa6ddaa2e
|
Fixed saving position in track, improvement with service binding, temporary new default album art.
|
2015-07-07 02:19:09 +02:00 |
|
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
|
cdba76c933
|
Switched from Volley to RetroFit + OkHttp for performance and simplicity
|
2015-06-29 21:38:09 +02:00 |
|