mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
* Calibre plugin - Series/Tag browser updated to show back button. * Handling page number * Few updates to search logic: - Moved "find books" option from CalibreSearch:find(option) into CalibreSearch:browse(option) function. This way all search options are handled in one place only. - Menu is created only once and it is in CalibreSearch:browse(option) function. This is where it is also invoked with UIManager:show(w). Switching between different menu content (tags/series/books) is done using CalibreSearch:switchResults function which will internally call Menu:switchItemTable. Previously menu was being instantiated in 2 places depending on are we searching books or series/tags - Return arrow navigation: Border around Menu is gone to give space for back arrow. Navigation seems to be working fine so far but will give it some time to test in case I find any other bugs