Adrian Ulrich
aedd1f2dae
cleanup dead translation
2021-04-25 19:13:57 +02:00
Adrian Ulrich
0bd1d1dd0b
update translations
2021-04-25 18:59:52 +02:00
Adrian Ulrich
f908a2ebb0
update translations
2021-04-11 10:16:23 +02:00
Adrian Ulrich
27cd3ea0c1
update translations
2021-04-02 10:25:50 +02:00
Adrian Ulrich
25937ce3a9
put cancel button left from start button
2021-04-02 09:27:33 +02:00
Adrian Ulrich
f689fbe9c1
update translations
2021-03-28 18:45:59 +02:00
Adrian Ulrich
39e8404e41
give media library preference some padding
2021-03-28 18:37:49 +02:00
Adrian Ulrich
8963ed500b
Switch default playlist action to 'play all'
2021-03-07 09:16:20 +01:00
Adrian Ulrich
800ecc6edb
remove media button preferences and enable them always
2021-03-03 19:45:08 +01:00
Adrian Ulrich
7e870fe9e5
Switch to appcompat notifications
...
I really liked our own notification styles, but on Android 11, it just starts to look very alien.
2021-03-03 08:54:23 +01:00
kaipoethkow
20ea9226b5
Add "Move to top" and "Move to bottom" to the queue context menu ( #1073 )
...
* Add move-to-top and move-to-bottom items to queue context menu.
* Add german translation for move-to-top/bottom menu items.
* Add icon images for move-to-top/bottom menu items.
2021-02-27 08:41:37 +01:00
Adrian Ulrich
23e74d3859
restyle cover view
2020-08-30 16:46:36 +02:00
Adrian Ulrich
1eeac15d9c
shift cover view up to take playback controls into account
2020-08-30 16:17:45 +02:00
Adrian Ulrich
621c917bf4
Add dropdown menu to menu folder picker
2020-05-03 21:00:43 +02:00
mueller-ma
fdec4d50da
Use darker colors for artist images ( #984 )
...
* Use darker colors for artist images
Fixes #983
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
* Use material colors
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
* Update generate-themes.pl
Signed-off-by: mueller-ma <mueller-ma@users.noreply.github.com>
2020-01-19 12:12:13 +01:00
Adrian Ulrich
497af31e52
add a white border to the close button for better visibility with dark themes
2019-12-31 17:11:12 +01:00
Adrian Ulrich
e43b193cc1
rebuild icons
2019-12-31 16:54:34 +01:00
Adrian Ulrich
adc0cedf44
update translations
2019-12-31 15:15:38 +01:00
Adrian Ulrich
5ebd4ff4a4
update translations
2019-04-21 16:16:25 +02:00
Adrian Ulrich
08daf653d0
Revert "Added margin to info_table to remove it from the screenborder ( #924 )"
...
This breaks the layout:
* queue height is wrong
* does only cover parts of the cover
2019-02-28 21:41:36 +01:00
newhinton
f4cc237063
Added margin to info_table to remove it from the screenborder ( #924 )
2019-02-28 19:06:25 +01:00
Adrian Ulrich
2278264fe8
update translations
2019-02-23 07:09:27 +01:00
Adrian Ulrich
9ce0975d41
migrate to androidx
2019-02-09 11:59:55 +01:00
Edontin
9f65fb3f84
[Issue #905 ] Add playlist path relativization option. ( #908 )
...
* Add playlist path relativization option.
Allows relative paths to be specified/exported within synchronized playlists.
* Minor code clean up for relative playlist exports.
Removes some unnecessary code and slightly improves associated Javadocs.
2019-02-03 09:31:53 +01:00
Adrian Ulrich
591fe1c753
use dark theme on holo
2019-01-27 13:21:30 +01:00
Adrian Ulrich
18abc9e97a
Set theme for BottomSheet
2019-01-27 13:12:09 +01:00
Adrian Ulrich
30be0f07ca
update translations
2019-01-13 21:40:55 +01:00
Adrian Ulrich
990c39eac4
fix elevation in playback view
2019-01-10 21:04:40 +01:00
Adrian Ulrich
f6c656492f
use common view includes in landscape library view
2019-01-10 20:22:14 +01:00
Adrian Ulrich
f1b7d241fe
make jump-to-enqueued-song an option
2019-01-02 11:51:28 +01:00
Antic1tizen One
4210a9ece0
Speedup plugin search, add quick plugin button ( #887 )
...
We are now fully switched to activity-based plugin
start system, so we don't need to start service or
wake activity anymore. Delete relevant part.
If the additiona; information is needed about the
plugin we can dig it out from its broadcast receiver.
Also, add quick "Plugins" button to the full playback
activity so there are only 2 clicks away from any plugin.
2018-12-28 10:17:26 +01:00
Adrian Ulrich
7fa8833e20
adjust margins for the new seek bar position
2018-12-10 20:21:46 +01:00
Adrian Ulrich
719bed268f
make the seek bar 4dip higher
2018-12-10 20:11:42 +01:00
Adrian Ulrich
66bebc8709
move seek bar to bottom
2018-12-03 21:56:00 +01:00
Adrian Ulrich
1a4484b0c1
Make controls.xml more re-usable.
...
Note that we also must update the themes to have PopupWindow provide overlay_background_color.
2018-12-03 21:25:43 +01:00
Adrian Ulrich
b8d5953cf0
unify seek-bar layout
2018-12-03 21:17:21 +01:00
Adrian Ulrich
02de9b3cba
update translations
2018-11-22 21:18:24 +01:00
Adrian Ulrich
d85120e9a1
add padding to fancymenu row
2018-11-22 21:07:34 +01:00
Adrian Ulrich
5f532ac045
update translations
2018-11-17 11:11:43 +01:00
Toby Hsieh
d00b3e4769
Add a Jump to Time dialog ( #868 )
...
* Add a Jump to Time dialog
This implements #827 by adding a context menu entry to open a dialog
that allows the user to input a time/position to seek to for the current
song.
* Use callback interface for JumpToTimeDialog position submission
* Automatically show soft keyboard for JumpToTimeDialog
* Automatically move to next EditText in JumpToTimeDialog
* Crash if JumpToTimeDialog is started by wrong activity
2018-11-15 18:28:00 +01:00
Adrian Ulrich
5e629a0d13
update translations
2018-11-12 11:00:16 +01:00
Adrian Ulrich
893e96cbd4
add 'remove' drawable
2018-11-12 10:11:52 +01:00
Adrian Ulrich
77f48a00f5
update icons
2018-11-12 09:45:07 +01:00
Adrian Ulrich
1d11f64e9e
tune fancymenu layout
2018-11-02 21:10:02 +01:00
Adrian Ulrich
0df0328eef
Add menu drawables
2018-11-02 20:49:52 +01:00
Adrian Ulrich
62ea38873a
...aaand also add layouts for fancymenu.
2018-11-01 20:56:26 +01:00
Adrian Ulrich
5a0fd2b538
Introduce FancyMenu.
...
A menu-item like menu which gives us better layout control.
2018-11-01 20:55:32 +01:00
Adrian Ulrich
885618ef36
redo text at bottom layout
2018-10-27 19:02:26 +02:00
Adrian Ulrich
20962e37d0
Reorganise context menu
2018-10-26 22:17:30 +02:00
Adrian Ulrich
62e498a1a9
initial shortcut support
2018-10-26 20:20:15 +02:00