permissions-dispatcher / PermissionsDispatcher

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

Remove conductor support #644

Closed hotchemi closed 4 years ago

hotchemi commented 4 years ago

Issue

ref: https://github.com/permissions-dispatcher/PermissionsDispatcher/issues/595

Overview

After supporting Conductor some of the users have reported compilation error issue above. I've investigated a bit but it's quite uncertain how it occurs(perhaps not our bug...). That's one thing and in terms of the extensibility of the library, just supports conductor is not effective enough and I'd like to look for another approach.

Sar777 commented 4 years ago

hi, do you have plan to support Conductor library? maybe in the other module? thanks!

hotchemi commented 4 years ago

@Sar777 thank you! I noticed nowadays we have a bunch of similar concept libraries and don't have time to support every libs. So I'd like to consider a more flexible way to support those things. Let us know if you have a good one🙇