0.5.0 - Browse + Library Screen + Settings
BIN
app/src/main/res/drawable/browse_screen_filled.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
app/src/main/res/drawable/browse_screen_outlined.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/drawable/empty_browse.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/empty_history.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
app/src/main/res/drawable/empty_library.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/epub.png
Normal file
|
After Width: | Height: | Size: 9.8 KiB |
BIN
app/src/main/res/drawable/error.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
app/src/main/res/drawable/file.png
Normal file
|
After Width: | Height: | Size: 4.9 KiB |
BIN
app/src/main/res/drawable/history_screen_filled.png
Normal file
|
After Width: | Height: | Size: 18 KiB |
BIN
app/src/main/res/drawable/history_screen_outlined.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
BIN
app/src/main/res/drawable/library_screen_filled.png
Normal file
|
After Width: | Height: | Size: 5.2 KiB |
BIN
app/src/main/res/drawable/library_screen_outlined.png
Normal file
|
After Width: | Height: | Size: 4.8 KiB |
BIN
app/src/main/res/drawable/pdf.png
Normal file
|
After Width: | Height: | Size: 8.6 KiB |
BIN
app/src/main/res/drawable/txt.png
Normal file
|
After Width: | Height: | Size: 6.9 KiB |
|
|
@ -2,4 +2,98 @@
|
|||
<!-- Basic Strings -->
|
||||
<string name="app_name">Історія Книги</string>
|
||||
|
||||
<!-- Screens -->
|
||||
<string name="library_screen">Бібліотека</string>
|
||||
<string name="history_screen">Історія</string>
|
||||
<string name="browse_screen">Оглянути</string>
|
||||
<string name="settings_screen">Налаштування</string>
|
||||
<string name="about_screen">Про застосунок</string>
|
||||
<string name="help_screen">Допомога</string>
|
||||
|
||||
<!-- Dialog Labels -->
|
||||
<string name="storage_permission">Надати Дозвіл?</string>
|
||||
<string name="add_books">Додати ці книги?</string>
|
||||
<string name="move_books">Перемістити книги?</string>
|
||||
|
||||
<!-- Dialog Descriptions -->
|
||||
<string name="storage_permission_description">
|
||||
Нам потрібен дозвіл на сховище, щоб просканувати вашу теку Завантажень.
|
||||
Без цього дозволу ви не зможете додати книгу.
|
||||
</string>
|
||||
<string name="add_books_description">
|
||||
Ви можете вибрати книги, які хочете додати.
|
||||
Ви зможете відредагувати Назву та Обкладинку книги пізніше.
|
||||
</string>
|
||||
<string name="move_books_description">
|
||||
Виберіть категорію, в яку ви хочете перемістити всі обрані книги(%1$s).
|
||||
Всі обрані книги будуть переміщені в обрану категорію.
|
||||
</string>
|
||||
|
||||
<!-- Errors -->
|
||||
<string name="error_permission">
|
||||
Нам потрібен дозвіл на сховище, щоб просканувати вашу теку Завантажень та отримати книги
|
||||
</string>
|
||||
|
||||
<!-- Is Empty messages -->
|
||||
<string name="browse_empty">
|
||||
Розширюйте книжковий арсенал бібліотеки своїми завантаженнями
|
||||
</string>
|
||||
<string name="library_empty">
|
||||
Читайте ваші улюблені книги та сортуйте їх між категоріями
|
||||
</string>
|
||||
|
||||
<!-- Query strings -->
|
||||
<string name="selected_items_count_query">%1$s обрано</string>
|
||||
<string name="search_query">Знайти %1$s...</string>
|
||||
|
||||
<!-- Action Texts -->
|
||||
<string name="cancel">Відмінити</string>
|
||||
<string name="grant">Надати</string>
|
||||
<string name="grant_permission">Надати дозвіл</string>
|
||||
<string name="get_help">Мені потрібна допомога</string>
|
||||
<string name="add">Додати</string>
|
||||
<string name="add_book">Додати книгу</string>
|
||||
<string name="move">Перемістити</string>
|
||||
|
||||
<!-- Items -->
|
||||
<string name="files">файли</string>
|
||||
<string name="books">книги</string>
|
||||
|
||||
<!-- Book -->
|
||||
<string name="unknown_author">Невідомий</string>
|
||||
|
||||
<!-- Tabs -->
|
||||
<string name="reading_tab">Читаю</string>
|
||||
<string name="already_read_tab">Прочитано</string>
|
||||
<string name="planning_tab">Планую</string>
|
||||
<string name="dropped_tab">Кинуто</string>
|
||||
|
||||
<!-- Settings categories -->
|
||||
<string name="general_settings">Головні</string>
|
||||
<string name="general_settings_desc">Мова застосунку</string>
|
||||
<string name="appearance_settings">Зовнішній вигляд</string>
|
||||
<string name="appearance_settings_desc">Тема застосунку, темна тема</string>
|
||||
|
||||
<!-- Settings options -->
|
||||
<string name="language_option">Мова застосунку</string>
|
||||
<string name="dark_theme_option">Темна тема</string>
|
||||
<string name="app_theme_option">Тема застосунку</string>
|
||||
|
||||
<!-- Dark Theme properties -->
|
||||
<string name="dark_theme_off">Вимкнено</string>
|
||||
<string name="dark_theme_on">Ввімкнено</string>
|
||||
<string name="dark_theme_follow_system">Тема системи</string>
|
||||
|
||||
<!-- Theme properties -->
|
||||
<string name="dynamic_theme">Хаос</string>
|
||||
<string name="blue_theme">Зоряний шлях</string>
|
||||
<string name="purple_theme">Супернова</string>
|
||||
<string name="green_theme">Земля</string>
|
||||
<string name="pink_theme">Пульсар</string>
|
||||
|
||||
<!-- Toast messages -->
|
||||
<string name="press_again_toast">Натисніть ще раз, щоб вийти</string>
|
||||
<string name="books_added">Всі книги були успішно додані.</string>
|
||||
<string name="books_moved">Всі книги були успішно переміщені.</string>
|
||||
|
||||
</resources>
|
||||
|
|
@ -1,12 +1,100 @@
|
|||
<resources>
|
||||
<!-- Basic Strings -->
|
||||
<string name="app_version" translatable="false">0.2.0</string>
|
||||
<string-array name="locales">
|
||||
<item>en</item>
|
||||
<item>uk</item>
|
||||
</string-array>
|
||||
|
||||
<string name="app_version" translatable="false">0.5.0</string>
|
||||
<string name="app_name">Book\'s History</string>
|
||||
|
||||
<!-- Screens -->
|
||||
<string name="library_screen">Library</string>
|
||||
<string name="history_screen">History</string>
|
||||
<string name="browse_screen">Browse</string>
|
||||
<string name="settings_screen">Settings</string>
|
||||
<string name="about_screen">About</string>
|
||||
<string name="help_screen">Help</string>
|
||||
|
||||
<!-- Dialog Labels -->
|
||||
<string name="storage_permission">Grant Permission?</string>
|
||||
<string name="add_books">Add these books?</string>
|
||||
<string name="move_books">Move books?</string>
|
||||
|
||||
<!-- Dialog Descriptions -->
|
||||
<string name="storage_permission_description">
|
||||
We need storage permission to scan your Downloads folder.
|
||||
Without this permission, you will not be able to add a book.
|
||||
</string>
|
||||
<string name="add_books_description">
|
||||
You can choose which books you want to add.
|
||||
You can edit Title and Cover image of the book later.
|
||||
</string>
|
||||
<string name="move_books_description">
|
||||
Choose the category to which you want to move all the selected books(%1$s).
|
||||
All selected books will be moved to the selected category.
|
||||
</string>
|
||||
|
||||
<!-- Errors -->
|
||||
<string name="error_permission">
|
||||
We need storage permission to scan your Downloads directory and get books
|
||||
</string>
|
||||
|
||||
<!-- Is Empty messages -->
|
||||
<string name="browse_empty">
|
||||
Expand the library\'s book collection with your downloads
|
||||
</string>
|
||||
<string name="library_empty">
|
||||
Read your favorite books and sort them between categories
|
||||
</string>
|
||||
|
||||
<!-- Query strings -->
|
||||
<string name="selected_items_count_query">%1$s selected</string>
|
||||
<string name="search_query">Search %1$s...</string>
|
||||
|
||||
<!-- Action Texts -->
|
||||
<string name="cancel">Cancel</string>
|
||||
<string name="grant">Grant</string>
|
||||
<string name="grant_permission">Grant permission</string>
|
||||
<string name="get_help">I need help</string>
|
||||
<string name="add">Add</string>
|
||||
<string name="add_book">Add a book</string>
|
||||
<string name="move">Move</string>
|
||||
|
||||
<!-- Items -->
|
||||
<string name="files">files</string>
|
||||
<string name="books">books</string>
|
||||
|
||||
<!-- Book -->
|
||||
<string name="unknown_author">Unknown</string>
|
||||
|
||||
<!-- Tabs -->
|
||||
<string name="reading_tab">Reading</string>
|
||||
<string name="already_read_tab">Already Read</string>
|
||||
<string name="planning_tab">Planning</string>
|
||||
<string name="dropped_tab">Dropped</string>
|
||||
|
||||
<!-- Settings categories -->
|
||||
<string name="general_settings">General</string>
|
||||
<string name="general_settings_desc">App language</string>
|
||||
<string name="appearance_settings">Appearance</string>
|
||||
<string name="appearance_settings_desc">App theme, dark theme</string>
|
||||
|
||||
<!-- Settings options -->
|
||||
<string name="language_option">App language</string>
|
||||
<string name="dark_theme_option">Dark Theme</string>
|
||||
<string name="app_theme_option">App theme</string>
|
||||
|
||||
<!-- Dark Theme properties -->
|
||||
<string name="dark_theme_off">Disabled</string>
|
||||
<string name="dark_theme_on">Enabled</string>
|
||||
<string name="dark_theme_follow_system">Follow system</string>
|
||||
|
||||
<!-- Theme properties -->
|
||||
<string name="dynamic_theme">Chaos</string>
|
||||
<string name="blue_theme">Milky Way</string>
|
||||
<string name="purple_theme">Supernova</string>
|
||||
<string name="green_theme">Earth</string>
|
||||
<string name="pink_theme">Pulsar</string>
|
||||
|
||||
<!-- Toast messages -->
|
||||
<string name="press_again_toast">Press back again to exit</string>
|
||||
<string name="books_added">All books were successfully added.</string>
|
||||
<string name="books_moved">All books were successfully moved.</string>
|
||||
|
||||
</resources>
|
||||
|
|
@ -1,13 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
Sample backup rules file; uncomment and customize as necessary.
|
||||
See https://developer.android.com/guide/topics/data/autobackup
|
||||
for details.
|
||||
Note: This file is ignored for devices older that API 31
|
||||
See https://developer.android.com/about/versions/12/backup-restore
|
||||
-->
|
||||
<full-backup-content>
|
||||
<!--
|
||||
<include domain="sharedpref" path="."/>
|
||||
<exclude domain="sharedpref" path="device.xml"/>
|
||||
-->
|
||||
</full-backup-content>
|
||||
|
|
@ -1,19 +0,0 @@
|
|||
<?xml version="1.0" encoding="utf-8"?><!--
|
||||
Sample data extraction rules file; uncomment and customize as necessary.
|
||||
See https://developer.android.com/about/versions/12/backup-restore#xml-changes
|
||||
for details.
|
||||
-->
|
||||
<data-extraction-rules>
|
||||
<cloud-backup>
|
||||
<!-- TODO: Use <include> and <exclude> to control what is backed up.
|
||||
<include .../>
|
||||
<exclude .../>
|
||||
-->
|
||||
</cloud-backup>
|
||||
<!--
|
||||
<device-transfer>
|
||||
<include .../>
|
||||
<exclude .../>
|
||||
</device-transfer>
|
||||
-->
|
||||
</data-extraction-rules>
|
||||