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

Releases: tchapgouv/tchap-android-legacy

v1.2.3

30 Nov 09:47
Compare
Choose a tag to compare

Bug Fix:

  • The connexion to the server fails on Network error on Android 5.0 and 5.1 (Lollipop) devices.

v1.2.2

21 Sep 09:33
Compare
Choose a tag to compare

Features/Improvements:

  • Make certificates checking mode more flexible

v1.2.1

19 Apr 12:37
Compare
Choose a tag to compare

Improvements:

  • Update matrix-sdk.aar libs - Revision: 68165b6ddbbea51524b5c7e6192d4ae4a0083ad3 [68165b6d]
  • [FDroid] Prompt the user about the Battery optim if this is not already done #646
  • Public room creation: improve UI for agent.agent users #698
  • [Room retention] Support unlimited room history (PR #700)
  • Update the version used to trigger a clear cache during the application update (PR #700)
  • Room members: gray out the expired users #556

Bug Fixes:

  • Crash: java.lang.NullPointerException: at org.matrix.androidsdk.data.RoomState.getMembersAsync #680
  • Crash: isTaskCorrupted failed on java.lang.IllegalArgumentException #694

v1.1.1

01 Mar 12:53
Compare
Choose a tag to compare

Improvements:

  • Enable the room access by link

Bug Fixes:

  • Server notice rooms (Tchap info) are hidden in the rooms list #692

v1.1.0

22 Nov 14:51
Compare
Choose a tag to compare

Improvements:

  • Update matrix-sdk.aar libs - Revision: 184214f2eeed351801b18052f39e22fbb6ed3b3a [184214f2e]
  • [Notifications] Hide the unsupported "mention only" option for the encrypted rooms #643
  • [Notifications] Add the full display name of the sender when the user click on them #629
  • Force a cache clearing to force an update of the stored RoomAccountData
  • Private rooms: turn on the option to join on room’s link #573 (available only on Btchap for the moment)
  • Room preview: support the preview on shared room link #612
  • Apply the new room creation design #604
  • Apply the new design on the room avatar and name #648
  • [Room creation] Do not override the power levels anymore #632
  • [Room access] Improve the wordings related to the room link access #645
  • Rename "Salon public" with "Salon forum" #649
  • [Room alias] Harden the room aliases #644

Bug Fixes:

  • Crash: on new favorite message #670
  • Crash: java.lang.NullPointerException at org.matrix.androidsdk.data.RoomAccountData.handleEvent #671
  • Attachments: an empty bubble is displayed for the infected attachments #637
  • Multiple activity instances #665
  • Crash: Activity:im.vector.activity.VectorHomeActivity, Exception: java.lang.NullPointerException #668
  • Crash: java.lang.StackOverflowError (PushManager.registerToThirdPartyServerRecursive) #672
  • Notifications fail because BingRulesManager is not initialized #677
  • Tchap crashes on invalid access token #631

v1.0.47_2

22 Nov 14:43
Compare
Choose a tag to compare

Improvement:

  • Increase targetSdk to 29 #609
  • Improve the prominent disclosure, user consent and privacy policy which discloses
    the access, collection, use or sharing of users' contact list information.

Bug Fix:

  • [Android 10] permission denied to open a pdf #683

v1.0.47

28 Oct 16:53
Compare
Choose a tag to compare

Improvements:

  • Update matrix-sdk.aar libs - Revision: 3d3c42c5a55bcc4e80d268a6eace93eb1dfc0247 [3d3c42c5a]
    Note: targetSdkVersion has been updated in matrix-sdk to Android 10 (API 29).
  • Simplify the notifications handling #605
  • Enable the favorite messages #571
  • Turn on the permalink option #555
  • Room creation: remove special character from the room link (#599)
  • Improve email validation catch up (PR #602)

Bug Fixes:

  • Configure correctly activity launchmode PR #630
  • Fix searchview cursor color PR #633
  • fix crash loop back off on invalid access token #636
  • [Expired Account] Tchap is stuck on the splash screen whereas the account is renewed #639
  • LoginActivity: block the UI when the loading wheel is running
  • java.lang.NullPointerException (RoomViewHolder.java:197) #611
  • matrix-sdk: Tchap crashes when it checks user presence #603
  • matrix-sdk: Fix a crash on the crypto code (potentially a race condition)
  • Fix java.lang.NullPointerException at org.matrix.androidsdk.data.RoomAccountData.handleEvent