Commit graph

71 commits

Author SHA1 Message Date
Karim Abou Zeid
d75be393d7 Clean up 2017-12-30 18:38:04 +01:00
doompadee
e12b18e078 Remove conditional 2017-12-29 20:49:54 +01:00
doompadee
2daf5f3c4f Persist library dialog state between invocations 2017-12-29 17:34:13 +01:00
Karim Abou Zeid
739e565bc4 Clean up 2017-12-26 22:35:07 +01:00
Marco Hunsicker
0e5adaf361 Make library categories configurable 2017-12-23 17:10:51 +01:00
Karim Abou Zeid
1939e76288 Merge branch 'genre-tweaks' of git://github.com/arkon/Phonograph into arkon-genre-tweaks 2017-12-18 19:58:46 +01:00
Eugene Cheung
918090ee63
Remove unknown genre, add number of songs 2017-12-14 23:11:47 -05:00
Eugene Cheung
944b5fc1fa
Genres tab 2017-09-04 17:39:16 -04:00
tkashkin
8a57d32214 Refactoring 2017-07-14 21:22:54 +03:00
tkashkin
aabd0367b9 Trim newlines at start/end of lyrics
Collapse more than one empty lines into one
2017-07-14 14:05:21 +03:00
tkashkin
ecdc9bb870 Fix some UI bugs
Add animations
2017-07-12 11:57:38 +03:00
tkashkin
6086011d8d Add lyrics format list 2017-07-12 11:57:38 +03:00
tkashkin
c047ea96a7 LyricsDialog displays lyrics without timestamps
Refactoring
2017-07-12 11:57:38 +03:00
tkashkin
3122923d5f Add lyrics offset time support
Some refactoring and formatting
2017-07-12 11:57:37 +03:00
tkashkin
1a71950930 Fix loading LRC files with regex control characters in name
Fix non-standart LRC timestamps
2017-07-12 11:57:37 +03:00
tkashkin
93e2dc0346 Add synchronized lyrics preference
Fix animations
2017-07-12 11:57:37 +03:00
tkashkin
dbb6250c06 Add synchronized lyrics support (only LRC format at the moment) 2017-07-12 11:57:37 +03:00
Eugene Cheung
487748258a Minor formatting/refactoring 2017-06-12 23:23:30 -04:00
Eugene Cheung
c20262eb03 Add last added playlist interval preference (#107) 2017-06-01 14:39:36 -04:00
Karim Abou Zeid
3232370e47 Created CustomPlaylist class, cleaned up some code 2017-04-22 15:34:59 +02:00
Adrian Campos
54414e7d3e Fixes issue #112 - Crash on too many songs in App Shortcut playlist
Instead of passing all songs in an intent extra, pass the Playlist which is then used to load the songs in MusicService
2017-04-05 16:39:22 -07:00
Karim Abou Zeid
8a4d364c14 Improved the artist loading mechanism. 2016-07-22 20:36:42 +02:00
Karim Abou Zeid
aa67b6cd35 Album and artist detail activities load their data async now. 2016-03-20 23:43:11 +01:00
Karim Abou Zeid
17701ba772 Made all icons white by default. 2016-02-28 23:01:44 +01:00
Karim Abou Zeid
906d0f504a Switched to vector drawables. 2016-02-28 18:50:14 +01:00
Karim Abou Zeid
533708e63d Use disk cache 2016-01-02 23:57:14 +01:00
Karim Abou Zeid
c2ad4e4541 Completely rewritten the album model 2016-01-02 22:44:03 +01:00
Karim Abou Zeid
4dc8178012 Added landscape version for now playing screen 2015-12-23 22:51:28 +01:00
Karim Abou Zeid
5bdd763248 Replaced Serializable with Parcelable everywhere 2015-12-23 17:30:29 +01: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
b808491206 Removed bus. Will be replaced by an intent system soon. 2015-07-13 03:14:01 +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
88d4dd8e80 Cleaned up the Util classes 2015-07-11 02:08:54 +02:00
Karim Abou Zeid
6c7ee47d3f Replaced back arrow with x in some places and cleaned some code up 2015-07-10 03:49:20 +02:00
Karim Abou Zeid
5317c51400 Added Nullity Annotations 2015-07-10 02:37:10 +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
1cccaad0f4 Clean ups, new default album art cover and widget resize fix 2015-07-06 18:52:26 +02:00
Karim Abou Zeid
50f73c1dde All smart playlists are working now. 2015-06-21 21:17:22 +02:00
Karim Abou Zeid
92441128df Everything is prepared to add smart playlists 2015-06-21 14:14:37 +02:00
Karim Abou Zeid
3bc0059989 Clean ups 2015-06-21 13:27:25 +02:00
Karim Abou Zeid
65c879d64e Last added playlist half working. More to come tomorrow. 2015-06-21 01:24:43 +02:00
Karim Abou Zeid
d2fda4a839 Fixed the notification coloring. Automatically refreshs notification when the color setting is changed. Colored notification for all Android versions now 2015-06-17 11:12:46 +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
31926d7983 Makes full use of the Android Support Design Library. A lot of small things fixed or improved. Added dozens of new colors. 2015-05-30 22:51:17 +02:00
Karim Abou Zeid
9fe36b0a35 Redesign of MusicControllerActivity, AlbumDetailActivity and ArtistDetailActivity. A lot of bugs and other small things fixed as well. 2015-05-27 17:58:50 +02:00
Karim Abou Zeid
c06c2fd86d Quick fix 2015-05-25 16:18:56 +02:00
Karim Abou Zeid
b4105b6cc0 Playlists multi select 2015-05-25 16:10:59 +02:00
Karim Abou Zeid
ab678b43ca Artist view multi select support. 2015-05-25 15:18:02 +02:00
Karim Abou Zeid
e5509fc2ef Cab has a title now 2015-05-24 23:18:35 +02:00