pocket-casts-android
pocket-casts-android copied to clipboard
End of Year: Show first and last story
📘 Project: #410 |
---|
iOS PR: https://github.com/Automattic/pocket-casts-ios/pull/420
Description
Adds the first and last story. The last story also adds a replay option.
Testing Instructions
- Set
END_OF_YEAR_ENABLED
feature flag totrue
inbase.gradle
- Run the app and make sure you're logged in to an account with a few items on Listening History
- When the prompt appears, tap "View My 2022"
- ✅ Check that the first story contains a "Let's celebrate..." string
- Tap on the right side to go to the next story
- ✅ Check that it works
- Advance to the last story
- ✅ Wait for it to end, notice that the stories won't start over
- Tap the "Replay" button
- ✅ Check that the stories start again
Screenshots or Screencast
Intro story | Epilogue story |
---|---|
![]() |
![]() |
Checklist
- [ ] If this is a user-facing change, I have added an entry in CHANGELOG.md
- [x] I have considered whether it makes sense to add tests for my changes
- [ ] All strings that need to be localized are in
modules/services/localization/src/main/res/values/strings.xml
- [ ] Any jetpack compose components I added or changed are covered by compose previews
I have tested any UI changes...
- [ ] with different themes
- [ ] with a landscape orientation
- [ ] with the device set to have a large display and font size
- [ ] for accessibility with TalkBack