permissions-dispatcher / PermissionsDispatcher

A declarative API to handle Android runtime permissions.
https://github.com/permissions-dispatcher/PermissionsDispatcher
Apache License 2.0
11.23k stars 1.44k forks source link

Conductor support #574

Closed hotchemi closed 5 years ago

hotchemi commented 5 years ago

Issue

resolves https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/496

Overview

This PR contains Conductor library support. The diff is actually smaller than I expected. Just added JavaConductorProcessorUnit and KotlinConductorProcessorUnit as new processors and remaining diff is test code.

What do you think?

hotchemi commented 5 years ago

@permissions-dispatcher/maintainers just merged but let me know your opinion if you have 🙇

Sar777 commented 5 years ago

@hotchemi, WOW, good work! thank you!

hotchemi commented 5 years ago

we'll release after doing a few tests!