Andrey
Results
2
issues of
Andrey
Cannot compress to ContextCompat.getDataDir(context) to not ask storage permission. In version 1.0.1 it worked without problems. Now it crashes: ``` java.lang.IllegalArgumentException: Primary directory (invalid) not allowed for content://media/external_primary/video/media; allowed directories...
Fixed
Filter doesn't work for me same as other attributes that requires array. Code example: ``` val searchRequest = SearchRequest(query).also { it.matches = true it.attributesToRetrieve = null it.limit = limit it.offset...
bug
needs investigation