shiraji / permissions-dispatcher-plugin
- четверг, 12 мая 2016 г. в 03:14:46
Kotlin
IntelliJ plugin for supporting PermissionsDispatcher
IntelliJ plugin for supporting PermissionsDispatcher. This is NOT official plugin.
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.
Generate
-> Generate Runtime Permissions...
Generate
button(It skips "rebuild" for making gif small, but it is highly recommended to rebuild after generating codes.)
Use the IDE's plugin manager to install the latest version of the plugin.
Copyright 2016 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.