87 Commits

Author SHA1 Message Date
Adrian Ulrich
e37225bb91 update translations 2018-10-24 20:42:13 +02:00
Toby Hsieh
71acc1782d Add context menu for song/track details dialog (#849)
* Add context menu for song/track details dialog

This addresses #506

* Add GPL 3 boilerplate to files

* Refactor track and disc number string for song details
2018-10-17 08:24:53 +02:00
Antic1tizen One
45b6063515 Update plugin waking code, fix crash on Oreo devices (#840)
* Update plugin waking code, fix crash on Oreo devices

In Android Oreo we can't use services without bringing them to the
foreground, i.e. showing icon and following specified lifecycle.

After some consideration the new way was implemented for plugin system.
Plugins will no longer have bound service and instead will do everything
required from within their activities. All background logic that
previously resided in services will now be performed before the activity
has even shown its window. This greatly reduces complexity and cost
associated with bringing service model in accordance with Oreo
guidelines. The only downside to this approach is small flickering
or pause in emulators as activities still expect to show themselves
on start instead of disappearing again.

* Move value to class-level constant
2018-09-29 10:47:47 +02:00
Adrian Ulrich
ad7a220423 update translations 2018-08-21 07:30:47 +02:00
Adrian Ulrich
240e8d6de6 update translations 2018-08-11 10:15:33 +02:00
Adrian Ulrich
ed77cc8196 update translations 2018-08-05 12:43:49 +02:00
minus
a44d959716 Add option to scroll to new track on song change (#802)
Adds a new setting to scroll the queue to the new song after a song
change. The new song will be at the top of the view.
2018-08-05 11:01:46 +02:00
Adrian Ulrich
0a9297a16c disable playlist sync by default 2018-08-04 08:55:46 +02:00
Ub1Catcrush
317641bc30 A patch to add support for covers stored in the media files ID3Tag. (#796)
* A patch to add support for covers stored in the media files IDTag.

* implement some suggested changes

* implement review comments
2018-07-21 17:53:20 +02:00
Adrian Ulrich
4e3c440f80 Make playlist folder a config option 2018-07-15 21:01:41 +02:00
Adrian Ulrich
b957b49e72 Add new PlaylistObserver which deprecates PlaylistBridge 2018-07-07 11:13:16 +02:00
Adrian Ulrich
5fbad4b5dd add M3U debug-dump function 2018-07-06 22:40:48 +02:00
Adrian Ulrich
29e0e2cfc4 lint: use layout_height with wrap_content 2018-06-28 21:43:58 +02:00
Adrian Ulrich
8035b6c6fc make expand_or_play_all the default library action 2018-06-21 08:12:09 +02:00
Adrian Ulrich
f816592255 yet another icon attempt 2018-06-17 18:23:31 +02:00
Adrian Ulrich
be41eab712 a new day, a new adaptive icon! 2018-06-16 16:09:53 +02:00
Adrian Ulrich
ef0d852b05 Add horizontal layout 2018-06-04 21:18:05 +02:00
Adrian Ulrich
e9111b4386 use correct pixels for adaptive icon 2018-05-27 21:45:03 +02:00
Adrian Ulrich
1f72b12b69 force icon size in audiopicker 2018-05-27 21:44:40 +02:00
Adrian Ulrich
116e9882f8 update translations 2018-05-27 18:40:09 +02:00
Adrian Ulrich
64b393732d let's try a different adaptive icon for now 2018-05-27 15:17:02 +02:00
Adrian Ulrich
9be566664b fix audiopicker icon 2018-05-27 15:00:30 +02:00
Adrian Ulrich
ac7b319baa remove icon from drawable-* folders, it's now in mipmaps. 2018-05-27 14:17:08 +02:00
Adrian Ulrich
1b27763194 add adaptive mipmap drawables 2018-05-21 15:32:06 +02:00
Adrian Ulrich
66ead156cb move launcher icons to mipmap folder 2018-05-21 14:32:50 +02:00
Loosefish
47dc655ccb Add library action expand or play all. (#776)
Like with the expand action it will first try to expand a selected
item. If the item can't be expanded it will use play all instead of play.
2018-05-21 14:10:47 +02:00
Adrian Ulrich
9d12df990f add db dump option 2018-05-21 14:01:12 +02:00
Adrian Ulrich
7936a7dfae update translations 2018-05-07 08:14:18 +02:00
verdulo
7c727c1db9 add possibility to translate strings "OK" and "Cancel" (#773)
* Update translatable.xml

* Update permission_request.xml

* Update audiopicker.xml

* Update medialibrary_preferences.xml
2018-05-05 12:50:31 +02:00
Adrian Ulrich
008ed50fcd update translations 2018-05-03 20:14:59 +02:00
Adrian Ulrich
4dd50014b3 Restyle sort dialog, make it somewhat nicer 2018-04-24 22:11:30 +02:00
Adrian Ulrich
a1bcb87c31 Add option to sort tracks by duration 2018-04-24 21:32:38 +02:00
Adrian Ulrich
5367d74692 also show duration in track list 2018-04-16 15:07:04 +02:00
Toby Hsieh
b847279578 Show song durations in queue (by adding a TextView) (#761)
* Show song durations in queue (by adding a TextView)

This partially addresses https://github.com/vanilla-music/vanilla/issues/647

* Make duration TextView gone by default

* Show song durations in playlist
2018-04-16 13:42:44 +02:00
Adrian Ulrich
d61a24f6fe add breton translation 2018-03-15 20:59:25 +01:00
Adrian Ulrich
8152059e27 update translations 2018-02-11 14:34:10 +01:00
Adrian Ulrich
b371b16bf6 deprecate ant 2018-02-11 14:29:48 +01:00