Skip to content

feat: add Android download channels - #63

Open
D3SOX wants to merge 1 commit into
masterfrom
android-download-options
Open

feat: add Android download channels#63
D3SOX wants to merge 1 commit into
masterfrom
android-download-options

Conversation

@D3SOX

@D3SOX D3SOX commented Sep 4, 2026

Copy link
Copy Markdown
Member

The website described OpenTubeX as a desktop-only client and did not expose the Android install options documented in the main project README.

This removes the desktop-only wording and adds F-Droid and Obtainium links for both stable and nightly Android builds. It also adds the required Android, F-Droid, and package icons to the Astro icon allowlist.

Testing

  • bun test
  • bun run build

@coderabbitai

coderabbitai Bot commented Sep 4, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Team

Run ID: 82850434-d62f-46c6-82d9-6db6259c2a6e

📥 Commits

Reviewing files that changed from the base of the PR and between 1deaef6 and 0bce04e.

📒 Files selected for processing (4)
  • astro.config.mjs
  • src/data/release.ts
  • src/pages/downloads.astro
  • src/pages/index.astro

Included review availability: Your plan provides up to 1 included review per hour; 0 remain after this review.


📝 Walkthrough

Walkthrough

The site adds Android installation links and nightly download options. The downloads page adds Android navigation and metadata. Homepage descriptions no longer describe OpenTubeX as desktop-only.

Changes

Android support

Layer / File(s) Summary
Android release links and icons
astro.config.mjs, src/data/release.ts
The icon configuration adds Android-related icons. Release data adds stable and nightly F-Droid and Obtainium URLs, plus an Android download group.
Downloads page Android integration
src/pages/downloads.astro
The downloads page adds Android metadata, an Android tab, platform descriptions, and nightly F-Droid and Obtainium links.
Homepage platform wording
src/pages/index.astro
Homepage descriptions remove the desktop qualifier from the OpenTubeX product description.

Estimated code review effort: 2 (Simple) | ~10 minutes

Merge Risk: ⚪ Minimal · up to 0bce0

The site now presents Android stable and nightly installation channels and updates platform wording accordingly. The download links, navigation, and icons are aligned, with no remaining merge-readiness risk identified.

Sequence Diagram(s)

sequenceDiagram
  participant Visitor
  participant DownloadsPage
  participant ReleaseData
  Visitor->>DownloadsPage: Select Android nightly downloads
  DownloadsPage->>ReleaseData: Read fdroidNightlyUrl and obtainiumNightlyUrl
  ReleaseData-->>DownloadsPage: Return installation URLs
  DownloadsPage-->>Visitor: Render F-Droid and Obtainium links
Loading
🚥 Pre-merge checks | ✅ 4 | ❌ 1

❌ Failed checks (1 warning)

Check name Status Explanation Resolution
Docstring Coverage ⚠️ Warning Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 2 files. (2 skipped: 2 … Write docstrings for the functions missing them to satisfy the coverage threshold.
✅ Passed checks (4 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the main change: adding Android download channels.
Description check ✅ Passed The description accurately explains the Android download links, removed desktop-only wording, icon updates, and testing performed.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Full details: Docstring Coverage

Explanation

Docstring coverage is 0.00% which is insufficient. The required threshold is 80.00%. Docstring coverage is scoped to functions touched by this diff. Analyzed 1 functions across 2 files. (2 skipped: 2 unsupported.)

  • Fix all pre-merge checks with AI
✨ Finishing Touches 💡 1
📝 Generate docstrings 💡
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch android-download-options

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

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.

1 participant