Age | Commit message (Collapse) | Author |
|
|
|
Port 05ef3462ba0af7b147a7cfa8de2735e99dc59ac5 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port eb63217210b0ab85ff1fcca9506d5e7931382a56 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
Port front-end changes from fba96c808d25d2fc35ec63ee6745a1e55a95d707 to glitch-soc
Signed-off-by: Thibaut Girka <thib@sitedethib.com>
|
|
|
|
|
|
Cache width shared by Video player, MediaGallery and Cards at the
ScrollableList level, pass it down through StatusList and Notifications.
|
|
volume changes
Port a53dcaa29869e808707efcba541b02ee8d799e75 to glitch-soc
|
|
Port f978afa4871c22caecb625a0b3eba533edfa309b to glitch-soc
|
|
|
|
|
|
Port f7a6f9489da9b2a1820366654df47b8a52f5c5bc to glitch-soc
[API] [vanilla required] [glitch-soc optional] initial_state show_sensitive_media boolean changed to show_media string with options "default", "hide_all", "show_all"
|
|
|
|
|
|
|
|
Port ac092d03e7a781d27aff9cb9ea4637be9c5f2a2a to glitch-soc
|
|
- Preload video metadata if the video is loaded in detailed view, as it is
likely to get played, and metadata is useful for seeking in the video.
- Preload video data if it's fullscreen as it is extremely likely to get
played right after being put in fullscreen (although those are two steps).
- Preload video data if the user has clicked the position slider, as the video
will play as soon as the mouse button is released, and video metadata is
needed to properly seek into the video.
|
|
|
|
This prevents accidental text selection and avoids opening the toot containing
the video in the dynamic column when clicking on the position slider.
|
|
Port d9b2f84c92f24067b12be81837240bf6c8930236 to glitch-soc
|
|
The rationale behind this is that if the user wants to report violent media,
they might not want to see it repeatedly. The “sensitive” property is still
kept, displaying different messages for hidden media depending on whether
they are marked as sensitive.
|
|
Fix video player on toot public views
|
|
|
|
Port the display part of the following commits to glitch-soc:
* 90f12f2e5a41115a9a756f9dd38054736080d4f9
* b170627ceb8838c358aef1fcca9673ce4aa61ab8
* 11697d68942db7b97a4c7384e4fb4148a97b9122
* 56eb5c3f344f0342ac6f26a05748bc21c585a729
|
|
Port the video-player part of 036dd98abb1fe6ae1d25ff0f3ecffe4dd9a79ea3 to
glitch-soc. MediaGallery part ignored since it has diverged quite a bit.
This fixes #423
|
|
Port ecdac9017efceb77da155bf85d5e7d6084382da2 to glitch-soc
|
|
Port the UI part of 76f3d5d16be2fb97d2252909589510165ec05e12 to glitch-soc
|
|
|
|
|
|
|