afreakyelf/Pdf-Viewer
 Watch   
 Star   
 Fork   
2024-04-03 11:00:42
Pdf-Viewer
2024-04-02 14:15:17
Pdf-Viewer
2024-04-01 13:24:34
Pdf-Viewer

Bug fixes and Maven support

What's Changed

Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.0.7...v2.1.0

2024-02-27 12:32:58
Pdf-Viewer

v2.0.7

What's Changed

Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.0.5...v2.0.7

2024-01-05 17:39:11
Pdf-Viewer
2023-12-02 21:57:20
Pdf-Viewer

File download permissions issue fix

Changes:

  • Request runtime permissions for versions below Android 10.
  • Use scoped storage practices for Android 10 and above.
  • Use the Storage Access Framework (SAF) for user-selected locations.
2023-12-01 10:45:20
Pdf-Viewer

Major update with bunch of fixes and new features Latest

  • 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.
2023-11-29 10:43:35
Pdf-Viewer

Major update with bunch of fixes and new features

  • 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.
2023-04-28 08:25:05
Pdf-Viewer