-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creates FaceTrackingManager #451
Conversation
…ent for selectionModeViewModel as global state
0a43a91
to
e3ca8b7
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall really nice, and I really like that you broke out creating the new class into its own commit 😀
Couple of questions I'm curious your thoughts on, and then the assert
thing in the test is my only major gripe.
app/src/main/java/com/willowtree/vocable/utils/FaceTrackingManager.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/com/willowtree/vocable/utils/FaceTrackingPermissionsTest.kt
Outdated
Show resolved
Hide resolved
app/src/test/java/com/willowtree/vocable/settings/selectionmode/SelectionModeViewModelTest.kt
Outdated
Show resolved
Hide resolved
4d0dea0
to
56156b9
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Method name change, and then shipit!
app/src/main/java/com/willowtree/vocable/utils/FaceTrackingManager.kt
Outdated
Show resolved
Hide resolved
…aceTrackingManager. checkIsSupportedDeviceOrFinish no longer finishes activity. New tests use Junit assert.
56156b9
to
c1bb122
Compare
Description:
Creates FaceTrackingManager to isolate face tracking logic out of MainActivity. Mostly moves low hanging fruit out of activity at this time.