aribhs8 / DocCam

Document camera app for Android
0 stars 0 forks source link

Restructure CameraFragment #46

Closed aribhs8 closed 3 years ago

aribhs8 commented 3 years ago

DC-17 - WORK ON DC-17 branch for this issue.

The current CameraFragment.java is too polluted and makes merging too complicated when changes are add. Attempt to simplify the code by storing the code in different files.

aribhs8 commented 3 years ago

Reorganization complete. All that remains is the restructuring of timer and duration code.