Skip to content
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

Old permission logic code removal & tests for new functionality #134

Merged
merged 45 commits into from
Apr 25, 2022

Conversation

Deco354
Copy link
Collaborator

@Deco354 Deco354 commented Apr 22, 2022

What it is

Removes code that is no longer necessary, adds new tests for new permissions logic, implements dependency injection to ease testing and adapts new snapshot tests to be M1 compatible.

How to test

CI is 🟢 and permission logic laid out in this PR still works.

Ensure delegate is always set
We don't use these most the time.
M1 to Intel snapshot differences are causing CI to fail.
Tests still fail on CI
FBSnapshotTestCase was renamed to iOSSnapshotTestCase.
This update includes functionality to deal with M1 & intel
snapshot difference issues and ViewController snapshot
convenience methods.
Reduces test code repetition
Camera and mic permissions don't have restricted permission
statuses
Utilize helper functions and remove redundant accessRequests.
Access is now requested upon view appearing.
…ICORE-4182-fast-track-camera-and-microphone-permissions

# Conflicts:
#	KanvasExample/KanvasExample.xcodeproj/project.pbxproj
#	KanvasExample/KanvasExampleTests/Camera/CameraPermissionsTests.swift
This functionality is now included within v8.0.0
Replace 10% overall tolerance with 2% perPixel Tolerance
…an/ICORE-4182-fast-track-camera-and-microphone-permissions
This is to enable snapshots to pass on M1 and intel run simulators
I think this was originally above the mock occupying the same
file which has since been rewritten.
@Deco354 Deco354 requested a review from bjtitus April 22, 2022 09:56
@Deco354 Deco354 changed the title Permission Code removal & test update Permission Code removal & tests for new functionality Apr 22, 2022
@Deco354 Deco354 changed the title Permission Code removal & tests for new functionality Old permission logic code removal & tests for new functionality Apr 22, 2022
Base automatically changed from declan/ICORE-4182-permission-flow to main April 25, 2022 14:32
…an/ICORE-4828-code-removal-and-test-update

# Conflicts:
#	KanvasExample/KanvasExample.xcodeproj/project.pbxproj
#	KanvasExample/KanvasExampleTests/Camera/CameraPermissionsTests.swift
Copy link
Collaborator

@bjtitus bjtitus left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good! :shipit:

@Deco354 Deco354 merged commit 6796dcf into main Apr 25, 2022
@Deco354 Deco354 deleted the declan/ICORE-4828-code-removal-and-test-update branch April 25, 2022 15:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants