Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android native audio feature support #7554

Merged
merged 8 commits into from
May 1, 2020

Conversation

fdocr
Copy link
Contributor

@fdocr fdocr commented Apr 27, 2020

What type of PR is this? (check all applicable)

  • Refactor
  • Feature
  • Bug Fix
  • Optimization
  • Documentation Update

Description

This is the JS management of the Android Bridge calls required to make the Podcast Player work natively.

🚨🚨 NOTE FOR MERGE: Let's make this one a coordinated deploy with the next Native Android Beta Release to minimize impact on Podcast players not working anymore 🚨🚨

Related Tickets & Documents

Android repo PR

Added tests?

  • yes
  • no, because they aren't needed
  • no, because I need help

Added to documentation?

  • docs.dev.to
  • readme
  • no documentation needed

[optional] What gif best describes this PR or how it makes you feel?

monkey walking a bridge

@pr-triage pr-triage bot added the PR: draft bot applied label for PR's that are a work in progress label Apr 27, 2020
@fdocr fdocr changed the title [WIP] Android native audio feature Android native audio feature support Apr 30, 2020
@fdocr fdocr marked this pull request as ready for review April 30, 2020 09:33
@pr-triage pr-triage bot added PR: unreviewed bot applied label for PR's with no review and removed PR: draft bot applied label for PR's that are a work in progress labels Apr 30, 2020
Copy link
Contributor

@maestromac maestromac left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!

Comment on lines +116 to +117
typeof AndroidBridge !== 'undefined' &&
AndroidBridge !== null
Copy link
Contributor

@maestromac maestromac Apr 30, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not a blocker but you can do these two operation in one. reference

Suggested change
typeof AndroidBridge !== 'undefined' &&
AndroidBridge !== null
typeof AndroidBridge != null

@pr-triage pr-triage bot added PR: partially-approved bot applied label for PR's where a single reviewer approves changes and removed PR: unreviewed bot applied label for PR's with no review labels Apr 30, 2020
@benhalpern benhalpern merged commit 96c27ec into forem:master May 1, 2020
@pr-triage pr-triage bot added PR: merged bot applied label for PR's that are merged and removed PR: partially-approved bot applied label for PR's where a single reviewer approves changes labels May 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
PR: merged bot applied label for PR's that are merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants