Acclorite
272d44d70d
🛠️ Remove customItems()
...
* Removed and replaced customItems() with default items()
2024-10-12 14:24:04 +03:00
Acclorite
dcd2e2e69e
🚀 Rounded corners for NavigationItem(NavigationBottomSheet)
...
* Added rounded corners for NavigationItem
2024-10-12 13:51:39 +03:00
Acclorite
7690cafec5
🚀 Improve progress display in Reader
...
* Book and chapter (in "($cp)") progress
* Sync chapter & book progress calculation
Resolves : #103
2024-10-11 20:06:11 +03:00
Acclorite
2e2dee9e26
🚀 Replace DropDown with BottomSheet
...
* Replaced DropDown with NavigationBottomSheet
* Renamed LocalOnNavigate → LocalNavigator, LocalNavigator → LocalNavigatorInstance
2024-10-08 20:44:40 +03:00
Acclorite
7618190ada
🛠️ Apply bottom padding to BottomSheet
2024-10-08 15:53:44 +03:00
Acclorite
014783c4b2
🛠️ Remove autolink-java
...
* Removed autolink-java commonmark extension (caused reproducibility issues)
2024-10-07 18:29:10 +03:00
Acclorite
fefeecd650
🛠️ Always show chapters in Reader
...
* In all file formats (except EPUB) using first line as chapter title (which is usually book title)
2024-10-07 17:33:40 +03:00
Acclorite
5728253988
🛠️ Small fixes & improvements in Reader loading
...
* Preventing error from showing (after successful load)
* Removed unnecessary delay
2024-10-07 17:28:28 +03:00
Acclorite
0fb950ff57
🛠️ Improve EPUB parser (spine + async)
...
* Using "content.opf" to get correct chapters and order
* Using manual sorting + getting all chapters if no "content.opf"
* Fixed incorrect order issues
* Fixed missing chapters issues
* Improved parsing time by over 3 times
* Asynchronous chapter parsing
2024-10-06 21:05:13 +03:00
Acclorite
dcdc7851d6
🛠️ Get only "content.opf" in EpubFileParser
...
* Can prevent other ".opf" file to ruin book's parsing
2024-10-06 20:39:57 +03:00
Acclorite
a063a5d1cb
🛠️ "***" as bold & italic in Markdown
...
* Added support for "***" which is bold & italic
2024-10-06 20:38:03 +03:00
Acclorite
ca4e00693d
🛠️ Replace MutableMap with ConcurrentHashMap
...
* Replaced MutableMap with thread-safe ConcurrentHashMap
2024-10-06 20:33:22 +03:00
Acclorite
70e7e8e629
🛠️ Add compiler.xml in .gitignore
...
Resolves : #102
Co-authored-by: tct123 <42028373+tct123@users.noreply.github.com>
2024-10-06 18:48:22 +03:00
Acclorite
93aa5bc081
🛠️ Primary scrollbar in ModalDrawer
...
* Replaced Secondary scrollbar with Primary in ModalDrawer
2024-10-06 11:15:57 +03:00
Acclorite
89e2f0a326
🛠️ Improve EPUB parser
...
* Fixed some issues with ordering
* Better toc.ncx parsing
* Fixed issues with missing chapters
2024-10-05 13:15:30 +03:00
Acclorite
ff1a43d444
🛠️ Replace HTM parser
...
* Removed HTM parser and replaced it with HTML parser (they are the same)
2024-10-05 09:50:16 +03:00
Acclorite
2a153dd80d
⚖️ Merge changes from "origin/master"
...
Merge changes from another branch.
2024-10-04 12:04:04 +03:00
Acclorite
fbb3faa5b2
🛠️ Fix "NaN" for progress in Reader
...
* Fixed issue, where the value is NaN in Reader
Resolves : #90
2024-10-04 12:03:18 +03:00
Acclorite
9f71ffe676
✒️ Update issue templates
2024-10-03 08:53:45 +03:00
Acclorite
9854c2d845
🛠️ BookRepository reformat
...
* Split into multiple smaller repositories
* Reformatted code
Co-authored-by: Ridho Pratama <dhoable@gmail.com>
2024-10-02 09:03:01 +03:00
Acclorite
1104100b3b
🛠️ Reformat use_case package
...
* Split all use cases into different packages
2024-10-01 23:18:41 +03:00
Acclorite
f888c3b0c7
🛠️ MainViewModel reformat
...
* Reformatted MainEvent
* Changed various variables names
Thanks for idea:
Co-authored-by: Ridho Pratama <dhoable@gmail.com>
2024-10-01 22:51:49 +03:00
Acclorite
3d3d85415e
🛠️ Larger loading indicator in Reader
...
* Made loading indicator larger: 36dp → 48dp
2024-10-01 22:18:23 +03:00
Acclorite
b8721b6ad7
🚀 Markdown support in Reader
...
* Added Markdown support: Bold, Italic, Links and Section separator (hr)
* Added new font variations (Bold & Bold Italic)
* Improve text update (moved to repository & logged)
Resolves : #93
2024-10-01 15:10:44 +03:00
Acclorite
2e041f0cbb
🌍 Remove unused string resource
...
* Removed "loading" resource.
2024-09-30 19:58:22 +03:00
Acclorite
13278298db
🚀 Improve Chapter naming
...
* Improved chapter naming by taking the first line of the chapter when no TOC(Table of Contents) found
2024-09-30 16:04:38 +03:00
Acclorite
5cda9bbbe6
🚀 New loading indicator (circular) in Reader
...
* Replaced old (linear) loading indicator with new (circular) in ReaderScreen
2024-09-30 08:34:42 +03:00
Acclorite
e66a514827
🛠️ Fix crash in Reader
...
* Fixed crash caused by chapter progress calculation
Resolves : #90
2024-09-28 16:22:53 +03:00
Acclorite
4e5b5bcb26
🛠️ Improve AnimatedTopAppBar
...
* Corrected shown state of the top bar (always one at a time)
2024-09-28 13:15:40 +03:00
Acclorite
e04bb0aca7
🛠️ Improve Chapter parsing
...
* Made parsing more universal (more books are supported)
2024-09-28 12:53:02 +03:00
Acclorite
e6014866cf
⚖️ Merge changes from "origin/master"
...
Merge changes from another branch.
2024-09-27 18:22:25 +03:00
Acclorite
863e76d905
🛠️ Unlimited amount of AnimatedTopAppBars
...
* Changed fixed 3 bars to listOf AnimatedTopAppBarData
2024-09-27 18:21:48 +03:00
Acclorite
2bd824c752
✒️ Update fastlane's icon
2024-09-27 08:01:50 +03:00
Acclorite
e7a2d780d7
🌍 Translations update
2024-09-25 08:05:24 +03:00
Acclorite
b817fdf4a8
✒️ Update README.md
2024-09-24 22:54:07 +03:00
Acclorite
82d8fa8e3b
🗽 Release v1.3.0
2024-09-24 22:37:27 +03:00
Weblate (bot)
2f9542f669
🌍 Translations update from Hosted Weblate ( #76 )
...
* 🌍 Translated using Weblate (Spanish)
Currently translated at 98.0% (359 of 366 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/es/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Turkish)
Currently translated at 100.0% (366 of 366 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/tr/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Chinese (Simplified Han script))
Currently translated at 48.3% (177 of 366 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/zh_Hans/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Spanish)
Currently translated at 99.4% (371 of 373 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/es/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Turkish)
Currently translated at 100.0% (373 of 373 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/tr/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Spanish)
Currently translated at 98.9% (370 of 374 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/es/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Turkish)
Currently translated at 100.0% (374 of 374 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/tr/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Turkish)
Currently translated at 100.0% (376 of 376 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/tr/
Thank you for contribution! Any help is appreciated!
* 🌍 Translated using Weblate (Turkish)
Currently translated at 100.0% (376 of 376 strings)
Translate-URL: https://hosted.weblate.org/projects/book-story/book-story-translation/tr/
Thank you for contribution! Any help is appreciated!
---------
Co-authored-by: gallegonovato <fran-carro@hotmail.es>
Co-authored-by: Oğuz Ersen <oguz@ersen.moe>
Co-authored-by: Deerio Chaelingo <DeeChael@outlook.com>
2024-09-24 22:26:26 +03:00
Acclorite
6bfb23eba7
⚖️ Merge changes from "origin/master"
...
Merge changes from another branch.
2024-09-24 22:23:46 +03:00
Acclorite
7e0e903a5c
🛠️ Show bars before update
...
* Fixed visual bug, where bars being shown after navigating to BookInfo screen for text update
2024-09-24 22:23:09 +03:00
Acclorite
8d11372150
✒️ Fix changelog file format
2024-09-24 21:51:51 +03:00
Acclorite
660c772a9b
✒️ New changelog for v1.3.0
2024-09-24 21:51:23 +03:00
Acclorite
621f9b11c5
🛠️ Correct app update dialog description
...
* Changed description to match current app behavior
2024-09-24 19:42:09 +03:00
Acclorite
a4c859865e
🛠️ Update aboutlibraries.json
...
* Updated versions and added new dependencies in aboutlibraries.json
2024-09-24 19:41:09 +03:00
Acclorite
3262ccf549
🛠️ Various dependencies update
...
* Updated androidx dependencies
2024-09-24 19:22:52 +03:00
Acclorite
1b0996b135
🛠️ Fix no books can be added
...
* Fixed issue, where you can deselect item faster than open add dialog, resulting in empty list
2024-09-24 18:55:57 +03:00
Acclorite
0a3adf42f0
🛠️ Coerce progress in Reader
...
* Coerce progress in 0f to 1f (preventing percentage like 135%)
2024-09-24 18:50:25 +03:00
Acclorite
896e584e6d
🛠️ Fix crash in Reader
...
* Fixed crash in Reader caused by state not being properly initialized
2024-09-24 18:46:09 +03:00
Acclorite
35eadafb9b
🚀 Add "How to use perception expander?" help tip
...
* Added new help tip to help user understand how to use perception expander
2024-09-24 08:25:16 +03:00
Acclorite
3c2b23db08
🚀 Contributors in About
...
* Added "Contributors" option in About, which navigates to github's contributors page
2024-09-23 08:29:49 +03:00
Acclorite
092ae331aa
🛠️ Move fast color preset change to top bar
...
* Moved swipe area of "Fast color preset change" to top bar
2024-09-22 20:31:41 +03:00