Releases: k0shk0sh/PermissionHelper
Releases · k0shk0sh/PermissionHelper
Permission Helper v1.1.1
- Added the ability to ignore the explanation dialog when user decline the first attempt. thanks to @maortestim
Introducing PermissionHelper v1.1.0
This release has a new feature that it should've been there since version 1.0.
PermissionFragmentHelper
which is made specially forFragments
to avoid the extra work you had to do in previous version.- updated support library to 24.2.1
PermissionHelper v1.0.13
- Fixes requesting multiple permissions to be requested all at once instead of separating them.
PermissionHelper v1.0.12
Changelog
- Deprecating accessing PermissionModel directly and encourage the usage of PermissionModelBuilder
- Added
TextSize
checking to ensure that the passed size is a resource id or a plain value. - Added
TypeFace
caching to avoid recreating theTypeFace
if it's already created. - Updated support library and build tools to version
24.0.2
. - Added
Nullity
annotations to stuff that either could benull
or notnull
.
PermissionHelper v1.0.11
- fixed a bug where only requesting permission in M.
PermissionHelper v1.0.10
this release in points:
- updated support library & buildtools to 24.
- fixed imageView height in small phones where the imageView might take over the whole space.
- renaming all layouts so no conflicts could happen with other projects.
- added more annotations such as Nullable & NonNull to methods.
- formatted code 👍
v1.0.9 Released
- fixed a bug where the first permission is being asked always.
- added to return perGranted callback for System_Alert permission if it has been requested and granted previously.
- update text size for title where it might look large.
- code formatting and improvement.
Merging PermissionBuilder
- Introducing PermissionBuilder
- Some code improvement.
Fixing statusbar color
- this release addressing the statusbar color if the first color provided does not match the primary color of the theme provided.
Add support for SYSTEM_ALERT_WINDOW
- added support for SYSTEM_ALERT_WINDOW
- reflected the demos to demonstrate above permission.