Sébastien Vitard

Results 91 comments of Sébastien Vitard
trafficstars

After applying this dirty fix, I've faced another issue when I wanted to remove objects with the same filtered index. `DataService.remove(Filter, RemoveOptions)` method searching objects to remove in the same...

I @anidotnet, I'm trying to write some sample code for it but struggle to reproduce the issue as it happens rarely :/ But once it happens, I could reproduce it...

Diving into the code, I've just found `TextTokenizer` and `TextIndexingService` classes and a way to pass them upon database creation according to your [documentation](https://www.dizitart.org/nitrite-database/#create-open-database) so it should do the job,...

Unfortunately, `TextTokenizer` isn't helping as it is only a list of stop words. `TextIndexingService` could have helped but a known and stable indexing service for Android like Apache Lucene you...

Hi @osman-teamswork and thank you for your feedback. Could you please attach me the logs from the moment you have selected the picture? I have already encoutered this kind of...

Unfortunately, Your logs does not helped me :/ I tried to reproduce it on my own with Google Photos & Drive apps. With the `Intent.EXTRA_LOCAL_ONLY` option, select a photo from...

Finally, I think I found the issue! I like when docs are not up-to-date at Google (: Starting the intent via `Intent.createChooser(intent, title)` instead of just the intent itself resolved...

@osman-teamswork 1.0.14 implementing this feature has just been released. It can take a few hours before it will be available. I close the issue.

Hi @mhadikz, thanks for your feedback. The crash you reported has been addressed in 1.0.5. Did you managed to fix the RecyclerView issue since? Let me know :)