aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 14:25:56 -0400
committerAllan Wang <me@allanwang.ca>2019-06-07 14:25:56 -0400
commit1ac55ac5b029d792b2c5a93ef7548d3588c6bab2 (patch)
tree7436434a963163b7b923775eda195c838ee32b1e /docs
parent940b3142f0a1364ba56e5117e16da51207c44d44 (diff)
parenteb9317015c6535bfa36166d254ec954f81d8df97 (diff)
downloadkau-1ac55ac5b029d792b2c5a93ef7548d3588c6bab2.tar.gz
kau-1ac55ac5b029d792b2c5a93ef7548d3588c6bab2.tar.bz2
kau-1ac55ac5b029d792b2c5a93ef7548d3588c6bab2.zip
Merge branch 'dev' into plugin-object
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`.