Commit graph

1,198 commits

Author SHA1 Message Date
Karim Abou Zeid
1f65a9aac4 Update FastScroll library 2017-06-13 09:57:22 +02:00
Eugene Cheung
790410ce20 Merge branch 'master' into fix/boot-widgets 2017-06-12 23:24:54 -04:00
Eugene Cheung
487748258a Minor formatting/refactoring 2017-06-12 23:23:30 -04:00
Eugene Cheung
27fcf00eda Start service after boot to show data in widgets 2017-06-12 22:58:24 -04:00
Eugene Cheung
54221960d4 Add album actions to album detail activity menu 2017-06-12 20:03:55 -04:00
Eugene Cheung
0b7d2591b4 Fix crash when using GitHub issue form 2017-06-12 17:30:50 -04:00
Eugene Cheung
2342a7df1a Merge pull request #188 from arkon/fix/rtl-controls
Fix previous/next button order for RTL languages
2017-06-12 17:01:33 -04:00
Karim Abou Zeid
e02b789e38 Update libraries 2017-06-12 22:39:30 +02:00
Eugene Cheung
556adb02dd Fix previous/next button order for RTL languages 2017-06-12 14:57:01 -04:00
Karim Abou Zeid
534fdac19f Update libraries and build tools 2017-06-12 16:31:47 +02:00
Materight
dc0e5ed7f8 Use string of wiki unavailable. 2017-06-12 10:41:28 +02: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
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
Eugene Cheung
f9a6fd1c3a Support LG split window 2017-06-10 15:48:58 -04:00
Karim Abou Zeid
e96c7f5210 Update libraries 2017-06-09 22:07:10 +02:00
Eugene Cheung
bd93622b7f Update ButterKnife (#166) 2017-06-07 12:33:33 -04: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
Eugene Cheung
df74ed2dd5 Format hours in readable duration string 2017-06-06 19:58:13 +02: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
d0171abdee Fix seconds/ms not being considered for today and negative amount of weekdays 2017-06-01 20:04:41 -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
Materight
7c18547731 Added color on album on artist page 2017-06-01 16:38:36 +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
46aef2628d Fix incorrect default setting and duplicated option 2017-05-19 00:59:46 -04:00
Eugene Cheung
964de0e720 Add option to toggle notification design in N+ (#106) 2017-05-03 14:18:11 -04:00
Karim Abou Zeid
abb2c21add Fixed strings build error 2017-04-25 20:06:41 +02:00
Karim Abou Zeid
4b0d4c4649 Bumped version, updated changelog 2017-04-25 20:03:19 +02:00
Karim Abou Zeid
816667e0eb Synced translations 2017-04-25 20:03:06 +02:00
Karim Abou Zeid
4a8320fcc8 Bumped version 2017-04-22 17:04:16 +02:00
Karim Abou Zeid
483450c9ac Bumped version, updated changelog 2017-04-22 16:59:40 +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
d0a9a9693d Merge branch 'pr/127' 2017-04-22 15:35:16 +02:00
Karim Abou Zeid
3232370e47 Created CustomPlaylist class, cleaned up some code 2017-04-22 15:34:59 +02:00
ezio84
f433d2a01a Update deprecated API
(cherry picked from commit 493ee4b)
2017-04-22 13:43:01 +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
Karim Abou Zeid
314ab258d9 Merge pull request #133 from friederbluemle/update-project
Update build dependencies
2017-04-14 20:04:24 +02:00
Frieder Bluemle
9ba545cd66
Update support libs to 25.3.1 2017-04-11 17:55:06 +08:00
simonfi
0e8ea42dc9 add some more fragments to those which dynamically resize their status bars. 2017-04-06 13:29:07 +12: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