Skip to content
Open
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
34 changes: 34 additions & 0 deletions src/data/developer-pledges.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# Android developers can use this file to make a pledge to remove any app
# from google play if developer ID goes through.

#- developer: ""
# developer-url: ""
# app: ""
# app-url: ""
# stores: ""
# pledge-date: ""

- developer: "dessalines"
developer-url: "https://github.com/dessalines"
app: "Jerboa"
app-url: "https://github.com/LemmyNet/jerboa"
stores: "F-droid + Play"
pledge-date: "2026-04-14"
- developer: "dessalines"
developer-url: "https://github.com/dessalines"
app: "Thumb-Key"
app-url: "https://github.com/dessalines/thumb-key"
stores: "F-droid + Play"
pledge-date: "2026-04-14"
- developer: "dessalines"
developer-url: "https://github.com/dessalines"
app: "Habit-Maker"
app-url: "https://github.com/dessalines/habit-maker"
stores: "F-droid + Play"
pledge-date: "2026-04-14"
- developer: "dessalines"
developer-url: "https://github.com/dessalines"
app: "Rank-My-Favs"
app-url: "https://github.com/dessalines/rank-my-favs"
stores: "F-droid + Play"
pledge-date: "2026-04-14"
2 changes: 2 additions & 0 deletions src/i18n/locales/en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,8 @@ act_dev_resist: "Google's plan only works if developers comply. Don't."
act_dev_talk: "Talk other developers and organizations out of signing up."
act_dev_warn: >-
Add the <a href="https://github.com/woheller69/FreeDroidWarn" target="_blank">FreeDroidWarn library &#8599;</a> to your apps to warn users.
act_dev_pledge: >-
Add your name to the <a href="https://github.com/keepandroidopen/keepandroidopen.github.io/blob/main/src/data/developer-pledges.yaml" target="_blank">list of developers</a> pledging to remove their apps from Google Play.
act_dev_banner: >-
Run a website? <a href="/banner">Add the countdown banner.</a>
act_google_heading: "Google employees"
Expand Down
1 change: 1 addition & 0 deletions src/layouts/Landing.astro
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ const homePath = locale === 'en' ? '/' : `/${locale}/`;
<ul>
<li>{t.act_dev_talk}</li>
<li><Fragment set:html={t.act_dev_warn} /></li>
<li><Fragment set:html={t.act_dev_pledge} /></li>
<li><Fragment set:html={t.act_dev_banner} /></li>
</ul>
</div>
Expand Down
Loading