Skip to content

Version 1.0.2

Compare
Choose a tag to compare
@javiersantos javiersantos released this 19 Mar 11:32
· 146 commits to master since this release
  • Added .destroy() to avoid ServiceConnection leaks. See the Wiki for a sample usage.
  • Added Toolbar and some customizations to Display.ACTIVITY. Use .withActivityColor(R.color.colorPrimary, R.color.colorPrimaryDark) to customize the activity with your own colours.
  • Added Galaxy Apps Store to InstallerID: .enableInstallerId(InstallerID.GALAXY_APPS).
  • #16 Fixed issue when using the emulator check in certain Samsung devices.
  • Renamed blockIfUnauthorizedAppDetected(...) by blockIfUnauthorizedAppUninstalled(...).