Skip to content

Releases: Aatricks/EasyReader

V0.5.5

22 Apr 15:50

Choose a tag to compare

Changes :

  • PDF Support: Added resume page support, preloading, and optimized content extraction.
  • Image Viewer: Added image subsampling, optimized bitmap decoding, enhanced zoom, and animated loading UI.
  • Long-Strip & Webtoons: Improved rendering and capped strip group sizes to maximize scroll performance.
  • Text & HTML: Implemented TextFormattingPipeline and refactored HtmlParser for better sentence merging and selection.
  • Gestures & Navigation: Added scroll gesture handling, simplified scroll boundary checks, and prevented false edge navigation triggers.
  • Caching Strategy: Overhauled caching and request handling in WebContentLoader and ChapterListSheet.
  • Chapter Management: Improved unread chapter selection, auto-delete logic, and chapter normalization.
  • Content Resolution: Refactored ContentRepository to improve content type resolution.
  • UI Updates: Debounced searches, updated navigation to select the latest chapter via UI snapshots, and hid finished novels in drawers.
  • Performance: Optimized build times, network, memory, and CPU usage.
  • Testing: Added unit tests for reading lifecycle, UI logic, library view models, and ContentRepository.
  • Dependencies: Updated llmedge-release.aar and added R8 dontwarn rules for llmedge/Ktor dependencies.
  • Fixes: Corrected PDF loading state handling, fixed AbstractITextEvent errors, fixed BottomNavigationBar slider thumb size, and enforced minimum height in ReaderImageView.

Full Changelog: V0.5.4...V0.5.5

V0.5.4

01 Mar 19:31

Choose a tag to compare

What's Changed

  • Performance Optimization: Eliminate Repeated Regex Compilation in TextUtils by @Aatricks in #59
  • Optimize repeated Regex compilation in string replacement utilities by @Aatricks in #60
  • Optimize O(N^2) Lookup in NovelFireSource Search Fallback by @Aatricks in #61
  • Optimize Library Updates Concurrency by @Aatricks in #62
  • Optimize Regex Compilation in SummaryService by @Aatricks in #63
  • Optimize O(N^2) list lookup in NovelFireSource with HashSet by @Aatricks in #64
  • Refactor TextUtils to use static Regex instances by @Aatricks in #65
  • Optimize text formatting string allocations in formatText by @Aatricks in #66
  • Added support for image parsing in pdfs by @Aatricks

Full Changelog: V0.5.3...V0.5.4

V0.5.2

20 Feb 23:10

Choose a tag to compare

What's Changed

  • Secure Backup Configuration by Whitelisting Safe Domains by @Aatricks in #46
  • Fix Arbitrary Local File Access via Intent by @Aatricks in #47
  • Optimize background image caching with bounded worker pool by @Aatricks in #50
  • Fix Zip Bomb vulnerability in EPUB processing by @Aatricks in #51
  • Optimize library updates by skipping inactive novels by @Aatricks in #52
  • Optimize PDF page loading by caching PdfDocument by @Aatricks in #53
  • Fix SSRF via Redirects in NetworkModule by @Aatricks in #54
  • Optimize EPUB loading with ZipFile and caching by @Aatricks in #55

Full Changelog: V0.5.1...V0.5.2

V0.5.1

13 Feb 18:18

Choose a tag to compare

What's Changed

  • Limit concurrency in NovelFireSource to prevent rate limiting by @Aatricks in #40
  • Limit concurrent background image downloads in ContentRepository by @Aatricks in #35
  • Optimize PDF text extraction by using constant Regex patterns by @Aatricks in #36
  • Optimize cache size calculation using NIO walkFileTree by @Aatricks in #37
  • Optimize adjustChapterUrl with static Regex patterns by @Aatricks in #38
  • Optimize LibraryRepository.updateReadingMode by @Aatricks in #41
  • Optimize LibraryRepository.updateNovelInfo with direct SQL update by @Aatricks in #42
  • Optimize ReaderViewModel auto-deletion concurrency by @Aatricks in #43
  • Optimize library updates with batch processing by @Aatricks in #44

Full Changelog: V0.5...V0.5.1

V0.5

06 Feb 21:03

Choose a tag to compare

What's Changed

  • Optimize EPUB image extraction using ZipFile random access by @Aatricks in #33
  • Add pinch-to-zoom and double-tap zoom support for Reader images by @Aatricks in #24
  • Include database in data extraction rules for backup by @Aatricks in #25
  • Disable Cleartext Traffic to Enforce HTTPS by @Aatricks in #26
  • Prevent redundant image request enqueueing in ReaderScreen by @Aatricks in #27
  • Security Fix: Remove insecure 'Ignore SSL Errors' option by @Aatricks in #28
  • Implement lazy loading for PDF content to improve performance by @Aatricks in #29
  • Fix global hostname verification vulnerability by @Aatricks in #30
  • Fix WebView Mixed Content Vulnerability by @Aatricks in #31
  • Fix Intent URL Validation & SSRF Vulnerability by @Aatricks in #32
  • Optimize library update performance with parallel requests by @Aatricks in #34

Full Changelog: V0.4.8...V0.5

V0.4.8

18 Jan 12:10

Choose a tag to compare

Changes :

  • Add selection buttons, auto deletion and decimal chapter numbers by @Aatricks
  • Add chapter count to ExploreItem and display in ExploreScreen by @Aatricks
  • Fixed an issue leading to mangabat novel not being set on the first chapter but on the welcome page by @Aatricks

Full Changelog: V0.4.7...V0.4.8

V0.4.7

16 Jan 10:07

Choose a tag to compare

What's Changed

Full Changelog: V0.4.6...V0.4.7

V0.4.6

13 Jan 16:50
8312995

Choose a tag to compare

What's Changed

  • fix: improve EPUB image parsing and path resolution by @Aatricks in #22

Full Changelog: V0.4.5...V0.4.6

V0.4.5

12 Jan 19:41
b5b7154

Choose a tag to compare

What's Changed

Full Changelog: V0.4.4...V0.4.5

V0.4.4

10 Jan 15:18

Choose a tag to compare

What's Changed

  • Improved UI/ux by @Aatricks in #19
  • Updated dependencies and storage method to use Room

Full Changelog: V0.4.3...V0.4.4