All Versions
10
Latest Version
Avg Release Cycle
109 days
Latest Release
2072 days ago

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 for Fragments 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 the TypeFace if it's already created.
    • โšก๏ธ Updated support library and build tools to version 24.0.2 .
    • โž• Added Nullity annotations to stuff that either could be null or not null.
  • 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.