Commit graph

270 commits

Author SHA1 Message Date
Marco Hunsicker
70e6c76064 Add preferences ui for the library categories setting 2017-12-23 17:12:08 +01:00
Eugene Cheung
918090ee63
Remove unknown genre, add number of songs 2017-12-14 23:11:47 -05: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
a024d54848
Sync translations 2017-10-01 13:28:43 +02:00
Karim Abou Zeid
9755e877f9
Add custom artist images 2017-09-30 12:58:07 +02:00
Eugene Cheung
bf6556b213 Fix toolbar scrim in album/artist detail view (#290) 2017-09-12 20:21:26 -04:00
Karim Abou Zeid
a7ce03dfd1
Export blacklist preference strings 2017-09-11 13:59:57 +02:00
Eugene Cheung
0f6aab7f2c
Improve toolbar scrim 2017-09-09 17:22:50 -04:00
Karim Abou Zeid
36d85f3003 Merge branch 'playlist-actions' of https://github.com/arkon/Phonograph into arkon-playlist-actions 2017-09-09 13:38:00 +02:00
Karim Abou Zeid
8a75b8b68f Add blacklist option and minor code improvements 2017-09-08 16:22:18 +02:00
Eugene Cheung
944b5fc1fa
Genres tab 2017-09-04 17:39:16 -04:00
Karim Abou Zeid
0a71b37f00 Add @arkon to about section 2017-09-04 21:39:34 +02:00
Eugene Cheung
165fdcda7a
Add menu actions to playlist detail activity 2017-09-02 17:54:29 -04:00
Karim Abou Zeid
035792b3d0 Replaced BuyDialog with PurchaseActivity 2017-09-02 19:20:30 +02:00
Karim Abou Zeid
d9fe0030a5 Sync translations 2017-08-31 12:55:47 +02:00
Karim Abou Zeid
69bb951e1d Merge branch 'master' into phonograph_pro
# Conflicts:
#	app/src/main/res/values/strings.xml
2017-08-30 20:58:09 +02:00
Karim Abou Zeid
5d19c7622b Removed unused resources 2017-08-30 20:54:37 +02:00
Karim Abou Zeid
1b85252f92 Add pro version 2017-08-30 20:52:01 +02:00
Karim Abou Zeid
9da5f6c8d4 Add notification channel 2017-08-30 20:12:15 +02:00
Materight
0377e43475 Redesigned widget (#225)
* Changed widget layout, added vibrant color support for button

* Added preview image. Show also albums name after artists name

* Updated also small widget with vibrant color support. Added preview images for small and big widgets

* Fixed wrong height

* Revert classic widget padding, update preview image

* Replaced dash with dot, changed background color, show the album name also on big widget.

* Updated preview images, switched to jpg

* Fixed dot instead of dash for small widget

* Changed ripple color for white background

* Dark ripple for big widget

* Standardize layout

* Fix image resizing

* Improve image resizing

* Fix for songs without album art

* Set centerCrop for albums art

* Card layout for small widget

* Updated preview images

* Fix incorrectly rounded corner
2017-08-02 19:05:33 -04:00
Eugene Cheung
cbdcec7c4b
Save current playing queue as playlist 2017-07-24 20:48:26 -04:00
Karim Abou Zeid
15a5dfeb36 Update a preference description 2017-07-24 22:14:42 +02:00
tkashkin
4fddddec9e Set height to 56dp 2017-07-20 14:50:36 +03:00
tkashkin
26bba697cb Buttons are 42dp wide, full-height album art with rounded corners 2017-07-20 06:55:45 +03:00
tkashkin
e111d4f113 Added card-like widget 2017-07-19 23:45:56 +03:00
tkashkin
21eb8e0127 Change string 2017-07-12 11:57:37 +03:00
tkashkin
93e2dc0346 Add synchronized lyrics preference
Fix animations
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
0bd8e4292d
Refactor and rename metadata pref/util 2017-07-05 12:36:22 -04:00
Materight
d15f056e00 Added control for the auto download setting. 2017-07-05 16:47:41 +02:00
Eugene Cheung
487748258a Minor formatting/refactoring 2017-06-12 23:23:30 -04:00
Materight
1c42afc00e Added string for wiki unavailable. 2017-06-11 22:03:27 +02:00
Materight
2b4b5f1638 Added an option to show the "wiki" of albums. 2017-06-11 22:01:49 +02: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
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
816667e0eb Synced translations 2017-04-25 20:03:06 +02: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
Adrian Campos
f504e83cbf Fixes issue 111.
Instead of calling play() when the playlist is empty, show a toast
2017-04-04 09:07:15 -07:00
Karim Abou Zeid
2eca79cd56 Removed unnecessary error message 2017-03-23 18:52:07 +01:00
Adrian Campos
4170e00cfd Added "Colored App Shortcuts" as an option in settings 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
Xorok
d422a05e8d Adapt names to naming convention 2017-03-23 17:52:58 +01:00
Adrian Campos
33ff49de0f Added basic support for App Shortcuts
Shuffle All, Top Tracks, and Last added. Still need to fix icons and add dynamic shortcuts for playlists
2017-03-23 17:52:58 +01:00
Materight
7898f9bc21 Add lyrics editor in SongTagEditorActivity 2017-03-19 14:57:32 +01:00
Samriddha Basu
1ce08c4998 Switched to Notification.MediaStyle 2017-03-13 05:29:20 +05:30