Automattic / pocket-casts-android

Pocket Casts Android 🎧
https://forums.pocketcasts.com
Mozilla Public License 2.0
2.59k stars 224 forks source link

Migrate player heading section to Compose #3269

Open ashiagr opened 3 days ago

ashiagr commented 3 days ago

Description

This migrates player heading section with chapter prev, next buttons to Compose.

Testing Instructions

  1. Play a podcast episode
  2. Open full screen player
  3. ✅ Notice that episode and podcast titles are rendered properly
  4. Tap on podcast title
  5. ✅ Notice that podcast is opened
  6. Play an episode with chapters
  7. ✅ Notice that chapter title, summary, and prev, next chapter buttons are rendered properly
  8. Tap on chapter title
  9. ✅ Notice that Chapters tab is opened with the chapter in progress selected
  10. Go back to Now Playing tab
  11. Tap on prev/ next chapter buttons
  12. ✅ Notice that playback moves to prev/ next chapter position
  13. ✅ Notice that chapter progress is reflected properly in the chapter progress circle surrounding the next chapter button

Screenshots or Screencast

Style Previews

With Chapter

Without Chapter

Portrait

Without Chapter With Chapter

Landscape Without Chapter

Landscape With Chapter

Large Display

Tablet

Checklist

I have tested any UI changes...

dangermattic commented 3 days ago
1 Warning
:warning: This PR is larger than 500 lines of changes. Please consider splitting it into smaller PRs for easier and faster reviews.

Generated by :no_entry_sign: Danger

wpmobilebot commented 3 days ago
📲 You can test the changes from this Pull Request in 📱 Mobile by scanning the QR code below to install the corresponding build.
App Name 📱 Mobile
Build TypedebugProd
Commit798961c39ec215174f17be7dce0413e82237b7ac
Direct Downloadpocketcasts-app-prototype-build-pr3269-798961c.apk
📲 You can test the changes from this Pull Request in 🚗 Automotive by scanning the QR code below to install the corresponding build.
App Name 🚗 Automotive
Build TypedebugProd
Commit798961c39ec215174f17be7dce0413e82237b7ac
Direct Downloadpocketcasts-automotive-prototype-build-pr3269-798961c.apk
📲 You can test the changes from this Pull Request in ⌚ Wear by scanning the QR code below to install the corresponding build.
App Name ⌚ Wear
Build TypedebugProd
Commit798961c39ec215174f17be7dce0413e82237b7ac
Direct Downloadpocketcasts-wear-prototype-build-pr3269-798961c.apk
CookieyedCodes commented 2 days ago

Make sure tapping the chapter name jumps to the chapter screen 😉