Android app for plausible.io statistics
- Kotlin 100%
- Fix Plausible API v2 compatibility: move `limit` into `pagination` object, add `expectSuccess = true` to Ktor client so API errors are surfaced instead of "Illegal input" serialization errors, configure `explicitNulls = false` to avoid sending null fields - Add smart start destination: app checks DataStore on launch and navigates directly to dashboard if an instance/site was previously selected, skipping the setup screen - Add settings and sites icons to dashboard top bar for navigating back to instance management and site list - Add site editing (inline rename) to site list screen - Fix DateRangeSelector crash caused by sealed class data object initialization issue in Compose lambda captures Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| app | ||
| gradle | ||
| .gitignore | ||
| build.gradle.kts | ||
| CLAUDE.md | ||
| gradle.properties | ||
| gradlew | ||
| gradlew.bat | ||
| LICENSE | ||
| plan.md | ||
| settings.gradle.kts | ||