Skip to content

Commit 3bd722d

Browse files
committed
Update landing page
1 parent e02952a commit 3bd722d

2 files changed

Lines changed: 36 additions & 18 deletions

File tree

_site/index.html

Lines changed: 19 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -44,19 +44,10 @@ <h2 id="other">Other</h2>
4444

4545
<h2 id="references">References</h2>
4646

47-
<h3 id="overviews">Overviews</h3>
47+
<h3 id="overview">Overview</h3>
4848

4949
<ul>
5050
<li><a href="https://consumerrights.wiki/w/Android_Developer_Verification">https://consumerrights.wiki/w/Android_Developer_Verification</a></li>
51-
<li><a href="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</a></li>
52-
</ul>
53-
54-
<h3 id="discussions">Discussions</h3>
55-
<ul>
56-
<li><a href="https://news.ycombinator.com/item?id=45409794">https://news.ycombinator.com/item?id=45409794</a></li>
57-
<li><a href="https://news.ycombinator.com/item?id=45507173">https://news.ycombinator.com/item?id=45507173</a></li>
58-
<li><a href="https://news.ycombinator.com/item?id=45569371">https://news.ycombinator.com/item?id=45569371</a></li>
59-
<li><a href="https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration">https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration</a></li>
6051
</ul>
6152

6253
<h3 id="press-reaction">Press Reaction:</h3>
@@ -91,10 +82,28 @@ <h3 id="video-responses">Video Responses:</h3>
9182

9283
<h3 id="editorials-and-blogs">Editorials and Blogs:</h3>
9384
<ul>
85+
<li>“F-Droid and Google’s Developer Registration Decree” — <a href="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</a></li>
9486
<li>“Pluralistic: Darth Android” — <a href="https://pluralistic.net/2025/09/01/fulu/">https://pluralistic.net/2025/09/01/fulu/</a></li>
9587
<li>“Google plans to block side-loading like Apple, declaring war on Android freedom” — <a href="https://tuta.com/blog/android-side-load-apps-google">https://tuta.com/blog/android-side-load-apps-google</a></li>
9688
</ul>
9789

90+
<h3 id="discussions">Discussions</h3>
91+
<ul>
92+
<li><a href="https://news.ycombinator.com/item?id=45409794">https://news.ycombinator.com/item?id=45409794</a></li>
93+
<li><a href="https://news.ycombinator.com/item?id=45507173">https://news.ycombinator.com/item?id=45507173</a></li>
94+
<li><a href="https://news.ycombinator.com/item?id=45569371">https://news.ycombinator.com/item?id=45569371</a></li>
95+
<li><a href="https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration">https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration</a></li>
96+
<li><a href="https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/">https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/</a></li>
97+
<li><a href="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/</a></li>
98+
<li><a href="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/</a></li>
99+
<li><a href="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/</a></li>
100+
<li><a href="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/</a></li>
101+
<li><a href="https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/">https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/</a></li>
102+
<li><a href="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/</a></li>
103+
<li><a href="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/</a></li>
104+
<li><a href="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/</a></li>
105+
</ul>
106+
98107
<h3 id="official-documentation">Official Documentation:</h3>
99108
<ul>
100109
<li>Initial announcement — <a href="https://android-developers.googleblog.com/2025/08/elevating-android-security.html">https://android-developers.googleblog.com/2025/08/elevating-android-security.html</a></li>

index.md

Lines changed: 17 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,9 @@ the enactment of this policy are:
3939

4040
## References
4141

42-
### Overviews
42+
### Overview
4343

4444
- [https://consumerrights.wiki/w/Android_Developer_Verification](https://consumerrights.wiki/w/Android_Developer_Verification)
45-
- [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)
46-
47-
### Discussions
48-
- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794)
49-
- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173)
50-
- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371)
51-
- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration)
5245

5346
### Press Reaction:
5447
- "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/)
@@ -77,9 +70,25 @@ the enactment of this policy are:
7770
- “Google is Applefying Android: The End of Openness” — ChiefGyk3D — [https://www.youtube.com/watch?v=WFOPzixHoLY](https://www.youtube.com/watch?v=WFOPzixHoLY)
7871

7972
### Editorials and Blogs:
73+
- “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)
8074
- “Pluralistic: Darth Android” — [https://pluralistic.net/2025/09/01/fulu/](https://pluralistic.net/2025/09/01/fulu/)
8175
- “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)
8276

77+
### Discussions
78+
- [https://news.ycombinator.com/item?id=45409794](https://news.ycombinator.com/item?id=45409794)
79+
- [https://news.ycombinator.com/item?id=45507173](https://news.ycombinator.com/item?id=45507173)
80+
- [https://news.ycombinator.com/item?id=45569371](https://news.ycombinator.com/item?id=45569371)
81+
- [https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration](https://lobste.rs/s/x1sdu5/f_droid_google_s_developer_registration)
82+
- [https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/](https://www.reddit.com/r/androiddev/comments/1n1m699/horrible_news/)
83+
- [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/)
84+
- [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/)
85+
- [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/)
86+
- [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/)
87+
- [https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/](https://www.reddit.com/r/androiddev/comments/1km8jof/google_play_developer_verification/)
88+
- [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/)
89+
- [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/)
90+
- [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/)
91+
8392
### Official Documentation:
8493
- Initial announcement — [https://android-developers.googleblog.com/2025/08/elevating-android-security.html](https://android-developers.googleblog.com/2025/08/elevating-android-security.html)
8594
- 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)

0 commit comments

Comments
 (0)