Aesthetic Versions Save

[DEPRECATED]

0.5.3

5 years ago
  1. Some dependency updates.
  2. Fixed some bugs, especially surrounding background theming.
  3. Cleaned up lots of code.

0.5.2

5 years ago

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

0.5.1

5 years ago

One more quick update for today.

  1. SwipeRefreshLayout support.

See the README and the 0.5.0 release notes.

0.5.0

5 years ago
  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

7 years ago
  • 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

7 years ago
  • 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

7 years ago

Fixed a crash in AestheticToolbar

0.4.3

7 years ago

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

0.4.2

7 years ago

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

0.4.1

7 years ago

Misc bug fixes and a crash fix.