bfa7757d8845718eef2e1ce504e1ac23cad8867d
Triggers on git tags. Runs CI sanity (lint+test+assembleDebug), then in build-and-deploy job: writes version from tag into app/build.gradle.kts (versionCode = MAJOR*10000 + MINOR*100 + PATCH, HouseHoldKeaper convention), drops keystore + key.properties from secrets, runs assembleRelease, pulls existing F-Droid repo from Hetzner, drops the new APK + metadata, regenerates index with 'fdroid update -c', and SCPs the whole tree back to Hetzner. Required secrets: KEYSTORE_BASE64, KEY_PASSWORD, KEY_ALIAS, HETZNER_HOST, HETZNER_USER, HETZNER_PASS. Configure these in Gitea repo settings before pushing the first tag. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Calendula
A modern Material 3 Expressive calendar app for Android.
Calendula is named after the flower of the same name, whose name comes from
the Latin kalendae — the first day of the month — the same root as the
word "calendar". Calendula reads from Android's built-in CalendarContract,
so any calendar source synced to your device (CalDAV via DAVx5, Google,
local, WebCal subscriptions, ...) is shown.
Features (V1)
- Month, Week, and Day views
- Read-only event details (write support comes in V2)
- Multi-calendar visibility toggle
- Material You Dynamic Color (Android 12+)
- Light/Dark theme follows system
- German + English UI
Building
Requires Android SDK 36 and JDK 17. The Gradle wrapper is checked in, so no host Gradle install is needed:
# Build debug APK
./gradlew assembleDebug
# Run unit tests
./gradlew test
# Run lint
./gradlew lint
If your default JDK is something other than 17, set JAVA_HOME explicitly:
JAVA_HOME=/path/to/jdk-17 ./gradlew assembleDebug
License
MIT — Jean-Luc Makiola, 2026