fix: EPG hidden categories dropdown (v1.10.18, versionCode 326, versionName 1.10.17) - #609
Closed
Saelon600 wants to merge 2 commits into
Closed
fix: EPG hidden categories dropdown (v1.10.18, versionCode 326, versionName 1.10.17)#609Saelon600 wants to merge 2 commits into
Saelon600 wants to merge 2 commits into
Conversation
Himanth-reddy
commented
Aug 26, 2026
Collaborator
I checked the PR and the 2.8M+ lines are mostly coming from reference/official-playstore-jadx/, which looks like the full decompiled Play Store APK. For this PR, the actual change is only in LiveTvEnhancements.kt, LiveTvScreen.kt, and the Gradle config, so we shouldn't be adding the entire decompiled APK to the repository. Can you remove reference/official-playstore-jadx/ from the PR and keep only the files/code that are actually required for the fix? Also, please check reference/extract_official_build_config.py and make sure we aren't committing any extracted API keys, client secrets, or other credentials from the official build. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes EPG hidden categories dropdown not showing when there are hidden groups.
Related to versionCode 326 / versionName 1.10.17