Skip to content

Use Gemini logo in README headers; drop screenshots README - #10

Merged
aciderix merged 1 commit into
mainfrom
claude/readme-logo
Apr 22, 2026
Merged

aciderix merged 1 commit into
mainfrom
claude/readme-logo

Conversation

@aciderix

@aciderix aciderix commented Apr 22, 2026 •

Copy link
Copy Markdown
Owner

Summary

  • Replaces the 🤖 emoji in the EN and FR READMEs with an inline <img> tag referencing the Gemini logo (height 32 px, aligned with the heading text). The logo is copied from the app's drawable-xxxhdpi/logo_gemini.png resource into docs/logo_gemini.png.
  • Removes docs/screenshots/README.md — the user will provide the captures directly, no need for an inline guide in the repo.

Files

  • README.md — header updated.
  • fr/README.md — header updated (image path ../docs/logo_gemini.png).
  • docs/logo_gemini.png — added (354 KB PNG at xxxhdpi res).
  • docs/screenshots/README.md — removed.

https://claude.ai/code/session_015dVKN2jG34HKP9SeBpSvS5

Summary by Sourcery

Update README headers to use an inline Gemini logo image and remove the obsolete screenshots guide.

Documentation:

  • Replace the README headers in English and French with HTML headings that include the Gemini logo image.
  • Remove the screenshots README from the docs section as it is no longer needed.

@coderabbitai

coderabbitai Bot commented Apr 22, 2026

Copy link
Copy Markdown

Warning

Rate limit exceeded

@aciderix has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 50 minutes and 31 seconds before requesting another review.

Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 50 minutes and 31 seconds.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 4af971bb-fa2a-4848-b23a-26bd366db86a

📥 Commits

Reviewing files that changed from the base of the PR and between 6a195de and 9636c99.

⛔ Files ignored due to path filters (1)
  • docs/logo_gemini.png is excluded by !**/*.png
📒 Files selected for processing (3)
  • README.md
  • docs/screenshots/README.md
  • fr/README.md
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch claude/readme-logo

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 and usage tips.

@sourcery-ai

sourcery-ai Bot commented Apr 22, 2026 •

Copy link
Copy Markdown
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the English and French README headers to use an inline Gemini logo image instead of the robot emoji, adds the shared logo asset under docs/, and removes the now-unneeded screenshots README guide.

Flow diagram for README headers and shared logo asset

flowchart TD
  subgraph Docs
    A[README_root]
    B[README_fr]
    C[docs_logo_gemini_png]
  end

  A -- uses_img_src_docs_logo_gemini_png --> C
  B -- uses_img_src_dot_dot_docs_logo_gemini_png --> C

  D[docs_screenshots_README_removed]
  D -. no_longer_linked_from_READMEs .- A
  D -. no_longer_linked_from_READMEs .- B
Loading

File-Level Changes

Change Details Files
Replace README top-level headings to embed the Gemini logo image inline using HTML rather than a markdown heading with an emoji.
  • Wrap the project title in an

    HTML block instead of a markdown # heading.

  • Insert an inline tag pointing to docs/logo_gemini.png with fixed height 32 and top alignment before the text 'Gemini Android' in the English README.
  • Update the French README to use the same

    structure, with the image source path adjusted to ../docs/logo_gemini.png.

README.md
fr/README.md
Introduce a shared Gemini logo asset and remove the obsolete screenshots documentation.
  • Add docs/logo_gemini.png copied from the Android drawable resource as a high‑resolution logo for documentation use.
  • Delete docs/screenshots/README.md since screenshot capture guidance will be handled outside the repo.
docs/logo_gemini.png
docs/screenshots/README.md

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

@aciderix
aciderix merged commit b517893 into main Apr 22, 2026
4 checks passed

@sourcery-ai sourcery-ai 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.

Hey - I've found 2 issues, and left some high level feedback:

  • Consider replacing the HTML <h1> wrapper with a Markdown heading that embeds the image (e.g. # <img ...> Gemini Android) so that GitHub keeps automatic heading anchors and consistent styling while still showing the logo.
  • Using an empty alt attribute on the logo may hurt accessibility; either provide a descriptive alt text (e.g. alt="Gemini logo") or explicitly mark it as decorative with role="presentation" if it conveys no additional meaning.
Prompt for AI Agents
Please address the comments from this code review:

## Overall Comments
- Consider replacing the HTML `<h1>` wrapper with a Markdown heading that embeds the image (e.g. `# <img ...> Gemini Android`) so that GitHub keeps automatic heading anchors and consistent styling while still showing the logo.
- Using an empty `alt` attribute on the logo may hurt accessibility; either provide a descriptive alt text (e.g. `alt="Gemini logo"`) or explicitly mark it as decorative with `role="presentation"` if it conveys no additional meaning.

## Individual Comments

### Comment 1
<location path="README.md" line_range="1-4" />
<code_context>
-# Gemini Android 🤖
+<h1>
+  <img src="docs/logo_gemini.png" alt="" height="32" align="top" />
+  Gemini Android
+</h1>
</code_context>
<issue_to_address>
**suggestion:** Consider providing a meaningful alt text for the logo image for better accessibility.

The image currently uses an empty `alt` attribute. Since it’s part of the main heading, consider a descriptive value like `alt="Gemini Android logo"`, unless you intentionally want it treated as decorative by screen readers.

```suggestion
<h1>
  <img src="docs/logo_gemini.png" alt="Gemini Android logo" height="32" align="top" />
  Gemini Android
</h1>
```
</issue_to_address>

### Comment 2
<location path="fr/README.md" line_range="2" />
<code_context>
-# Gemini Android 🤖
+<h1>
+  <img src="../docs/logo_gemini.png" alt="" height="32" align="top" />
+  Gemini Android
+</h1>
</code_context>
<issue_to_address>
**suggestion:** Consider adding a descriptive alt text to the logo image to improve accessibility.

Since the alt attribute is currently empty, consider adding a brief description (for example, `alt="Gemini Android logo"`) if the logo serves to identify the project rather than being purely decorative.
</issue_to_address>

Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Comment thread README.md
Comment on lines +1 to +4
<h1>
<img src="docs/logo_gemini.png" alt="" height="32" align="top" />
Gemini Android
</h1>

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

suggestion: Consider providing a meaningful alt text for the logo image for better accessibility.

The image currently uses an empty alt attribute. Since it’s part of the main heading, consider a descriptive value like alt="Gemini Android logo", unless you intentionally want it treated as decorative by screen readers.

Suggested change
<h1>
<img src="docs/logo_gemini.png" alt="" height="32" align="top" />
Gemini Android
</h1>
<h1>
<img src="docs/logo_gemini.png" alt="Gemini Android logo" height="32" align="top" />
Gemini Android
</h1>

Comment thread fr/README.md
@@ -1,4 +1,7 @@
# Gemini Android 🤖
<h1>
<img src="../docs/logo_gemini.png" alt="" height="32" align="top" />

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

suggestion: Consider adding a descriptive alt text to the logo image to improve accessibility.

Since the alt attribute is currently empty, consider adding a brief description (for example, alt="Gemini Android logo") if the logo serves to identify the project rather than being purely decorative.

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.

2 participants