Skip to content

Releases: talhahasanzia/android-encryption-helper

Exceptions and onFailure Messages

15 Sep 17:20
Compare
Choose a tag to compare
  • Fixed ProviderException that was uncaught and causing crashes in several devices (Issue#12)
  • Messages were printed to stacktrace when async methods are called, now they are delivered to onFailure() methods.

Async Errors and Static Methods

29 Aug 12:32
Compare
Choose a tag to compare
  • Need to call init() once for context dependency.
  • Change all the methods to static.
  • Errors from Async calls were not reported, they are now passed in onFailure methods.
  • Generate random phrase now accepts parameter to specify length of phrase.