aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 12:30:22 -0400
committerAllan Wang <me@allanwang.ca>2019-06-07 12:30:22 -0400
commit879ac366074697dd0a7fbb2c3d99a48d7aeeb22d (patch)
treeba1ab2f42d3d4407c50c215ba85674700c047db7
parent9240538d9517d591f9f04d18be45db564b2dfd77 (diff)
downloadkau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.tar.gz
kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.tar.bz2
kau-879ac366074697dd0a7fbb2c3d99a48d7aeeb22d.zip
Update changelog and migration
-rw-r--r--docs/Migration.md6
-rw-r--r--sample/src/main/res/xml/kau_changelog.xml8
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/Migration.md b/docs/Migration.md
index cdaca4c..c0816d4 100644
--- a/docs/Migration.md
+++ b/docs/Migration.md
@@ -2,6 +2,12 @@
Below are some highlights on major refactoring/breaking changes
+# v5.0.0
+
+* Material Dialog is now 3.x. This leads to a whole new API, but fortunately it is based around kotlin. Please refer to [MD's documents](https://github.com/afollestad/material-dialogs/tree/3.0.0-rc2/documentation) for the new methods.
+ * Alongside such changes, `:colorpicker` is no longer as necessary. It exists mainly to provide an internal interface for other submodules.
+
+
# v4.0.1-alpha02
* `kauParseFaq` is now synchronous.
diff --git a/sample/src/main/res/xml/kau_changelog.xml b/sample/src/main/res/xml/kau_changelog.xml
index 0b13dd4..53265d0 100644
--- a/sample/src/main/res/xml/kau_changelog.xml
+++ b/sample/src/main/res/xml/kau_changelog.xml
@@ -6,6 +6,14 @@
<item text="" />
-->
+ <version title="v5.0.0" />
+ <item text=":core: Update Material Dialogs to 3.x" />
+ <item text=":colorpicker: Strip down to just the interface; unless you require the accent palette, it may be fine to just use MD's color extension" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+ <item text="" />
+
<version title="v4.1.0" />
<item text=":core: Deprecate NetworkUtils, as the underlying functions are deprecated" />
<item text=":core: Permission manager no longer synchronized, as all actions should occur in the main thread" />