Swoosh/app
Paweł Orzech 2f9b7dac09 feat: add file upload API endpoint, model, and repository method
- Create FileModels.kt with FileUploadResponse and UploadedFile data classes
- Add uploadFile() multipart endpoint to GhostApiService
- Add uploadFile(uri) method to PostRepository following the same pattern as uploadImage()
2026-03-20 00:43:10 +01:00
..
src feat: add file upload API endpoint, model, and repository method 2026-03-20 00:43:10 +01:00
build.gradle.kts feat: show app version in Settings, fix composer NPE crash, bump to v0.2.0 2026-03-19 15:27:58 +01:00
proguard-rules.pro fix: add proguard rule to suppress missing errorprone annotations in release build 2026-03-19 15:37:24 +01:00