114 Commits

Author SHA1 Message Date
Adrian Ulrich
3369774158 use root-path for fileprovider configuration 2017-09-18 21:39:21 +02:00
Adrian Ulrich
b79dfc49ba Reduce notification visibility modes to when_playing and always.
The NEVER didn't really work well since 5.x (we were more likely to get killed) and is broken on 8.x, so we just get rid of it.
2017-09-06 21:37:26 +02:00
Adrian Ulrich
a104b68201 Use FileProvider to implement share function. 2017-08-27 19:21:22 +02:00
Adrian Ulrich
35668a5c3f add missing shortcuts.xml. D'oh! 2017-08-11 21:51:58 +02:00
Adrian Ulrich
34ad6a24b4 add help fragment 2017-08-05 13:02:56 +02:00
Adrian Ulrich
303f9d2375 implement KEEP_SCREEN_ON 2017-04-24 19:16:43 +02:00
Antic1tizen One
eb3b0d4c1d Add less-intrusive nightly configuration for gradle (#551) 2017-02-25 10:07:06 +01:00
Adrian Ulrich
c15b98bdc7 move media library header in settings 2017-01-08 17:55:50 +01:00
Adrian Ulrich
08f79a84ae implement media scanner UI 2016-12-27 21:44:42 +01:00
Адонай Элохим
71144b1f8e Implement scroll-to-song and option in menu 2016-07-17 23:12:00 +03:00
Adrian Ulrich
74b7198ce0 move sd-scanner to misc and update copyright 2016-07-03 16:09:22 +02:00
Adrian Ulrich
22bf1db8bd remove continuous shuffle 2016-06-24 20:32:47 +02:00
Xiao Bao Clark
f9f8962064 Convert SDScanner MainActivity to fragment 2016-06-12 13:38:14 +10:00
Adrian Ulrich
013a391cf0 Support for multiple themes 2016-05-26 20:53:05 +02:00
Adrian Ulrich
1089f4ed51 use same order for library-default-actions 2016-05-14 09:08:18 +02:00
Adrian Ulrich
99ac2cb98a implement play_or_enqueue and enqueue_as_next for playlist-default-actions 2016-05-14 08:54:40 +02:00
Adrian Ulrich
b90e0eb712 Make XML default match DEFAULT_PLAYLIST_ACTION 2016-05-14 08:22:17 +02:00
Adrian Ulrich
29307ae357 set correct default value
This should have been done in b7fae56fc30ab7c172fd9345f748dd0b25170290
2016-02-27 16:13:42 +01:00
Adrian Ulrich
b42e923675 Option to ignore permanent audio focus loss 2015-12-14 11:05:00 +01:00
Adrian Ulrich
7f1f5c0cdd option to disable artwork on lockscreen 2015-10-12 14:24:49 +02:00
Adrian Ulrich
9de67792c7 automatic playlist creation support 2015-10-05 21:27:59 +02:00
Adrian Ulrich
1ede004545 change divider attr to multiplication 2015-10-05 20:28:01 +02:00
Adrian Ulrich
d4f17d2c9a Add vanillaplug option to preferences 2015-10-05 20:04:39 +02:00
Adrian Ulrich
bfea91f7cf use seekbar_pref for IdlePreference 2015-10-05 11:56:01 +02:00
Adrian Ulrich
806e74eba1 rename shake_pref into seekbar_pref 2015-10-05 11:44:07 +02:00
Adrian Ulrich
79048e7619 Configure SeekbarPreference via attr 2015-10-05 10:45:15 +02:00
Adrian Ulrich
73233751b3 Merge pull request #197 from xbao/feature/duck-on-notification
Added support for ducking
2015-08-30 15:11:03 +02:00
Adrian Ulrich
87d2dd7544 make replaygain note translatable 2015-08-30 14:25:06 +02:00
Xiao Bao Clark
f73bd0fdde Applied ducking state to prepared media play. Renamed *OnVolume to *OnDucking for consistency. Added is-playing check before initiating ducking. Replaced switch on String to if else for source compatability. 2015-08-29 08:55:13 +10:00
Xiao Bao Clark
ea9302aa0a Added ducking volume as a preference 2015-08-23 09:38:09 +10:00
Adrian Ulrich
9375969eee implement verbose notifications (nag) 2015-05-31 18:18:26 +02:00
Adrian Ulrich
3d87a167c8 Dark theme support for Android 5.0 2015-05-10 20:34:57 +02:00
Adrian Ulrich
a7a004a2d9 rearrange settings 2015-05-03 13:49:43 +02:00
Adrian Ulrich
a3e546d1b6 use a single audio session and add EQ to settings 2015-05-01 21:12:22 +02:00
Adrian Ulrich
88d6c285d9 implement Continuous Shuffling 2015-04-25 15:42:02 +02:00
Adrian Ulrich
7feebb067f remove dead preferences element 2015-04-13 16:57:51 +02:00
Adrian Ulrich
cffbb1b3f8 remove legacy preferences activities 2015-04-12 14:11:47 +02:00
Adrian Ulrich
bab6b91fdd get rid of obsolete inverted_color feature 2014-10-14 12:58:40 +02:00
Adrian Ulrich
636e0053c5 implement cover shadow loader 2014-06-20 16:20:07 +02:00
Adrian Ulrich
6bc4326f31 Move coverart settings into own fragment 2014-06-20 15:21:15 +02:00
Adrian Ulrich
184d91b5bd initial support for internal artwork loader 2014-06-17 22:01:02 +02:00
Adrian Ulrich
6bbd63a41b Remove broken rescan feature
This won't work on 4.4 and is a minor feature -> drop it
2014-04-12 17:38:51 +02:00
Adrian Ulrich
cdbe36056f Readahead support 2013-08-30 18:52:45 +02:00
Adrian Ulrich
f7a58becf9 remove headset_plug (autoplay on headset-insert) feature 2013-08-29 10:40:21 +02:00
Adrian Ulrich
d317d7aebc config option for songs without RG tag 2013-05-01 18:59:01 +02:00
Adrian Ulrich
510f352192 replaygain pre-amp configuration support 2013-05-01 11:05:05 +02:00
Adrian Ulrich
79902cfcf1 yet another try on RG
We are now using the equalizer feature of android which seems to be pretty buggy:
Attaching to a single audio session does not work, so we are using the global '0' id even if it is deprecated
2013-04-28 20:53:17 +02:00
Adrian Ulrich
ac28a36d5a improve replay gain support 2013-04-01 21:20:13 +02:00
Adrian Ulrich
7b0fb5a07f Make replaygain-config a subitem 2013-04-01 20:36:50 +02:00
Adrian Ulrich
6ffa5fadf8 Add widget preview images 2013-03-24 13:20:51 +01:00