Skip to content

fix: sample catalog, modern loading, signing, and dependency cleanup - #2

Merged
halilozel1903 merged 6 commits into
masterfrom
cursor/android-tv-gaps-7f6a
Sep 20, 2026
Merged

halilozel1903 merged 6 commits into
masterfrom
cursor/android-tv-gaps-7f6a

Conversation

@halilozel1903

@halilozel1903 halilozel1903 commented Sep 20, 2026 •

Copy link
Copy Markdown
Owner

Summary

Closes remaining post-polish gaps for the Android TV leanback demo. Rebased onto master (includes merged README/CI polish from #1).

  • Sample content: Browse/detail data comes from app/src/main/assets/catalog.json with bundled posters under assets/posters/ and documented Google Android TV sample fallbackUrl values. See docs/SAMPLE_CONTENT.md.
  • AsyncTask: VideoDetailsFragment loads poster bitmaps on a background executor, applies UI on the main thread, and cancels work in onStop/onDestroy.
  • Dependencies: Leanback bumped to 1.1.0-rc02 (compatible with AGP 8.7 / compileSdk 34). AppCompat, Fragment; Kotlin stdlib duplicate excludes for classpath sync.
  • Release signing: Optional keystore.properties or ANDROID_* env vars; debug builds unchanged. Template: keystore.properties.example.
  • Git hygiene: Full .idea/ ignored and removed from the index; keeps master鈥檚 *.apk / *.aab / *.hprof ignores.

Test plan

  • ./gradlew assembleDebug

Risks

  • Leanback 1.2.0 requires AGP 8.6+ and compileSdk 35; not applied in this PR.
  • Bundled posters are placeholders (copied from movie.png); replace with real art in assets/posters/ as needed.
  • Release signing is opt-in; CI release builds stay unsigned unless secrets are configured.
Open in Web聽Open in Cursor聽

cursoragent and others added 5 commits September 20, 2026 14:14
Co-authored-by: Halil 脰zel <halilozel1903@gmail.com>
Co-authored-by: Halil 脰zel <halilozel1903@gmail.com>
Co-authored-by: Halil 脰zel <halilozel1903@gmail.com>
Co-authored-by: Halil 脰zel <halilozel1903@gmail.com>
Co-authored-by: Halil 脰zel <halilozel1903@gmail.com>
@halilozel1903 halilozel1903 self-assigned this Sep 20, 2026
Co-authored-by: Halil 脰zel <halilozel1903@gmail.com>
@cursor
cursor Bot force-pushed the cursor/android-tv-gaps-7f6a branch from 6cc2d6c to 4c040b3 Compare September 20, 2026 14:16
@halilozel1903
halilozel1903 marked this pull request as ready for review September 20, 2026 14:32
Copilot AI lite review requested due to automatic review settings September 20, 2026 14:32
@halilozel1903
halilozel1903 merged commit 23abf86 into master Sep 20, 2026
1 check passed

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Copilot was unable to review this pull request because the user who requested the review has reached their quota limit.

@halilozel1903
halilozel1903 deleted the cursor/android-tv-gaps-7f6a branch September 20, 2026 14:32
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.

3 participants