v2.3.4
- handle file can not be opened because of pdf contains password by @elharies in https://github.com/afreakyelf/Pdf-Viewer/pull/130
- adjust Composable function signature to make source mandatory by @wiryadev in https://github.com/afreakyelf/Pdf-Viewer/pull/135
- Fixed strict policy violations https://github.com/afreakyelf/Pdf-Viewer/issues/171
- https://github.com/afreakyelf/Pdf-Viewer/issues/191
- https://github.com/afreakyelf/Pdf-Viewer/issues/189
- @elharies made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/130
- @wiryadev made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/135
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.3...master
v2.3.3
- fix: ensure PdfRendererView always releases resources via onDetachedFromWindow by @Blejator90 in https://github.com/afreakyelf/Pdf-Viewer/pull/188
- updated README.md by adding min/complie sdk versions description by @khyzhun in https://github.com/afreakyelf/Pdf-Viewer/pull/185
- @Blejator90 made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/188
- @khyzhun made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/185
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.2...v2.3.3
v2.3.2
- Complete the fix for https://github.com/afreakyelf/Pdf-Viewer/issues/180 issue by updating the checks for the Android version by @lcazalbasu in https://github.com/afreakyelf/Pdf-Viewer/pull/183
- Fixed scroll bar jumping, Thanks @UltraDeep for pointing out the issue.
- Made some changes to zoomin/out recycler view, hopefully it works out well for everyone.
Thank you all!
- @lcazalbasu made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/183
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.3.0...v2.3.2
v2.2.1
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.2.0...v2.2.1
- Improve caching mechanism
- Fixed no progress/loading indicator when opening Pdf
- Fixed where the library was loading entire PDF in one go; now it loads in segments as you scroll
v2.2.0
- discord notification by @afreakyelf in https://github.com/afreakyelf/Pdf-Viewer/pull/122
- Update to the README.md file by @simonskayi in https://github.com/afreakyelf/Pdf-Viewer/pull/123
- refactor: split PdfRendererViewCompose into overloaded functions for varied sources by @deddyrumapea in https://github.com/afreakyelf/Pdf-Viewer/pull/132
- Added Dispatchers.Main coroutine scope when invoking listener.onDownloadStart() by @nishant-sbnri in https://github.com/afreakyelf/Pdf-Viewer/pull/134
- Remove unused pdf engine by @4brunu in https://github.com/afreakyelf/Pdf-Viewer/pull/141
- Remove force unwrap by @4brunu in https://github.com/afreakyelf/Pdf-Viewer/pull/144
- Fix x and y translation issue on double tap by @bastionkid in https://github.com/afreakyelf/Pdf-Viewer/pull/149
- [BUG] Missing Content-Length for PDF behind Cloudflare
- [BUG] FileNotFoundException when addBitmapToCache
- Double-tap to zoom
- Are you considering supporting HTTP/2.0?
- Improve Error Handling when receiving invalid PDF
- [BUG] PinchZoomRecyclerView.canScrollVertically(1) always return false
- [BUG] recyclerView.computeVerticalScrollOffset() always return 0
- [BUG] Broken download of cached file
- Crash: contentLengthLong throws NoSuchMethodError for Android 6 or below.
- [BUG] Android 15 support (edge-to-edge)
- [BUG] Caching causes crash
- Enable/Disable Zoom functionality
- Title one line when file name too long,
- @simonskayi made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/123
- @deddyrumapea made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/132
- @nishant-sbnri made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/134
- @4brunu made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/141
- @bastionkid made their first contribution in https://github.com/afreakyelf/Pdf-Viewer/pull/149
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.1.1...v2.2.0
Minor fix
- Min SDK set back to 21 https://github.com/afreakyelf/Pdf-Viewer/issues/120
Full Changelog: https://github.com/afreakyelf/Pdf-Viewer/compare/v2.1.0...v2.1.1