komikku/app/src/main/java/eu/kanade
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
..
core move SourceUtil from exh to matching with upstream 2024-12-30 11:59:45 +07:00
domain Seperate mark duplicate read chapters as read behaviors as options (mihonapp/mihon#1870) 2025-03-23 23:42:33 +07:00
presentation Seperate mark duplicate read chapters as read behaviors as options (mihonapp/mihon#1870) 2025-03-23 23:42:33 +07:00
tachiyomi Add prefix search to search by internal DB ID (mihonapp/mihon#1856) 2025-03-23 23:43:05 +07:00
test Support for private tracking with AniList and Bangumi (mihonapp/mihon#1736) 2025-02-26 23:38:53 +07:00