smaranjitghose / DocLense

An open-source document scanner!
https://doclense.vercel.app/
Creative Commons Zero v1.0 Universal
147 stars 130 forks source link

Fixed the bug associated with moving a PDF to another directory #236

Closed Saransh-cpp closed 3 years ago

Saransh-cpp commented 3 years ago

Fixes #164

  1. At the time of the creation of that issue, this feature was not working because of some permission issues.
  2. After that, the storage style was changed to store the date of creation of the PDF and the preview image.

Changes

Integrated this feature with the new storage style and surprisingly the bug went away:) (I still don't know why everyone was facing that issue before)

Please let me know if you want any changes in this PR, thanks!

(CWoC and GSSoC participant)

Saransh-cpp commented 3 years ago

SVID_20210328_021501_1.mp4 It shows this to me

I checked again, working fine on my emulator. I will check it on my physical device and let you know.

Saransh-cpp commented 3 years ago

@anushbhatia I checked it on my physical device and there were some android permission issues, fixed them in the last commit. Please uninstall the app and install it again with this code.