Skip to content

feat(media-player): enhancement#16525

Open
alperozturk96 wants to merge 12 commits intomasterfrom
feat/enhance-player
Open

feat(media-player): enhancement#16525
alperozturk96 wants to merge 12 commits intomasterfrom
feat/enhance-player

Conversation

@alperozturk96
Copy link
Copy Markdown
Collaborator

@alperozturk96 alperozturk96 commented Feb 16, 2026

Original PR: #16116

This merge request adds a persistent "queue" / playlist feature to the Nextcloud Media Player and implements a set of frequently requested playback behaviors and UI improvements:

  • Shuffle mode (randomize playback order)
  • Repeat modes (repeat one / repeat all / off)
  • Automatically play the next file when the current media ends (so folders with mixed content will behave as playlists containing only media files)
  • Automatic filtering to exclude non-media files when generating a playlist from a folder
  • Improved media player notification controls while the app is minimized (skip to next / previous, play/pause)
    The proposed implementation has been used in the HiDrive application for a long time.
image

Changes

Removes PreviewMediaActivity.kt‎, PlayerStateMachineTest.kt‎, PlayerService.kt‎, PlayerServiceConnection.kt‎ since new PlayerActivity and it's new dependencies responsible for playing music and video.

@github-project-automation github-project-automation bot moved this to 🧭 Planning evaluation (don't pick) in 🤖 🍏 Mobile clients team Feb 17, 2026
@tobiasKaminsky tobiasKaminsky moved this from 🧭 Planning evaluation (don't pick) to 🏗️ In progress in 🤖 🍏 Mobile clients team Feb 17, 2026
@alperozturk96 alperozturk96 added this to the Nextcloud App 33.1.0 milestone Mar 18, 2026
@github-actions
Copy link
Copy Markdown

APK file: https://github.com/nextcloud/android/actions/runs/23602454667/artifacts/6126695619
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

dbotvin and others added 12 commits April 7, 2026 09:22
Signed-off-by: Denis Botvin <d.botvin@viseven.com>

# Conflicts:
#	app/src/main/res/values/colors.xml
#	app/src/main/res/values/strings.xml
#	gradle/libs.versions.toml
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>

# Conflicts:
#	app/src/main/res/values/strings.xml
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>

# Conflicts:
#	app/src/main/java/com/owncloud/android/ui/preview/PreviewMediaActivity.kt
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
Signed-off-by: alperozturk96 <alper_ozturk@proton.me>
@nextcloud nextcloud deleted a comment from github-actions bot Apr 7, 2026
@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

Codacy

SpotBugs

CategoryBaseNew
Bad practice3636
Correctness6969
Dodgy code229230
Experimental11
Internationalization77
Malicious code vulnerability22
Multithreaded correctness3434
Performance4242
Security1616
Total436437

SpotBugs increased!

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

APK file: https://github.com/nextcloud/android/actions/runs/24069526603/artifacts/6300883999
To test this change/fix you can simply download above APK file and install and test it in parallel to your existing Nextcloud app.
qrcode (please click on link to get QR code displayed)

@github-actions
Copy link
Copy Markdown

github-actions bot commented Apr 7, 2026

blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

Status: 🏗️ In progress

Development

Successfully merging this pull request may close these issues.

4 participants