-
## Overview
Hi,
I have an issue with permission dispatcher, it is throwing the below exception even if i add a dependency for support-v13. The issue happens when i use the following:
gradle…
-
## Overview
- Android Lint failed with Kotlin 1.1.3
- It seems that "NeedOnRequestPermissionsResult" check does not work properly in Activity or Fragment written in Java
### Expected
- Lint …
-
Currently I publish release page like https://github.com/hotchemi/PermissionsDispatcher/releases/tag/2.3.0 manually after pushing a tag, but GitHub has an release API and we can fetch the latest chang…
-
When I try to use libVLC from your dependency my app crashes with:
`Caused by: java.lang.UnsatisfiedLinkError: No implementation found for void org.videolan.libvlc.LibVLC.nativeNew(java.lang.String[]…
-
PermissionsDispatcher is an awesome tool for managing Android Runtime Permissions in apps via Java annotations/decorators.
mentioned it here for the secure dev talk... https://www.nowsecure.com/blog/…
-
ref: https://github.com/hotchemi/PermissionsDispatcher/issues/187
This is definitely unexpected, but some devices like from Xiaomi need different check flow to get the state of permission.
Currently …
-
## Overview
Hey :),
I'm using Airbnb's EpoxyLibrary 2.7.3 that imports kotlinpoet 0.5 and PermissionDispatcher 3.0.1 that depends on kotlinpoet 0.4.
KotlinPoet 0.5 Changelog : `New: Rename Kot…
-
## Overview
- Hello, thanks for great simple library. I couldn't afford to run this library at my project. Everything okey except generation step, I've added plugin, library and another steps but m…
-
using sample project
change buildToolsVersion to "26.0.1" then clean for two or three times can reproduce
-
#331 is most likely caused by the incomplete support of the PSI-based API currently used by our Lint rules. JetBrains devised a new API called "UAST" (Unified AST), with a primary goal being to suppor…