From e3a5f304c47e4d0ff85d499fce395f3258bf3cdb Mon Sep 17 00:00:00 2001 From: Marc Prud'hommeaux Date: Wed, 18 Feb 2026 17:45:22 -0500 Subject: [PATCH] Externalize links into separate data files --- src/components/SharedLinks.astro | 100 ++++++++++++++++++++++ src/content/pages/cs/index.md | 120 --------------------------- src/content/pages/de/index.md | 118 -------------------------- src/content/pages/el/index.md | 132 ------------------------------ src/content/pages/en/index.md | 121 --------------------------- src/content/pages/es/index.md | 119 --------------------------- src/content/pages/fr/index.md | 118 -------------------------- src/content/pages/id/index.md | 121 --------------------------- src/content/pages/it/index.md | 121 --------------------------- src/content/pages/ko/index.md | 122 --------------------------- src/content/pages/pl/index.md | 120 --------------------------- src/content/pages/pt-BR/index.md | 120 --------------------------- src/content/pages/sk/index.md | 120 --------------------------- src/content/pages/th/index.md | 116 -------------------------- src/content/pages/tr/index.md | 112 ------------------------- src/content/pages/uk/index.md | 119 --------------------------- src/content/pages/zh-CN/index.md | 120 --------------------------- src/content/pages/zh-TW/index.md | 121 --------------------------- src/data/links/discussions.yaml | 35 ++++++++ src/data/links/editorials.yaml | 42 ++++++++++ src/data/links/miscellaneous.yaml | 27 ++++++ src/data/links/official-docs.yaml | 36 ++++++++ src/data/links/overview.yaml | 21 +++++ src/data/links/press.yaml | 64 +++++++++++++++ src/data/links/projects.yaml | 94 +++++++++++++++++++++ src/data/links/references.yaml | 18 ++++ src/data/links/rights-groups.yaml | 56 +++++++++++++ src/data/links/videos.yaml | 37 +++++++++ src/i18n/resolve.ts | 9 ++ src/pages/[locale]/index.astro | 2 + src/pages/index.astro | 2 + 31 files changed, 543 insertions(+), 2040 deletions(-) create mode 100644 src/components/SharedLinks.astro create mode 100644 src/data/links/discussions.yaml create mode 100644 src/data/links/editorials.yaml create mode 100644 src/data/links/miscellaneous.yaml create mode 100644 src/data/links/official-docs.yaml create mode 100644 src/data/links/overview.yaml create mode 100644 src/data/links/press.yaml create mode 100644 src/data/links/projects.yaml create mode 100644 src/data/links/references.yaml create mode 100644 src/data/links/rights-groups.yaml create mode 100644 src/data/links/videos.yaml create mode 100644 src/i18n/resolve.ts diff --git a/src/components/SharedLinks.astro b/src/components/SharedLinks.astro new file mode 100644 index 0000000..f4ea300 --- /dev/null +++ b/src/components/SharedLinks.astro @@ -0,0 +1,100 @@ +--- +import { resolve } from '../i18n/resolve'; +import rightsGroups from '../data/links/rights-groups.yaml'; +import projects from '../data/links/projects.yaml'; +import references from '../data/links/references.yaml'; +import overview from '../data/links/overview.yaml'; +import editorials from '../data/links/editorials.yaml'; +import press from '../data/links/press.yaml'; +import videos from '../data/links/videos.yaml'; +import discussions from '../data/links/discussions.yaml'; +import officialDocs from '../data/links/official-docs.yaml'; +import miscellaneous from '../data/links/miscellaneous.yaml'; + +interface Props { + locale: string; +} + +const { locale } = Astro.props; +--- + +

{resolve(rightsGroups.heading, locale)}

+ + +

{resolve(projects.heading, locale)}

+

{resolve(projects.description, locale)}

+ + +

{resolve(references.heading, locale)}

+ +

{resolve(overview.heading, locale)}

+ + +

{resolve(editorials.heading, locale)}

+ + +

{resolve(press.heading, locale)}

+ + +

{resolve(videos.heading, locale)}

+ + +

{resolve(discussions.heading, locale)}

+ + +

{resolve(officialDocs.heading, locale)}

+ + +

{resolve(miscellaneous.heading, locale)}

+ diff --git a/src/content/pages/cs/index.md b/src/content/pages/cs/index.md index a77045d..5ae9647 100644 --- a/src/content/pages/cs/index.md +++ b/src/content/pages/cs/index.md @@ -190,123 +190,3 @@ Zkuste přimět své spřízněné vývojáře a organizace, aby se nepřihlašo - Pomozte tomuto projektu [úpravou této stránky](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/cs/index.md) přidáním dalších užitečných informací. - [Podepište tuto petici na change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Kontaktujte tyto skupiny na podporu spotřebitelských/digitálních práv - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Švédsko)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (Francie)](https://www.laquadrature.net/) -- [April (Francie)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Austrálie)](https://digitalrightswatch.org.au/) -- [Open Rights Group (Spojené království)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Nizozemsko)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Podpořte tyto projekty - -Tyto projekty pracují na tom, aby nabídly velmi potřebnou konkurenci v oblasti mobilního hardware. - -- [Librephone od Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone od Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone od V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS od Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch od komunity UBPorts](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Reference - -### Přehled - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Články a blogy - -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Reakce v médiích - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Videoodpovědi - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Diskuze - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Oficiální dokumentace - -- Prvotní oznámení — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- Dokumentace API — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Různé - -- [Diskuze o ověřování vývojářů Androidu](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) od vývojáře Termuxu [agnostic-apollo](https://github.com/agnostic-apollo) -- [Doporučení pro protestování](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/de/index.md b/src/content/pages/de/index.md index 39af58c..81413f2 100644 --- a/src/content/pages/de/index.md +++ b/src/content/pages/de/index.md @@ -187,121 +187,3 @@ Fügen Sie die [FreeDroidWarn Bibliothek](https://github.com/woheller69/FreeDroi - Unterstützen Sie dieses Projekt, indem Sie [diese Seite bearbeiten](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/de/index.md) und nützliche Informationen hinzufügen. - [Unterschreiben Sie diese Petition auf change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4). -#### Kontaktieren Sie diese Verbraucher- und Digitalrechtsorganisationen - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Schweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (Frankreich)](https://www.laquadrature.net/) -- [April (Frankreich)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australien)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Niederlande)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Unterstützen Sie diese Projekte - -Diese Projekte arbeiten daran, den dringend benötigten Wettbewerb auf dem Markt für mobile Hardware zu fördern. - -- [Librephone der Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone von Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone von V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS von Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch der UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Referenzen - -### Übersicht - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Leitartikel und Blogs -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- „What We Talk About When We Talk About Sideloading“ — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- „F-Droid and Google’s Developer Registration Decree“ — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- „Pluralistic: Darth Android“ — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- „Keep Android Free and Open“ — [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open/) -- „Google plant, das Sideloading wie Apple zu blockieren – ein Krieg gegen die Freiheit von Android“ — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- „Schließen Sie sich dem Protest gegen die Schließung von Android an“ — [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Presseberichte - -- „‚Keep Android Open‘-Bewegung kämpft gegen Googles Sideloading-Beschränkungen“ – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- „Widerstand gegen Googles Entwickler-Verifizierung wächst unter Entwicklern“ – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- „‚Keep Android Open‘-Bewegung stellt Googles Entwickler-Verifizierungsregel in Frage“ — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- „Google kneecaps indie Android devs, forces them to register“ — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- „Open-Source-Android-Apps gefährdet durch Googles neues Dekret“ — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- „Googles neue Entwickler-ID-Regel könnte F-Droid schaden“ — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- „Googles Entwicklerregistrierungs-Dekret bedeutet das Ende alternativer App-Stores“ — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- „Open-Source-Android-Apps durch Googles neue Richtlinie bedroht“ — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- „Googles neue ID-Anforderungen könnten unabhängige App-Stores zerstören“ — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- „Googles Registrierungszwang für Android-Entwickler bedroht F-Droid“ — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- „Googles neue Entwicklerregeln könnten Sideloading und F-Droids Zukunft gefährden“ — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- „Google beschränkt eine der wichtigsten Android-Funktionen – und die Nutzer sind empört“ — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- „Androids Sideloading-Beschränkungen sind der bisher verbraucherfeindlichste Schritt“ — [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- „Googles Plan zur Entwicklerregistrierung ‚wird das F-Droid-Projekt beenden‘“ — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- „F-Droid warnt: Googles neue Sideloading-Beschränkungen könnten das Projekt zerstören“ — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- „Google verlangt Entwicklerverifizierung auch für Apps außerhalb des Play Stores“ — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- „Google wird Android-Entwickler außerhalb des Play Stores überprüfen“ — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- „Google verlangt Entwicklerverifizierung auch beim Sideloading“ — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- „Android-Sicherheit oder Herstellerzwang? Googles neue Regeln riechen verdächtig“ — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- „Google verlangt Entwickler-Identität für alle Android-Apps“ — [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- „Google verteidigt die Entwicklerverifizierung“ — [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- „Keep Android Open – Abwehr gegen Googles Verbot anonymer Apps“ — [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Video-Antworten - -- „Google: 'Your $1000 phone needs our permission to install apps now'“ — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- „F-Droid wird 2026 sterben, wenn wir jetzt nicht handeln — Techlore“ — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- „Google entfernt Sideloading“ — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- „Googles Änderungen beim Sideloading könnten F-Droid beenden – Linux Weekly News“ — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- „Steht F-Droid in Gefahr? Googles Entwicklerverifizierung erklärt“ — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- „Google macht Android zu Apple: Das Ende der Offenheit“ — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Diskussionen - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Offizielle Dokumentation - -- Ursprüngliche Ankündigung — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- „Let’s talk security“ – Fragen und Antworten zur Entwicklerverifizierung — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android Developer Verification – Leitfäden — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Häufig gestellte Fragen — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Einführung der Android Developer Console — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Früher Zugriff auf die neue Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API-Dokumentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Verschiedenes - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Empfehlungen der Opposition](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/el/index.md b/src/content/pages/el/index.md index 669d023..c661b64 100644 --- a/src/content/pages/el/index.md +++ b/src/content/pages/el/index.md @@ -202,135 +202,3 @@ open_letter_description: "Ένα ανοιχτό γράμμα για την υπ - Βοηθήστε αυτό το έργο [προσθέτοντας σε αυτήν τη σελίδα](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/en/index.md) περισσότερες χρήσιμες πληροφορίες. - [Υπογράψτε αυτό το υπόμνημα στο change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Επικοινωνήστε Με Αυτές Τις Ομάδες Καταναλωτικών/Ψηφιακών Δικαιωμάτων - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Υποστηρίξτε αυτά τα έργα - -Οι άνθρωποι σε αυτά τα έργα εργάζονται για να προσφέρουν τον πολύ απαιτούμενο ανταγωνισμό στον τομέα του υλικού κινητών τηλεφώνων. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Αναφορές - -### Περίληψη - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Άρθρα και Blog - -- “Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship” - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Video ResponsesClosing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Αντιδράσεις του Τύπου - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Απαντήσεις σε Βίντεο - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Διευκρινίσεις - -Αντιθέτως με μία ασαφή αναφορά σε μια δημοσίευση στα κοινωνικά δίκτυα από κάποιον συνεργαζόμενο με την Google, -που υποστήριζε ότι μπορεί να υπάρχει κάποιος "προηγμένος τρόπος" να παρακαμφθεί η επαλήθευση, -[η περιγραφή του προγράμματος](https://developer.android.com/developer-verification) της Google συνεχίζει να δηλώνει ξεκάθαρα ότι: - -> Αρχίζοντας από τον Σεπτέμβριο του 2026, το Android θα απαιτεί από όλες τις εφαρμογές να είναι εγγεγραμμένες από επαληθευμένους προγραμματιστές για να μπορούν να εγκατασταθούν σε πιστοποιημένες συσκευές Android. - -Μέχρι την ώρα που θα έχουν αποδείξει ότι θα είναι δυνατόν να παρακαμφθεί πραγματικά η διαδικασία της επαλήθευσης χωρίς κανένα αδικαιολόγητο εμπόδιο, -πρέπει να πιστεύουμε αυτό που δηλώνεται στην επίσημη σελίδα τους: ότι όλες οι εφαρμογές από μη-εγγεγραμμένους προγραμματιστές θα αποκλείονται από τη στιγμή που η απαγόρευσή τους επιβληθεί. - -### Συζητήσεις - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Επίσημη Τεκμηρίωση - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Λοιπά - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/en/index.md b/src/content/pages/en/index.md index a01d3bd..2c69f4e 100644 --- a/src/content/pages/en/index.md +++ b/src/content/pages/en/index.md @@ -200,124 +200,3 @@ Complaints are especially impactful when they are authored by a citizen of that - Help this project out by [editing this page](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/en/index.md) with more useful information. - [Sign this change.org petition](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Contact These Consumer/Digital Rights Groups - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Support These Projects - -These projects are working to provide much-needed competition in the mobile hardware space. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## References - -### Overview - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Editorials and Blogs - -- “Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship” - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Press Reactions - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Video Responses - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Discussions - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Official Documentation - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Miscellaneous - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/es/index.md b/src/content/pages/es/index.md index 1ac74bf..0a46c99 100644 --- a/src/content/pages/es/index.md +++ b/src/content/pages/es/index.md @@ -184,122 +184,3 @@ Desanime a otros desarrolladores de aplicaciones y organizaciones a inscribirse - Contribuye a este proyecto [editando esta página](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/es/index.md) con información más útil. - [Firma esta petición en change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Póngase en contacto con estos grupos de defensa de los derechos de los consumidores/derechos digitales - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Apoye estos proyectos - -Estos proyectos se esfuerzan por crear una competencia indispensable en el mercado de los dispositivos móviles. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Referencias - -### Resumen - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Editoriales y blogs - -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) - -### Reacciones de la prensa - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Respuestas en vídeo - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Debates - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Documentación oficial - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Varios - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/fr/index.md b/src/content/pages/fr/index.md index 3f26bc2..a77b216 100644 --- a/src/content/pages/fr/index.md +++ b/src/content/pages/fr/index.md @@ -185,121 +185,3 @@ Dissuadez les autres développeurs d'applications et les organisations de s'insc - Contribuez à ce projet en [modifiant cette page](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/fr/index.md) avec des informations plus utiles. - [Signez cette pétition change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Contactez ces groupes de défense des droits des consommateurs/des droits numériques - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Soutenez ces projets - -Ces projets s'efforcent de créer une concurrence indispensable sur le marché du matériel mobile. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Références - -### Aperçu - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Éditoriaux et blogs -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) - -### Réactions de la presse - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Réponses vidéo - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Discussions - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Documentation officielle - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Divers - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/id/index.md b/src/content/pages/id/index.md index bd378a8..d4c4d3d 100644 --- a/src/content/pages/id/index.md +++ b/src/content/pages/id/index.md @@ -198,124 +198,3 @@ Jika Anda adalah karyawan Google atau kontraktor yang memiliki integritas dan me - Bantu proyek ini dengan [mengedit halaman ini](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/id/index.md) dengan informasi yang lebih berguna. - [Tandatangani petisi change.org ini.](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Hubungi Kelompok-Kelompok Hak Konsumen/Digital Ini - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Dukung Proyek-Proyek Ini - -Proyek-proyek ini berupaya untuk menyediakan persaingan yang sangat dibutuhkan di bidang perangkat keras mobile. - -- [Librephone oleh Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone oleh Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone oleh V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS oleh Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch oleh Kommunitas UBPorts](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Referensi - -### Ringkasan - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Editorial dan Blog - -- “Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship” - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Reaksi Media - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Tanggapan Video - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Diskusi - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_Pos-el_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_Pos-el_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Dokumentasi Resmi - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Lain-lain - -- [Diskusi Verifikasi Pengembang Android](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) oleh Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Rekomendasi oposisi](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/it/index.md b/src/content/pages/it/index.md index a02f0bc..d0d0ca8 100644 --- a/src/content/pages/it/index.md +++ b/src/content/pages/it/index.md @@ -188,124 +188,3 @@ Se sei dipendente o collaboratore di Google con una coscienza pulita e hai ulter - Aiuta questo progetto [modificando questa pagina](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/it/index.md) con informazioni più utili. - [Firma questa petizione su change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Contatta questi gruppi per i diritti dei consumatori/digitali - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Sostieni questi progetti - -Questi progetti mirano a fornire una concorrenza indispensabile nel settore dell'hardware mobile. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Riferimenti - -### Panoramica - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Editoriali e blog - -- "Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship" - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- "Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship" — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- "What We Talk About When We Talk About Sideloading" — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- "F-Droid and Google's Developer Registration Decree" — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- "Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- "Google plans to block side-loading like Apple, declaring war on Android freedom" — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Reazioni della stampa - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "'Keep Android Open' Movement Challenges Google's Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- "Open-Source Android Apps at Risk Under Google's New Decree" — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- "Google's New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate" — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- "Google's developer registration 'decree' means the end for alternative app stores" — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- "Open-Source Android Apps Threatened by Google’s New Policy" — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- "Google's new ID requirements could destroy independent app stores" — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- "Google's Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid" — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- "Google's new developer rules could threaten sideloading and F-Droid’s future" — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- "Android's sideloading limits are its most anti-consumer move yet" - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- "Google's dev registration plan 'will end the F-Droid project'" — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- "F-Droid says Google’s new sideloading restrictions will kill the project" — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- "Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy" — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- "Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google"- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Risposte video - -- "Google: 'Your $1000 phone needs our permission to install apps now'" — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- "F-Droid Will Die in 2026 Unless We Act Now — Techlore" — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- "Google is Removing Sideloading" — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- "Google's changes to sideloading could end F-Droid - Linux Weekly News" — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- "Is F-Droid in Trouble? Google Developer Verification" — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- "Google is Applefying Android: The End of Openness" — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Discussioni - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Documentazione ufficiale - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Varie - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/ko/index.md b/src/content/pages/ko/index.md index c7688d2..27b7215 100644 --- a/src/content/pages/ko/index.md +++ b/src/content/pages/ko/index.md @@ -203,125 +203,3 @@ lockdown_banner: "Android가 폐쇠된 플랫폼이 되기 까지 남은 시간: - [이 페이지를 수정하여](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/ko/index.md) 더 유용한 정보를 추가하고, 번역을 개선하여 주세요. - [change.org 청원에 서명해주세요.](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### 아래 소비자/디지털 권리 기관에 문의해주세요 - -- [한국소비자원 (KCA)](https://www.kca.go.kr/) -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) - -#### 아래 프로젝트를 지원해주세요 - -이 프로젝트들은 모바일 하드웨어 분야에 절실히 필요한 경쟁을 조성하기 위해 노력하고 있습니다. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - - -## 참고 문헌 - -### 개요 - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### 사설 및 블로그 - -- “Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship” - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### 기사 - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### 영상 자료 - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### 토론 - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### 공식 문서 - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### 기타 - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/pl/index.md b/src/content/pages/pl/index.md index bbbd850..0e90cde 100644 --- a/src/content/pages/pl/index.md +++ b/src/content/pages/pl/index.md @@ -200,123 +200,3 @@ Skargi są szczególnie skuteczne, gdy pisze je obywatel danego kraju lub region - Pomóż temu projektowi, [edytując tę stronę](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/en/index.md) i dodając bardziej przydatne informacje. - [Podpisz tę petycję change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Skontaktuj się z tymi organizacjami konsumenckimi / cyfrowych praw - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) - -#### Wesprzyj te projekty - -Te projekty pracują nad zapewnieniem bardzo potrzebnej konkurencji w obszarze mobilnego sprzętu. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Źródła - -### Przegląd - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Artykuły i blogi - -- „Twój smartfon, ich zasady: jak sklepy z aplikacjami umożliwiają korporacyjno-rządową cenzurę” - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- „Gatekeeping aplikacji: stale poszerzająca się ścieżka do cenzury internetu” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- „O czym mówimy, gdy mówimy o sideloadingu” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Wątek na Hacker News](https://news.ycombinator.com/item?id=45736479)) -- „F-Droid i decyzja Google o rejestracji deweloperów” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Wątek na Hacker News](https://news.ycombinator.com/item?id=45409794)) -- „Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- „Google planuje zablokować sideloading jak Apple, wypowiadając wojnę wolności Androida” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Zachowaj Android jako Wolny i Otwarty" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Dołącz Do Protestu Przeciwko Zamknięciu Androida" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Reakcje prasy - -- „Ruch 'Keep Android Open' odpowiada na ograniczenia sideloadingu przez Google” – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- „Opór wobec weryfikacji Androida przez Google rośnie wśród deweloperów” – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- „Ruch ‘Keep Android Open’ kwestionuje zasadę weryfikacji deweloperów Google” — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- „Google podcina skrzydła niezależnym twórcom aplikacji na Androida, zmuszając ich do rejestracji” — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- „Otwartoźródłowe aplikacje na Androida zagrożone nowym dekretem Google” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- „Nowa zasada Google dotycząca ID deweloperów może zaszkodzić F-Droidowi, mówi rzecznik open source” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- „Decyzja Google o rejestracji deweloperów oznacza koniec dla alternatywnych sklepów z aplikacjami” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- „Otwartoźródłowe aplikacje na Androida zagrożone nową polityką Google” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- „Nowe wymagania Google dot. ID mogą zniszczyć niezależne sklepy z aplikacjami” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- „Wymóg Google, by wszyscy deweloperzy Androida rejestrowali się i byli weryfikowani, może zagrażać F-Droidowi” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- „Nowe zasady Google dla deweloperów mogą zagrozić sideloadingowi i przyszłości F-Droida” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google ogranicza jedną z najważniejszych funkcji Androida, a użytkownicy są oburzeni" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- „Ograniczenia sideloadingu w Androidzie to najbardziej antykonsumencki ruch do tej pory” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- „Plan rejestracji deweloperów Google 'zakończy projekt F-Droid'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- „F-Droid twierdzi, że nowe ograniczenia sideloadingu od Google zabiją projekt” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google będzie wymagać weryfikacji dewelopera dla aplikacji na Androida spoza Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google będzie weryfikować deweloperów Androida dystrybuujących aplikacje poza Play Store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google będzie wymagać weryfikacji dewelopera, aby instalować aplikacje na Androida, w tym przez sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- „Bezpieczeństwo Androida czy vendor lock-in? Nowe zasady sideloadingu od Google pachną podejrzanie” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google żąda tożsamości dewelopera dla wszystkich aplikacji na Androida" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google broni weryfikacji deweloperów" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- „Keep Android Open – obrona przed zakazem anonimowych aplikacji od Google“ - [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Reakcje wideo - -- „Google: 'Twój telefon za \$1000 potrzebuje teraz naszej zgody, żeby instalować aplikacje'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- „F-Droid umrze w 2026, jeśli nie zadziałamy już teraz — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- „Google usuwa sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- „Zmiany Google dot. sideloadingu mogą zakończyć F-Droida - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- „Czy F-Droid ma kłopoty? Weryfikacja deweloperów Google” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- „Google upodabnia Androida do Apple: koniec otwartości” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Dyskusje - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Oficjalna dokumentacja - -- Początkowe ogłoszenie — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Porozmawiajmy o bezpieczeństwie: odpowiedzi na najczęstsze pytania dot. weryfikacji deweloperów Androida — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Weryfikacja deweloperów Androida: start wczesnego dostępu, dalsze budowanie na podstawie Waszego feedbacku — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Weryfikacja deweloperów Androida: przewodniki — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Weryfikacja deweloperów Androida: FAQ — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Wprowadzenie do Android Developer Console: pierwsze spojrzenie — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Pobierz wczesny podgląd nowej Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- Dokumentacja API — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Różne - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) autorstwa dewelopera Termux [agnostic-apollo](https://github.com/agnostic-apollo) -- [Rekomendacje sprzeciwu](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/pt-BR/index.md b/src/content/pages/pt-BR/index.md index 8b59a35..a435b31 100644 --- a/src/content/pages/pt-BR/index.md +++ b/src/content/pages/pt-BR/index.md @@ -185,123 +185,3 @@ Desencoraje outros desenvolvedores de aplicativos e organizações a se inscreve - Ajude este projeto [editando essa página](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/pt-BR/index.md) e adicione mais informações úteis. - [Assine essa petição em change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Entre em contato com estes Grupos de Direitos Digitais/do Consumidor - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Apoie Esses Projetos - -Esses projetos estão trabalhando para proporcionar a muito necessária competição no campo de hardware móvel. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Referências - -### Visão Geral - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Blogs e Editoriais - -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Reações na Imprensa - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Vídeo Respostas - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Discussões - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Documentação Oficial - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Diversos - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/sk/index.md b/src/content/pages/sk/index.md index 2ddaf59..7a1bf2a 100644 --- a/src/content/pages/sk/index.md +++ b/src/content/pages/sk/index.md @@ -188,123 +188,3 @@ Odradzujte kolegov vývojárov aplikácií a organizácie od prihlásenia sa do - Pomôžte tomuto projektu tým, že [upravíte túto stránku](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/sk/index.md) a doplníte ju o ďalšie užitočné informácie. - [Podpíšte túto petíciu na change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Kontaktujte tieto spotrebiteľské/digitálne právne skupiny - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Švédsko)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (Francúzsko)](https://www.laquadrature.net/) -- [April (Francúzsko)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Austrália)](https://digitalrightswatch.org.au/) -- [Open Rights Group (Veľká Británia)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Holandsko)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Podporte tieto projekty - -Tieto projekty sa snažia poskytnúť toľko potrebnú konkurenciu v oblasti mobilného hardvéru. - -- [Librephone od Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone od Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone od V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS od Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch od komunity UBPorts](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Referencie - -### Prehľad - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Úvodníky a blogy - -- „Kontrola aplikácií: Neustále sa rozširujúca cesta k cenzúre internetu“ — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- „O čom hovoríme, keď hovoríme o sideloadingu“ — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- „F-Droid a nariadenie spoločnosti Google o registrácii vývojárov“ — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- „Pluralistic: Darth Android“ — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- „Google plánuje blokovať bočné načítavanie podobne ako Apple a vyhlásiť vojnu slobode Androidu“ — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- „Udržme Android slobodný a otvorený“ – [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- „Pripojte sa k protestu proti uzavretiu Androidu“ - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### Reakcie tlače - -- „Hnutie „Keep Android Open“ bojuje proti obmedzeniam Google v oblasti sideloadingu“ – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- „Odpor voči overovaniu Androidu zo strany Google rastie medzi vývojármi“ – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/] (https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- „Hnutie „Keep Android Open“ spochybňuje pravidlá overovania vývojárov spoločnosti Google“ — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- „Google kolená nezávislých vývojárov Androidu, núti ich registrovať sa“ — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- „ Open-source aplikácie pre Android ohrozené novým nariadením Google“ — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- „Nové pravidlo Google týkajúce sa identifikácie vývojárov môže poškodiť F-Droid, tvrdí zástanca open source“ — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- „Nariadenie Google týkajúce sa registrácie vývojárov znamená koniec alternatívnych obchodov s aplikáciami“ — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- „Open-source aplikácie pre Android ohrozené novou politikou spoločnosti Google“ — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- „Nové požiadavky spoločnosti Google na identifikáciu môžu zničiť nezávislé obchody s aplikáciami“ — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- „Požiadavka spoločnosti Google, aby sa všetci vývojári Androidu zaregistrovali a overili, hrozí zatvorením obchodu s aplikáciami s otvoreným zdrojovým kódom F-Droid“ — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/] (https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- „Nové pravidlá spoločnosti Google pre vývojárov môžu ohroziť sideloading a budúcnosť F-Droidu“ — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/] (https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- „Google obmedzuje jednu z najdôležitejších funkcií Androidu a používatelia sú pobúrení“ — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- „Obmedzenia Androidu v oblasti sideloadingu sú doteraz najviac protispotrebiteľským krokom“ – [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- „Plán registrácie vývojárov spoločnosti Google ukončí projekt F-Droid“ — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- „F-Droid tvrdí, že nové obmedzenia Google týkajúce sa sideloadingu zabijú projekt“ — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/] (https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- „Google bude vyžadovať overenie vývojárov pre aplikácie pre Android mimo obchodu Play Store“ — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/] (https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- „Google bude overovať vývojárov Androidu, ktorí distribuujú aplikácie mimo obchodu Play Store“ — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- „Google bude vyžadovať overenie vývojára na inštaláciu aplikácií pre Android, vrátane sideloadingu“ — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- „Bezpečnosť Androidu alebo viazanosť na dodávateľa? Nové pravidlá Google pre sideloading sú podozrivé“ — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- „Google vyžaduje identitu vývojára pre všetky aplikácie pre Android“ - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- „Google bráni overovanie vývojárov“ - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- „Udržte Android otvorený – Abwehr gegen Verbot anonymer Apps von Google“ – [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google -10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Video odpovede - -- „Google: ‚Váš telefón za 1000 dolárov teraz potrebuje naše povolenie na inštaláciu aplikácií‘“ — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- „F-Droid zanikne v roku 2026, ak nezakročíme hneď teraz — Techlore“ — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- „Google ruší sideloading“ — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- „Zmeny Google v oblasti sideloadingu môžu znamenať koniec F-Droidu – Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- „Je F-Droid v ohrození? Overovanie vývojárov Google“ — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- „Google mení Android na Apple: koniec otvorenosti“ — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Diskusie - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Oficiálna dokumentácia - -- Počiatočné oznámenie — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Pohovorme si o bezpečnosti: Odpovede na vaše najčastejšie otázky týkajúce sa overovania vývojárov pre Android — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Overenie vývojárov pre Android: Predčasný prístup začína teraz, keď pokračujeme vo vývoji na základe vašich spätných väzieb. — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Overenie vývojára pre Android: Príručky — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Overenie vývojára pre Android: Často kladené otázky — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Predstavujeme konzolu pre vývojárov Android: Prvý pohľad — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Stiahnite si predbežnú verziu novej konzoly pre vývojárov Android — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API dokumentácia — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Rôzne - -- [Diskusia o overovaní vývojárov Androidu](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) od vývojára Termux [agnostic-apollo](https://github.com/agnostic-apollo) -- [Odporúčania opozície](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/th/index.md b/src/content/pages/th/index.md index 8c80b92..bc23076 100644 --- a/src/content/pages/th/index.md +++ b/src/content/pages/th/index.md @@ -202,119 +202,3 @@ If you are a Google employee or contractor of good conscience and have additiona - ช่วยโครงการนี้โดย [แก้ไขหน้านี้](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/th/index.md) ด้วยข้อมูลที่เป็นประโยชน์เพิ่มเติม - [ลงชื่อใน petitition change.org นี้](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### ติดต่อองค์กรสิทธิผู้บริโภค/สิทธิดิจิทัลเหล่านี้ - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### สนับสนุนโครงการเหล่านี้ - -โครงการเหล่านี้กำลังทำงานเพื่อจัดหาการแข่งขันที่จำเป็นมากในพื้นที่ฮาร์ดแวร์มือถือ - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## อ้างอิง - -### ภาพรวม - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### บรรณาธิการและบล็อก - -- "Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship" - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- "Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship" — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- "What We Talk About When We Talk About Sideloading" — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- "F-Droid and Google's Developer Registration Decree" — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- "Pluralistic: Darth Android" — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- "Google plans to block side-loading like Apple, declaring war on Android freedom" — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### ปฏิกิริยาของสื่อ - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google's Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "'Keep Android Open' Movement Challenges Google's Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- "Open-Source Android Apps at Risk Under Google's New Decree" — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- "Google's New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate" — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- "Google's developer registration 'decree' means the end for alternative app stores" — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- "Open-Source Android Apps Threatened by Google's New Policy" — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- "Google's new ID requirements could destroy independent app stores" — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- "Google's Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid" — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- "Google's new developer rules could threaten sideloading and F-Droid's future" — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- "Android's sideloading limits are its most anti-consumer move yet" - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- "Google's dev registration plan 'will end the F-Droid project'" — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- "F-Droid says Google's new sideloading restrictions will kill the project" — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- "Android Security or Vendor Lock-In? Google's New Sideloading Rules Smell Fishy" — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- "Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google" - [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### การตอบสนองทางวิดีโอ - -- "Google: 'Your $1000 phone needs our permission to install apps now'" — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- "F-Droid Will Die in 2026 Unless We Act Now — Techlore" — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- "Google is Removing Sideloading" — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- "Google's changes to sideloading could end F-Droid - Linux Weekly News" — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- "Is F-Droid in Trouble? Google Developer Verification" — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- "Google is Applefying Android: The End of Openness" — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### การอภิปราย - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) -- [https://www.reddit.com/r/androiddev/comments/1n4888u/psa_google_is_requiring_verification/](https://www.reddit.com/r/androiddev/comments/1n4888u/psa_google_is_requiring_verification/) -- [https://www.reddit.com/r/Fediverse/comments/214y4q/google_is_attempting_to_kill_fediverse_apps_like/](https://www.reddit.com/r/Fediverse/comments/214y4q/google_is_attempting_to_kill_fediverse_apps_like/) -- [https://www.reddit.com/r/rootapps/comments/1n47z2x/google_is_killing_android_as_we_know_it/](https://www.reddit.com/r/rootapps/comments/1n47z2x/google_is_killing_android_as_we_know_it/) -- [https://www.reddit.com/r/opensource/comments/1n4895w/google_is_killing_open_source_on_android/](https://www.reddit.com/r/opensource/comments/1n4895w/google_is_killing_open_source_on_android/) -- [https://www.reddit.com/r/Android/comments/1n4896t/google_is_killing_android_as_we_know_it/](https://www.reddit.com/r/Android/comments/1n4896t/google_is_killing_android_as_we_know_it/) -- [https://www.reddit.com/r/Android/comments/1n4896t/google_is_killing_android_as_we_know_it/](https://www.reddit.com/r/Android/comments/1n4896t/google_is_killing_android_as_we_know_it/) - -### คำแนะนำเพิ่มเติม - -- ดาวน์โหลดตัวอย่างใหม่ของ Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- [การอภิปรายเกี่ยวกับการตรวจสอบตัวตนของนักพัฒนาAndroid](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) โดยนักพัฒนา Termux [agnostic-apollo](https://github.com/agnostic-apollo) diff --git a/src/content/pages/tr/index.md b/src/content/pages/tr/index.md index 8b6f3cf..3f4e5d4 100644 --- a/src/content/pages/tr/index.md +++ b/src/content/pages/tr/index.md @@ -169,115 +169,3 @@ Tüm dünyada düzenleyici kurumlar hakikaten teknoloji sektöründeki tekeller ### Bu Dilekçeleri İmzalayın - [Şu change.org dilekçesini imazalayın](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -### Bu Tüketici/Sayısal Hakları Koruma Gruplarıyla İrtibata Geçin -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Bu Projeleri Destekleyin -Bu projeler, mobil donanım alanında çok ihtiyaç duyulan rekabeti sağlamak için çalışmaktadırlar. -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Referanslar - -### Genel Bakış - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Köşe Yazıları ve Bloglar -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - - -### Basın Tepkileri -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- "Join The Protest Against The Closing Of Android" - https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html - -### Video Cevaplar -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Tartışmalar -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Resmî Belgelendirme - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Çeşitli - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) Termux developer tarafından [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/uk/index.md b/src/content/pages/uk/index.md index fcddef5..4405cb7 100644 --- a/src/content/pages/uk/index.md +++ b/src/content/pages/uk/index.md @@ -192,122 +192,3 @@ lockdown_banner: "Android стане закритою платформою" - Допоможіть цьому проєкту, [редагуючи цю сторінку](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/uk/index.md) та додаючи більше корисної інформації. - [Підпишіть цю петицію на change.org](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### Зверніться до цих груп із захисту прав споживачів/цифрових прав - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Швеція)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (Франція)](https://www.laquadrature.net/) -- [April (Франція)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Австралія)](https://digitalrightswatch.org.au/) -- [Open Rights Group (Велика Британія)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Нідерланди)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### Підтримайте ці проєкти - -Ці проєкти працюють над створенням вкрай необхідної конкуренції у сфері мобільного обладнання. - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## Джерела - -### Огляд - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### Редакційні статті та блоги - -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) - -### Реакція преси - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### Відео-відповіді - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### Обговорення - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### Офіційна документація - -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### Різне - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Рекомендації щодо протидії](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/zh-CN/index.md b/src/content/pages/zh-CN/index.md index dcc1ec1..d5671cb 100644 --- a/src/content/pages/zh-CN/index.md +++ b/src/content/pages/zh-CN/index.md @@ -191,123 +191,3 @@ lockdown_banner: "安卓将成为一个封闭平台" - 通过[编辑此页面](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/zh-CN/index.md)丰富更多有用的信息来帮助这个项目。 - [签署这份 change.org 请愿书](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### 联系这些消费者/数字权利小组 - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (Sweden)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (France)](https://www.laquadrature.net/) -- [April (France)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (Australia)](https://digitalrightswatch.org.au/) -- [Open Rights Group (UK)](https://www.openrightsgroup.org/) -- [Bits of Freedom (Netherlands)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### 支持这些项目 - -这些项目致力于在移动硬件领域提供急需的竞争。 - -- [Librephone by the Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone by Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone by V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS by Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch by the UBPorts Community](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## 引用 - -### 概述 - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### 社论以及博客 - -- “Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship” - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- “Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship” — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- “What We Talk About When We Talk About Sideloading” — [https://f-droid.org/en/2025/10/28/sideloading.html](https://f-droid.org/en/2025/10/28/sideloading.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45736479)) -- “F-Droid and Google's Developer Registration Decree” — [https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html) ([Hacker News Thread](https://news.ycombinator.com/item?id=45409794)) -- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- “Google plans to block side-loading like Apple, declaring war on Android freedom” — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- "Keep Android Free and Open" - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- "Join The Protest Against The Closing Of Android" - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### 媒体反应 - -- "'Keep Android Open' movement fights back against Google sideloading restrictions" – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- "Resistance to Google’s Android verification grows among developers" – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- "‘Keep Android Open’ Movement Challenges Google’s Developer Verification Rule" — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- "Google kneecaps indie Android devs, forces them to register" — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- “Open-Source Android Apps at Risk Under Google’s New Decree” — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- “Google’s New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate” — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- “Google’s developer registration ‘decree’ means the end for alternative app stores” — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- “Open-Source Android Apps Threatened by Google’s New Policy” — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- “Google's new ID requirements could destroy independent app stores” — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- “Google’s Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid” — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- “Google’s new developer rules could threaten sideloading and F-Droid’s future” — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- "Google is restricting one of Android's most important features, and users are outraged" — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- “Android’s sideloading limits are its most anti-consumer move yet” - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- “Google's dev registration plan 'will end the F-Droid project'” — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- “F-Droid says Google’s new sideloading restrictions will kill the project” — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- "Google will require developer verification for Android apps outside the Play Store" — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- "Google will verify Android developers distributing apps outside the Play store" — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- "Google will require developer verification to install Android apps, including sideloading" — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- “Android Security or Vendor Lock-In? Google’s New Sideloading Rules Smell Fishy” — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- "Google Demands Dev Identity For All Android Apps" - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- "Google Defends Developer Verification" - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### 视频回应 - -- “Google: 'Your $1000 phone needs our permission to install apps now'” — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- “F-Droid Will Die in 2026 Unless We Act Now — Techlore” — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- “Google is Removing Sideloading” — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- “Google's changes to sideloading could end F-Droid - Linux Weekly News” — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- “Is F-Droid in Trouble? Google Developer Verification” — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### 讨论 - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### 官方文档 -- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- Let's talk security: Answering your top questions about Android developer verification — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android developer verification: Early access starts now as we continue to build with your feedback — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android developer verification: Guides — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android developer verification: Frequently asked questions — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- Introducing the Android Developer Console: A first look — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- Download an early look of the new Android Developer Console — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API Documentation — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### 杂项 - -- [Android Developer Verification Discourse](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6) by Termux developer [agnostic-apollo](https://github.com/agnostic-apollo) -- [Opposition recommendations](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/content/pages/zh-TW/index.md b/src/content/pages/zh-TW/index.md index 0b966bc..4192345 100644 --- a/src/content/pages/zh-TW/index.md +++ b/src/content/pages/zh-TW/index.md @@ -191,124 +191,3 @@ lockdown_banner: "Android 將會變成一個受限制的平台" - 助此專案一把,[編輯此頁面](https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/content/pages/zh-TW/index.md)以豐富更多有用資訊。 - [簽署此 change.org 請願書](https://www.change.org/p/stop-google-from-limiting-apk-file-usage?recruiter=1370041382&recruited_by_id=fddec6e0-0e30-11f0-a55d-cd0eb0fd0ac4) -#### 聯絡這些消費者/數位權利小組 - -- [Euroconsumers](https://www.euroconsumers.org/) -- [Electronic Frontier Foundation](https://www.eff.org/) -- [Digital Rights Ireland](https://www.digitalrights.ie/) -- [Digital Freedom and Rights Association (瑞典)](https://www.dfri.se/) -- [European Digital Rights](https://edri.org/) -- [La Quadrature du Net (法國)](https://www.laquadrature.net/) -- [April (法國)](https://www.april.org/en) -- [Free Software Foundation](https://www.fsf.org/) -- [Free Software Foundation Europe](https://fsfe.org/) -- [Free Software Movement India](https://www.fsmi.in/) -- [IT-Political Association of Denmark](https://www.itpol.dk/) -- [Digital Rights Watch (澳洲)](https://digitalrightswatch.org.au/) -- [Open Rights Group (英國)](https://www.openrightsgroup.org/) -- [Bits of Freedom (荷蘭)](https://www.bitsoffreedom.nl/) -- [Swecha Andhra Pradesh](https://www.swechaap.org/) -- [Korea Consumer Agency](https://www.kca.go.kr/eng/main.do) - -#### 支持這些專案 - -這些專案致力在行動硬體領域中提供亟需之競爭。 - -- [Librephone 出自 Free Software Foundation](https://librephone.fsf.org/) -- [PinePhone 出自 Pine64](https://pine64.org/devices/pinephone/) -- [Spirit Smartphone 出自 V3lectronics](https://github.com/V3lectronics/SPIRIT) -- [Shiftphone](https://www.shift.eco/en/) -- [PureOS 出自 Purism](https://pureos.net/) -- [PostmarketOS](https://postmarketos.org/) -- [Replicant](https://www.replicant.us/) -- [Ubuntu Touch 出自 UBPorts 社群](https://www.ubuntu-touch.io/) -- [Fairphone](https://www.fairphone.com/) -- [Sailfish OS](https://sailfishos.org/) -- [Mobian](https://mobian-project.org/) -- [LineageOS](https://lineageos.org/) -- [/e/OS](https://e.foundation/e-os/) - -## 參照 - -### 概覽 - -- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification) - -### 社論與部落格 - -- 《您的智慧型手機,聽他們定的規矩:應用程式商店如何育成一場企業、政府的審查勾當》 - [https://www.aclu.org/news/free-speech/app-store-oligopoly](https://www.aclu.org/news/free-speech/app-store-oligopoly) -- 《應用程式把關:通向網際網路審查無限上綱、無窮延展之路》 — [https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship](https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship) -- 《言側載時,孰與執言》 — [https://f-droid.org/2025/10/28/sideloading.html](https://f-droid.org/2025/10/28/sideloading.html) ([Hacker News 迴響](https://news.ycombinator.com/item?id=45736479)) -- 《F-Droid 與 Google 頒佈之開發者註冊令》 — [https://f-droid.org/2025/09/29/google-developer-registration-decree.html](https://f-droid.org/2025/09/29/google-developer-registration-decree.html) ([Hacker News 迴響](https://news.ycombinator.com/item?id=45409794)) -- 《Pluralistic 多元大戰:黑武士達斯·安卓》 — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/) -- 《Google 計劃效法 Apple 封鎖側載,向 Android 自由宣戰》 — [https://tuta.com/blog/android-side-load-apps-google](https://tuta.com/blog/android-side-load-apps-google) -- 《保持 Android 自由、開放》 - [https://www.swechaap.org/blog/keep-android-free-and-open/](https://www.swechaap.org/blog/keep-android-free-and-open) -- 《群起抗議封閉 Android》 - [https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html](https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html) - -### 媒體反應 - -- 《「保持 Android 開放」運動反擊 Google 側載限制》 – [https://www.theregister.com/2025/10/29/keep_android_open_movement/](https://www.theregister.com/2025/10/29/keep_android_open_movement/) -- 《開發者們群起抵抗 Google 之 Android 驗證》 – [https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/](https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/) -- 《「保持 Android 開放」運動挑戰 Google 之開發者驗證規則》 — [https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/](https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/) -- 《Google 勢要獨立 Android 開發者屈膝折腰,迫令註冊》 — [https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/](https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/) -- 《Google 新頒令下,一眾開放原始碼 Android 應用程式堪虞》 — [https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/](https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/) -- 《Google 新的開發者身份規則可能傷害 F-Droid,開放原始碼倡導者如是說》 — [https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future](https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future) -- 《Google 之開發者註冊「頒令」意味替代應用程式商店終結》 — [https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/](https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/) -- 《Google 新政策威脅一眾開放原始碼 Android 應用程式》 — [https://www.datamation.com/open-source/android-apps-google-policy/](https://www.datamation.com/open-source/android-apps-google-policy/) -- 《Google 新的身份驗證要求恐摧毀獨立應用程式商店》 — [https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html](https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html) -- 《Google 要求所有 Android 開發者註冊並驗證威脅關閉開放原始碼應用程式商店 F-Droid》 — [https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/](https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/) -- 《Google 新的開發者規則足以威脅側載與 F-Droid 之前途》 — [https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/](https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/) -- 《Google 著手限制 Android 至為重要的特色功能之一,使用者義憤填膺》 — [https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/](https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/) -- 《Android 的側載限制乃前所未有、有損消費者極至之舉》 - [https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/](https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/) -- 《Google 的開發者註冊計劃「將終結 F-Droid 專案」》 — [https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/](https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/) -- 《F-Droid 指 Google 新的側載限制將置其專案於死地》 — [https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/](https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/) -- 《Google 將對 Play 商店以外的 Android 應用程式要求開發者驗證》 — [https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/](https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/) -- 《Google 將驗證 Play 商店以外發行應用程式的 Android 開發者》 — [https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification](https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification) -- 《Google 將要求開發者驗證以安裝 Android 應用程式,側載並無例外》 — [https://9to5google.com/2025/08/25/android-apps-developer-verification/](https://9to5google.com/2025/08/25/android-apps-developer-verification/) -- 《Android 安全性還是供應商鎖定?Google 新的側載規則殊有蹊蹺》 — [https://news.itsfoss.com/new-android-sideloading-rules/](https://news.itsfoss.com/new-android-sideloading-rules/) -- 《Google 明令所有 Android 應用程式一律上繳開發者身份》 - [https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html](https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html) -- 《Google 力撐開發者驗證》 - [https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html](https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html) -- “Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google“- [https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html](https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html) - -### 影片回應 - -- 《Google:「您的 $1000 手機現在需要我們批准方可安裝應用程式」》 — Louis Rossmann — [https://youtu.be/QBEKlIV_70E](https://youtu.be/QBEKlIV_70E) -- 《F-Droid 將於 2026 年壽終正寢,除非現在立馬拯救 — Techlore》 — [https://youtu.be/wRvqdLsnsKY](https://youtu.be/wRvqdLsnsKY) -- 《Google 著手移除側載》 — LMG Clips — [https://youtu.be/-R76VJtTDJ8](https://youtu.be/-R76VJtTDJ8) -- 《Google 變更側載可能終結 F-Droid - Linux 每週新聞》 — [https://youtu.be/iMqpm2Ahmt0](https://youtu.be/iMqpm2Ahmt0) -- 《F-Droid 大難臨頭?Google 開發者驗證》 — [https://youtu.be/-SOOoQWv4kk](https://youtu.be/-SOOoQWv4kk) -- 《Google 正蘋果化 Android:開放告終》 — ChiefGyk3D — [https://youtu.be/WFOPzixHoLY](https://youtu.be/WFOPzixHoLY) - -### 討論 - -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794) -- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173) -- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371) -- [https://news.ycombinator.com/item?id=45742488](https://news.ycombinator.com/item?id=45742488) -- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration) -- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/) -- [https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/](https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/) -- [https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/](https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/) -- [https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/](https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/) -- [https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/](https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/) -- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/) -- [https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/](https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/) -- [https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/](https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/) -- [https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/](https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/) - -### 官方說明文件 - -- 首度宣佈 — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html) -- 也談安全性:解答您們有關 Android 開發人員驗證的頂尖問題 — [https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html](https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html) -- Android 開發人員驗證:搶先體驗現正開始,隨我們繼續一邊收編您的反饋一邊構建 — [https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html](https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html) -- Android 開發人員驗證:指南 — [https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity](https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity) -- Android 開發人員驗證:常見問題 — [https://developer.android.com/developer-verification/guides/faq](https://developer.android.com/developer-verification/guides/faq) -- 隆重介紹 Android 開發人員控制台:初窺其貌 — [https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf](https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf) -- 下載新的 Android 開發人員控制台先睹為快面貌 — [https://support.google.com/android-developer-console/answer/16450960](https://support.google.com/android-developer-console/answer/16450960) -- API 說明文件 — [https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED](https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED) - -### 其他 - -- [Android 開發者驗證深談](https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6)出自 Termux 開發者 [agnostic-apollo](https://github.com/agnostic-apollo) -- [反抗建議](https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU) diff --git a/src/data/links/discussions.yaml b/src/data/links/discussions.yaml new file mode 100644 index 0000000..d7d4627 --- /dev/null +++ b/src/data/links/discussions.yaml @@ -0,0 +1,35 @@ +heading: + en: "Discussions" + cs: "Diskuze" + de: "Diskussionen" + el: "Συζητήσεις" + es: "Debates" + fr: "Discussions" + id: "Diskusi" + it: "Discussioni" + ko: "토론" + pl: "Dyskusje" + pt-BR: "Discussões" + sk: "Diskusie" + th: "การอภิปราย" + tr: "Tartışmalar" + uk: "Обговорення" + zh-CN: "讨论" + zh-TW: "討論" + +items: + - url: "https://news.ycombinator.com/item?id=45742488" + - url: "https://news.ycombinator.com/item?id=45409794" + - url: "https://news.ycombinator.com/item?id=45507173" + - url: "https://news.ycombinator.com/item?id=45569371" + - url: "https://news.ycombinator.com/item?id=45742488" + - url: "https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration" + - url: "https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/" + - url: "https://www.reddit.com/r/androiddev/comments/1n3jtrf/google_you_royally_screwed_up/" + - url: "https://www.reddit.com/r/androiddev/comments/1n0uy6g/just_received_this_email_now_you_can_get/" + - url: "https://www.reddit.com/r/androiddev/comments/1n2im4j/this_may_mark_the_end_of_android_development_for/" + - url: "https://www.reddit.com/r/androiddev/comments/1n0f41c/google_will_require_developer_verification_to/" + - url: "https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/" + - url: "https://www.reddit.com/r/androiddev/comments/1mzw877/android_developers_blog_a_new_layer_of_security/" + - url: "https://www.reddit.com/r/androiddev/comments/1n7g0cc/to_all_android_devs_speak_up_now_before_you_lose/" + - url: "https://www.reddit.com/r/androiddev/comments/1oaj908/collection_of_actions_we_can_take_to_stop/" diff --git a/src/data/links/editorials.yaml b/src/data/links/editorials.yaml new file mode 100644 index 0000000..a8b7bf7 --- /dev/null +++ b/src/data/links/editorials.yaml @@ -0,0 +1,42 @@ +heading: + en: "Editorials and Blogs" + cs: "Články a blogy" + de: "Leitartikel und Blogs" + el: "Άρθρα και Blog" + es: "Editoriales y blogs" + fr: "Éditoriaux et blogs" + id: "Editorial dan Blog" + it: "Editoriali e blog" + ko: "사설 및 블로그" + pl: "Artykuły i blogi" + pt-BR: "Blogs e Editoriais" + sk: "Úvodníky a blogy" + th: "บรรณาธิการและบล็อก" + tr: "Köşe Yazıları ve Bloglar" + uk: "Редакційні статті та блоги" + zh-CN: "社论以及博客" + zh-TW: "社論與部落格" + +items: + - text: "Your Smartphone, Their Rules: How App Stores Enable Corporate-Government Censorship" + url: "https://www.aclu.org/news/free-speech/app-store-oligopoly" + - text: "Application Gatekeeping: An Ever-Expanding Pathway to Internet Censorship" + url: "https://www.eff.org/deeplinks/2025/11/application-gatekeeping-ever-expanding-pathway-internet-censorship" + - text: "What We Talk About When We Talk About Sideloading" + url: "https://f-droid.org/en/2025/10/28/sideloading.html" + extra_links: + - text: "Hacker News Thread" + url: "https://news.ycombinator.com/item?id=45736479" + - text: "F-Droid and Google's Developer Registration Decree" + url: "https://f-droid.org/en/2025/09/29/google-developer-registration-decree.html" + extra_links: + - text: "Hacker News Thread" + url: "https://news.ycombinator.com/item?id=45409794" + - text: "Pluralistic: Darth Android" + url: "https://pluralistic.net/2025/09/01/fulu/" + - text: "Google plans to block side-loading like Apple, declaring war on Android freedom" + url: "https://tuta.com/blog/android-side-load-apps-google" + - text: "Keep Android Free and Open" + url: "https://www.swechaap.org/blog/keep-android-free-and-open/" + - text: "Join The Protest Against The Closing Of Android" + url: "https://www.i-programmer.info/news/193-android/18419-join-the-protest-against-the-closing-of-android.html" diff --git a/src/data/links/miscellaneous.yaml b/src/data/links/miscellaneous.yaml new file mode 100644 index 0000000..4c83788 --- /dev/null +++ b/src/data/links/miscellaneous.yaml @@ -0,0 +1,27 @@ +heading: + en: "Miscellaneous" + cs: "Různé" + de: "Verschiedenes" + el: "Λοιπά" + es: "Varios" + fr: "Divers" + id: "Lain-lain" + it: "Varie" + ko: "기타" + pl: "Różne" + pt-BR: "Diversos" + sk: "Rôzne" + th: "เบ็ดเตล็ด" + tr: "Çeşitli" + uk: "Різне" + zh-CN: "杂项" + zh-TW: "其他" + +items: + - text: "Android Developer Verification Discourse" + url: "https://gist.github.com/agnostic-apollo/b8d8daa24cbdd216687a6bef53d417a6" + author: "Termux developer" + author_text: "agnostic-apollo" + author_url: "https://github.com/agnostic-apollo" + - text: "Opposition recommendations" + url: "https://docs.google.com/document/d/1axlQkdc-wseda9PL2ZP0fgy3I4DqAVVlK5kJw4ksIwU" diff --git a/src/data/links/official-docs.yaml b/src/data/links/official-docs.yaml new file mode 100644 index 0000000..f69c061 --- /dev/null +++ b/src/data/links/official-docs.yaml @@ -0,0 +1,36 @@ +heading: + en: "Official Documentation" + cs: "Oficiální dokumentace" + de: "Offizielle Dokumentation" + el: "Επίσημη Τεκμηρίωση" + es: "Documentación oficial" + fr: "Documentation officielle" + id: "Dokumentasi Resmi" + it: "Documentazione ufficiale" + ko: "공식 문서" + pl: "Oficjalna dokumentacja" + pt-BR: "Documentação Oficial" + sk: "Oficiálna dokumentácia" + th: "เอกสารอย่างเป็นทางการ" + tr: "Resmî Belgelendirme" + uk: "Офіційна документація" + zh-CN: "官方文档" + zh-TW: "官方說明文件" + +items: + - text: "Initial announcement" + url: "https://android-developers.googleblog.com/2025/08/elevating-android-security.html" + - text: "Let's talk security: Answering your top questions about Android developer verification" + url: "https://android-developers.googleblog.com/2025/09/lets-talk-security-answering-your-top.html" + - text: "Android developer verification: Early access starts now as we continue to build with your feedback" + url: "https://android-developers.googleblog.com/2025/11/android-developer-verification-early.html" + - text: "Android developer verification: Guides" + url: "https://developer.android.com/developer-verification/guides/android-developer-console#complete-identity" + - text: "Android developer verification: Frequently asked questions" + url: "https://developer.android.com/developer-verification/guides/faq" + - text: "Introducing the Android Developer Console: A first look" + url: "https://developer.android.com/developer-verification/assets/pdfs/introducing-the-android-developer-console.pdf" + - text: "Download an early look of the new Android Developer Console" + url: "https://support.google.com/android-developer-console/answer/16450960" + - text: "API Documentation" + url: "https://developer.android.com/reference/android/content/pm/PackageInstaller#DEVELOPER_VERIFICATION_FAILED_REASON_DEVELOPER_BLOCKED" diff --git a/src/data/links/overview.yaml b/src/data/links/overview.yaml new file mode 100644 index 0000000..4e1f6fb --- /dev/null +++ b/src/data/links/overview.yaml @@ -0,0 +1,21 @@ +heading: + en: "Overview" + cs: "Přehled" + de: "Übersicht" + el: "Περίληψη" + es: "Resumen" + fr: "Aperçu" + id: "Ringkasan" + it: "Panoramica" + ko: "개요" + pl: "Przegląd" + pt-BR: "Visão Geral" + sk: "Prehľad" + th: "ภาพรวม" + tr: "Genel Bakış" + uk: "Огляд" + zh-CN: "概述" + zh-TW: "概覽" + +items: + - url: "https://consumerrights.wiki/w/Android_Developer_Verification" diff --git a/src/data/links/press.yaml b/src/data/links/press.yaml new file mode 100644 index 0000000..55daab2 --- /dev/null +++ b/src/data/links/press.yaml @@ -0,0 +1,64 @@ +heading: + en: "Press Reactions" + cs: "Reakce v médiích" + de: "Presseberichte" + el: "Αντιδράσεις του Τύπου" + es: "Reacciones de la prensa" + fr: "Réactions de la presse" + id: "Reaksi Media" + it: "Reazioni della stampa" + ko: "기사" + pl: "Reakcje prasy" + pt-BR: "Reações na Imprensa" + sk: "Reakcie tlače" + th: "ปฏิกิริยาของสื่อ" + tr: "Basın Tepkileri" + uk: "Реакція преси" + zh-CN: "媒体反应" + zh-TW: "媒體反應" + +items: + - text: "'Keep Android Open' movement fights back against Google sideloading restrictions" + url: "https://www.theregister.com/2025/10/29/keep_android_open_movement/" + - text: "Resistance to Google's Android verification grows among developers" + url: "https://www.techzine.eu/news/devops/135878/resistance-to-googles-android-verification-grows-among-developers/" + - text: "'Keep Android Open' Movement Challenges Google's Developer Verification Rule" + url: "https://www.opensourceforu.com/2025/10/keep-android-open-movement-challenges-googles-developer-verification-rule/" + - text: "Google kneecaps indie Android devs, forces them to register" + url: "https://www.theregister.com/2025/08/26/android_developer_verification_sideloading/" + - text: "Open-Source Android Apps at Risk Under Google's New Decree" + url: "https://www.techrepublic.com/article/news-f-droid-warns-google-developer-decree-open-source-android/" + - text: "Google's New Developer ID Rule Could Harm F-Droid, Says Open-Source Advocate" + url: "https://reclaimthenet.org/googles-android-id-rule-threatens-f-droids-future" + - text: "Google's developer registration 'decree' means the end for alternative app stores" + url: "https://cybernews.com/tech/googles-developer-registration-decree-end-alternative-app-stores/" + - text: "Open-Source Android Apps Threatened by Google's New Policy" + url: "https://www.datamation.com/open-source/android-apps-google-policy/" + - text: "Google's new ID requirements could destroy independent app stores" + url: "https://www.techspot.com/news/109728-google-confirms-new-android-rules-significantly-restrict-app.html" + - text: "Google's Requirement For All Android Developers To Register And Be Verified Threatens To Close Down Open Source App Store F-Droid" + url: "https://www.techdirt.com/2025/10/07/googles-requirement-for-all-android-developers-to-register-and-be-verified-threatens-to-close-down-open-source-app-store-f-droid/" + - text: "Google's new developer rules could threaten sideloading and F-Droid's future" + url: "https://www.gizmochina.com/2025/09/30/googles-new-developer-rules-could-threaten-sideloading-and-f-droids-future/" + - text: "Google is restricting one of Android's most important features, and users are outraged" + url: "https://www.slashgear.com/1962802/google-restricting-important-android-feature-reason-why-users-outraged/" + - text: "Android's sideloading limits are its most anti-consumer move yet" + url: "https://www.makeuseof.com/androids-sideloading-limits-are-anti-consumer-move-yet/" + - text: "Google's dev registration plan 'will end the F-Droid project'" + url: "https://www.theregister.com/2025/09/29/googles_dev_registration_plan_will/" + - text: "F-Droid says Google's new sideloading restrictions will kill the project" + url: "https://arstechnica.com/gadgets/2025/09/f-droid-calls-for-regulators-to-stop-googles-crackdown-on-sideloading/" + - text: "Google will require developer verification for Android apps outside the Play Store" + url: "https://techcrunch.com/2025/08/25/google-will-require-developer-verification-for-android-apps-outside-the-play-store/" + - text: "Google will verify Android developers distributing apps outside the Play store" + url: "https://www.theverge.com/news/765881/google-android-apps-side-loading-developer-verification" + - text: "Google will require developer verification to install Android apps, including sideloading" + url: "https://9to5google.com/2025/08/25/android-apps-developer-verification/" + - text: "Android Security or Vendor Lock-In? Google's New Sideloading Rules Smell Fishy" + url: "https://news.itsfoss.com/new-android-sideloading-rules/" + - text: "Google Demands Dev Identity For All Android Apps" + url: "https://www.i-programmer.info/news/193-android/18276-google-demands-dev-identity-for-all-android-apps.html" + - text: "Google Defends Developer Verification" + url: "https://www.i-programmer.info/news/193-android/18356-google-defends-developer-verification.html" + - text: "Keep Android Open – Abwehr gegen Verbot anonymer Apps von Google" + url: "https://www.heise.de/news/Keep-Android-Open-Abwehr-gegen-Verbot-anonymer-Apps-von-Google-10965483.html" diff --git a/src/data/links/projects.yaml b/src/data/links/projects.yaml new file mode 100644 index 0000000..4e67146 --- /dev/null +++ b/src/data/links/projects.yaml @@ -0,0 +1,94 @@ +heading: + en: "Support These Projects" + cs: "Podpořte tyto projekty" + de: "Unterstützen Sie diese Projekte" + el: "Υποστηρίξτε αυτά τα έργα" + es: "Apoye estos proyectos" + fr: "Soutenez ces projets" + id: "Dukung Proyek-Proyek Ini" + it: "Sostieni questi progetti" + ko: "아래 프로젝트를 지원해주세요" + pl: "Wesprzyj te projekty" + pt-BR: "Apoie Esses Projetos" + sk: "Podporte tieto projekty" + th: "สนับสนุนโครงการเหล่านี้" + tr: "Bu Projeleri Destekleyin" + uk: "Підтримайте ці проєкти" + zh-CN: "支持这些项目" + zh-TW: "支持這些專案" + +description: + en: "These projects are working to provide much-needed competition in the mobile hardware space." + cs: "Tyto projekty pracují na tom, aby nabídly velmi potřebnou konkurenci v oblasti mobilního hardware." + de: "Diese Projekte arbeiten daran, den dringend benötigten Wettbewerb auf dem Markt für mobile Hardware zu fördern." + el: "Οι άνθρωποι σε αυτά τα έργα εργάζονται για να προσφέρουν τον πολύ απαιτούμενο ανταγωνισμό στον τομέα του υλικού κινητών τηλεφώνων." + es: "Estos proyectos se esfuerzan por crear una competencia indispensable en el mercado de los dispositivos móviles." + fr: "Ces projets s'efforcent de créer une concurrence indispensable sur le marché du matériel mobile." + id: "Proyek-proyek ini berupaya untuk menyediakan persaingan yang sangat dibutuhkan di bidang perangkat keras mobile." + it: "Questi progetti mirano a fornire una concorrenza indispensabile nel settore dell'hardware mobile." + ko: "이 프로젝트들은 모바일 하드웨어 분야에 절실히 필요한 경쟁을 조성하기 위해 노력하고 있습니다." + pt-BR: "Esses projetos estão trabalhando para proporcionar a muito necessária competição no campo de hardware móvel." + sk: "Tieto projekty sa snažia poskytnúť toľko potrebnú konkurenciu v oblasti mobilného hardvéru." + th: "โครงการเหล่านี้กำลังทำงานเพื่อจัดหาการแข่งขันที่จำเป็นมากในพื้นที่ฮาร์ดแวร์มือถือ" + tr: "Bu projeler, mobil donanım alanında çok ihtiyaç duyulan rekabeti sağlamak için çalışmaktadırlar." + uk: "Ці проєкти працюють над створенням вкрай необхідної конкуренції у сфері мобільного обладнання." + zh-CN: "这些项目致力于在移动硬件领域提供急需的竞争。" + zh-TW: "這些專案致力在行動硬體領域中提供亟需之競爭。" + +items: + - text: + en: "Librephone by the Free Software Foundation" + cs: "Librephone od Free Software Foundation" + de: "Librephone der Free Software Foundation" + id: "Librephone oleh Free Software Foundation" + sk: "Librephone od Free Software Foundation" + zh-TW: "Librephone 出自 Free Software Foundation" + url: "https://librephone.fsf.org/" + - text: + en: "PinePhone by Pine64" + cs: "PinePhone od Pine64" + de: "PinePhone von Pine64" + id: "PinePhone oleh Pine64" + sk: "PinePhone od Pine64" + zh-TW: "PinePhone 出自 Pine64" + url: "https://pine64.org/devices/pinephone/" + - text: + en: "Spirit Smartphone by V3lectronics" + cs: "Spirit Smartphone od V3lectronics" + de: "Spirit Smartphone von V3lectronics" + id: "Spirit Smartphone oleh V3lectronics" + sk: "Spirit Smartphone od V3lectronics" + zh-TW: "Spirit Smartphone 出自 V3lectronics" + url: "https://github.com/V3lectronics/SPIRIT" + - text: "Shiftphone" + url: "https://www.shift.eco/en/" + - text: + en: "PureOS by Purism" + cs: "PureOS od Purism" + de: "PureOS von Purism" + id: "PureOS oleh Purism" + sk: "PureOS od Purism" + zh-TW: "PureOS 出自 Purism" + url: "https://pureos.net/" + - text: "PostmarketOS" + url: "https://postmarketos.org/" + - text: "Replicant" + url: "https://www.replicant.us/" + - text: + en: "Ubuntu Touch by the UBPorts Community" + cs: "Ubuntu Touch od komunity UBPorts" + de: "Ubuntu Touch der UBPorts Community" + id: "Ubuntu Touch oleh Kommunitas UBPorts" + sk: "Ubuntu Touch od komunity UBPorts" + zh-TW: "Ubuntu Touch 出自 UBPorts 社群" + url: "https://www.ubuntu-touch.io/" + - text: "Fairphone" + url: "https://www.fairphone.com/" + - text: "Sailfish OS" + url: "https://sailfishos.org/" + - text: "Mobian" + url: "https://mobian-project.org/" + - text: "LineageOS" + url: "https://lineageos.org/" + - text: "/e/OS" + url: "https://e.foundation/e-os/" diff --git a/src/data/links/references.yaml b/src/data/links/references.yaml new file mode 100644 index 0000000..2aaa73c --- /dev/null +++ b/src/data/links/references.yaml @@ -0,0 +1,18 @@ +heading: + en: "References" + cs: "Reference" + de: "Referenzen" + el: "Αναφορές" + es: "Referencias" + fr: "Références" + id: "Referensi" + it: "Riferimenti" + ko: "참고 문헌" + pl: "Źródła" + pt-BR: "Referências" + sk: "Referencie" + th: "อ้างอิง" + tr: "Referanslar" + uk: "Джерела" + zh-CN: "引用" + zh-TW: "參照" diff --git a/src/data/links/rights-groups.yaml b/src/data/links/rights-groups.yaml new file mode 100644 index 0000000..9a01702 --- /dev/null +++ b/src/data/links/rights-groups.yaml @@ -0,0 +1,56 @@ +heading: + en: "Contact These Consumer/Digital Rights Groups" + cs: "Kontaktujte tyto skupiny na podporu spotřebitelských/digitálních práv" + de: "Kontaktieren Sie diese Verbraucher- und Digitalrechtsorganisationen" + el: "Επικοινωνήστε Με Αυτές Τις Ομάδες Καταναλωτικών/Ψηφιακών Δικαιωμάτων" + es: "Póngase en contacto con estos grupos de defensa de los derechos de los consumidores/derechos digitales" + fr: "Contactez ces groupes de défense des droits des consommateurs/des droits numériques" + id: "Hubungi Kelompok-Kelompok Hak Konsumen/Digital Ini" + it: "Contatta questi gruppi per i diritti dei consumatori/digitali" + ko: "아래 소비자/디지털 권리 기관에 문의해주세요" + pl: "Skontaktuj się z tymi organizacjami konsumenckimi / cyfrowych praw" + pt-BR: "Entre em contato com estes Grupos de Direitos Digitais/do Consumidor" + sk: "Kontaktujte tieto spotrebiteľské/digitálne právne skupiny" + th: "ติดต่อองค์กรสิทธิผู้บริโภค/สิทธิดิจิทัลเหล่านี้" + tr: "Bu Tüketici/Sayısal Hakları Koruma Gruplarıyla İrtibata Geçin" + uk: "Зверніться до цих груп із захисту прав споживачів/цифрових прав" + zh-CN: "联系这些消费者/数字权利小组" + zh-TW: "聯絡這些消費者/數位權利小組" + +items: + - text: "Euroconsumers" + url: "https://www.euroconsumers.org/" + - text: "Electronic Frontier Foundation" + url: "https://www.eff.org/" + - text: "Digital Rights Ireland" + url: "https://www.digitalrights.ie/" + - text: "Digital Freedom and Rights Association (Sweden)" + url: "https://www.dfri.se/" + - text: "European Digital Rights" + url: "https://edri.org/" + - text: "La Quadrature du Net (France)" + url: "https://www.laquadrature.net/" + - text: "April (France)" + url: "https://www.april.org/en" + - text: "Free Software Foundation" + url: "https://www.fsf.org/" + - text: "Free Software Foundation Europe" + url: "https://fsfe.org/" + - text: "Free Software Movement India" + url: "https://www.fsmi.in/" + - text: "IT-Political Association of Denmark" + url: "https://www.itpol.dk/" + - text: "Digital Rights Watch (Australia)" + url: "https://digitalrightswatch.org.au/" + - text: "Open Rights Group (UK)" + url: "https://www.openrightsgroup.org/" + - text: "Bits of Freedom (Netherlands)" + url: "https://www.bitsoffreedom.nl/" + - text: "Swecha Andhra Pradesh" + url: "https://www.swechaap.org/" + - text: + en: "Korea Consumer Agency" + ko: "한국소비자원 (KCA)" + url: + en: "https://www.kca.go.kr/eng/main.do" + ko: "https://www.kca.go.kr/" diff --git a/src/data/links/videos.yaml b/src/data/links/videos.yaml new file mode 100644 index 0000000..b74f96a --- /dev/null +++ b/src/data/links/videos.yaml @@ -0,0 +1,37 @@ +heading: + en: "Video Responses" + cs: "Videoodpovědi" + de: "Video-Antworten" + el: "Απαντήσεις σε Βίντεο" + es: "Respuestas en vídeo" + fr: "Réponses vidéo" + id: "Tanggapan Video" + it: "Risposte video" + ko: "영상 자료" + pl: "Odpowiedzi wideo" + pt-BR: "Vídeo Respostas" + sk: "Video odpovede" + th: "การตอบสนองทางวิดีโอ" + tr: "Video Cevaplar" + uk: "Відео-відповіді" + zh-CN: "视频回应" + zh-TW: "影片回應" + +items: + - text: "Google: 'Your $1000 phone needs our permission to install apps now'" + author: "Louis Rossmann" + url: "https://youtu.be/QBEKlIV_70E" + - text: "F-Droid Will Die in 2026 Unless We Act Now" + author: "Techlore" + url: "https://youtu.be/wRvqdLsnsKY" + - text: "Google is Removing Sideloading" + author: "LMG Clips" + url: "https://youtu.be/-R76VJtTDJ8" + - text: "Google's changes to sideloading could end F-Droid" + author: "Linux Weekly News" + url: "https://youtu.be/iMqpm2Ahmt0" + - text: "Is F-Droid in Trouble? Google Developer Verification" + url: "https://youtu.be/-SOOoQWv4kk" + - text: "Google is Applefying Android: The End of Openness" + author: "ChiefGyk3D" + url: "https://youtu.be/WFOPzixHoLY" diff --git a/src/i18n/resolve.ts b/src/i18n/resolve.ts new file mode 100644 index 0000000..d0cd9a0 --- /dev/null +++ b/src/i18n/resolve.ts @@ -0,0 +1,9 @@ +/** + * Resolves a localizable value. If the value is a plain string, returns it directly. + * If it's an object keyed by locale, returns the value for the given locale, + * falling back to English ('en'), then to the first available value. + */ +export function resolve(value: string | Record, locale: string): string { + if (typeof value === 'string') return value; + return value[locale] ?? value['en'] ?? Object.values(value)[0] ?? ''; +} diff --git a/src/pages/[locale]/index.astro b/src/pages/[locale]/index.astro index ae16ab3..1cf1a0d 100644 --- a/src/pages/[locale]/index.astro +++ b/src/pages/[locale]/index.astro @@ -1,6 +1,7 @@ --- import { getCollection } from 'astro:content'; import Default from '../../layouts/Default.astro'; +import SharedLinks from '../../components/SharedLinks.astro'; export async function getStaticPaths() { const pages = await getCollection('pages'); @@ -20,4 +21,5 @@ const { data } = entry; --- + diff --git a/src/pages/index.astro b/src/pages/index.astro index 2852d3b..08c5845 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,6 +1,7 @@ --- import { getCollection } from 'astro:content'; import Default from '../layouts/Default.astro'; +import SharedLinks from '../components/SharedLinks.astro'; const pages = await getCollection('pages'); const entry = pages.find((p) => p.slug === 'en'); @@ -10,4 +11,5 @@ const { data } = entry; --- +