Commit graph

1,280 commits

Author SHA1 Message Date
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
Eugene Cheung
8f57c0133f Update Gradle 2017-06-15 14:27:01 -04:00
Eugene Cheung
7b039741c3 Prevent flat controls from animating on every show 2017-06-13 15:33:37 -04:00
Eugene Cheung
8a20f127a3 Remove Glide snapshot repository 2017-06-13 12:40:20 -04:00
Karim Abou Zeid
7f3aedd93c Merge pull request #192 from arkon/fix/boot-widgets
Start service after boot to show data in widgets
2017-06-13 18:35:50 +02:00
Karim Abou Zeid
4737336094 Merge pull request #193 from arkon/readme-art
Add screenshots to README
2017-06-13 18:34:52 +02:00
Eugene Cheung
32f4a16a47 Add screenshots to README 2017-06-13 11:42:39 -04:00
Eugene Cheung
990c6a5c2b Add actions to artist details activity 2017-06-13 11:02:55 -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
Karim Abou Zeid
fac2da229f Specify specific iabv3 version in build.gradle 2017-06-13 10:09:16 +02:00
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
Karim Abou Zeid
4d8c9360c9 Merge pull request #176 from arkon/lg-split-window
Support LG split window
2017-06-10 22:46:11 +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
Lincoln
3df7951a26 Merge pull request #143 from arkon/feat/last_added_interval
Add last added playlist interval preference
2017-06-05 22:27:59 -04:00
Materight
6e9667a34e Merge remote-tracking branch 'upstream/master' into queue_time 2017-06-03 14:54:24 +02:00
Materight
3fd86db39d Merge remote-tracking branch 'upstream/master' into album_color 2017-06-03 14:53:12 +02:00
Karim Abou Zeid
665920d90d Revert "Update gralde"
This reverts commit bfc8dfbc50.
2017-06-02 05:12:14 +02: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