komikku/app
MajorTanya 2783cee02e
Add prefix search to search by internal DB ID (mihonapp/mihon#1856)
This prefix searches entries in the library based on the ID in the
database. It is a niche feature but could be very helpful in certain
situations, such as a corrupted cover causing a crash that just shows
"🚨 Failed - MangaCover(mangaId=2245, sourceId=1, isMangaFavorite=true, url=, lastModified=0)".
With this prefix search it is possible to find the entry in question
without much hassle.

Notably, the database includes literally anything Mihon has ever seen
from extension and such, even if they weren't added to the collection.
This means that IDs actually present in the collection are not
expected to be purely sequential.
For example, in my emulator, I had two entries in the collection but
the assigned IDs were 5 and 56.

(cherry picked from commit 05012de569130e131be92b71fbfc9308ea6c629c)
2025-03-23 23:43:05 +07:00
..
src Add prefix search to search by internal DB ID (mihonapp/mihon#1856) 2025-03-23 23:43:05 +07:00
build.gradle.kts Build PR with devRelease 2025-03-08 03:16:52 +07:00
proguard-android-optimize.txt Remove unused rxandroid dependency 2023-09-03 23:32:59 -04:00
proguard-rules.pro Fix crashlytics while using custom global exception handler (#338) 2024-09-05 15:29:28 +07:00