Skip to content

Releases: sparrowcode/PermissionsKit

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

Add alert if permission denied

14 Dec 16:13
Compare
Choose a tag to compare
  • Add alert
  • Update delegate & datasource for customise alert
  • Update example

Fix status bar animation

07 Dec 11:33
Compare
Choose a tag to compare
  • Remove conflict classes with SparrowKit
  • Animation status bar

Fix bugs

07 Dec 10:00
Compare
Choose a tag to compare
  • New structure folders
  • All remove conflicts with SparrowKit pod