Skip to content

Releases: k0shk0sh/PermissionHelper

Permission Helper v1.1.1

27 Jul 14:08
04edce2
Compare
Choose a tag to compare
  • Added the ability to ignore the explanation dialog when user decline the first attempt. thanks to @maortestim

Introducing PermissionHelper v1.1.0

17 Oct 14:15
Compare
Choose a tag to compare

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

PermissionHelper v1.0.13

04 Sep 15:04
Compare
Choose a tag to compare
  • Fixes requesting multiple permissions to be requested all at once instead of separating them.

PermissionHelper v1.0.12

28 Aug 00:52
Compare
Choose a tag to compare

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.

PermissionHelper v1.0.11

10 Aug 02:20
Compare
Choose a tag to compare
  • fixed a bug where only requesting permission in M.

PermissionHelper v1.0.10

09 Aug 08:47
Compare
Choose a tag to compare

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

28 Mar 14:56
Compare
Choose a tag to compare
  • 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

12 Jan 13:49
Compare
Choose a tag to compare
  • Introducing PermissionBuilder
  • Some code improvement.

Fixing statusbar color

19 Nov 21:50
Compare
Choose a tag to compare
  • 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

18 Nov 14:10
Compare
Choose a tag to compare
  • added support for SYSTEM_ALERT_WINDOW
  • reflected the demos to demonstrate above permission.