Mohit Shetty
Mohit Shetty
* Added grey background. * Centered the viewport of the PDF viewer in the background. * Default max zoom out when the document loads (to give the user an overview...
A custom implementation for supporting zooming and moving across the document has been added (in commit f7b9ae7ea651cf3fa201d6001d5fe60ad73f399f) to support the changes related to centering the document. Without the custom implementation,...
Merging this PR would render a linear progress bar at the top of the viewer while loading a (large) PDF. Here's a [sample pdf](https://cartographicperspectives.org/index.php/journal/article/view/cp43-complete-issue/pdf) of 100-105 mb can be used...
To give the user a better view of the entire page once the document loads (instead of having to manually zoom out)
Uses box-shadow to add some elevation to the page being rendered. (Minor UI/UX improvement)
Increase zoom range and centers the viewport to safely ensure that the entire page is always visible (irrespective of the page size) Closes #84
Changing the orientation in the in-app gallery currently causes the entire gallery activity to reset This pull request would help resolve the issue described at #370
Adds support to set fps of the video being recorded (Issue #51) (Needs testing to check if the set fps actually reflects in the video across different devices, especially at...
This PR replaces the currently used Camera2Interop API for EIS with CameraX's official APIs for video stabilization (It could possibly solve the bug being described in Issue #391; however, we...