pachli-android/core/model
Nik Clayton 65c73625f6
refactor: Create V2 filters with one API call (#979)
Previous code didn't encode v2 filter keywords, so created v2 filters by
first creating the filter with no keywords (one API call) then making
1-N API calls to add each keyword to the filter.

Fix this by adding a dedicated converter for the `NewContentFilter` type
that encodes it correctly so the filter can be created with a single API
call.

This necessitates moving some types around,
2024-10-05 14:53:23 +02:00
..
src/main/kotlin/app/pachli/core/model refactor: Create V2 filters with one API call (#979) 2024-10-05 14:53:23 +02:00
build.gradle.kts refactor: Move ServerOperation and related types to core.model (#969) 2024-10-03 13:41:46 +02:00
lint-baseline.xml refactor: Remove `TabData` type (#576) 2024-03-30 23:27:25 +01:00