Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
100 changes: 100 additions & 0 deletions src/components/SharedLinks.astro
Original file line number Diff line number Diff line change
@@ -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;
---

<h4>{resolve(rightsGroups.heading, locale)}</h4>
<ul>
{rightsGroups.items.map((item: any) => (
<li><a href={resolve(item.url, locale)} target="_blank">{resolve(item.text, locale)} ↗</a></li>
))}
</ul>

<h4>{resolve(projects.heading, locale)}</h4>
<p>{resolve(projects.description, locale)}</p>
<ul>
{projects.items.map((item: any) => (
<li><a href={item.url} target="_blank">{resolve(item.text, locale)} ↗</a></li>
))}
</ul>

<h2>{resolve(references.heading, locale)}</h2>

<h3>{resolve(overview.heading, locale)}</h3>
<ul>
{overview.items.map((item: any) => (
<li><a href={item.url} target="_blank">{item.url} ↗</a></li>
))}
</ul>

<h3>{resolve(editorials.heading, locale)}</h3>
<ul>
{editorials.items.map((item: any) => (
<li>
&ldquo;{resolve(item.text, locale)}&rdquo; &mdash; <a href={item.url} target="_blank">{item.url} ↗</a>
{item.extra_links?.map((extra: any) => (
<>{' '}(<a href={extra.url} target="_blank">{resolve(extra.text, locale)} ↗</a>)</>
))}
</li>
))}
</ul>

<h3>{resolve(press.heading, locale)}</h3>
<ul>
{press.items.map((item: any) => (
<li>&ldquo;{resolve(item.text, locale)}&rdquo; &mdash; <a href={item.url} target="_blank">{item.url} ↗</a></li>
))}
</ul>

<h3>{resolve(videos.heading, locale)}</h3>
<ul>
{videos.items.map((item: any) => (
<li>
&ldquo;{resolve(item.text, locale)}&rdquo;
{item.author && <> &mdash; {item.author}</>}
{' '}&mdash; <a href={item.url} target="_blank">{item.url} ↗</a>
</li>
))}
</ul>

<h3>{resolve(discussions.heading, locale)}</h3>
<ul>
{discussions.items.map((item: any) => (
<li><a href={item.url} target="_blank">{item.url} ↗</a></li>
))}
</ul>

<h3>{resolve(officialDocs.heading, locale)}</h3>
<ul>
{officialDocs.items.map((item: any) => (
<li>{resolve(item.text, locale)} &mdash; <a href={item.url} target="_blank">{item.url} ↗</a></li>
))}
</ul>

<h3>{resolve(miscellaneous.heading, locale)}</h3>
<ul>
{miscellaneous.items.map((item: any) => {
const hasAuthor = item.author_text && item.author_url;
return (
<li>
<a href={item.url} target="_blank">{resolve(item.text, locale)} ↗</a>
{hasAuthor && <> by {item.author} <a href={item.author_url} target="_blank">{item.author_text} ↗</a></>}
</li>
);
})}
</ul>
120 changes: 0 additions & 120 deletions src/content/pages/cs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Loading