Skip to content

Commit aa48f2e

Browse files
committed
Add signatories and update draft letter
1 parent adab95f commit aa48f2e

File tree

5 files changed

+41
-2
lines changed

5 files changed

+41
-2
lines changed

public/img/logos/molly.im.svg

Lines changed: 32 additions & 0 deletions
Loading

public/img/logos/proton.ch.png

4.25 KB
Loading

src/content/pages/letter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ We call on Google to:
135135
2. **Engage in transparent dialogue** with civil society, developers, and regulators about Android security improvements that respect openness and competition
136136
3. **Commit to platform neutrality** by ensuring that Android remains a genuinely open platform where Google's role as platform provider does not conflict with its commercial interests
137137

138-
The strength of the Android ecosystem has always been its openness, and Google has always been a faithful steward of that trust. Policies that centralize control, create unnecessary barriers, and extend gatekeeping authority beyond a single marketplace threaten the innovation, diversity, and freedom that have made Android successful.
138+
The strength of the Android ecosystem has historically been its openness, and Google should be a faithful steward of that trust. Policies that centralize control, create unnecessary barriers, and extend gatekeeping authority beyond a single marketplace threaten the innovation, diversity, and freedom that have made Android successful.
139139

140140
We urge Google to reconsider this policy and to work collaboratively with the broader community to advance security objectives without sacrificing the open principles upon which Android was built.
141141

src/data/signatures.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,9 @@
8080
- organization: "IzzyOnDroid"
8181
url: "izzyondroid.org"
8282
poc: "Andreas Itzchak Rehberg <izzy@izzyondroid.org>"
83+
- organization: "Molly"
84+
url: "molly.im"
85+
poc: "Oscar Mira <valldrac@molly.im>"
8386
- organization: "Nextcloud"
8487
url: "nextcloud.com"
8588
poc: "Jos Poortvliet <jos.poortvliet@nextcloud.com>"
@@ -88,6 +91,10 @@
8891
url: "openrightsgroup.org"
8992
poc: "Jim Killock <jim@openrightsgroup.org>"
9093
region: GB
94+
- organization: "Proton"
95+
url: "proton.me"
96+
poc: "Samuele Kaplun <samuele.kaplun@proton.ch>"
97+
region: CH
9198
- organization: "Rossman Group"
9299
url: "rossmanngroup.com"
93100
poc: "Louis Rossmann <youtube@rossmanngroup.com>"

src/pages/draft-letter.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ function regionFlag(code?: string): string {
2121
}
2222
2323
// Logos stored as SVG for these domains; all others are PNG
24-
const svgLogos = new Set(["auroraoss.com", "guardianproject.info", "osmfoundation.org"]);
24+
const svgLogos = new Set(["auroraoss.com", "guardianproject.info", "osmfoundation.org", "molly.im"]);
2525
function logoPath(url: string): string {
2626
const ext = svgLogos.has(url) ? "svg" : "png";
2727
return `/img/logos/${url}.${ext}`;

0 commit comments

Comments
 (0)