Skip to content

Remove Deprecated methods#67

Merged
theScrabi merged 1 commit intoTeamNewPipe:masterfrom
joshsoftware:remove_deprecation
Nov 2, 2015
Merged

Remove Deprecated methods#67
theScrabi merged 1 commit intoTeamNewPipe:masterfrom
joshsoftware:remove_deprecation

Conversation

@shekhar12020
Copy link
Copy Markdown
Contributor

  • Remove deprecated method from app/src/main/java/org/schabi/newpipe/VideoItemListFragment.java

onAttach(Activity activity) is replaced by onAttach(Context context)

  • Remove deprecated method from pp/src/main/java/org/schabi/newpipe/VideoListAdapter.java
    context.getResource().getColor(resId) is replaced by ContextCompat.getColor(context,resId)

…VideoItemListFragment.java

onAttach(Activity activity) is replaced by onAttach(Context context)

+ Remove deprecated method from pp/src/main/java/org/schabi/newpipe/VideoListAdapter.java
context.getResource().getColor(resId) is replaced by ContextCompat.getColor(context,resId)
theScrabi added a commit that referenced this pull request Nov 2, 2015
@theScrabi theScrabi merged commit 1850dee into TeamNewPipe:master Nov 2, 2015
@theScrabi
Copy link
Copy Markdown
Member

All right thanks :)

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@sonarqubecloud
Copy link
Copy Markdown

sonarqubecloud Bot commented May 9, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants