Skip to content
This repository has been archived by the owner on Dec 8, 2019. It is now read-only.

Releases: afollestad/aesthetic

0.5.3

02 Aug 23:10
Compare
Choose a tag to compare
  1. Some dependency updates.
  2. Fixed some bugs, especially surrounding background theming.
  3. Cleaned up lots of code.

0.5.2

23 Jul 21:46
Compare
Choose a tag to compare

Reduce memory leaks by getting rid of the need to hold references to Views which have background color subscriptions.

0.5.1

21 Jul 01:34
Compare
Choose a tag to compare

One more quick update for today.

  1. SwipeRefreshLayout support.

See the README and the 0.5.0 release notes.

0.5.0

20 Jul 21:19
Compare
Choose a tag to compare
  1. Upgrade all internal dependencies.
  2. The whole library is now written in Kotlin.
  3. Targeting API 28, Support Lib 28.
  4. Fixed some various bugs.
  5. Add static .config { } method which will make configuration very elegant in Kotlin, see the README.
  6. Borderless button support.
  7. Some other internal upgrades for speed and better P compatibility.

0.4.7

23 May 14:32
Compare
Choose a tag to compare
  • Reduced chance of memory leak.
  • Added a separate colorPrimaryDark property, in addition to colorStatusBar which formerly was the same thing. They are both the same, by default.

0.4.5

22 May 16:34
Compare
Choose a tag to compare
  • 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

21 May 01:22
Compare
Choose a tag to compare

Fixed a crash in AestheticToolbar

0.4.3

20 May 19:10
Compare
Choose a tag to compare

Resolved a crash with CoordinatorLayout's when the coordinator layout does not contain an AppBarLayout.

0.4.2

20 May 01:00
Compare
Choose a tag to compare

Fixed crash issues when displaying dialogs that pause the active window (e.g. a permissions dialog).

0.4.1

19 May 17:40
Compare
Choose a tag to compare

Misc bug fixes and a crash fix.