From 0052ffeaf1ba07bcb49f7856e5002a3a679ce29a Mon Sep 17 00:00:00 2001 From: Taras <tarassmakula@gmail.com> Date: Tue, 22 Mar 2022 20:27:18 +0200 Subject: [PATCH] Update readme --- README.md | 46 +--------------------------------------------- 1 file changed, 1 insertion(+), 45 deletions(-) diff --git a/README.md b/README.md index f45e6086..1beec3dd 100644 --- a/README.md +++ b/README.md @@ -1,47 +1,3 @@ matrix-android-sdk - [](https://buildkite.com/matrix-dot-org/matrix-android-sdk2) - -# matrix-android-sdk2 - -Matrix SDK for Android, extracted from the Element Android application. - -The SDK is still in beta, and replaces the [legacy Matrix Android SDK](https://github.com/matrix-org/matrix-android-sdk) provided by Matrix.org - -## Important notice - -<b>For now, this project is an extract of the Matrix SDK module from Element Android. Please do not open a pull request on this project. If you want to propose a change on the SDK, please open a PR on https://github.com/vector-im/element-android. Thanks!</b> - -## About - -This repository contains the matrix-android-sdk extracted from the project [Element Android](https://github.com/vector-im/element-android) - -Please open any issue in the Element Android project: [Create an issue](https://github.com/vector-im/element-android/issues/new/choose) - -## How to integrate the SDK in your application - -### Quick start - -To integrate the SDK to your application, add the following gradle dependency to the build.gradle of your application module: - -```gradle -implementation 'org.matrix.android:matrix-android-sdk2:1.2.1' -``` - -Latest version:  - -### Sample application - -You can have a look on the sample app we have written to help starting with the new SDK: https://github.com/matrix-org/matrix-android-sdk2-sample. - -This sample app is able to let the user connects to an existing account on any homeserver with password login, display the room list, display a room timeline and send message to a room. - -### Element Android - -Element Android is the main application developed and maintained by the core team, which uses this SDK. You can find it here: https://github.com/vector-im/element-android - -## Migrate from legacy SDK - -Sadly there is no official documentation on how to migrate from the old SDK to the new one. Because the new SDK API is totally new, we guess that there is no easy way to handle a migration. - -We strongly recommend that any new applications uses this new SDK. +git pull upstream develop --allow-unrelated-histories -- GitLab