Skip to content

fix: remove dead Play Store links for unavailable Android apps#912

Open
kaif0910 wants to merge 1 commit intofossasia:gh-pagesfrom
kaif0910:fix-dead-android-playstore-links
Open

fix: remove dead Play Store links for unavailable Android apps#912
kaif0910 wants to merge 1 commit intofossasia:gh-pagesfrom
kaif0910:fix-dead-android-playstore-links

Conversation

@kaif0910
Copy link
Copy Markdown

@kaif0910 kaif0910 commented Feb 18, 2026

Description

This PR removes or replaces dead Google Play Store links in the Android Apps
section that currently return 404 errors, and updates them to valid GitHub
sources where appropriate.

Changes

  • Removed Play Store badges for unavailable Android apps
  • Replaced broken navigation links with valid GitHub sources
  • Limited modifications only to the Android Apps section

Issue

Fixes #858

Summary by Sourcery

Update Android app links to remove dead Google Play Store entries and point users to maintained sources.

Bug Fixes:

  • Remove broken Google Play Store badges and links for SUSI.AI, Phimp.me, Eventyay Attendee, and Eventyay Organizer Android apps.
  • Update primary Android app tiles to link directly to the corresponding GitHub repositories instead of unavailable Play Store listings.

@sourcery-ai
Copy link
Copy Markdown

sourcery-ai bot commented Feb 18, 2026

Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

This PR cleans up the Android Apps section in both index.html files by removing dead Google Play Store links/badges for unavailable apps and updating the primary app tiles to link to the corresponding GitHub repositories instead, while preserving existing F-Droid and GitHub buttons.

Flow diagram for Android app card link structure after changes

flowchart TD
  Android_Apps_Section --> SUSI_Card
  Android_Apps_Section --> Phimpme_Card
  Android_Apps_Section --> Eventyay_Attendee_Card
  Android_Apps_Section --> Eventyay_Organizer_Card

  SUSI_Card["SUSI.AI Android card"] --> SUSI_Tile_Link["Primary tile link to susi_android GitHub"]
  SUSI_Card --> SUSI_FDroid_Badge["F-Droid badge to ai.susi"]
  SUSI_Card --> SUSI_GitHub_Badge["GitHub badge to susi_android"]

  Phimpme_Card["Phimp.me Android card"] --> Phimpme_Tile_Link["Primary tile link to phimpme-android GitHub"]
  Phimpme_Card --> Phimpme_GitHub_Badge["GitHub badge to phimpme-android"]

  Eventyay_Attendee_Card["Eventyay Attendee App card"] --> Attendee_Tile_Link["Primary tile link to open-event-attendee-android GitHub"]
  Eventyay_Attendee_Card --> Attendee_FDroid_Badge["F-Droid badge to com.eventyay.attendee"]
  Eventyay_Attendee_Card --> Attendee_GitHub_Badge["GitHub badge to open-event-attendee-android"]

  Eventyay_Organizer_Card["Eventyay Organizer App card"] --> Organizer_Tile_Link["Primary tile link to open-event-organizer-android GitHub"]
  Eventyay_Organizer_Card --> Organizer_FDroid_Badge["F-Droid badge to com.eventyay.organizer"]
  Eventyay_Organizer_Card --> Organizer_GitHub_Badge["GitHub badge to open-event-organizer-android"]
Loading

File-Level Changes

Change Details Files
Update Android app tiles to point to GitHub repos and remove dead Google Play Store badges for unavailable apps in both index.html variants.
  • Change main anchor links for SUSI.AI, Phimp.me, Eventyay Attendee, and Eventyay Organizer Android apps from Google Play URLs to their respective GitHub repository URLs.
  • Remove the Google Play badge/button anchors for these four apps within their button rows, leaving F-Droid and GitHub buttons unchanged.
  • Apply the same set of link and badge updates in both index.html and index1.html to keep the two landing pages consistent.
index.html
index1.html

Assessment against linked issues

Issue Objective Addressed Explanation
#858 Fix broken links on the Android Apps section so that clicking the listed app sections no longer leads to 404 or 'URL not found' errors.

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

Copy link
Copy Markdown

@sourcery-ai sourcery-ai bot left a comment

Choose a reason for hiding this comment

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

Hey - I've reviewed your changes and they look great!


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.

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.

Broken link in the webpage

1 participant