From b59db3ba1c0b2314d57ac036d25246e3f91eced7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B6ransson?= Date: Thu, 4 Jul 2024 14:23:25 +0200 Subject: [PATCH 1/2] Enable predictive back animations --- android/app/src/main/AndroidManifest.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index f69801a46dac..92471124665d 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -42,7 +42,8 @@ android:launchMode="singleInstance" android:screenOrientation="fullUser" android:windowSoftInputMode="adjustResize" - tools:ignore="DiscouragedApi"> + android:enableOnBackInvokedCallback="true" + tools:ignore="DiscouragedApi,UnusedAttribute"> From 047df31501ea5e127a02edaf4f8f1af06581508b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20G=C3=B6ransson?= Date: Tue, 30 Jul 2024 12:48:54 +0200 Subject: [PATCH 2/2] Add predictive back to Changelog --- android/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md index 857117c53dcf..25717d24aeb4 100644 --- a/android/CHANGELOG.md +++ b/android/CHANGELOG.md @@ -24,6 +24,7 @@ Line wrap the file at 100 chars. Th ## [Unreleased] ### Added - Add the ability to customize how the app talks to the api. +- Add support for predictive back. ### Changed - Migrate underlaying communication wtih daemon to gRPC. This also implies major changes and