mirror of
https://github.com/pachli/pachli-android.git
synced 2024-12-15 02:24:46 +01:00
65c73625f6
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, |
||
---|---|---|
.. | ||
activity | ||
common | ||
data | ||
database | ||
designsystem | ||
domain | ||
model | ||
navigation | ||
network | ||
network-test | ||
preferences | ||
testing | ||
ui | ||
AndroidManifest.xml |