Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.3 KB

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 1.3 KB

Change Log

0.5.4

  • Search API from codetoart/r2-streamer-kotlin now use window.find() instead of Rangy solution.

0.5.3

  • FolioReader migrated to AndroidX. You will have to migrate your project to AndroidX. Read more about it here - Migrating to AndroidX
  • Search API calls made asynchronous.

Bugs Fixed

0.5.2 (Unreleased)

  • Developer now don't need to add network_security_config.xml explicitly.
  • Android Min SDK raised to API 21 as Chrome is stuck on version 30 on API 19.
  • ReadPosition replaced with ReadLocator using CFI.
  • TTS feature temporarily disabled, see KNOWN_ISSUES.md for more information.
  • SearchQueryResults and SearchItem replaced with SearchLocator using CFI.

0.5.1

  • r2-streamer-java replaced with r2-streamer-kotlin and r2-shared-kotlin
  • WebViewMarker replaced with Native text selection popup.
  • Media Overlay feature temporarily unavailable, see KNOWN_ISSUES.md for more information.

0.4.1

  • Developer now don't need to specify permissions and FolioActivity tag in AndroidManifest.xml