0.9.3 - New CoverImage storage system(saving to app's internal storage) + Bug fixes + Various optimisations(such as initializing all ViewModels in Activity.kt).
This commit is contained in:
parent
22ed828ee6
commit
4e948bc5d7
44 changed files with 608 additions and 470 deletions
|
|
@ -27,6 +27,7 @@
|
|||
<string name="add_books_description">
|
||||
Ви можете вибрати книги, які хочете додати.
|
||||
Ви зможете відредагувати Назву та Обкладинку книги пізніше.
|
||||
Процес завантаження може зайняти декілька хвилин.
|
||||
</string>
|
||||
<string name="move_books_description">
|
||||
Виберіть категорію, в яку ви хочете перемістити всі обрані книги(%1$s).
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<!-- Basic Strings -->
|
||||
<string name="app_version" translatable="false">0.9.2</string>
|
||||
<string name="app_version" translatable="false">0.9.3</string>
|
||||
<string name="app_name">Book\'s Story</string>
|
||||
|
||||
<!-- Screens -->
|
||||
|
|
@ -28,6 +28,7 @@
|
|||
<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.
|
||||
The loading process can take up to several minutes.
|
||||
</string>
|
||||
<string name="move_books_description">
|
||||
Choose the category to which you want to move all the selected books(%1$s).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue