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

Use NotificationChannelCompat. #6633

Merged

Conversation

Isira-Seneviratne
Copy link
Member

What is it?

  • Bugfix (user facing)
  • Feature (user facing)
  • Codebase improvement (dev facing)
  • Meta improvement to the project (dev facing)

Description of the changes in your PR

  • Use NotificationChannelCompat.

APK testing

The APK can be found by going to the "Checks" tab below the title. On the left pane, click on "CI", scroll down to "artifacts" and click "app" to download the zip file which contains the debug APK of this PR.

Due diligence

@AudricV AudricV added the codequality Improvements to the codebase to improve the code quality label Jul 10, 2021
@TacoTheDank
Copy link
Member

TacoTheDank commented Jul 12, 2021

AppCompat 1.2.0 to 1.3.0 is a very important library upgrade, being one of the most used core libraries of NewPipe. I'm of the opinion that this be thoroughly tested before being merged, at least to catch possible new behaviors and bugs before new GitHub issues are created.

AppCompat 1.3.0 changelog: https://developer.android.com/jetpack/androidx/releases/appcompat#version_130_3

Edit: compileSdk should not be bumped here either.

@Isira-Seneviratne Isira-Seneviratne force-pushed the Use_NotificationChannelCompat branch 4 times, most recently from 6503da4 to bfc2c36 Compare July 19, 2021 09:45
@Redirion
Copy link
Member

Redirion commented Jul 19, 2021

Thank you! I would like to merge all your recent prs, so also #6634, #6638, #6675, #6685

apart from #6675 all PRs do increase the appcompat version. Could you do that in another PR seperately and rebase your PRs accordingly?

Also do you mind if we condense your PRs in the changelog like "general codequality updates" linking to your PRs?

@Isira-Seneviratne
Copy link
Member Author

Thank you! I would like to merge all your recent prs, so also #6634, #6638, #6675, #6685

apart from #6675 all PRs do increase the appcompat version. Could you do that in another PR seperately and rebase your PRs accordingly?

Also do you mind if the condense your PRs in the changelog like "general codequality updates" linking to your PRs?

Yeah, that's fine.

@Redirion
Copy link
Member

AppCompat 1.3.0 changelog: https://developer.android.com/jetpack/androidx/releases/appcompat#version_130_3

I was probablly a bit too quick in merging the appcompat lib update as I wanted to get that our of way to be able to merge these PRs.

The transitive dependencies are not matching. I guess we need to adopt.
androidxLifecycleVersion = '2.2.0' -> 2.3.1
'androidx.core:core-ktx:1.3.2' -> 1.5.0

@TacoTheDank
Copy link
Member

The transitive dependencies are not matching. I guess we need to adopt.
androidxLifecycleVersion = '2.2.0' -> 2.3.1
'androidx.core:core-ktx:1.3.2' -> 1.5.0

Would be a good idea, yes 😉

@TacoTheDank TacoTheDank mentioned this pull request Jul 20, 2021
5 tasks
Copy link
Member

@Stypox Stypox left a comment

Choose a reason for hiding this comment

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

Thank you! It works, both on API 19 emulated, API 29 real and API 30 emulated

@Stypox Stypox merged commit bc74bb6 into TeamNewPipe:dev Aug 1, 2021
@Isira-Seneviratne Isira-Seneviratne deleted the Use_NotificationChannelCompat branch August 1, 2021 10:20
This was referenced Aug 4, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
codequality Improvements to the codebase to improve the code quality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants