PermissionsDispatcher Versions Save

A declarative API to handle Android runtime permissions.

4.5.0

4 years ago
  • 4.5.0 2019/07/01
    • Improve: Incremental annotation processing for Kotlin #626
    • Fix: lint CallNeedsPermission on same named function #602
    • Fix: java-kotlin conversion issue #603 #620
    • Fix: Remove redundant BuildConfig file #607

4.3.1

4 years ago
  • Add: Add support for internal classes #574

4.3.0

5 years ago
  • Add: Conductor support #574

4.2.0

5 years ago
  • Add: OnShowRationale API change with keeping backward compatibility #569
  • Update: Change maven groupId from com.github.hotchemi to org.permissionsdispatcher #560
  • Doc: Publish document site! https://permissions-dispatcher.github.io
  • Fix: Any is translated to java.lang.Object #545
  • Add: Support Java incremental compilation #473

4.1.0

5 years ago
  • Fix: compile time validation for detecting OnNeverAskAgain with special permissions #549
  • Update: Drop Xiaomi support #548
  • Fix: Fix CallNeedsPermissionDetector to scan only annotated classes #536

4.0.0-alpha1

5 years ago
  • Remove: Remove native Fragment support#498
  • Add: Jetpack support #494

3.3.1

5 years ago
  • Internal: Update using Kotlin ver to 1.2.50 #489
  • Add: Add a lint rule for not call WithPermissionCheck inside onResume #486
  • Fix: Fix compile error when request SYSTEM_ALERT_WINDOW on SupportFragment #482
  • Fix: Fix the problem with order matter "Useless @OnShowRationale declaration #479