Skip to content

Commit eebb349

Browse files
committed
First part of KAO post
1 parent 76c5e2b commit eebb349

File tree

5 files changed

+49
-2
lines changed

5 files changed

+49
-2
lines changed

‎_data/images.yml‎

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,19 @@ froscon:
9090
type: jpg
9191
size: 500
9292
author: Stypox
93-
attributeAuthor: false
93+
attributeAuthor: false
94+
95+
froscon:
96+
url: photos/froscon_2025_stand.jpg
97+
type: jpg
98+
size: 500
99+
author: Stypox
100+
attributeAuthor: false
101+
102+
altered_deal:
103+
url: altered-deal.png
104+
type: jpg
105+
size: 500
106+
author: marcprux
107+
attributeAuthor: false
108+

‎_includes/head.html‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@
120120
{% for stylesheet in include.extraCSS -%}
121121
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/css/{{ stylesheet }}">
122122
{% endfor %}
123+
<!-- temporary KeepAndroidOpen banner -->
123124

124125
</head>
125126
<body{% if include.bodyID %} id="{{ include.bodyID }}"{% endif %}>
127+
<script src="https://keepandroidopen.org/banner.js"></script>
126128
{% if include.page == "False" %}{% else %}<div id="page">{% endif %}
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
---
2+
layout: post
3+
title: "Google will lock-down Android in September 2026"
4+
short: "Google will lock-down Android"
5+
date: 2026-02-23 21:00:00 + 01:00
6+
categories: [pinned, announcement]
7+
author: <a href="https://github.com/poolitzer">@poolitzer</a>
8+
image: altered_deal
9+
excerpt_separator: <!-- more -->
10+
---
11+
12+
As you have no doubt noticed, we have a banner with an ominous countdown now prominent on our website: Google will lock-down Android, and we need to raise awareness.
13+
<!-- more -->
14+
Coinciding with this blog posts, we released a new update to NewPipe, where we introduced a pop up also notifying users there that they will need to take steps in order to keep using NewPipe.
15+
16+
This is not a fun blog post to write, believe me. Androids future is dear to our heart, and we believe that one of its main aspects was its openness, clearly separating it from Apple's iOS as the better choice for every tinkerer and developer. For the past few years Google has continuously taken steps to remove this openness, and now it hit us.
17+
18+
To make a long story short: We will not enroll in this privacy violating program and give up the anonymity of our developers. We do not want to be at the mercy of Google to allow our app to work. And you should not be content with this restriction either. Follow the steps outlined at https://keepandroidopen.org/ and resist this further lock-down of your device.
19+
20+
## Wanna Contribute?
21+
22+
If you like the app enough to want to make it even better, or you noticed some glaring error that you can't help but want to fix, you can [read our contribution guidelines](https://github.com/TeamNewPipe/NewPipe/blob/dev/.github/CONTRIBUTING.md#bug-fixing) and do a Fix-It Felix.
23+
24+
Or, if you're bilingual (or even multilingual), you could help [translate the app](https://hosted.weblate.org/engage/newpipe/).
25+
26+
**Feature additions** to the old codebase have been put on hold for now. We're pretty swamped as it is, and are working to clear our large (and critical) backlog first. Our next priority is to finish the rewrite of the codebase. We are making progress - slowly, but steadily - and you can help out on that too (and learn modern Android development practices along the way).

‎css/style.css‎

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -745,4 +745,8 @@ div.fdroid-col-right .break-line {
745745
.break-line {
746746
word-wrap: anywhere;
747747
line-break: anywhere;
748-
}
748+
}
749+
750+
.kao-banner {
751+
z-index: 2000;
752+
}

‎img/altered-deal.png‎

371 KB
Loading

0 commit comments

Comments
 (0)