diff --git a/.github/ISSUE_TEMPLATE/book-parser-issue.md b/.github/ISSUE_TEMPLATE/book-parser-issue.md new file mode 100644 index 00000000..fb8e8765 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/book-parser-issue.md @@ -0,0 +1,26 @@ +--- +name: Book parser issue +about: Report an issue with parser (problems with text parsing and adding books) +title: '' +labels: "\U0001F3BC Parser issue" +assignees: Acclorite + +--- + +**Where it happened?** +Describe where issue with the parser occurred, for example: "Issue occurred at 40.1%" or "Could not add this book because of error in Browse Screen". + +**Short description of what is wrong** +Describe in short the problem, for example: "Weird line break" or "App says file is empty when it is not". + +**Attach problematic file (necessary!)** +Attach the file you had problems with. This step is necessary, without it issue may be closed, if no appropriate reason given. + +**Screenshots (optional)** +If applicable, add screenshots to help explain your problem. + +**Additional context (optional)** +Any additional info you may want to give. + +Please don't use titles like [Parser Issue], use clear and well formatted titles like "Error with parsing book [Book Name].[File Format]". +Duplicates and invalid issues will be closed. diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..04f63503 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,35 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: "\U0001F47E Bug" +assignees: Acclorite + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots (optional)** +If applicable, add screenshots to help explain your problem. + +**Device Info (please complete the following information):** + - Device: [e.g. Pixel 8] + - Android Version: [e.g. 14] + - Version of the app [e.g. v1.1.0] + +**Additional context (optional)** +Add any other context about the problem here. + +Please don't use titles like [Bug], use clear and well formatted titles like "Some error in Screen". +Duplicates and invalid issues will be closed. diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..4fe280d3 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,23 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: '' +labels: "\U0001F680 Feature request" +assignees: Acclorite + +--- + +**Why you want this feature to be implemented? Please describe.** +Describe why you'd like to see this feature in the app. + +**Describe the feature you'd like to be implemented** +Describe as good as you can how you would like this feature to be implemented and idea behind it. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Additional context** +Add any other context or screenshots about the feature request here. + +Please don't use titles like [Feature Request], use clear and well formatted titles like "New feature in Screen". +Duplicates and invalid issues will be closed. diff --git a/README.md b/README.md index c2ba732a..322cbfe6 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ )](https://apt.izzysoft.de/fdroid/index/apk/ua.acclorite.book_story) [![Downloads](https://img.shields.io/github/downloads/Acclorite/book-story/total?color=3f8f9b&labelColor=27303D&label=Downloads&logo=GitHub)]() [![Stars](https://img.shields.io/github/stars/Acclorite/book-story?style=flat&logo=data%3Aimage%2Fsvg%2Bxml%3Bbase64%2CPD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIC05NjAgOTYwIDk2MCIgd2lkdGg9IjI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgogIDxwYXRoIGQ9Im0zNTQtMjQ3IDEyNi03NiAxMjYgNzctMzMtMTQ0IDExMS05Ni0xNDYtMTMtNTgtMTM2LTU4IDEzNS0xNDYgMTMgMTExIDk3LTMzIDE0M1pNMjMzLTgwbDY1LTI4MUw4MC01NTBsMjg4LTI1IDExMi0yNjUgMTEyIDI2NSAyODggMjUtMjE4IDE4OSA2NSAyODEtMjQ3LTE0OUwyMzMtODBabTI0Ny0zNTBaIiBzdHlsZT0iZmlsbDogcmdiKDI0NSwgMjI3LCA2Nik7Ii8%2BCjwvc3ZnPg%3D%3D&color=949b3f&labelColor=27303D&label=Stars)](https://github.com/Acclorite/book-story/stargazers) + [![Translation Status](https://img.shields.io/weblate/progress/book-story?label=Translated&logo=weblate&labelColor=27303D&color=3f9b86)](https://hosted.weblate.org/engage/book-story/) [![Development Stage](https://img.shields.io/badge/Active-9b3f90?label=Development%20stage&labelColor=27303D)](https://github.com/Acclorite/book-story/commits/) [![Last Commit](https://img.shields.io/github/last-commit/Acclorite/book-story?label=Last%20commit&labelColor=27303D&color=749b3f)](https://github.com/Acclorite/book-story/commits/) [![License: GPL-3.0](https://img.shields.io/github/license/Acclorite/book-story?label=License&labelColor=27303D&color=3f9b75)](/LICENSE) @@ -35,9 +36,8 @@ Built using Jetpack Compose and Kotlin. -## 🖌️ Screenshots + GIF +## 🖌️ Screenshots -
@@ -112,8 +112,11 @@ _Don't see your favorite app store? Create an [Issue](https://github.com/Acclori ## 🌐 Translation -- English (Default) -- Ukrainian (Default) + +[Translation progress](https://hosted.weblate.org/engage/book-story/) +
+ +_You can help translating the app on [Hosted Weblate](https://hosted.weblate.org/engage/book-story/)._ @@ -125,9 +128,9 @@ _Don't see your favorite app store? Create an [Issue](https://github.com/Acclori already propose. Feel free to tell me what's on your mind! - **Share your ideas and suggestions.** Your ideas and suggestions are always welcome, if you miss some feature or got an interesting idea, feel free to create a new [Issue](https://github.com/Acclorite/book-story/issues). - **Report bugs**. Had a crash or something went wrong? Create a new [Issue](https://github.com/Acclorite/book-story/issues), the more information you can give the better it is. + - **Translate the app**. You can do what I physically cannot - translate the app on multiple languages. For this you can use [Hosted Weblate](https://hosted.weblate.org/engage/book-story/). - **Enjoy the app**. Your best contribution is using my app and enjoying it! - - _**About localization**. Planning to implement localiztion platform, so users can do what I physically cannot - translate the app on multiple languages. You can find more information about this in the corresponding issue([#22](https://github.com/Acclorite/book-story/issues/22))._ - + ## 🤗 Credits diff --git a/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/components/SliderWithTitle.kt b/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/components/SliderWithTitle.kt index 69246694..7643ce53 100644 --- a/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/components/SliderWithTitle.kt +++ b/app/src/main/java/ua/acclorite/book_story/presentation/screens/settings/components/SliderWithTitle.kt @@ -72,7 +72,7 @@ fun SliderWithTitle( onValueChange = { onValueChange(it.roundToInt()) }, - steps = toValue - fromValue, + steps = toValue - fromValue - 1, colors = SliderDefaults.colors( activeTickColor = MaterialTheme.colorScheme.onPrimary, inactiveTickColor = MaterialTheme.colorScheme.onSurfaceVariant, diff --git a/app/src/main/res/values-uk/strings.xml b/app/src/main/res/values-uk/strings.xml index 6d393843..cdc413bf 100644 --- a/app/src/main/res/values-uk/strings.xml +++ b/app/src/main/res/values-uk/strings.xml @@ -1,7 +1,4 @@ - - Історія Книги - Архів Анни|https://uk.annas-archive.org @@ -10,7 +7,7 @@ Нові оновлення - Нове оновлення Історії Книги! + Нове оновлення Book\'s Story! Оновлення %1$s вийшло! Натисніть, щоб перейти на сторінку релізу. @@ -73,7 +70,7 @@ Будь ласка, запам\'ятайте де ви зупинилися перед оновленням тексту. - Нова версія Історії Книги була знайдена. + Нова версія Book\'s Story була знайдена. Чи бажаєте завантажити її? Натиснувши на кнопку «Завантажити», ви перейдете в ваш браузер та завантажете останнє оновлення автоматично. @@ -320,7 +317,6 @@ Дизайн Іконки Керування новими оновленнями - Мотивація Будь ласка, зверніть увагу, що на @@ -482,7 +478,7 @@ - Вітаємо в Історія Книги! + Вітаємо в Book\'s Story! У світ, де слова чарують, вчать та ведуть у неймовірні пригоди! Давайте дещо налаштуємо! diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index e2480a92..64cebb6b 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -1,7 +1,7 @@ 1.1.1 - Book\'s Story + Book\'s Story @@ -336,7 +336,6 @@ Design Icons New updates managing - Motivation Please note, that diff --git a/assets/README.md b/assets/README.md index ce65b2cf..023a9d1a 100644 --- a/assets/README.md +++ b/assets/README.md @@ -11,7 +11,5 @@ - -

diff --git a/fastlane/metadata/android/uk/title.txt b/fastlane/metadata/android/uk/title.txt deleted file mode 100644 index 38ea5488..00000000 --- a/fastlane/metadata/android/uk/title.txt +++ /dev/null @@ -1 +0,0 @@ -Історія Книги \ No newline at end of file