aribhs8 / DocCam

Document camera app for Android
0 stars 0 forks source link

Recording UI Update #35

Closed aribhs8 closed 3 years ago

aribhs8 commented 3 years ago

When the user is recording, the button changes between a stop and record button. For now this is fine, but when the record button is pressed text should appear on the appbar or somewhere on the top of the preview showing the amount of time that has elapsed during recording. This text should then vanish when the stop button is pressed. Furthermore, it appears that the recording saves after the stop button changes to the recording button, when the recording should save first and then change the button. Furthermore, a toast message appears when the view recordings button is pressed when it shouldn't be doing this.

In summary:

aribhs8 commented 3 years ago

Please fix the following problems as well in this issue:

aribhs8 commented 3 years ago

Also do the following:

aribhs8 commented 3 years ago

Change timer button text and rectangles to be smaller (consider changing 5 sec to be 5s).

aribhs8 commented 3 years ago

This issue has been resolved in the DC-17 branch but it has not been merged due to an existing merge conflict. The content on this branch will be merged with the develop branch once files have been reorganized according to #DC-23.