From 3345d8206e5b3465b4fc4077460f6230dfafd799 Mon Sep 17 00:00:00 2001 From: Fabian Bender Date: Tue, 21 Jan 2025 12:56:14 +0100 Subject: [PATCH 1/3] add missing style --- ui/src/main/res/layout/snabble_view_checkout_offline.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/src/main/res/layout/snabble_view_checkout_offline.xml b/ui/src/main/res/layout/snabble_view_checkout_offline.xml index 5d23af207e..b30a104d06 100644 --- a/ui/src/main/res/layout/snabble_view_checkout_offline.xml +++ b/ui/src/main/res/layout/snabble_view_checkout_offline.xml @@ -84,6 +84,7 @@ Date: Tue, 21 Jan 2025 12:58:14 +0100 Subject: [PATCH 2/3] add CHANGELOG.md entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d21d56f116..45611d86c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ All notable changes to this project will be documented in this file. ### Changed ### Removed ### Fixed +* Add missing style to fix offline checkout button ## [0.80.4] ### Added From 64ae8efa6c55bc5a5799b4d3390ea7ce200bda2e Mon Sep 17 00:00:00 2001 From: Fabian Bender Date: Tue, 21 Jan 2025 12:58:50 +0100 Subject: [PATCH 3/3] fix typo --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 45611d86c8..7519b96520 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,7 +10,7 @@ All notable changes to this project will be documented in this file. ## [0.80.4] ### Added -* ui: Improve edge-to-edge support for apps targing API level 35 +* ui: Improve edge-to-edge support for apps targeting API level 35 * ui: Add UI for deposit return vouchers (APPS-1643) * core: Handle invalid items (APPS-2039) * ui/core: Integrate new states for deposit return vouchers into the checkout process and handle them