Commit graph

490 commits

Author SHA1 Message Date
Karim Abou Zeid
638ab4547c Finally fixed the issue where the artist image loading blocks the image loaders queue. This is done by using a custom Executor which is basically a wrapper for two independent ThreadPoolExecutors. 2015-08-29 19:22:50 +02:00
Karim Abou Zeid
783332c3af Added timeouts for last.fm data loading 2015-08-29 14:53:00 +02:00
Karim Abou Zeid
a3d610c411 Deleted old copy of whatsnew 2015-08-29 14:25:09 +02:00
Karim Abou Zeid
e55e1fa256 Push to beta chanel by default 2015-08-29 14:23:54 +02:00
Karim Abou Zeid
fbd16a1003 Created a new user with a new key. This time without pushing the key to GitHub, lol. 2015-08-29 13:30:36 +02:00
Karim Abou Zeid
3bd18d11e8 Pushed the private key for accident... 2015-08-29 13:18:59 +02:00
Karim Abou Zeid
f538bf6a33 Build and push APKs directly to Google Play via gradle task. This won't be available for people without the matching .p12 key. 2015-08-29 13:13:43 +02:00
Karim Abou Zeid
f458d146af Clean ups 2015-08-28 18:12:39 +02:00
Karim Abou Zeid
9d9fdff13f Fixed little lag when opening donations dialog 2015-08-28 17:07:21 +02:00
Karim Abou Zeid
a4b2fd32c1 Synced translations and increased build version. 2015-08-27 16:52:58 +02:00
Karim Abou Zeid
1be0d305b1 Support for light colors. The appbar will now automatically change its text and icon color to be visible on light theme colors. 2015-08-27 16:43:31 +02:00
Karim Abou Zeid
6773342198 Fixed play/pause button offset too far to the right in landscape mode. 2015-08-27 11:12:21 +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
d869a87d98 Added option to support the development by donating. 2015-08-26 18:05:12 +02:00
Karim Abou Zeid
5283a0ca7a Open web search in a new window 2015-08-26 16:47:58 +02:00
Karim Abou Zeid
9e306b3f91 Fixed status bar coloring and cleaned up some code. 2015-08-25 16:40:29 +02:00
Karim Abou Zeid
9ce4a757b0 Fixed the SelectableColorView gap color to match the dialogs background color 2015-08-25 15:51:56 +02:00
Karim Abou Zeid
eba430282a Synced translations, increased build version. 2015-08-25 13:56:31 +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
Aidan Follestad
48b63b7d78 Fixed changelog background in light theme
Dialog background colors changed at some point, WebView needs to be full white
2015-08-24 10:50:41 -05:00
Karim Abou Zeid
178dd04286 Fixed a bug where the favorites playlist would not show the heart icon when initially added. Brought back the "Tag editor" label to the song tag editor. 2015-08-23 23:21:40 +02:00
Karim Abou Zeid
35d3e52684 Hotfix: crash when opening settings 2015-08-23 21:16:32 +02:00
Karim Abou Zeid
406529fcbd Clean ups 2015-08-23 20:26:57 +02:00
Karim Abou Zeid
2578d74ff8 Switched from AccelerateDecelerate to Linear interpolator when opening the sliding panel. 2015-08-23 20:03:41 +02:00
Karim Abou Zeid
d3cf220cd4 Hopefully fixed the bug where the alternative progress slider always stayed black on some devices. 2015-08-23 19:42:38 +02:00
Karim Abou Zeid
c2586943d3 Improved performance when starting music playback. 2015-08-23 17:45:20 +02:00
Karim Abou Zeid
9355988f48 Updated changelog, synced translations. 2015-08-23 17:20:33 +02:00
Karim Abou Zeid
e1f0b32e9f Fixed scrolling lags when loading album covers directly from their song files. 2015-08-23 17:03:39 +02:00
Karim Abou Zeid
1350454484 Increased album cover quality and loading time when loading them directly from the song files. 2015-08-23 16:10:51 +02:00
Karim Abou Zeid
92159797f5 Fixed a bug where the last song in the song view was not showing up. 2015-08-23 16:08:20 +02:00
Karim Abou Zeid
7aee6f2bb0 Added a default BlurProcessor Constructor 2015-08-23 15:09:06 +02:00
Karim Abou Zeid
b61d8a3f78 Synced translations, clean up and increased build version. 2015-08-21 21:45:52 +02:00
Karim Abou Zeid
b5a0ae7a47 Fixes the "play next" bug and displaying another song then actually currently playing. Fixes #44 2015-08-21 21:24:32 +02:00
Karim Abou Zeid
cff45530da Synced translations. 2015-08-21 12:08:55 +02:00
Karim Abou Zeid
253df6802e Synced translations. Set "Color playback controls" enabled by default. 2015-08-19 14:54:56 +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
48337bb7da Updated strings to better match the material design "writing" guidelines 2015-08-19 02:17:46 +02:00
Karim Abou Zeid
3f83128161 Fixed crash on systems below Marshmallow 2015-08-19 00:22:05 +02:00
Karim Abou Zeid
1687a59ded Removed no longer needed DebugLog annotations 2015-08-18 23:53:50 +02:00
Karim Abou Zeid
20700f528d Synced translations, increased build version. 2015-08-18 23:51:45 +02:00
Karim Abou Zeid
6f3617650a Support for Android Marshmallow's permission system 2015-08-18 23:47:23 +02:00
Karim Abou Zeid
193f716029 Moved some code to its right place 2015-08-18 20:34:40 +02:00
Karim Abou Zeid
7d4b34e7b8 Updated from sdk 22 to 23. Also the sliding panel should open and close much smoother now. 2015-08-18 17:43:53 +02:00
Karim Abou Zeid
a47d671ca4 Synced translations, increased build version. 2015-08-17 18:46:31 +02:00
Karim Abou Zeid
b5cb4e87ce Improved the color picking with the "Colored Playback Controls" 2015-08-17 18:26:07 +02:00
Karim Abou Zeid
62c85aeeb5 Increased build version 2015-08-17 14:37:17 +02:00
Karim Abou Zeid
a0ecf5a0fa Colored Playback Controls 2015-08-17 14:23:00 +02:00
Karim Abou Zeid
5e9ab35855 Increased build version 2015-08-17 01:01:29 +02:00