Commit graph

161 commits

Author SHA1 Message Date
dkanada
40a870c7e4 remove some unused strings 2019-07-17 22:55:02 -07:00
dkanada
4089cb31cd roll CustomPlaylist class into SmartPlaylist 2019-07-17 02:05:17 -07:00
dkanada
9923a4c1e0 reduce calls to loader classes for backend changes 2019-07-16 03:00:40 -07:00
dkanada
734e6a08fa remove tag editors and lastfm client 2019-07-11 15:24:30 -07:00
George Zacharia
18cdb4a72e Fix rintone sharing (#687) 2019-06-09 16:29:26 -04:00
Christoph Loy
37725948f1 Refactoring: Replace usages of ArrayList<> with List<>Collections refactor (#686)
* First replacements of ArrayList with List

* Get rid of ArrayList-Types

* Revert irrelevant changes

* Fixed stuff noticed by @arkon
2019-05-17 11:07:03 -04:00
Karim Abou Zeid
58fb31b4b1 SDK 28, Android X 2019-04-10 12:40:28 +02:00
Eugene Cheung
c9eb6b9a08
Remove explicit parameter types 2018-09-05 22:45:32 -04:00
Eugene Cheung
a842ec26c0
Remove unused TAGs 2018-09-05 22:38:46 -04:00
Eugene Cheung
2e7dd7b62e
Use default locale when formatting strings 2018-09-05 22:09:58 -04:00
Eugene Cheung
436a3c90ee
Trim whitespace when searching (fixes #508) 2018-06-18 22:26:18 -04:00
Andrew
6624fcd505 Added preference to turn off shuffle mode when selecting new list of songs (#527)
An option to turn sticky shuffle on or off. It's enabled by default so it keeps the current functionality the same. I noticed every other player has it so hopefully you don't have any issues with it being in the app.
2018-06-18 22:12:34 -04:00
Karim Abou Zeid
614f28e0c9 Clean up 2018-06-05 22:45:29 +02:00
Nicholas Narsing
60cb868beb
Support song ordering; add/fix album year sort 2018-04-28 11:47:05 -04:00
Nicholas Narsing
3b62a4578f
Change album,artist sort; fix menu selection bug 2018-04-28 11:07:05 -04:00
Nicholas Narsing
01c255abca
Set fastscroll section name correctly by sort preference 2018-04-28 00:39:35 -04:00
Karim Abou Zeid
441b64fce4 Merge branch 'feat/genres' of git://github.com/arkon/Phonograph into arkon-feat/genres 2017-12-13 18:25:19 +01:00
steve
ea74e99f89 Try to get file path from DATA column of Uri 2017-10-08 17:40:40 -04:00
Peter
7801f44056 Update SongMenuHelper.java 2017-09-28 20:34:38 +02:00
Eugene Cheung
1f37982536
Fix favorite toggling 2017-09-09 13:27:46 -04:00
Karim Abou Zeid
abb9518d14 Normalized playlist menus 2017-09-09 14:13:10 +02:00
Eugene Cheung
944b5fc1fa
Genres tab 2017-09-04 17:39:16 -04:00
tkashkin
93e2dc0346 Add synchronized lyrics preference
Fix animations
2017-07-12 11:57:37 +03: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
ae1af52bb6 Added queue total time in playing screen 2017-06-01 16:59:51 +02:00
Karim Abou Zeid
c8d0060622 Merge branch 'pr/105' 2017-04-22 16:35:03 +02:00
Karim Abou Zeid
3561cfd0b7 Added support for Android File Explorer 2017-04-22 16:34:52 +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
Samriddha Basu
1ce08c4998 Switched to Notification.MediaStyle 2017-03-13 05:29:20 +05:30
Karim Abou Zeid
8a4d364c14 Improved the artist loading mechanism. 2016-07-22 20:36:42 +02:00
Karim Abou Zeid
9833afd594 Don't show notification when there is no current track. For example immediately after clearing the queue. Fixes kabouzeid/phonograph-issue-tracker#5 2016-05-31 11:44:25 +02:00
Karim Abou Zeid
dfb011a93d Fixed an ArrayIndexOutOfBoundsException. 2016-05-30 00:22:29 +02:00
Karim Abou Zeid
dd9ed7390d Updated to support lib 23.3 2016-04-09 15:03:57 +02:00
Karim Abou Zeid
bc4181f4b1 Completely rewrote the notification. 2016-04-04 01:48:20 +02:00
Karim Abou Zeid
0f90634847 Decreased playback progress views update interval again. 2016-03-30 17:19:47 +02:00
Karim Abou Zeid
78b27115cd Increased playback progress views update interval. 2016-03-30 17:00:35 +02:00
Karim Abou Zeid
da7867c32d Folders and files got all menu items now. Added play next option for all bulk actions. 2016-03-27 18:44:16 +02:00
Karim Abou Zeid
13c4e86c7d Removed some no longer needed logs. 2016-03-24 17:59:13 +01:00
Karim Abou Zeid
293600ba0d Fixed and improved visual external storage permission related stuff. 2016-03-24 16:36:03 +01:00
Karim Abou Zeid
73d613d11d Clean ups and refactoring. 2016-03-23 01:52:17 +01:00
Karim Abou Zeid
1e6ac6a227 Made progress with the folder feature. 2016-03-16 00:41:17 +01:00
Karim Abou Zeid
17701ba772 Made all icons white by default. 2016-02-28 23:01:44 +01:00
Karim Abou Zeid
138ec909e2 Fixed the notification. 2016-02-28 19:33:43 +01:00
Karim Abou Zeid
906d0f504a Switched to vector drawables. 2016-02-28 18:50:14 +01:00
Karim Abou Zeid
79eee79ab7 Tripple click headset button to rewind. Close #63
Also fixed the multiple instance bug when opening the player from the notification or widget.
2016-01-30 15:48:19 +01:00
Karim Abou Zeid
1aa6aec9cb Added option to save a playlist as m3u file. 2016-01-29 11:57:37 +01:00
Karim Abou Zeid
44ba560d77 Clean ups 2016-01-27 22:11:38 +01:00
Karim Abou Zeid
88a86312a1 No longer creating a new instance of the app when clicking the notification. Also the widget will still stay clickable after a reboot. 2016-01-07 16:20:14 +01:00
Karim Abou Zeid
df5a06e5b9 Various optimizations and bug fixes to Glide calls. Made the ignore media store option working again. 2016-01-03 23:11:19 +01:00