Skip to content

Releases: ennioma/arek

Fix and Xcode9 compatibility

06 Jun 09:06
Compare
Choose a tag to compare

[x] Fixed an important issue with push notifications request
[x] Arek is compatible with Xcode9

1.3.0

09 Mar 11:46
Compare
Choose a tag to compare
  • Project folder huge refactoring to better support both Carthage and Cocoapods

1.2.2

14 Feb 14:10
Compare
Choose a tag to compare
  • the init method

public override init(configuration: ArekConfiguration? = nil, initialPopupData: ArekPopupData? = nil, reEnablePopupData: ArekPopupData? = nil)

has been exposed for every permission type

  • now the third party developer can choose between two possible popups for pre/re-enable popups: native and PMAlertController
  • every message used in the popups is now localized

1.2.0

14 Feb 14:09
Compare
Choose a tag to compare
Version 1.2.0

1.0.0

30 Dec 22:42
Compare
Choose a tag to compare
  • Core Bluetooth Added
  • Core Motion Added
  • Minor Demo projects issues fixed
  • Added a new .NotAvailable item into ArekBasePermission enum in order to manage services unavailability

0.9.1

24 Dec 17:27
Compare
Choose a tag to compare
  • Added Swift Package Manager

0.9.0 - major refactoring

24 Dec 14:52
Compare
Choose a tag to compare
  • public to open
  • no self.permission = self (memory leak)
  • NSLog to print
  • code moved to base with reference to protocol
  • fix ArekContacts
  • added ArekSpeachRecognizer
  • demo examples updated
  • updated README and podspec to 0.9.0

0.0.9

18 Dec 17:40
Compare
Choose a tag to compare
  • CloudKit added
  • Fixed a minor issue on the Demo