fix: remove dead Play Store links for unavailable Android apps#912
Open
kaif0910 wants to merge 1 commit intofossasia:gh-pagesfrom
Open
fix: remove dead Play Store links for unavailable Android apps#912kaif0910 wants to merge 1 commit intofossasia:gh-pagesfrom
kaif0910 wants to merge 1 commit intofossasia:gh-pagesfrom
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis 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 changesflowchart 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"]
File-Level Changes
Assessment against linked issues
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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
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: