permissions-dispatcher-plugin

IntelliJ plugin for supporting PermissionsDispatcher

Github星跟蹤圖

PermissionsDispatcher plugin

IntelliJ plugin for supporting PermissionsDispatcher.

PermissionsDispatcher is wonderful library for Runtime Permissions. However, it asks developers "attach annotations" and "delegate to generated class" and then after that "rebuild". It's hard to follow all steps correctly. This plugin generates the skelton of methods for "attach annotations" and "delegate to generated class" using GUI.

How to install?

Use the IDE's plugin manager to install the latest version of the plugin.

How to use?

Add dependencies (Optional)

  • Open build.gradle and Generate -> Add PermissionsDispatcher dependencies

(If you already add the dependencies, there is no 'Add PermissionsDispatcher dependencies' menu.)

dep

Generate Runtime Permissions codes

  • Open Activity/Fragment
  • Generate -> Generate Runtime Permissions...
  • Choose permissions and enter method names for each annotations
  • Click Generate button
  • Done!

pd

(It skips "rebuild" for making gif small, but it is highly recommended to rebuild after generating codes.)

Add a generation method call

  • Generate -> Add a generation method call
  • (If there is multiple choices, dialog asks which method you want to delegate)
  • Done!

add_delegation

Settings

You can change PermissionsDispatcher plugin from Preferences... > Other Settings > PermissionsDispatcher plugin

Rebuild

There are 3 behaviors for rebuilding project after generating PermissionsDispatcher code., Type, Behavior, ------------------, -------------------------------, Prompt (Default), Show dialog, Always, Always rebuild without dialog, Not Always, Does not rebuild, # Supported PermissionsDispatcher version

License

Copyright 2017 Yoshinori Isogai

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

主要指標

概覽
名稱與所有者permissions-dispatcher/permissions-dispatcher-plugin
主編程語言Kotlin
編程語言Shell (語言數: 3)
平台
許可證Apache License 2.0
所有者活动
創建於2016-04-25 07:29:07
推送於2018-07-16 01:57:06
最后一次提交2018-07-16 01:57:02
發布數17
最新版本名稱2.0.1 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數704
關注者數21
派生數57
提交數233
已啟用問題?
問題數61
打開的問題數12
拉請求數34
打開的拉請求數0
關閉的拉請求數0
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?