From c1051b5a333cd752011332a73a490d97899641c1 Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Thu, 1 Aug 2024 22:19:31 +0300 Subject: [PATCH 01/11] Update README.md (APK verification added) --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 528ab3d3..b779f308 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,22 @@ _Currently the app is only available on Github, Fdroid is coming.._ - _Install from Github_: Click on the "Get it on GitHub" badge above, scroll down and download **book-story.apk** or download the last apk from GitHub [here](https://github.com/Acclorite/book-story/releases/latest/download/book-story.apk). After that, find downloaded file and install it. If you don't understand how to do so, follow [this guide](https://www.lifewire.com/install-apk-on-android-4177185). - _Install from F-Droid_: Coming soon... +### 🗳️ APK Verification + - _APK Verification is an important step to ensure APK integrity and prevent risks from getting infected one._ + - Although it is recommended to verify APK before installing, it is not necessary. + +| APK SHA-256 certificate | +|-------------------------------------------------------------------| +| a661a0c81f138e53dff32f8fdc1dd19f8130523914027e2c0296fe245131a7d4 | + + - For verification you can use tool called [apksigner](https://developer.android.com/tools/apksigner). Which is the part of Android SDK Build Tools, so you need to install that first. + +To verify downloaded APK, you can write this command: +``` +path/to/android/build/tools/apksigner verify --print-certs path/to/downloaded/apk/file.apk +``` +In `Signer #1 certificate SHA-256 digest:` you should see exact certificate written in the table above. This way you can ensure, that the APK was signed directly by me. If the downloaded APK's certificate does not match, or gives an error, please do not install that APK, instead, create an [Issue](https://github.com/Acclorite/book-story/issues) along with downloaded APK. + ### 🧭 Afterwards - Open the app and follow basic instructions. - If you don't understand how to use the app, please read everything in the app's Help Screen. (You can find it in: Library, History, Browse → Three Dots → Help) From 9e446203557eec96c46c72c92d39ce4e4400c78a Mon Sep 17 00:00:00 2001 From: Acclorite <140836141+Acclorite@users.noreply.github.com> Date: Tue, 6 Aug 2024 11:30:31 +0300 Subject: [PATCH 02/11] Update README.md (Shorter APK verification step) --- README.md | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index b779f308..9a51a18e 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ _You can find more screenshots in [assets](https://github.com/Acclorite/book-sto ## ✈️ Download - _Please note, that the app supports Android versions only from Android 8.0_ -
](https://github.com/Acclorite/book-story/releases/latest)
lQ{z|hxeR^mUBCn
zPIrWcC8TJ#QLgMLlrO317S?d14Q;IPGovXmz@bghZ)$PZQjv_jn6`*!m?$_=Hz$IR
zP6prAyt+Q=wZ)mUUlIw(VXE0ET Book's Story 📖 Book's Story Material3 Book Reader for Android Dive into the world of adventure as you discover your favorite book's story! Overview Book's Story Book's Story Material3 Book Reader for Android Dive into the world of adventure as you discover your favorite book's story! Overview
+
-Material3 Book Reader built with Jetpack Compose and Kotlin.
+Built using Jetpack Compose and Kotlin.
## 🖌️ Screenshots + GIF
From d2db83708e07d90bbfade93e33aaad1d2967e731 Mon Sep 17 00:00:00 2001
From: Acclorite <140836141+Acclorite@users.noreply.github.com>
Date: Tue, 6 Aug 2024 12:28:35 +0300
Subject: [PATCH 06/11] Update README.md (Smaller app icon)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f937dad5..00db3bb0 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
+
+
@@ -7,20 +9,28 @@
###
Built using Jetpack Compose and Kotlin.
+
+
## 🖌️ Screenshots + GIF
@@ -36,6 +46,8 @@ Built using Jetpack Compose and Kotlin.
_You can find more screenshots in [assets](https://github.com/Acclorite/book-story/tree/master/assets) folder._
+
+
## ✈️ Download
- _Please note, that the app supports Android versions only from Android 8.0_
@@ -63,6 +75,7 @@ _Currently the app is only available on Github, Fdroid is coming.._
- If you don't understand how to use the app, please read everything in the app's Help Screen. (You can find it in: Library, History, Browse → Three Dots → Help)
- If you still have questions, please feel free to ask in [Discussions](https://github.com/Acclorite/book-story/discussions/categories/q-a), or create an [Issue](https://github.com/Acclorite/book-story/issues) if you feel like some area should be documented better.
+
## ✨ Features
- 4 supported file formats(.pdf, .txt, .epub, .fb2)
@@ -81,13 +94,19 @@ _Currently the app is only available on Github, Fdroid is coming.._
- Detailed app functions explanation(Help screen tips)
- More..
+
+
## 😵💫 Upcoming features / Roadmap
- _You can track project's progress, see what's coming and what is already implemented in [Book's Story: Development Roadmap](https://github.com/users/Acclorite/projects/1)._
+
+
## 🌐 Translation
- English (Default)
- Ukrainian (Default)
+
+
## 🤗 Credits
- [Tachiyomi (Mihon)](https://github.com/mihonapp/mihon) (Github)
- [Libre-Sudoku](https://github.com/kaajjo/Libre-Sudoku) (Github)
From d5764e4c742ea98c0e1088d91bcbbc985574a363 Mon Sep 17 00:00:00 2001
From: Acclorite <140836141+Acclorite@users.noreply.github.com>
Date: Tue, 6 Aug 2024 12:48:35 +0300
Subject: [PATCH 09/11] Update README.md (Badges line break)
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index f25d7cde..3797449b 100644
--- a/README.md
+++ b/README.md
@@ -17,6 +17,7 @@
[]()
[](https://github.com/Acclorite/book-story/stargazers)
[](https://github.com/Acclorite/book-story/commits/)
+
[](https://github.com/Acclorite/book-story/commits/)
[](/LICENSE)
[]()
From 56c12ee0ccd422edc84145f5bb3444a73431da01 Mon Sep 17 00:00:00 2001
From: Acclorite <140836141+Acclorite@users.noreply.github.com>
Date: Tue, 6 Aug 2024 12:50:55 +0300
Subject: [PATCH 10/11] Update README.md (Removed line break)
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 3797449b..f25d7cde 100644
--- a/README.md
+++ b/README.md
@@ -17,7 +17,6 @@
[]()
[](https://github.com/Acclorite/book-story/stargazers)
[](https://github.com/Acclorite/book-story/commits/)
-
[](https://github.com/Acclorite/book-story/commits/)
[](/LICENSE)
[]()
From 50b51f8a88d553631de19ba4e8a7824505719f58 Mon Sep 17 00:00:00 2001
From: Acclorite <140836141+Acclorite@users.noreply.github.com>
Date: Tue, 6 Aug 2024 22:01:48 +0300
Subject: [PATCH 11/11] Update README.md (Added IzzyOnDroid guide)
---
README.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index f25d7cde..308dd206 100644
--- a/README.md
+++ b/README.md
@@ -54,13 +54,15 @@ _You can find more screenshots in [assets](https://github.com/Acclorite/book-sto
](https://github.com/Acclorite/book-story/releases/latest)
+ [
](https://apt.izzysoft.de/fdroid/index/apk/ua.acclorite.book_story)