diff --git a/src/data/developer-pledges.yaml b/src/data/developer-pledges.yaml new file mode 100644 index 00000000..6270df10 --- /dev/null +++ b/src/data/developer-pledges.yaml @@ -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" diff --git a/src/i18n/locales/en.yaml b/src/i18n/locales/en.yaml index 51baa861..7cbbf865 100644 --- a/src/i18n/locales/en.yaml +++ b/src/i18n/locales/en.yaml @@ -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 FreeDroidWarn library ↗ to your apps to warn users. +act_dev_pledge: >- + Add your name to the list of developers pledging to remove their apps from Google Play. act_dev_banner: >- Run a website? Add the countdown banner. act_google_heading: "Google employees" diff --git a/src/layouts/Landing.astro b/src/layouts/Landing.astro index d9ffb14b..ac4eeaad 100644 --- a/src/layouts/Landing.astro +++ b/src/layouts/Landing.astro @@ -193,6 +193,7 @@ const homePath = locale === 'en' ? '/' : `/${locale}/`;