Commit graph

296 commits

Author SHA1 Message Date
Marcos Peña
a0560f020f Reverts player changes introduced in MR!1291 breaking background playback (#1509)
MR !1397
2021-11-09 18:03:49 +00:00
Ciarán Ainsworth
44394275ec Update track table 2021-10-21 17:26:18 +00:00
Georg Krause
0abf71095c
Revert progress bar changes, see #1381 2021-10-21 10:24:14 +02:00
Georg Krause
5a74d1d3a0 Fix linting errors in touched files 2021-09-27 04:56:45 +00:00
Georg Krause
9bef230499 Update track progress bars with css transitions 2021-09-27 04:56:45 +00:00
Tony Wasserka
6114853445 Enable stepless adjustment of the volume control slider 2021-09-10 19:03:32 +00:00
JuniorJPDJ
61d7c8bf14 Lower delay for loading sound 2021-08-04 11:44:46 +00:00
JuniorJPDJ
13c3b22b02 Set global howler volume, use log volume scale internally
fixes:
- next track volume
- saves precise volume slider position
- keyboard shortcut now sets volume in correct scale
2021-08-04 11:44:46 +00:00
JuniorJPDJ
f1f6a77d14 Don't allow track playing start if it's not current track
partially fixes #1213
2021-08-04 11:44:46 +00:00
jovuit
f661e3a078 Reviewed comments on source strings on Weblate and modified source strings accordingly if needed
Replaced "email" with "e-mail address" when needed
2021-06-17 15:55:12 +00:00
Ciarán Ainsworth
071ff89a4f Fix recently listened widget and simple artist serializer 2021-05-19 12:59:14 +00:00
heyarne
f1f9f935cf
Make playing tracks in their playlist the default 2021-04-28 08:47:12 +02:00
Georg Krause
4fed82a34b
Merge branch 'petitminion/funkwhale-change_start_radio_to_Play_radio' into develop 2021-04-21 14:02:28 +02:00
Georg Krause
6d42c8337f Merge branch 'fix_resume_on_sleep' into 'develop'
Properly handle redundant MediaSession play/pause requests

See merge request funkwhale/funkwhale!1283
2021-04-12 04:46:57 +00:00
Tony Wasserka
7900c2d065 Properly handle redundant MediaSession play/pause requests
MediaSession pause requests may happen even when Funkwhale is already in a
paused state. Previously FW would flip between play/pause without
consideration for the current state instead of doing nothing when
the playback state matches the requested one.

Notably, this made Funkwhale resume audio playback when entering sleep mode
on my system.
2021-04-11 15:19:59 +02:00
Petitminion
cb9a5cdf81 Changing Start Radio to Play Radio. #1400 2021-04-11 00:05:16 +02:00
heyarne
75a1d74962 Stop all other tracks when loading a new track 2021-04-08 07:55:23 +00:00
Georg Krause
5fded7a701 Merge branch 'enhancement/artist-track-row-consistency' into 'develop'
Improve UI consistency in an artist's tracklist

See merge request funkwhale/funkwhale!1286
2021-04-07 06:21:45 +00:00
Georg Krause
2dc5acf4f7
Remove whitespaces 2021-04-07 06:49:53 +02:00
heyarne
188150b024 Improve UI consistency in an artist's tracklist 2021-03-30 08:26:49 +02:00
Marcos Peña
f712669013 Improves album's year placement (#1366)
Better consistency between different views
2021-03-25 20:11:33 +01:00
Marcos Peña
e847e92e21 Adds album's year to base and card view (#1366) 2021-03-21 10:08:37 +01:00
heyarne
c2587e0a94 Fix whitespace before album name link 2021-01-03 17:48:07 +01:00
Ciarán Ainsworth
d0b1b6e632 Resolve "Following channel with fediverse address not working" 2020-12-11 15:27:29 +01:00
Ciarán Ainsworth
804f9a7d99 Add prop for default cover 2020-12-04 09:21:17 +01:00
Strom Lin
c0b06824a8 fix #1281: Add check for null covers 2020-11-25 00:40:29 +02:00
Ciarán Ainsworth
9650b6b1b0 Added padding to volume slider 2020-11-21 20:07:54 +00:00
Philipp Wolfer
d67377afd4 Update playback position slider also when track is paused
Fixes the UI not updating when clicking the position slider while playback is paused.

Fixes #1266
2020-11-21 10:51:16 +01:00
Philipp Wolfer
997b510ec6 Update MediaSession metadata for initially loaded track
The MediaSession metadata was only set on track change, but not for the track already set during load.

Fixes #1252
2020-11-20 10:12:03 +01:00
Philipp Wolfer
8d9e7ca52d Use logarithmic scale for volume slider.
Fixes #1222
2020-11-19 17:40:34 +01:00
Agate
83fde07afd Fix #1216: missing button title 2020-09-02 12:11:40 +02:00
Agate
cce158b60b [plugin, scrobbler] Use last.fm API v2 for scrobbling if API key and secret are provided 2020-08-26 12:26:27 +02:00
Agate
6c580bc411 Added aria-landmarks on important pieces of content 2020-08-04 17:27:00 +02:00
Agate
1cc5ed8871 Resolve "Ensure all buttons in the application are operable using only the keyboard" 2020-08-04 13:22:31 +02:00
Agate
9680222c25 Fix #1183: use p instead of space for play/pause 2020-08-04 11:35:24 +02:00
Agate
3533ba889f Fixed UI crash due to accessing wrong cover 2020-08-04 11:30:26 +02:00
Agate
7e5231c334 Fixed aria label on play button 2020-08-04 11:27:06 +02:00
Agate
179e940b58 Removed unused onpause 2020-08-04 10:48:20 +02:00
Agate
e271851f67 See #1100: clean compat and XXX in the code 2020-08-03 15:47:14 +02:00
Ciarán Ainsworth
8c3c19796c Resolve "Add alt tags to existing images" 2020-08-01 19:07:06 +02:00
Ciarán Ainsworth
33ba92a0d6 Contrast and labelling fixes 2020-08-01 11:11:51 +02:00
Agate
abcac3ffd0 Set paused state when using media keys 2020-07-31 17:24:45 +02:00
Agate
667d9d2ba6 Resolve "UX, UI : Search Page" 2020-07-31 15:10:16 +02:00
Agate
c6e3ce1925 Fix #1180: Fix broken media support detection 2020-07-31 11:06:29 +02:00
Agate
9a0bcffaf1 Merge branch 'link-purpose-issues' into 'develop'
Link purpose issues

Closes #1129

See merge request funkwhale/funkwhale!1175
2020-07-27 11:05:35 +02:00
Ciarán Ainsworth
dd592eb6d1 Link purpose issues 2020-07-27 11:05:34 +02:00
Ciarán Ainsworth
83349700a9 Album pagination 2020-07-27 11:02:56 +02:00
Ciarán Ainsworth
2e0d3d3e74 Add time ago fix 2020-07-21 14:33:41 +01:00
Agate
4162ed65d9 Fix #1083: Play button now replace current queue instead of appending to it 2020-07-18 16:50:40 +02:00
Agate
820b53c3b4 Fixed unplayable album card 2020-07-09 13:03:08 +02:00