New reader (#1550)
* Delete old reader * Add utility methods * Update dependencies * Add new reader * Update tracking services. Extract transition strings into resources * Restore delete read chapters * Documentation and some minor changes * Remove content providers for compressed files, they are not needed anymore * Update subsampling. New changes allow to parse magic numbers and decode tiles with a single stream. Drop support for custom image decoders. Other minor fixes
This commit is contained in:
@@ -425,6 +425,14 @@
|
||||
<string name="confirm_update_manga_sync">Update last chapter read in enabled services to %1$d?</string>
|
||||
<string name="confirm_set_image_as_cover">Do you want to set this image as the cover?</string>
|
||||
<string name="viewer_for_this_series">Viewer for this series</string>
|
||||
<string name="transition_finished">Finished: %1$s</string>
|
||||
<string name="transition_current">Current: %1$s</string>
|
||||
<string name="transition_next">Next: %1$s</string>
|
||||
<string name="transition_previous">Previous: %1$s</string>
|
||||
<string name="transition_no_next">There\'s no next chapter</string>
|
||||
<string name="transition_no_previous">There\'s no previous chapter</string>
|
||||
<string name="transition_pages_loading">Loading pages…</string>
|
||||
<string name="transition_pages_error">Failed to load pages: %1$s</string>
|
||||
|
||||
<!-- Recent manga fragment -->
|
||||
<string name="recent_manga_source">%1$s - Ch.%2$s</string>
|
||||
|
||||
Reference in New Issue
Block a user