clothescast

Privacy Policy

Last updated: 2026-05-23

ClothesCast is a daily weather-insight app for Android. This policy describes what data the app handles, where it goes, and what control you have over it.

TL;DR

Who we are

ClothesCast is an open-source Android app developed by Mikel Ward. The source code is at https://github.com/mikelward/clothescast.

Data the app handles

Approximate location

Calendar events (optional, off by default)

Calendar-sourced theming (optional, off by default)

Notifications

Diagnostic logs and crash reports

Smart Home / Home Assistant bridge (optional, off by default)

API keys you provide

Third-party services

ClothesCast talks to these services on your behalf. Their own privacy policies apply to anything they receive:

Service What we send When
Open-Meteo Coarse coordinate Always (forecast + geocoding)
Google Gemini API The short rendered insight sentence Only if you select Gemini TTS
Your self-hosted MQTT broker (e.g. Mosquitto inside Home Assistant) The short rendered insight sentence, as a retained MQTT message Only if you opt in to the Smart Home bridge and configure a broker
Analytics / crash-reporting service (e.g. Firebase Crashlytics + Google Analytics for Firebase) Aggregate usage events and crash diagnostics — see “Analytics and crash reporting” below for what’s in and out Possibly always, in all builds

These providers act as service providers fulfilling a single request and returning the result. The TTS providers receive only the sentence to be spoken, with no user identifier attached beyond the API key you supplied.

Note on Gemini API: request inputs are not retained for training by default. See the provider’s policy linked above for the authoritative terms.

What we do not collect

Your controls

Analytics and crash reporting

To spot bugs and decide which features are worth keeping, ClothesCast may send two kinds of payload to a third-party reporting service (e.g. Firebase Crashlytics + Google Analytics for Firebase, or equivalent). This may be present in all builds and run for all users by default; the goal is to inform product decisions, not to identify you.

What’s sent:

What’s not sent — these are hard limits, not “best-effort”:

The reporting service receives only what’s described above and is bound by its own privacy policy (linked from the third-party services table above once a specific provider is chosen). ClothesCast is open source, so you can audit exactly what’s instrumented at https://github.com/mikelward/clothescast — or build a copy with the reporting calls stripped out, if you’d rather not participate.

Children

ClothesCast is not directed at children under 13 and does not knowingly collect personal data from them.

Changes

If this policy changes, the updated version is committed to https://github.com/mikelward/clothescast/blob/main/PRIVACY.md and the “Last updated” date at the top reflects the change. A short summary of each material change is added to the Changelog below, and material changes are also noted in the app’s release notes.

The full revision history of this file is viewable on GitHub: View all changes to PRIVACY.md →

Contact

Open an issue at https://github.com/mikelward/clothescast/issues or email the address listed on the Play Store listing.

Changelog

View full revision history on GitHub →