Skip to content

Major update with bunch of fixes and new features Latest

Compare
Choose a tag to compare
@afreakyelf afreakyelf released this 01 Dec 02:53
· 33 commits to master since this release
  • Orientation Change Handling: Improved to maintain the current page position during device orientation changes.
  • Security Enhancement for File Paths: Implemented secure file path handling to prevent directory traversal attacks.
  • Efficient Caching Strategy: Optimized to store only the most recent PDF file in the cache, reducing storage usage.
  • Screenshot Prevention Feature: Added functionality to disable screenshots and screen recordings for enhanced privacy.
  • Dynamic UI Customization: Introduced flexibility in customizing the UI elements programmatically based on XML attributes.
  • Compatibility with 'NoActionBar' Theme: Ensured default values for missing attributes, enabling smooth integration with various themes.
  • Jetpack Compose Support: Added a composable function PdfRendererViewCompose for Jetpack Compose applications.
  • Performance Optimization: Enhanced performance for better handling of large PDF files.