0.9.9 - Open source licenses & Credits screens in About + Bug fixes(No check for updates in Release Build) + Side Padding setting in ReaderScreen.

This commit is contained in:
acclorite 2024-04-24 18:42:32 +03:00
parent df215fcfa3
commit 43da347ae0
42 changed files with 1116 additions and 112 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 20 KiB

Before After
Before After

View file

@ -206,6 +206,7 @@
<string name="font_color_option">Колір шрифта</string>
<string name="check_for_updates_option">Перевіряти на оновлення</string>
<string name="check_for_updates_option_desc">Перевіряти на новішу версію застосунку при запуску</string>
<string name="side_padding_option">Бокові відступи</string>
<!-- Colors -->
<string name="red_color">Червоний</string>
@ -289,9 +290,16 @@
<string name="report_bug_option">Повідомити про помилку</string>
<string name="project_page_option">Сторінка проєкту</string>
<string name="support_option">Підтримати мою роботу</string>
<string name="licenses_option">Ліцензії з відкритим кодом</string>
<string name="credits_option">Заслуги</string>
<string name="slava_ukraini_option">Слава Україні! 🇺🇦</string>
<string name="slava_ukraini_option_desc">Героям Слава! 🐉</string>
<!-- Credits -->
<string name="credits_design">Дизайн</string>
<string name="credits_icon">Іконки</string>
<string name="credits_updates">Керування новими оновленнями</string>
<!-- Help -->
<string name="help_clickable_note_1">Будь ласка, зверніть увагу, що на</string>
<string name="help_clickable_note_2">такий виділений текст</string>
@ -464,6 +472,7 @@
<string name="required_content_desc">Необхідно</string>
<string name="reset_start_content_desc">Скинути початковий посібник</string>
<string name="hide_edit_title_content_desc">Вийти з редагування назви</string>
<string name="open_in_web_content_desc">Відкрити в браузері</string>
</resources>

View file

@ -1,6 +1,6 @@
<resources xmlns:tools="http://schemas.android.com/tools" tools:ignore="InconsistentArrays">
<!-- Basic Strings -->
<string name="app_version" translatable="false">0.9.8</string>
<string name="app_version" translatable="false">0.9.9</string>
<string name="app_name">Book\'s Story</string>
<!-- Notifications -->
@ -225,6 +225,7 @@
<string name="font_color_option">Font color</string>
<string name="check_for_updates_option">Check for updates</string>
<string name="check_for_updates_option_desc">Check for newer app version on startup</string>
<string name="side_padding_option">Side padding</string>
<!-- Colors -->
<string name="red_color">Red</string>
@ -308,9 +309,16 @@
<string name="report_bug_option">Report a bug</string>
<string name="project_page_option">Project\'s page</string>
<string name="support_option">Support my work</string>
<string name="licenses_option">Open source licenses</string>
<string name="credits_option">Credits</string>
<string name="slava_ukraini_option">Slava Ukraini! 🇺🇦</string>
<string name="slava_ukraini_option_desc">Heroyam Slava! 🐉</string>
<!-- Credits -->
<string name="credits_design">Design</string>
<string name="credits_icon">Icons</string>
<string name="credits_updates">New updates managing</string>
<!-- Help -->
<string name="help_clickable_note_1">Please note, that</string>
<string name="help_clickable_note_2">such highlighted text</string>
@ -484,5 +492,6 @@
<string name="required_content_desc">Required</string>
<string name="reset_start_content_desc">Reset start guide</string>
<string name="hide_edit_title_content_desc">Exit title editing</string>
<string name="open_in_web_content_desc">Open in web</string>
</resources>