-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android: fake results in search (no cleanup of database on moving of files around) #313
Comments
CoolReader looks in the database, not the filesystem.
Perhaps someday we will implement a neat cleaning of the database from such misunderstandings :) |
I would think that “Search for books in the folder” (or how it is called in English, this is my back-translation from Czech) would do the database cleanup, doesn't it? And yes, I do a lot of moving of EPub files among folders. Mostly I put all new files into |
No, it doesn't. |
OK, I'll bite. Why it doesn't? |
Well, because nobody did. I think no one will mind if you implement a neat cleanup of the database and do a PR :) |
Sorry, you don't want me to write a large C code. |
Where is that database stored. I tried to clean up applications storage space and cache, but that isn’t it, right? Fake results are still present. |
@mcepl, it was implemented in my fork, you could investigate from here (search for "maintenance", "orphan"): |
Why? |
The codebase became significially different, it is hard manual work. On the other hand - upstream development actually stopped, so this makes no sense, as I guess. |
So, why won’t you publish it as a fork and provide binaries on F-Droid? |
@mcepl , this work in progress. |
Happens to me all the time: when searching I get some results twice (although the file is in the filesystem only once) and one of the results (first in this case) just returns CoolReader to reading whatever I was reading before. Any ideas?
Using CoolReader from F-Droid.
The text was updated successfully, but these errors were encountered: