From 38c843965b5695441bf9b39cff63c887392b44fd Mon Sep 17 00:00:00 2001 From: Garrett Mills Date: Wed, 15 Apr 2026 22:46:48 -0500 Subject: [PATCH] Keep Android Open --- eleventy.config.js | 4 +-- src/_includes/obsidian.liquid | 3 ++- src/assets/css/obsidian.css | 5 ++++ src/css-bundle.liquid | 2 +- .../posts/2026-04-16-keep-android-open.md | 26 +++++++++++++++++++ 5 files changed, 36 insertions(+), 4 deletions(-) create mode 100644 src/feed/posts/2026-04-16-keep-android-open.md diff --git a/eleventy.config.js b/eleventy.config.js index fac42ec..a030641 100644 --- a/eleventy.config.js +++ b/eleventy.config.js @@ -25,13 +25,13 @@ const setupPlugins = eleventyConfig => { eleventyConfig.addPlugin(IdAttributePlugin) eleventyConfig.addPlugin(EleventyRenderPlugin) eleventyConfig.amendLibrary('md', md => md.use(footnote)) - eleventyConfig.addPlugin(eleventyImageTransformPlugin, { + /*eleventyConfig.addPlugin(eleventyImageTransformPlugin, { htmlOptions: { imgAttributes: { alt: '', }, }, - }) + })*/ eleventyConfig.addLiquidFilter('dateToRfc822', rssPlugin.dateToRfc822) eleventyConfig.addLiquidFilter('dateToRfc3339', rssPlugin.dateToRfc3339) diff --git a/src/_includes/obsidian.liquid b/src/_includes/obsidian.liquid index d0ee2d5..f211001 100644 --- a/src/_includes/obsidian.liquid +++ b/src/_includes/obsidian.liquid @@ -99,7 +99,7 @@ font-display: swap; } - + {% endblock %} @@ -126,5 +126,6 @@ {% block script %}{% endblock %} + diff --git a/src/assets/css/obsidian.css b/src/assets/css/obsidian.css index 855c6ee..6b2b28e 100644 --- a/src/assets/css/obsidian.css +++ b/src/assets/css/obsidian.css @@ -335,6 +335,11 @@ td, th { font-style: italic; } +/* https://keepandroidopen.org/ */ +.kao-banner { + width: 100%; +} + @media screen and (max-width: 1270px) { /* 1020px = 800px (max content width) + 470px (.photo-exif title card width * 2) */ /* Below that, reformat for portrait mode. */ diff --git a/src/css-bundle.liquid b/src/css-bundle.liquid index 504f097..838a670 100644 --- a/src/css-bundle.liquid +++ b/src/css-bundle.liquid @@ -1,5 +1,5 @@ --- -permalink: bundle.css +permalink: bundle-v1.css --- {% include './assets/css/normalize.css' %} {% include './assets/css/prism-cb.css' %} diff --git a/src/feed/posts/2026-04-16-keep-android-open.md b/src/feed/posts/2026-04-16-keep-android-open.md new file mode 100644 index 0000000..b913c33 --- /dev/null +++ b/src/feed/posts/2026-04-16-keep-android-open.md @@ -0,0 +1,26 @@ +--- +layout: feed_post +title: "The call is coming from inside the house. Keep Android Open." +slug: 180fce21-460a-4cd6-a2b3-f22466422747 +date: 2026-04-16 11:30:00 +tags: feed +permalink: /feed/2026-04-16-keep-android-open/ +feedtags: + - Open Letter +--- + +Google have announced that, starting September 2026, they will silently update every Android device to block apps from 3rd-party sources. + +They will become like Apple. If you want to create an app for Android phones, you will pay Google for the privilege. Never mind that they're taking it away. + +Make no mistake: destroying third party app stores (like F-Droid) and locking down devices **we own** is not about "security" -- it's about control. + +We paid for these devices _because_ Android is less restrictive than iOS, not in spite of it. This non-consentual change is a betrayal and a fundamental broken promise of the Android ecosystem. + +I've been a loyal Android user and supporter since its early days. This support was never based on "I like Android's UI better." It was the open platform. As a broke middle-school student, I could actually build things for Android. + +Destroying that is a race to the bottom that benefits no one in the long-term, not even Google. + +I fully agree with this [open letter](https://keepandroidopen.org/open-letter/) signed onto by many of the biggest names in the open-source community. + +Learn more at [Keep Android Open](https://keepandroidopen.org/).