Ihsan Isik
a1fb2d3c9d
Fix kabouzeid/phonograph-issue-tracker#51 : Shuffle button in now playing becomes hard to tell
...
We check for the difference between the default and the activated colors. If the difference value is less than 55000, the activated color is shifted up.
2015-09-22 20:12:43 +03:00
Karim Abou Zeid
4b49bb82a3
Fixed kabouzeid/phonograph-issue-tracker#50 , playlist name changes were not directly updated in the list.
2015-09-22 16:57:46 +02:00
Karim Abou Zeid
9b2aaea2c9
Fixed kabouzeid/phonograph-issue-tracker#4 , when setting an album cover in the tag editor, the image will be cropped instead of stretched now.
2015-09-22 16:44:37 +02:00
Karim Abou Zeid
55f8800f89
Fixed kabouzeid/phonograph-issue-tracker#29 , toolbar text is white in about section while using light themes.
2015-09-22 13:46:32 +02:00
Karim Abou Zeid
7fbbf52a6c
Migrated to RetroFit 2.0.0 beta
2015-09-18 16:38:51 +02:00
Karim Abou Zeid
5cd9b4c7ad
Updated code for material dialogs 0.8.0.0
2015-09-18 12:04:38 +02:00
Karim Abou Zeid
965cb14683
Fixed kabouzeid/phonograph-issue-tracker#21
...
Synced translations, increased build version.
2015-09-18 11:52:34 +02:00
Karim Abou Zeid
84e8167afb
Hotfix
2015-09-17 14:22:56 +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
29f91b6969
Added a drag view to playlist songs for easier rearrangement
2015-09-12 12:21:45 +02:00
Karim Abou Zeid
df73d5900c
Start at a random position when opening a queue via "Ok Google" and shuffle is on.
2015-09-09 12:06:44 +02:00
Karim Abou Zeid
c0b41f63cc
Fixed cab (contextual action bar) content not visible with light primary colors.
2015-09-08 12:03:00 +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
5e32025f90
Removed thin line to the right of the progress bar
2015-09-08 10:46:41 +02:00
Karim Abou Zeid
3b3d49611f
Fixed crash when opening the about section.
2015-09-08 10:29:07 +02:00
Karim Abou Zeid
9a73fcfee6
Fade album covers in the now playing screen in.
2015-09-08 10:01:52 +02:00
Karim Abou Zeid
c3db8284d3
Should fix the fab being not moved to the correct position. Close kabouzeid/phonograph-issue-tracker#5
2015-09-07 21:56:24 +02:00
Karim Abou Zeid
3d87e57856
Finished the new about screen. Also the DonationDialog loads its content now async.
2015-09-06 19:57:29 +02:00
Karim Abou Zeid
7eddffed74
Finished the new about screens layout. Now only the onClick listeners are missing.
2015-09-05 21:21:56 +02:00
Karim Abou Zeid
36e4ea5e20
Merge branch 'master' into new-about-screen
2015-09-05 14:12:47 +02:00
Karim Abou Zeid
dc551fc6cc
Even though the Last.fm app and webpage say something is scrobbling, the scrobble doesn't actually get saved at the end. Fixes #59
2015-09-05 13:04:45 +02:00
Karim Abou Zeid
44f751442b
Merge branch 'master' into new-about-screen
2015-09-05 10:29:23 +02:00
Karim Abou Zeid
ab2f1f9dff
Fixed the plural typo in the artist list
2015-09-05 10:29:11 +02:00
Karim Abou Zeid
984aa03fab
Preparation
2015-09-05 10:10:54 +02:00
Karim Abou Zeid
0e940be79f
Removed ignore deprecation annotation from the MusicService class
2015-09-05 10:09:50 +02:00
Karim Abou Zeid
c3ae8e9081
No longer consume purchases. Also strike through bought items.
2015-08-29 23:32:06 +02:00
Karim Abou Zeid
94ebb0b0e1
Cleaned up the changelog dialog
2015-08-29 20:20:49 +02:00
Karim Abou Zeid
a642f04b5d
Updated material dialogs and removed the extra padding from the song details dialog.
2015-08-29 19:57:40 +02:00
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
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
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
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