This repository has been archived by the owner on Dec 8, 2019. It is now read-only.
Releases: afollestad/aesthetic
Releases · afollestad/aesthetic
0.5.3
- Some dependency updates.
- Fixed some bugs, especially surrounding background theming.
- Cleaned up lots of code.
0.5.2
Reduce memory leaks by getting rid of the need to hold references to Views which have background color subscriptions.
0.5.1
One more quick update for today.
SwipeRefreshLayout
support.
See the README and the 0.5.0 release notes.
0.5.0
- Upgrade all internal dependencies.
- The whole library is now written in Kotlin.
- Targeting API 28, Support Lib 28.
- Fixed some various bugs.
- Add static
.config { }
method which will make configuration very elegant in Kotlin, see the README. - Borderless button support.
- Some other internal upgrades for speed and better P compatibility.
0.4.7
- Reduced chance of memory leak.
- Added a separate
colorPrimaryDark
property, in addition tocolorStatusBar
which formerly was the same thing. They are both the same, by default.
0.4.5
- Activities will recreate on return if
activityTheme
had changed since it was last visible. - Accent color is used on AlertDialog action buttons.
0.4.4
Fixed a crash in AestheticToolbar
0.4.3
Resolved a crash with CoordinatorLayout
's when the coordinator layout does not contain an AppBarLayout
.
0.4.2
Fixed crash issues when displaying dialogs that pause the active window (e.g. a permissions dialog).
0.4.1
Misc bug fixes and a crash fix.