[PR #1742] [CLOSED] Android: advertise media capabilities properly #1677

Closed
opened 2026-04-25 00:00:33 +02:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1742
Author: @wagyourtail
Created: 12/4/2025
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+7 additions, -1 deletions)

View changed files

📝 android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt (+7 -1)

📄 Description

Brief summary

advertises that fastforward/rewind are actually supported for external control.

Which issue is fixed?

fixes #678

Pull Request Type

Android

In-depth Description

advertises that fastforward/rewind/next/prev are actually supported for external control.

How have you tested this?

tested on my phone with my watch

Screenshots

next/prev appear to be required, which changes the notification slightly. tho the watch uses the fast forward/rewind only...

image


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/advplyr/audiobookshelf-app/pull/1742 **Author:** [@wagyourtail](https://github.com/wagyourtail) **Created:** 12/4/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`b7fe71a`](https://github.com/advplyr/audiobookshelf-app/commit/b7fe71ac24c092c27db5b9a3f592a21ff656b388) fix media control ### 📊 Changes **1 file changed** (+7 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `android/app/src/main/java/com/audiobookshelf/app/player/PlayerNotificationService.kt` (+7 -1) </details> ### 📄 Description <!-- For Work In Progress Pull Requests, please use the Draft PR feature, see https://github.blog/2019-02-14-introducing-draft-pull-requests/ for further details. If you do not follow this template, the PR may be closed without review. Please ensure all checks pass. If you are a new contributor, the workflows will need to be manually approved before they run. --> ## Brief summary <!-- Please provide a brief summary of what your PR attempts to achieve. --> advertises that fastforward/rewind are actually supported for external control. ## Which issue is fixed? <!-- Which issue number does this PR fix? Ex: "Fixes #1234" --> fixes #678 ## Pull Request Type Android <!-- Does this affect only Android, only iOS, or both? Does this change the frontend or the backend of the apps? --> ## In-depth Description <!-- Describe your solution in more depth. How does it work? Why is this the best solution? Does it solve a problem that affects multiple users or is this an edge case for your setup? --> advertises that fastforward/rewind/next/prev are actually supported for external control. ## How have you tested this? <!-- Please describe in detail with reproducible steps how you tested your changes. --> tested on my phone with my watch ## Screenshots next/prev appear to be required, which changes the notification slightly. tho the watch uses the fast forward/rewind only... ![image](https://github.com/user-attachments/assets/0000d9c8-d10e-4a0f-b3b4-f9265c113597) <!-- If your PR includes any changes to the front-end, please include screenshots or a short video from before and after your changes. --> --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2026-04-25 00:00:33 +02:00
adam closed this issue 2026-04-25 00:00:33 +02:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf-app#1677