Commit graph

143 commits

Author SHA1 Message Date
Acclorite
e22e172ddb
chore(release): v1.7.1 2025-04-26 12:21:37 +03:00
Acclorite
60b2a04e82
🌍 Rephrase "You're successfully done basic setup of the app" in Start screen
Resolves: #205
2025-04-22 21:05:04 +03:00
Acclorite
bc95edaa10 🛠️ Remove (OLED) from "Pure dark (OLED)"
Resolves: #203
2025-04-22 15:25:32 +03:00
Acclorite
87b53745e9 🛠️ Prevent crash when no file manager app
* When choosing a folder in Browse (scan) it crashed when there is no file manager app to handle such action

Resolves: #198
2025-03-22 10:31:27 +02:00
Acclorite
ba3f5f3b7a 🚀 Crash screen
* Shows app crash log
* Copy or report (share)
* Logs are saved in app's internal storage (/crash)

Resolves: #188
2025-03-21 19:16:11 +02:00
Acclorite
c49e7f9500 🛡️ Release v1.7.0 2025-03-14 18:05:14 +02:00
Acclorite
e4cc80ab08 🚀 Horizontal gesture "Pull animation" option
* Enables or disables pull animation when using horizontal gesture
2025-03-12 19:27:46 +02:00
Acclorite
1c0e259179 🛠️ Change "Visibility animation" to Switch
* Changed from Slider (0-100) to Switch (off-on)
2025-03-11 19:52:08 +02:00
Acclorite
78e7d710ea 🚀 Horizontal gesture "Animate visibility" option
* Option to change how much (in %) the visibility animates when using horizontal gesture
2025-03-11 09:06:04 +02:00
Acclorite
7d6f7fec9d 🌍 Rename strings
* Renamed "browse_layout" to "layout" (for global use)
2025-03-09 19:18:37 +02:00
Acclorite
9fe7a497e8 🚀 Move Browse "General" subcategory to "Display"
* Moved Browse "General" subcategory to "Display" subcategory
2025-03-09 10:04:49 +02:00
Acclorite
750c9ffbeb 🚀 New options in About
* Reverted UI to old style
* Removed some options
* Added new options and badges
2025-03-08 09:49:20 +02:00
Acclorite
8cbe14b0e0 🚀 Storage Access Framework
* Per-folder storage access
* Easily revoke per-folder access
* No storage permission
* Privacy focus (Milestone #5)

Resolves: #38
2025-03-02 13:09:10 +02:00
Acclorite
ec19a5e455 🚀 Remove network permission
* Removed network permission along with notifications
* Removed check for updates feature (no longer makes sense without network access)

Resolves: #172
2025-02-13 16:26:03 +02:00
Acclorite
cd18c430a5 🚀 Nested Chapters in Reader
* Fixed issue with incorrect navigation
* Added Nested Chapters, e.g. Book -> Chapter

Resolves: #130
2025-02-10 12:43:36 +02:00
Acclorite
81ae50585c 🛠️ Add license notice to all files 2025-02-03 13:05:36 +02:00
Acclorite
88b04df01c 🗽 Release v1.6.0 2025-01-30 13:00:17 +02:00
Acclorite
40f9122a65 🚀 Change Path option
* Changes path to the file of the book

Resolves: #152
2025-01-28 10:42:36 +02:00
Acclorite
de3b45e6a1 🌍 Remove redundant string resources 2025-01-27 20:07:47 +02:00
Acclorite
cf4cb62061 🚀 BookInfo UI update
* Updated UI of BookInfo screen
* Dialogs to update fields (title, author and description)
* Simplified updating mechanism
2025-01-27 19:19:02 +02:00
Acclorite
f232cd3688 🛠️ New dialog & update default
* Updated default dialog
* Added new dialog with text field
2025-01-24 14:15:36 +02:00
Acclorite
4f8da6ba8e 🌍 Remove unused string resources 2025-01-21 20:04:37 +02:00
Acclorite
ad41bc9a1a 🚀 Progress Count option
* Option to change Progress Count method (Percentage/Quantity)
* Improved progress calculation
2025-01-21 19:49:32 +02:00
Acclorite
fe269fd8a0 🚀 Font thickness option
* Changes default font thickness

Resolves: #150
2025-01-19 18:59:05 +02:00
Acclorite
e49f010353 🚀 Pin paths in Browse
* Added replacement for directories structure
* Always show all files and paths to them
* Pin favorite paths

Resolves: #91
2025-01-16 22:29:52 +02:00
Acclorite
6f53811f68 🚀 External storage support
* Added external storage (SD) support for all APIs
* Removed directory structure in Browse due to problems with Internal+External
* Optimized loading time

Resolves: #78
2025-01-15 12:35:52 +02:00
Acclorite
9334752e6b 🚀 New "Io" theme
* New green colored theme
2025-01-13 14:52:27 +02:00
Acclorite
1c700faefe 🚀 New "Enceladus" theme
* New green colored theme
2025-01-13 14:37:27 +02:00
Acclorite
327ff3786a 🚀 New "Ceres" theme
* New purple colored theme
2025-01-13 14:20:01 +02:00
Acclorite
3f2dc70788 🛠️ Rename and move gray(red gray) theme 2025-01-13 13:57:22 +02:00
Acclorite
8f9d849e3e 🚀 Progress Bar Font Size option
* Changes font size of progress bar's text

Part-of: #148
2025-01-12 22:48:14 +02:00
Acclorite
0c216bcb51 🌍 Update translation files 2025-01-12 17:37:20 +02:00
Acclorite
f48409719f 🚀 Progress Bar Alignment option
* Changed horizontal alignment of the Progress Bar in Reader

Part-of: #148
2025-01-12 17:22:55 +02:00
Acclorite
bfc5884a16 🚀 Progress Bar Padding option
* Changes vertical margins of Progress Bar

Part-of: #148
2025-01-12 15:15:28 +02:00
Acclorite
66ca26521e 🌍 Update "paragraph_height" translation 2025-01-12 14:45:17 +02:00
Acclorite
499e5dae7f 🚀 Progress bar in Reader
* Added compact progress bar that always shows current progress

Resolves: #148
2025-01-11 20:58:29 +02:00
Acclorite
67a5f12b6a 🚀 Images Color Effects option
* Different color effects (Grayscale, Font Color, Background Color)

Part-of: #69
2025-01-10 16:00:35 +02:00
Acclorite
76a1cc6f96 🚀 Images Width(size) option
* Changes the width of the image with corresponding corner roundness and aspect ratio

Part-of: #69
2025-01-10 12:09:44 +02:00
Acclorite
c22ebab576 🚀 Images Alignment option
* Lets user change the alignment of the image

Part-of: #69
2025-01-09 19:46:08 +02:00
Acclorite
dbd1b2345b 🚀 Images Corners Roundness option
* Lets user change the roundness of corners of images

Part-of: #69
2025-01-09 14:32:27 +02:00
Acclorite
6339e3d9c7 🌍 Update translation (English) 2025-01-09 14:08:05 +02:00
Acclorite
c3e94931aa 🚀 Show Images option
* Option to show or hide images in Reader (caption will not be hidden any way)

Part-of: #69
2025-01-08 19:27:14 +02:00
Acclorite
092bbfd10b 🚀 Chapters Settings' subcategory
* Moved "Chapter's title alignment" from Text to the new Chapters subcategory
2025-01-07 22:18:48 +02:00
Acclorite
18f42afba1 🚀 Chapter's Title Alignment option 2025-01-04 21:57:10 +02:00
Acclorite
d22dc17c64 🚀 Add more font weights & improve Highlight Words thickness levels
* Added more font weights (semibold+bold)
* Improved "Highlight Words Thickness" levels
2025-01-04 19:29:45 +02:00
Acclorite
6500c08512 🚀 Highlight words option
* Highlights the beginning of each word
* May help some people read faster|understand more
* Thickness option to change highlighting strength

Resolves: #109
2025-01-03 16:36:03 +02:00
Acclorite
9708c9b68d 🌍 Correct translation 2025-01-03 15:36:25 +02:00
Acclorite
97ddd985ed 🌍 Remove redundant string resources & rename error_no_text 2025-01-01 13:28:25 +02:00
Acclorite
3853727ae7 🚀 Flexible text parsing and storing system
Pros:
* Removed text update (now it is always updated and parsed from the file each time)
* Removed text storage (smaller app size)
* Dramatically sped up loading in Browse (10 books in ~1s)

Cons:
* Longer Reader loading time (~3x, partly fixable)
* More dependency on the file (fixable)

Resolves: #134
2024-12-30 18:29:37 +02:00
Acclorite
cebc673aa0 🎄 Release v1.5.0 2024-12-29 15:24:46 +02:00