talk-android icon indicating copy to clipboard operation
talk-android copied to clipboard

Remove dependency EffortlessPermission

Open timkrueger opened this issue 2 years ago • 1 comments

Remove the EffortlessPermission library.

It looks like this dependency is the cause for multiple issues:

  • https://github.com/nextcloud/talk-android/issues/1309#issuecomment-900283351
  • https://github.com/nextcloud/talk-android/issues/2114

The library is exclusively used in the CallActivity and should be replaced by the in the Android Developer documentation described way. In the following PR the BLUETOOTH_CONNECT permission is already requested by that way:

  • https://github.com/nextcloud/talk-android/pull/2139

timkrueger avatar Jun 20 '22 10:06 timkrueger

@dependabot rebase

AndyScherzinger avatar Oct 04 '22 11:10 AndyScherzinger