Releases: gabriel-TheCode/AestheticDialogs
Releases · gabriel-TheCode/AestheticDialogs
Aesthetic Dialogs v1.3.8
- Fix Gradle dependencies import
Full Changelog: 1.3.7...1.3.8
Aesthetic Dialogs v1.3.7
What's Changed
- Update license by @gabriel-TheCode in #23
- clean up code by @gabriel-TheCode in #26
- Migrate from Synthetics to ViewBinding
- Release[v1.3.7] by @gabriel-TheCode in #27
Full Changelog: 1.3.6...1.3.7
Aesthetic Dialogs v1.3.6
- Update text message max lines of Flash & Flat dialogs
- Upgrade library version
Aesthetic Dialogs v1.3.5
- Fix colors importation issue
Aesthetic Dialogs v1.3.4
- Improve code by adding kotlin extensions
Aesthetic Dialogs v1.3.3
➕ Add setAnimation()
method;
You can now set custom animations on dialogs
Aesthetic Dialogs v1.3.2
➕ Add new methods
- setDuration()
- setGravity()
Aesthetic Dialogs v1.3.0
- 💯 Migration of source code from Java to Kotlin
- 🚮 Removal of deprecated methods
- 🛠 Code refactoring based on the design pattern Builder
- ✅ Adding setCancelable () property
- ⏫ Migration from Gradle 5.4.1 to 6.1.1
- ✅ Addition of the setOnClickListener() method on dialogs with a button
- 🔄 Update README.md
Aesthetic Dialogs v1.2.1
- Improve views by migrating to AndroidX
- Correction of minor bugs
Aesthetic Dialogs v1.2.0
- New beautiful dialog added : Flat 💯
- Optimize dialog functions calls by reducing redundant layouts