Skip to content

Releases: mrhabibi/autonomous-dialog

v1.0.5

30 Apr 17:14
Compare
Choose a tag to compare

What's New:

  • New: Better code styling for DialogActivity subclasses
  • Bug Fixed: Can't revive Fragment from FragmentManager in JellyBean
  • Bug Fixed: Callback for AlertDialog isn't connected

v1.0.3

17 Apr 13:50
Compare
Choose a tag to compare

The first stable release of persistent-dialog

Add this line in your gradle file to install:

buildscript {
   repositories {
      jcenter()
   }
}
dependencies {
   compile 'com.mrhabibi:persistent-dialog:1.0.3'
}