mirror of
https://github.com/mihonapp/mihon.git
synced 2025-06-27 19:47:51 +02:00
Added configuration options to e-ink page flashes (#625)
* Recommit for e-ink pref changes * Fixed state holder for flash interval * Detekt * Refactor suggested by Antsy * inverted currentDisplayRefresh check for early exit
This commit is contained in:
@ -40,6 +40,11 @@
|
||||
<item quantity="other">%d days</item>
|
||||
</plurals>
|
||||
|
||||
<plurals name="pref_pages">
|
||||
<item quantity="one">1 page</item>
|
||||
<item quantity="other">%1$s pages</item>
|
||||
</plurals>
|
||||
|
||||
<!-- Manga info -->
|
||||
<plurals name="missing_chapters">
|
||||
<item quantity="one">Missing %1$s chapter</item>
|
||||
|
@ -366,6 +366,13 @@
|
||||
<string name="pref_page_transitions">Animate page transitions</string>
|
||||
<string name="pref_flash_page">Flash on page change</string>
|
||||
<string name="pref_flash_page_summ">Reduces ghosting on e-ink displays</string>
|
||||
<string name="pref_flash_duration">Flash duration</string>
|
||||
<string name="pref_flash_duration_summary">%1$s ms</string>
|
||||
<string name="pref_flash_page_interval">Flash every</string>
|
||||
<string name="pref_flash_with">Flash with</string>
|
||||
<string name="pref_flash_style_black">Black</string>
|
||||
<string name="pref_flash_style_white">White</string>
|
||||
<string name="pref_flash_style_white_black">White and Black</string>
|
||||
<string name="pref_double_tap_anim_speed">Double tap animation speed</string>
|
||||
<string name="pref_show_page_number">Show page number</string>
|
||||
<string name="pref_show_reading_mode">Show reading mode</string>
|
||||
|
Reference in New Issue
Block a user