All Versions
10
Latest Version
Avg Release Cycle
109 days
Latest Release
1892 days ago
Changelog History
Changelog History
-
v1.1.1 Changes
July 27, 2018- โ Added the ability to ignore the explanation dialog when user decline the first attempt. thanks to @maortestim
-
v1.1.0 Changes
October 17, 2016๐ 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
-
v1.0.13 Changes
September 04, 2016- ๐ Fixes requesting multiple permissions to be requested all at once instead of separating them.
-
v1.0.12 Changes
August 28, 2016๐ 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
.
-
v1.0.11 Changes
August 10, 2016- ๐ fixed a bug where only requesting permission in M.
-
v1.0.10 Changes
August 09, 2016๐ 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 Changes
March 28, 2016- ๐ 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.
-
v1.0.8 Changes
January 12, 2016- Introducing PermissionBuilder
- Some code improvement.
-
v1.0.7 Changes
November 19, 2015- ๐ this release addressing the statusbar color if the first color provided does not match the primary color of the theme provided.
-
v1.0.6 Changes
November 18, 2015- added support for SYSTEM_ALERT_WINDOW
- reflected the demos to demonstrate above permission.