You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koreader/plugins/calibre.koplugin
Emir Taletovic f8eca5fa03
Calibre plugin - Series/Tag browser updated to show back button. (#8869)
* 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
2 years ago
..
_meta.lua unified calibre plugin (#6177) 4 years ago
extensions.lua calibre: gui to choose default extension 3 years ago
main.lua [i18n] Add context for calibre configuration type (#8909) 2 years ago
metadata.lua Port ffiUtil.getTimestamp users to TimeVal:now() 3 years ago
parser.lua calibre plugin: handle huge metadata files (#7159) 3 years ago
search.lua Calibre plugin - Series/Tag browser updated to show back button. (#8869) 2 years ago
wireless.lua [feat] Non-touch improvements (#8859) 2 years ago