Commit graph

42 commits

Author SHA1 Message Date
Karim Abou Zeid
049bf90620 Cleaned up MusicService and fixed ISE and NPEs there. Replaced thread with handler for updating the progress bar in MusicControllerActivity for simplicity and performance. 2015-06-19 12:29:40 +02:00
Karim Abou Zeid
3bdecbebe4 Cleaned up and rewrote big parts of the MusicService. Added gapless playback option in settings. 2015-06-19 02:29:44 +02:00
Karim Abou Zeid
1072a3bf85 Reverted "MediaSession update" back to RemoteControlClient. Added back the "x" to close the notification. Notification now also colored below Lollipop. Its now possible to play music from Google Now voice search. 2015-06-17 01:16:58 +02:00
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
7fcb4a314e Merge remote-tracking branch 'origin/master' 2015-06-15 15:49:51 +02:00
Karim Abou Zeid
010e8f9664 Use MediaSession instead of deprecated classes 2015-06-15 15:49:29 +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
0aedfe1293 Amend last commit. (Reorganized and cleaned up the playback service a bit. Added the ability to fade a song in/out on play/pause.) 2015-06-14 17:30:56 +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
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
2a7dad6ad0 Small bug fix. 2015-05-23 12:44:14 +02:00
Karim Abou Zeid
fe3657707b Fixed two FCs. (1. bitmap recycled 2. ArrayList OOB) 2015-05-21 14:50:04 +02:00
Karim Abou Zeid
bccf4fae5c Added a now playing sticky broadcast to support last.fm scrobbling and musixmatch. 2015-05-20 16:07:59 +02:00
Karim Abou Zeid
c7125b1386 Replaced Glide with UIL. Should finally fix all image loading problems. 2015-05-19 18:49:49 +02:00
Karim Abou Zeid
d3c6872438 Disabled Glides diskcache for album arts and added placeholders to workaround the fact that the lib needs a bit to long to set the error drawable. 2015-04-23 17:45:47 +02: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
Aidan Follestad
6564986f52 Audio stream type is set, to get rid of an annoying repetitive system log message :) 2015-04-21 13:14:09 -05: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
Karim Abou Zeid
2231027934 Added temporary wakelock in the gap between MediaPlayers onCompletion() and start() to finally fix the issue where the player stops after a track is finished on some devices. 2015-04-20 19:50:01 +02:00
Karim Abou Zeid
1a8d20bde4 Hopefully fixed the bitmap recycled issue by setting noCache() in playing notification and widget 2015-04-20 00:08:02 +02:00
Karim Abou Zeid
5a25738993 Fixed some of the apps most common FCs according to its fabric.io statistics 2015-04-19 23:07:37 +02:00
Karim Abou Zeid
70f33b4829 merged everything together correctly 2015-04-17 01:39:41 +02:00
Karim Abou Zeid
a11535c8a3 Switched from Picasso to Ion
Much better performance.
Not well tested yet but it should work.
2015-04-17 00:56:55 +02: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
89e62a2390 0.9.8b equalizer 2015-04-14 21:55:37 +02: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
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
b302abc2e1 Massiv design optimizations and settings 2015-03-29 17:41:47 +02:00
Karim Abou Zeid
d3d37ccab3 Small fixes 2015-03-24 21:56:21 +01:00
Karim Abou Zeid
07b9fbb599 Songs view shuffle all button 2015-03-24 20:48:29 +01:00
Karim Abou Zeid
6aaf926ff7 Code rearanged 2015-03-23 22:41:10 +01:00
Karim Abou Zeid
00e3724ab4 Code rearrange and delete songs 2015-03-23 22:40:51 +01:00
Karim Abou Zeid
de15a34365 Playlists [beta] 2015-03-17 15:09:44 +01:00
Karim Abou Zeid
f7bc62a2df Minor Bugfixes and playing queue actions 2015-03-16 18:58:24 +01:00
Karim Abou Zeid
eaa534c276 Replaced MusicRemoteEventListener with otto bus 2015-03-11 14:25:37 +01:00
Karim Abou Zeid
cfce92535b Replaced UIL with Picasso
Huge replacement
Hopefully better performance
2015-03-11 13:33:06 +01:00
Karim Abou Zeid
f6fce0355c Removed all Log.i 2015-03-05 17:54:41 +01:00
Karim Abou Zeid
c28a75c61a Renamed package to gramophone 2015-03-05 16:50:16 +01:00