Releases: kevalpatel2106/android-hidden-camera
Releases · kevalpatel2106/android-hidden-camera
v1.3.5
Making autofocus and camera feature optional. (#39)
v1.3.3
- Upgrading target api to 26.
- Applying sorting to picture sizes get highest/lowest resolutions
- Fixing issue #16 .
v1.3.2
Changelog:
- Hidden camera activity and fragment release the instance of the camera as soon as activity/fragment goes in the pause state. [User
HiddenCameraService
to capture image in background.]
- Preventing simultaneous multiple images capturing.
- Fixing issue #12.
- Fixing issue #6.
- Fixing #7.
- Fixing #9.
v1.3
Changes:
- Adding api to rotate the output image.
- Offloading output image processing to background thread to increase the responsiveness.