From 66c2365d2f58e2257c552bdca128d8d51b2244d0 Mon Sep 17 00:00:00 2001 From: rainxchzed Date: Thu, 19 Feb 2026 11:38:15 +0500 Subject: [PATCH 1/2] docs: Add a warning about Android's potential lockdown This commit updates the README.md file to include a caution block about the potential threat to the free and open-source nature of Android. It also includes a link to encourage users to voice their concerns. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c294a47f..0b8bd2ef 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,9 @@ GitHub Store is a cross-platform app store for GitHub releases, designed to simp Built with Kotlin Multiplatform and Compose Multiplatform for Android and Desktop platforms. +> [!CAUTION] +> Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [LINK](https://keepandroidopen.org/). +

From 811bb4bb3981cce7b771f8950b2a74b01e732252 Mon Sep 17 00:00:00 2001 From: rainxchzed Date: Thu, 19 Feb 2026 11:40:52 +0500 Subject: [PATCH 2/2] refactor(docs): Fix broken layout in README This commit corrects a minor layout issue in the `README.md` file by repositioning a closing `` tag. The tag was incorrectly placed after a caution block, and it has been moved to its proper location to ensure the intended page structure. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b8bd2ef..50029e3b 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,11 @@ GitHub Store is a cross-platform app store for GitHub releases, designed to simplify discovering and installing open-source software. It automatically detects installable binaries (APK, EXE, DMG, AppImage, DEB, RPM), provides one-click installation, tracks updates, and presents repository information in a clean, app-store style interface. Built with Kotlin Multiplatform and Compose Multiplatform for Android and Desktop platforms. + > [!CAUTION] > Free and Open-Source Android is under threat. Google will turn Android into a locked-down platform, restricting your essential freedom to install apps of your choice. Make your voice heard – [LINK](https://keepandroidopen.org/). - -