Commit graph

83 commits

Author SHA1 Message Date
Karim Abou Zeid
83c9e941ad Rename string identifier 2018-04-29 22:39:27 +02:00
Nicholas Narsing
32da438ac4
Add sort order menu for artist & album 2018-04-28 02:07:52 -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
Karim Abou Zeid
9755e877f9
Add custom artist images 2017-09-30 12:58:07 +02:00
Eugene Cheung
f6dd0b2d5f
Add back shuffle all to overflow menu 2017-09-09 13:43:26 -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
Eugene Cheung
165fdcda7a
Add menu actions to playlist detail activity 2017-09-02 17:54:29 -04:00
Karim Abou Zeid
1b85252f92 Add pro version 2017-08-30 20:52:01 +02:00
Eugene Cheung
cbdcec7c4b
Save current playing queue as playlist 2017-07-24 20:48:26 -04:00
Karim Abou Zeid
07e7c6565a Cleaned up menus 2017-07-24 19:54:26 +02:00
Eugene Cheung
9e69136b1d Merge branch 'master' into album-actions 2017-07-07 18:08:19 -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
990c6a5c2b Add actions to artist details activity 2017-06-13 11:02:55 -04:00
Eugene Cheung
487748258a Minor formatting/refactoring 2017-06-12 23:23:30 -04:00
Eugene Cheung
54221960d4 Add album actions to album detail activity menu 2017-06-12 20:03:55 -04:00
Materight
2b4b5f1638 Added an option to show the "wiki" of albums. 2017-06-11 22:01:49 +02:00
Materight
2fa79c6d09 Added an option to turn off the color 2017-06-06 15:37:41 +02:00
Karim Abou Zeid
cea6a7bea8 Updated libraries 2016-07-22 17:07:14 +02:00
Karim Abou Zeid
9b17931cd6 Added a lyrics dialog. Updated the SlidingUpPanelLayout lib which fixes a few sliding issues. Fixed an issue where the sling panel would get stuck somewhere in the middle. Fixed a NPE in an asynctask onPostExecute(). 2016-03-29 18:17:57 +02:00
Karim Abou Zeid
ff4535ad68 New start directory icon. 2016-03-27 19:39:00 +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
bbaa526c61 Added option to set a custom start folder. 2016-03-19 16:59:38 +01:00
Karim Abou Zeid
ada182a569 Added a scan option. 2016-03-19 16:37:16 +01:00
Karim Abou Zeid
e5ad02e8a9 Fixed an issue caused by symlinks not handled correctly. 2016-03-19 13:57:43 +01:00
Karim Abou Zeid
1e6ac6a227 Made progress with the folder feature. 2016-03-16 00:41:17 +01:00
Karim Abou Zeid
56d3a2dbce First steps for folder support. 2016-03-14 00:47:16 +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
e80a1317f1 Switched to the official SearchWidget. 2016-02-27 23:46:41 +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
7fdee51fe8 Added folder spoiler 2015-12-31 13:07:38 +01:00
Karim Abou Zeid
1816c264a9 Added clear playing queue menu item to now playing screen. 2015-12-27 23:02:55 +01:00
Karim Abou Zeid
b1b1aa093d Added option to remove songs from the playing queue 2015-12-22 17:12:35 +01:00
Karim Abou Zeid
97d6277aa2 Cleaned up player menu 2015-12-22 16:43:41 +01:00
Karim Abou Zeid
d1b06b79f8 Re added the adjustable grid size feature. Transition between two grid sizes are not working yet. Fixes kabouzeid/phonograph-issue-tracker#43 2015-09-30 20:53:09 +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
d869a87d98 Added option to support the development by donating. 2015-08-26 18:05:12 +02:00
Karim Abou Zeid
6b68c17ae2 Various fixes and improvements 2015-08-03 20:53:36 +02:00
Karim Abou Zeid
5f0bfdb14b Sliding panel (early version, current implementation will probably replaced with a fragment implementation soon), translucent and colored statusbar for KitKat everywhere, use correct text colors for secondary texts, numerous clean ups 2015-07-31 00:23:37 +02:00
Karim Abou Zeid
294f3fc5d0 Making great progress with the "view as" option to toggle between list and grid mode. Currently only implemented in the album fragment. To add the functionality to other fragments just extend the AbsMainActivityRecyclerViewLayoutModeFragment class and implement its abstract methods (class name should be changed to something shorter soon). In future the artist and song fragments should extend that class. 2015-07-15 03:40:47 +02:00
Karim Abou Zeid
8bdaf08a30 Added native image loader support for artist images. Automatically recreate activity onrResume when colors changed fixes issues #2 and #39. Also Butterknife should be used now everywhere #40 2015-07-14 04:08:43 +02:00
Karim Abou Zeid
98dcdf2d47 Adapter clean ups 2015-07-12 03:22:24 +02:00
Karim Abou Zeid
4d82b91465 Added a sleep timer 2015-07-08 01:16:19 +02:00
Karim Abou Zeid
c4a62847df Added option to shuffle all songs from an artist or an album 2015-06-24 23:20:51 +02:00
Karim Abou Zeid
3dad62d78d Added favorites. 2015-06-24 21:34:59 +02:00
Karim Abou Zeid
193fa74ab0 Synced translations, and renamed some string resources. 2015-06-22 18:39:05 +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