[PR #1690] [CLOSED] Add Android Auto support and refactor for media3 migration #1665

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

📋 Pull Request Information

Original PR: https://github.com/advplyr/audiobookshelf-app/pull/1690
Author: @AwsomeFox
Created: 9/23/2025
Status: Closed

Base: masterHead: move-docs


📝 Commits (2)

📊 Changes

430 files changed (+43917 additions, -8701 deletions)

View changed files

📝 .github/ISSUE_TEMPLATE/bug_report.yml (+1 -1)
.github/copilot-instructions.md (+13 -0)
📝 .github/testing-page-template.html (+3 -3)
.github/workflows/deploy-playstore.yml (+76 -0)
MATERIAL3_COLOR_MIGRATION.md (+132 -0)
PLAY_STORE_DEPLOYMENT.md (+164 -0)
PLAY_STORE_GRAPHICS_GUIDE.md (+148 -0)
PRIVACY_POLICY.md (+167 -0)
PRIVACY_POLICY_GUIDE.md (+146 -0)
SESSION_RESUME_FEATURES.md (+116 -0)
android/ANDROID_AUTO_AVD_SETUP.md (+63 -0)
android/README.md (+1 -0)
📝 android/app/build.gradle (+49 -22)
📝 android/app/capacitor.build.gradle (+4 -3)
android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml (+0 -6)
android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml (+0 -6)
android/app/src/debug/res/mipmap-hdpi/ic_launcher.png (+0 -0)
android/app/src/debug/res/mipmap-hdpi/ic_launcher_background.png (+0 -0)
android/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png (+0 -0)
android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png (+0 -0)

...and 80 more files

📄 Description

Implement Android Auto playback functionality, ensuring playback state syncs correctly with the UI and session management. Refactor package names and update dependencies for media3 compatibility. Clean up UI elements and improve overall application structure.

Fixes #2


🔄 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/1690 **Author:** [@AwsomeFox](https://github.com/AwsomeFox) **Created:** 9/23/2025 **Status:** ❌ Closed **Base:** `master` ← **Head:** `move-docs` --- ### 📝 Commits (2) - [`6fe0fe0`](https://github.com/advplyr/audiobookshelf-app/commit/6fe0fe0668f14939b0d5cc14a62d08c146308686) Working media3 migration (#2) - [`1ce09a7`](https://github.com/advplyr/audiobookshelf-app/commit/1ce09a768eac86f5ef0057471632dd52861b8e11) move docs ### 📊 Changes **430 files changed** (+43917 additions, -8701 deletions) <details> <summary>View changed files</summary> 📝 `.github/ISSUE_TEMPLATE/bug_report.yml` (+1 -1) ➕ `.github/copilot-instructions.md` (+13 -0) 📝 `.github/testing-page-template.html` (+3 -3) ➕ `.github/workflows/deploy-playstore.yml` (+76 -0) ➕ `MATERIAL3_COLOR_MIGRATION.md` (+132 -0) ➕ `PLAY_STORE_DEPLOYMENT.md` (+164 -0) ➕ `PLAY_STORE_GRAPHICS_GUIDE.md` (+148 -0) ➕ `PRIVACY_POLICY.md` (+167 -0) ➕ `PRIVACY_POLICY_GUIDE.md` (+146 -0) ➕ `SESSION_RESUME_FEATURES.md` (+116 -0) ➕ `android/ANDROID_AUTO_AVD_SETUP.md` (+63 -0) ➕ `android/README.md` (+1 -0) 📝 `android/app/build.gradle` (+49 -22) 📝 `android/app/capacitor.build.gradle` (+4 -3) ➖ `android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher.xml` (+0 -6) ➖ `android/app/src/debug/res/mipmap-anydpi-v26/ic_launcher_round.xml` (+0 -6) ➖ `android/app/src/debug/res/mipmap-hdpi/ic_launcher.png` (+0 -0) ➖ `android/app/src/debug/res/mipmap-hdpi/ic_launcher_background.png` (+0 -0) ➖ `android/app/src/debug/res/mipmap-hdpi/ic_launcher_foreground.png` (+0 -0) ➖ `android/app/src/debug/res/mipmap-hdpi/ic_launcher_round.png` (+0 -0) _...and 80 more files_ </details> ### 📄 Description Implement Android Auto playback functionality, ensuring playback state syncs correctly with the UI and session management. Refactor package names and update dependencies for media3 compatibility. Clean up UI elements and improve overall application structure. Fixes #2 --- <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:28 +02:00
adam closed this issue 2026-04-25 00:00:29 +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#1665