Skip to content

docs: list intent launcher launch targets#877

Merged
riderx merged 1 commit into
mainfrom
codex/intent-launcher-launch-table
Jul 10, 2026
Merged

docs: list intent launcher launch targets#877
riderx merged 1 commit into
mainfrom
codex/intent-launcher-launch-table

Conversation

@riderx

@riderx riderx commented Jul 9, 2026

Copy link
Copy Markdown
Member

Summary

  • Adds a Launch Targets reference to the Intent Launcher docs page.
  • Lists every exported IOSSettings option and ActivityAction value from the plugin TypeScript definitions.
  • Includes the target value, what the user opens, and platform/deprecation notes where the source definition provides them.

Screenshot

Intent Launcher launch targets

Visual diff

Generated with bun run visual-diff:compare (2 screenshots, fuzz 1%).

Status Suite Route Viewport Diff (px)
changed docs /docs/plugins/intent-launcher// desktop 2914430
changed docs /docs/plugins/intent-launcher// mobile 1213640

Summary:

  • identical: 0
  • minor: 0
  • changed: 2

Diff images are in .visual-diff/diff/ (local only, gitignored).

Validation

  • bunx prettier --write apps/docs/src/content/docs/docs/plugins/intent-launcher/index.mdx
  • bun run ci:verify:docs passed
  • bun run visual-diff:capture:before -- --suite docs --routes /docs/plugins/intent-launcher/
  • bun run visual-diff:capture:after -- --suite docs --routes /docs/plugins/intent-launcher/
  • bun run visual-diff:compare

Summary by CodeRabbit

  • Documentation

    • Expanded the plugin guide with clear launch-target options for iOS and Android.
    • Added tables for supported settings, intent/actions, expected user-facing behavior, and platform/version notes.
    • Highlighted deprecated Android options and their newer replacements.
  • Chores

    • Updated the allowed typo/identifier list to include an upstream Android literal.

@coderabbitai

coderabbitai Bot commented Jul 9, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 65937046-1211-4681-aaf9-2038c4352a57

📥 Commits

Reviewing files that changed from the base of the PR and between 97dff03 and f3911dc.

📒 Files selected for processing (3)
  • .github/pr-screenshots/intent-launcher-launch-targets.webp
  • _typos.toml
  • apps/docs/src/content/docs/docs/plugins/intent-launcher/index.mdx
🔗 Linked repositories identified

CodeRabbit considers these linked repositories for cross-repo context during reviews:

  • Cap-go/capacitor-updater (manual)

📝 Walkthrough

Walkthrough

This PR adds a "Launch Targets" documentation section to the intent-launcher plugin docs, detailing iOS settings options and Android activity actions with mapping tables, descriptions, and deprecation notes. It also adds a new allowed identifier to the typos configuration file.

Changes

Intent Launcher Launch Targets Documentation

Layer / File(s) Summary
Launch Targets introduction
apps/docs/src/content/docs/docs/plugins/intent-launcher/index.mdx
Adds usage guidance distinguishing openIOSSettings({ option }) for iOS and startActivityAsync({ action }) for Android, noting availability depends on OS version, installed apps, permissions, and intent parameters.
iOS settings targets table
apps/docs/src/content/docs/docs/plugins/intent-launcher/index.mdx
Adds a table mapping iOS settings options to string values, descriptions, and OS/version notes, distinguishing officially supported targets.
Android activity actions table and typos entry
apps/docs/src/content/docs/docs/plugins/intent-launcher/index.mdx, _typos.toml
Adds a subsection with a large table mapping ActivityAction identifiers to Android intent strings, descriptions, and deprecation guidance, plus a new allowlisted identifier (BLUTOOTH) referencing an upstream Android intent literal.

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

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly and concisely describes the main change: adding intent launcher launch targets to the docs.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
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.

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

@riderx riderx force-pushed the codex/intent-launcher-launch-table branch from b563ba4 to f3911dc Compare July 9, 2026 17:43
@sonarqubecloud

sonarqubecloud Bot commented Jul 9, 2026

Copy link
Copy Markdown

@riderx riderx marked this pull request as ready for review July 9, 2026 18:01

@cursor cursor Bot 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.

Risk: low. Approved — documentation-only change adding Intent Launcher launch target reference tables; CI checks pass. Cursor Bugbot was not present on this PR. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver External

@cursor cursor Bot 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.

Risk: low. Approved — documentation-only change adding Intent Launcher launch target reference tables; CI checks pass. Cursor Bugbot was not present on this PR. No reviewers assigned.

Open in Web View Automation 

Sent by Cursor Approval Agent: Pull Request Approver

@riderx riderx merged commit d5f13da into main Jul 10, 2026
13 checks passed
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