Skip to content

fix: EPG hidden categories dropdown (v1.10.18, versionCode 326, versionName 1.10.17) - #609

Closed
Saelon600 wants to merge 2 commits into
ProdigyV21:mainfrom
Saelon600:feat/epg-hidden-group-dropdown
Closed

fix: EPG hidden categories dropdown (v1.10.18, versionCode 326, versionName 1.10.17)#609
Saelon600 wants to merge 2 commits into
ProdigyV21:mainfrom
Saelon600:feat/epg-hidden-group-dropdown

Conversation

@Saelon600

Copy link
Copy Markdown

Fixes EPG hidden categories dropdown not showing when there are hidden groups.

  • Ensures dropdown appears even when all groups in a category are hidden
  • Maintains existing behavior for visible groups

Related to versionCode 326 / versionName 1.10.17

@github-actionsgithub-actionsBot added the area: android Changes to the Android app or Gradle build label Aug 25, 2026
@Himanth-reddy

Copy link
Copy Markdown
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.

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

Labels

area: androidChanges to the Android app or Gradle build

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

@Saelon600@Himanth-reddy@tormox