Skip to content

Releases: sparrowcode/PermissionsKit

Fix bugs

06 Mar 19:43
Compare
Choose a tag to compare

Fix bug with tap gesture. If not allow scroll view and tap in window - controller closed. Now controller close if tap only background view.

Fix bug with reminder icon

20 Feb 10:42
Compare
Choose a tag to compare

Fix bug with reminder icon, now show document type icon.

Updates new key for location permissions

09 Feb 06:35
Compare
Choose a tag to compare

Updates with new NSLocationAlwaysAndWhenInUseUsageDescription key
Obsoletes old NSLocationAlwaysUsageDescription on iOS 11.0 and lower

Conforms to Apple's CoreLocation documentation

Fix bugs of bottom comment and add `isDenied` func

07 Feb 09:18
Compare
Choose a tag to compare

Fix bug of size bottom comment. Added isDenied func for check state permission. Rename func isAllow to isAllowed. Update example code & renamed some internal parameters.

Fix bugs

26 Jan 11:05
Compare
Choose a tag to compare

Small bugs with pod version.

Change method for status notification permission

26 Jan 11:00
Compare
Choose a tag to compare

Now notification permission check local enapled status (not remote). Update example and SparrowKit pod.

New permission - Motion

18 Jan 16:58
Compare
Choose a tag to compare

Now func isAuthorized change to var property. Add new permission Motion. Add icon for permission Motion. For customize colors you don't need pass colorSource. . You need pass for dataSource object, which implements two protocols.

Add Colour Scheme

14 Jan 09:26
Compare
Choose a tag to compare

Add management color scheme by protocol SPPermissionDialogColorSource . Now you can customise some or all colours. Also renamed some structs and update example.
Updated readme for new futures.

New delegate func `didDenied` & close dialog if tap around

12 Jan 17:53
Compare
Choose a tag to compare
  • New func didDenied in SPPermissionDialogDelegate
  • Rename dragToDiscard to dragEnabled
  • Close dialog if tap around view (read more)

If dragEnabled set to false, on view add tap gester for close dialog if tap around dialog. Also add close button. For disable need override parameter showCloseButton

Fix bug with `WhenInUse` location permission

14 Dec 16:23
Compare
Choose a tag to compare
  • Now if allowed Always location permission, permission WhenInUse have style allowed