Karim Abou Zeid
|
88a86312a1
|
No longer creating a new instance of the app when clicking the notification. Also the widget will still stay clickable after a reboot.
|
2016-01-07 16:20:14 +01:00 |
|
Karim Abou Zeid
|
df5a06e5b9
|
Various optimizations and bug fixes to Glide calls. Made the ignore media store option working again.
|
2016-01-03 23:11:19 +01:00 |
|
Karim Abou Zeid
|
2e5b17be38
|
Disabled disk cache for album covers
|
2016-01-03 01:02:27 +01:00 |
|
Karim Abou Zeid
|
533708e63d
|
Use disk cache
|
2016-01-02 23:57:14 +01:00 |
|
Karim Abou Zeid
|
d776926510
|
Further progress with glide
|
2016-01-02 16:28:13 +01:00 |
|
Karim Abou Zeid
|
0146676dbc
|
More progress switching to glide.
|
2016-01-01 19:40:42 +01:00 |
|
Karim Abou Zeid
|
1816c264a9
|
Added clear playing queue menu item to now playing screen.
|
2015-12-27 23:02:55 +01:00 |
|
Karim Abou Zeid
|
e12583cfbd
|
Removed some old and unused classes
|
2015-12-27 19:31:19 +01:00 |
|
Karim Abou Zeid
|
49d6ef97a3
|
Added proper menu for current song. Also some small code clean ups.
|
2015-12-27 19:29:37 +01:00 |
|
Karim Abou Zeid
|
ee1e0d4267
|
Probably finally fixed the double notification bug.
|
2015-12-24 21:57:31 +01:00 |
|
Karim Abou Zeid
|
cbe8751ce0
|
Fixed another playing queue related bug
|
2015-12-24 21:35:49 +01:00 |
|
Karim Abou Zeid
|
4b42ef6b9d
|
Optimizing
|
2015-12-22 20:47:57 +01:00 |
|
Karim Abou Zeid
|
1cde43af07
|
New now playing screen. Work in progress!
|
2015-11-22 21:07:49 +01:00 |
|
Karim Abou Zeid
|
51f2a3bd3b
|
Added progress bar to the mini player.
|
2015-10-18 23:08:41 +02:00 |
|
Karim Abou Zeid
|
70a6491f32
|
Merge branch 'master' into new-bottom-bar
|
2015-10-18 18:15:08 +02:00 |
|
Karim Abou Zeid
|
a8570a1139
|
Replaced the custom implementation with the new color chooser dialog from material dialogs.
|
2015-10-18 18:12:34 +02:00 |
|
Karim Abou Zeid
|
1be2260b60
|
Removed all blurred images. New FAB animation when opening now playing. Decreased image loader memory cache size.
|
2015-10-11 22:56:27 +02:00 |
|
Karim Abou Zeid
|
0ade999094
|
Ignore. Not working work in progress commit.
|
2015-10-11 18:54:59 +02:00 |
|
Karim Abou Zeid
|
2a00b61b29
|
Fallback to StackBlur if RenderScript fails to create.
|
2015-09-17 13:41:14 +02:00 |
|
Karim Abou Zeid
|
5f9f2455dc
|
Replaced the Stackblur algorithm with RenderScripts native blur for better performance. Only issue yet is, that it seems to cause a memory leak.
|
2015-09-15 18:56:14 +02:00 |
|
Karim Abou Zeid
|
cf4ed6d5c0
|
Recently played is now history. Songs are always added to the history but their play count will be only increased if they were played at least half. This makes the top tracks much more accurate.
|
2015-09-12 15:14:01 +02:00 |
|
Karim Abou Zeid
|
49a2b97933
|
Sliding to the right on the bottom bar goes to the previous one instead of seeking back now. Close kabouzeid/phonograph-issue-tracker#9
|
2015-09-08 11:29:43 +02:00 |
|
Karim Abou Zeid
|
f458d146af
|
Clean ups
|
2015-08-28 18:12:39 +02:00 |
|
Karim Abou Zeid
|
0355f39aac
|
Rewrote the donating stuff, synced translations and increased build version.
|
2015-08-27 02:28:30 +02:00 |
|
Karim Abou Zeid
|
e5b5fefc39
|
Added 1dp borders to each color and added black and white colors.
|
2015-08-25 12:53:07 +02:00 |
|
Karim Abou Zeid
|
222942b050
|
Little clea ups
|
2015-08-25 11:29:13 +02:00 |
|
Karim Abou Zeid
|
d8e94c1c85
|
New color chooser dialog
|
2015-08-25 00:39:39 +02:00 |
|
Karim Abou Zeid
|
c0e345fcef
|
Clean ups. Replaced deprecated getResources.getColor() with ContextCompat.getColor(this, int color)
|
2015-08-19 13:43:38 +02:00 |
|
Karim Abou Zeid
|
bd89289a1f
|
Fixed bottom bar sometimes disappearing from itself after changing the theme.
|
2015-08-16 20:36:05 +02:00 |
|
Karim Abou Zeid
|
1970ecceea
|
Fixed notification coloring
|
2015-08-14 21:32:04 +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
|
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
|
002deead6a
|
Refactored a variable name
|
2015-07-16 20:46:46 +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
|
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
|
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
|
88d4dd8e80
|
Cleaned up the Util classes
|
2015-07-11 02:08:54 +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
|
f62e850b86
|
Refactored some variable names
|
2015-07-10 21:44:41 +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
|
cfa6ddaa2e
|
Fixed saving position in track, improvement with service binding, temporary new default album art.
|
2015-07-07 02:19:09 +02:00 |
|