Releases: afreakyelf/Pdf-Viewer
Releases · afreakyelf/Pdf-Viewer
v2.3.7
What's Changed
- fix: Abnormal behavior of scrolling when zooming in #194 by @lng8212 in #203
- Delete redundant PdfSource by @robertlinsener in #208
- Fix: Add missing default implementation for
onPdfRenderStartin StatusCallBack by @mubashirpa in #204 - #205
- #206
- #207
- Zoom fix
New Contributors
- @lng8212 made their first contribution in #203
- @robertlinsener made their first contribution in #208
- @mubashirpa made their first contribution in #204
Full Changelog: v2.3.6...v2.3.7
v2.3.6
Revert breaking Zooming issue #194 (7178e1d)
Full Changelog: v2.3.5...v2.3.6
v2.3.5
Note:
Please use this: https://github.com/afreakyelf/Pdf-Viewer/releases/tag/v2.3.6
What's Changed
- Make cache identifier for local file more unique by @vitoksmile in #195
- Fixed Coroutines memory leak by @vitoksmile in #196
- Kotlin 2.1.20 & AGP 8.9.2 by @vitoksmile in #198
- Clear cache dir by @vitoksmile in #199
New Contributors
- @vitoksmile made their first contribution in #195
Full Changelog: v2.3.4...v2.3.5
v2.3.4
v2.3.3
What's Changed
- fix: ensure PdfRendererView always releases resources via onDetachedFromWindow by @Blejator90 in #188
- updated README.md by adding min/complie sdk versions description by @khyzhun in #185
New Contributors
- @Blejator90 made their first contribution in #188
- @khyzhun made their first contribution in #185
Full Changelog: v2.3.2...v2.3.3
v2.3.2
What's Changed
- Complete the fix for #180 issue by updating the checks for the Android version by @lcazalbasu in #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!
New Contributors
- @lcazalbasu made their first contribution in #183
Full Changelog: v2.3.0...v2.3.2
v2.3.0
- https://github.com/afreakyelf/Pdf-Viewer/issues/180
- Improved Pdf renderer core
- Fixed theme issues
- Added UI tests
Full Changelog: v2.2.2...v2.3.0
v2.2.2
v2.2.1
Full Changelog: 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
What's Changed
- discord notification by @afreakyelf in #122
- Update to the README.md file by @simonskayi in #123
- refactor: split PdfRendererViewCompose into overloaded functions for varied sources by @deddyrumapea in #132
- Added Dispatchers.Main coroutine scope when invoking listener.onDownloadStart() by @nishant-sbnri in #134
- Remove unused pdf engine by @4brunu in #141
- Remove force unwrap by @4brunu in #144
- Fix x and y translation issue on double tap by @bastionkid in #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,
New Contributors
- @simonskayi made their first contribution in #123
- @deddyrumapea made their first contribution in #132
- @nishant-sbnri made their first contribution in #134
- @4brunu made their first contribution in #141
- @bastionkid made their first contribution in #149
Full Changelog: v2.1.1...v2.2.0