Commit graph

26 commits

Author SHA1 Message Date
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