From a0eb4c144ed39cd1b03be003fd355e2f92bce3ec Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 12 Apr 2022 16:14:48 +0200 Subject: [PATCH] Add changelog files --- changelog.d/5744.misc | 1 + changelog.d/5744.sdk | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 changelog.d/5744.misc create mode 100644 changelog.d/5744.sdk diff --git a/changelog.d/5744.misc b/changelog.d/5744.misc new file mode 100644 index 0000000000..0953eccd95 --- /dev/null +++ b/changelog.d/5744.misc @@ -0,0 +1 @@ +Setup Dokka to be able to generate documentation of the SDK module. Run `./gradlew matrix-sdk-android:dokkaHtml` to do it. \ No newline at end of file diff --git a/changelog.d/5744.sdk b/changelog.d/5744.sdk new file mode 100644 index 0000000000..aced939e55 --- /dev/null +++ b/changelog.d/5744.sdk @@ -0,0 +1,3 @@ +A lot of classes which were exposed to the clients and were located in the package `org.matrix.android.sdk.internal` have been moved to the package `org.matrix.android.sdk.api`. +All the classes which are in the package `org.matrix.android.sdk.internal` should now be declared `internal`. +Some unused code and classes have been removed. \ No newline at end of file