jacobrs / Signal-Android

A private messenger for Android.

Home Page:https://whispersystems.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set up on touch listener for direct capture

claudds opened this issue · comments

Add an on touch listener for the direct capture activity to capture double taps

Ideal hours: 2
Related story: #95

@samantha-kerr Implemented new gesture detector and on touch listener in the CameraView class. This intercepts double taps when the camera is opened in the quick attachment drawer and flips the camera upon receiving a double tap.

Also implemented #133 along with this. Calls camera's already implemented flipCamera() function to flip the camera view from front-facing to back-facing.

Time spent: 2 hours