aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 14:25:41 -0400
committerGitHub <noreply@github.com>2019-06-07 14:25:41 -0400
commiteb9317015c6535bfa36166d254ec954f81d8df97 (patch)
tree6f4194519eda3612ab78c10ab77a6049b345a166 /docs
parent646d1f2385bd5b39a4d544125855533a6096bca3 (diff)
parent41beee9022ecf85e4b6379acd03d2109efb61026 (diff)
downloadkau-eb9317015c6535bfa36166d254ec954f81d8df97.tar.gz
kau-eb9317015c6535bfa36166d254ec954f81d8df97.tar.bz2
kau-eb9317015c6535bfa36166d254ec954f81d8df97.zip
Merge pull request #203 from AllanWang/feature/progressanimator
Feature/progressanimator
Diffstat (limited to 'docs')
-rw-r--r--docs/Migration.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md
index 593056e..203dc1d 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -12,6 +12,9 @@ Please refer to [MD's documents](https://github.com/afollestad/material-dialogs/
Alongside such changes, `:colorpicker` is no longer as necessary. It exists mainly to provide an internal interface for other submodules.
+After Material Dialog 2.x, a decision was made to enforce theming through xml styles only to avoid reflection.
+As a result, options to supply custom dialog colors are now removed (ie in the changelog dialog and color picker kprefs).
+
## Update ProgressAnimator
`ProgressAnimator` has been completely rewritten to be an extension of `ValueAnimator`.