Skip to content
This repository has been archived by the owner on Apr 12, 2022. It is now read-only.

Commit

Permalink
prepare release
Browse files Browse the repository at this point in the history
  • Loading branch information
BillCarsonFr committed Oct 3, 2019
1 parent c1c96e8 commit 0fabb2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 14 deletions.
14 changes: 1 addition & 13 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,19 +1,13 @@
Changes to Matrix Android SDK in 0.9.28 (2019-XX-XX)
Changes to Matrix Android SDK in 0.9.28 (2019-10-03)
=======================================================

Features:
-

Improvements:
- Display correctly the revoked third-party invites.
- Support optional default STUN server when no ICE provided by HS
- Use wellknown to discover the IS of a HS (vector-im/riot-android#3283)
- Make identity server configurable
- Privacy: MSC2290 (#3300)

Bugfix:
-

API Change:
- `MXSession.openIdToken()` callback has a more typed parameter
- DefaultRetrofit2CallbackWrapper has been removed because it does not manage MatrixError. Use RestAdapterCallback instead.
Expand All @@ -30,12 +24,6 @@ Others:
- MXSession: Add doesServerRequireIdentityServerParam() and doesServerAcceptIdentityAccessToken() methods.
- Remove the bind true flag from 3PID calls on registration (vector-im/riot-android#3252)

Build:
-

Test:
-

Changes to Matrix Android SDK in 0.9.27 (2019-08-28)
=======================================================

Expand Down
2 changes: 1 addition & 1 deletion matrix-sdk/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ android {
minSdkVersion 16
targetSdkVersion 28
versionCode 928
versionName "0.9.28-dev"
versionName "0.9.28"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

// Enable multi dex for test
Expand Down

0 comments on commit 0fabb2f

Please sign in to comment.