docs(readme): make the Obtainium badge add the app in one tap

The badge pointed at the releases page. Routing it through Obtainium's own
redirector (apps.obtainium.imranr.dev/redirect?r=obtainium://add/...) makes a
tap land on Obtainium's add screen instead. The obtainium:// URL can't be used
directly: Codeberg's sanitiser allows only http(s) schemes and drops the anchor
from raw HTML and the href from markdown links, so the badge would render as a
dead image.
This commit is contained in:
2026-07-30 11:37:14 +02:00
parent 06653bf5b1
commit 7a1d2d3d68

View File

@@ -18,7 +18,7 @@ Reads, writes, and reminds — on top of the system calendar, with zero network
<p> <p>
<a href="https://f-droid.org/packages/de.jeanlucmakiola.calendula/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="56"></a> <a href="https://f-droid.org/packages/de.jeanlucmakiola.calendula/"><img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="56"></a>
&nbsp; &nbsp;
<a href="https://codeberg.org/jlmakiola/calendula/releases"><img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true" alt="Get it on Obtainium" height="56"></a> <a href="https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://codeberg.org/jlmakiola/calendula"><img src="https://github.com/ImranR98/Obtainium/blob/main/assets/graphics/badge_obtainium.png?raw=true" alt="Get it on Obtainium" height="56"></a>
&nbsp; &nbsp;
<a href="https://ko-fi.com/jeanlucmakiola"><img src="https://storage.ko-fi.com/cdn/brandasset/v2/support_me_on_kofi_badge_beige.png" alt="Support me on Ko-fi" height="56"></a> <a href="https://ko-fi.com/jeanlucmakiola"><img src="https://storage.ko-fi.com/cdn/brandasset/v2/support_me_on_kofi_badge_beige.png" alt="Support me on Ko-fi" height="56"></a>
</p> </p>
@@ -125,13 +125,11 @@ signed APK (`calendula_vX.Y.Z.apk`) and a `.sha256` checksum attached — downlo
and install it directly. and install it directly.
For automatic updates from that channel, use For automatic updates from that channel, use
**[Obtainium](https://github.com/ImranR98/Obtainium)**: *Add App* → paste **[Obtainium](https://github.com/ImranR98/Obtainium)** — on the phone,
**[add Calendula in one tap](https://apps.obtainium.imranr.dev/redirect?r=obtainium://add/https://codeberg.org/jlmakiola/calendula)**,
``` or do it by hand: *Add App* → paste `https://codeberg.org/jlmakiola/calendula`
https://codeberg.org/jlmakiola/calendula → *Add*. Either way, Obtainium tracks the releases and prompts you when a new
``` one appears.
→ *Add*. Obtainium tracks the releases and prompts you when a new one appears.
### Google Play (coming soon) ### Google Play (coming soon)