Skip to content

Commit

Permalink
Merge branch 'hotfix/tchap_v2.0.3'
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Renaud committed Mar 7, 2022
2 parents 1ff09af + 2ccca74 commit 836a146
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 5 deletions.
16 changes: 16 additions & 0 deletions TCHAP_CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
Changes in Tchap 2.0.3 (2022-03-07)
===================================

Other changes
-------------
- Disable Android Auto supports, see https://github.com/tchapgouv/tchap-android-v2/issues/471 ([#471](https://github.com/tchapgouv/tchap-android-v2/issues/471))


Changes in Tchap 2.0.2 (2022-03-02)
===================================

Expand All @@ -11,6 +19,7 @@ Bugfixes 🐛
----------
- [Invite by Email] Toast is not displayed correctly ([#393](https://github.com/tchapgouv/tchap-android-v2/issues/393))


Changes in Tchap 2.0.1 (2022-02-23)
===================================

Expand All @@ -32,6 +41,7 @@ Other changes
- [Room list] Use the items from Element instead of the duplicated Tchap ones ([#386](https://github.com/tchapgouv/tchap-android-v2/issues/386))
- Change sygnal server url ([#437](https://github.com/tchapgouv/tchap-android-v2/issues/437))


Changes in Tchap 2.0.0 (2022-02-16)
===================================

Expand All @@ -49,6 +59,7 @@ Bugfixes 🐛
- Fix the FCM token error breaking the push notifications ([#402](https://github.com/tchapgouv/tchap-android-v2/issues/402))
- Wrong display of the forum icon in Dark theme ([#429](https://github.com/tchapgouv/tchap-android-v2/issues/429))


Changes in Tchap 1.99.5 (2022-02-09)
====================================

Expand All @@ -66,6 +77,7 @@ Bugfixes 🐛
- [Workaround] Do not select a DM left by the other user ([#401](https://github.com/tchapgouv/tchap-android-v2/issues/401))
- Fix the push notifications which were not working for some devices ([#402](https://github.com/tchapgouv/tchap-android-v2/issues/402))


Changes in Tchap 1.99.4 (2022-01-26)
====================================

Expand Down Expand Up @@ -109,6 +121,7 @@ Bugfixes 🐛
- Unexpected white area in the verification bottom sheet ([#348](https://github.com/tchapgouv/tchap-android-v2/issues/348))
- Fix crash on screen rotation ([#370](https://github.com/tchapgouv/tchap-android-v2/issues/370))


Changes in Tchap 1.99.3 (2021-12-10)
===================================================

Expand Down Expand Up @@ -137,6 +150,7 @@ Improvements 🙌
- [Settings] Hide General/Discovery settings #251
- [Settings] adjust Help & About section #308


Changes in Tchap 1.99.2 (2021-11-08)
===================================================

Expand All @@ -145,6 +159,7 @@ Bugfixes 🐛

- Remove unsupported filltype attribute in vector drawable


Changes in Tchap 1.99.1 (2021-11-05)
===================================================

Expand All @@ -153,6 +168,7 @@ Improvements 🙌

- Prepare the Tchap release/pre-release #253


Changes in Tchap 1.99.0 (2021-11-05)
===================================================

Expand Down
2 changes: 1 addition & 1 deletion towncrier.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.towncrier]
version = "2.0.2"
version = "2.0.3"
directory = "changelog.d"
filename = "TCHAP_CHANGES.md"
name = "Changes in Tchap"
Expand Down
2 changes: 1 addition & 1 deletion vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ kapt {
// Note: 2 digits max for each value
ext.versionMajor = 2
ext.versionMinor = 0
ext.versionPatch = 2
ext.versionPatch = 3

static def getGitTimestamp() {
def cmd = 'git show -s --format=%ct'
Expand Down
7 changes: 4 additions & 3 deletions vector/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,10 @@
android:name="android.max_aspect"
android:value="9.9" />

<meta-data
android:name="com.google.android.gms.car.application"
android:resource="@xml/automotive_app_desc" />
<!-- Tchap: Temporary disable android auto (https://github.com/tchapgouv/tchap-android-v2/issues/471) -->
<!-- <meta-data-->
<!-- android:name="com.google.android.gms.car.application"-->
<!-- android:resource="@xml/automotive_app_desc" />-->

<activity
android:name=".features.MainActivity"
Expand Down

0 comments on commit 836a146

Please sign in to comment.