Commit graph

511 commits

Author SHA1 Message Date
tkashkin
8a57d32214 Refactoring 2017-07-14 21:22:54 +03:00
tkashkin
56ede6c725 Fix crash on screen rotation change 2017-07-14 01:07:08 +03:00
tkashkin
ecdc9bb870 Fix some UI bugs
Add animations
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
1ee7d8c7b6 Try to load lyrics from file if tag is empty 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
80527e2769
Hide unsupported settings (fixes #195) 2017-07-07 14:10:36 -04:00
Eugene Cheung
28e23635de Merge pull request #178 from Materight/lastfm
Added localized biography and wiki for albums
2017-07-05 13:42:12 -04:00
Eugene Cheung
a251c45f18
Fix NPE 2017-07-05 13:15:50 -04:00
Eugene Cheung
93afb33e0d
Fix for default language 2017-07-05 12:43:00 -04:00
Eugene Cheung
0bd8e4292d
Refactor and rename metadata pref/util 2017-07-05 12:36:22 -04:00
Materight
cee6e6e83a Fix for default language 2017-07-05 17:25:53 +02:00
Materight
d15f056e00 Added control for the auto download setting. 2017-07-05 16:47:41 +02:00
Eugene Cheung
a633a6c3a3 Fix bad revert from 547849e, refactor up next/remaining time string creation 2017-06-16 15:26:00 -04:00
Karim Abou Zeid
547849e0d9 Revert Merge pull request 128 from syphe dynamic size status bars Dynamic size status bars 2017-06-13 11:08:51 +02:00
Eugene Cheung
487748258a Minor formatting/refactoring 2017-06-12 23:23:30 -04:00
Materight
dc0e5ed7f8 Use string of wiki unavailable. 2017-06-12 10:41:28 +02:00
Materight
2b4b5f1638 Added an option to show the "wiki" of albums. 2017-06-11 22:01:49 +02:00
Materight
b4fa4511de Fallback to default if no biography is found 2017-06-11 21:10:19 +02:00
Materight
e0467e4fff Added "lang" parameter to show localized biography. 2017-06-11 20:27:25 +02:00
djdt
eeb67e2def Modified audioFileFilter to recognise .ogg files. (#129)
Previously any vorbis files (or any other format using the Ogg container) were missing from the folders view.
This is because the Android mime type for .ogg is "application/ogg" rather than "audio/ogg". This pull request simply adds an additional check for this.
2017-06-07 02:34:42 -04:00
Eugene Cheung
3d118805b7 Use fast scroller for playlists (#145) 2017-06-07 01:37:22 -04:00
Lincoln
bced70f894 Merge pull request #128 from syphe/dynamic_size_status_bars
Dynamic size status bars
2017-06-07 00:18:14 -04:00
Lincoln
40b7552b85 Merge pull request #161 from Materight/album_color
Add palette color of album on artist page
2017-06-06 23:53:49 -04:00
Karim Abou Zeid
d3c3fe8f08 Add another space to the playlist duration. Clean up the code. 2017-06-06 19:51:21 +02:00
Materight
2fa79c6d09 Added an option to turn off the color 2017-06-06 15:37:41 +02:00
Lincoln
e553a64c80 Merge pull request #162 from Materight/queue_time
Queue total time (issue #157)
2017-06-05 23:25:13 -04:00
Eugene Cheung
fe6bc5911e Merge branch 'master' into feat/last_added_interval 2017-06-01 14:40:27 -04:00
Eugene Cheung
c20262eb03 Add last added playlist interval preference (#107) 2017-06-01 14:39:36 -04:00
Materight
ae1af52bb6 Added queue total time in playing screen 2017-06-01 16:59:51 +02:00
Lincoln
f0a648e8e8 Merge pull request #147 from arkon/old-notif-setting
Add option to toggle notification design in N+
2017-05-31 15:05:49 -04:00
Karim Abou Zeid
484df44582 Update email and github 2017-05-22 20:34:59 +02:00
Eugene Cheung
964de0e720 Add option to toggle notification design in N+ (#106) 2017-05-03 14:18:11 -04:00
Karim Abou Zeid
c8d0060622 Merge branch 'pr/105' 2017-04-22 16:35:03 +02:00
Karim Abou Zeid
3232370e47 Created CustomPlaylist class, cleaned up some code 2017-04-22 15:34:59 +02:00
Feng Zheng
11584bdab6 Fix: can't play media files from file browser
When media file is selected from various file browers, the
uri sent to app might be different scheme like file or content.
Fix is to query the media file based on different scheme.
2017-04-19 11:19:00 -05:00
simonfi
0e8ea42dc9 add some more fragments to those which dynamically resize their status bars. 2017-04-06 13:29:07 +12:00
simonfi
a0c57357e3 Merge branch 'master' into dynamic_size_status_bars 2017-03-30 11:51:48 +13:00
simonfi
3d49373f26 implement dynamically sized status bar in *most of the activities/fragments. 2017-03-30 11:45:04 +13:00
Karim Abou Zeid
b0590bf5e1 Moved shortcut handling from MainActivity to MusicService. Cleaned up the code. 2017-03-27 12:28:37 +02:00
Karim Abou Zeid
e07b5afb0a Removed unnecessary log 2017-03-23 18:44:23 +01:00
Karim Abou Zeid
693cc9b49f Refactoring 2017-03-23 18:43:17 +01:00
Adrian Campos
4170e00cfd Added "Colored App Shortcuts" as an option in settings 2017-03-23 17:52:58 +01:00
Adrian Campos
49a3d0b28a Support theme colors in AppShortcut icons 2017-03-23 17:52:58 +01:00
Adrian Campos
b14ba65a5b Added version check for app shortcuts
As mentioned by @arkon 2e1a453e8d (commitcomment-21247880)
2017-03-23 17:52:58 +01:00
Adrian Campos
34f2f8b936 Fixed bug where app shortcuts wouldn't work when app was already open 2017-03-23 17:52:58 +01:00
Adrian Campos
978d0716e0 Fixed orientation change bug with app shortcuts
https://github.com/kabouzeid/Phonograph/issues/78#issuecomment-285512114
2017-03-23 17:52:58 +01:00
Adrian Campos
43a2f319fc Convert static app shortcuts to dynamic
Will allow user customization in the future (colors, choosing which show up in list, etc.)
2017-03-23 17:52:58 +01:00