Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 22 additions & 0 deletions src/content/changelog/android-sdk-7.0.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
---
title: "Android SDK 7.0.0"
tags: ["Android SDK", "Android", "SDK"]
publishedDate: 2026-03-02
---

[Android SDK](https://github.com/sumup/sumup-android-sdk) 7.0.0 has been [released](https://github.com/sumup/sumup-android-sdk/releases/tag/v7.0.0).

**Added:**

- `successScreenTimeout` in the payment builder to configure the duration of the success screen.
- `getSavedCardReaderDetails()` to retrieve details of the saved card reader (serial number, type, and battery percentage).
- `isCardReaderConnected()` to check if a card reader is currently connected.

**Improvements:**

Introduction of Offline transaction V2

- Changes the API and behavior about how offline transactions work.
- Explicit APIs to start and stop the offline session.
- Removal of Security Patch Validity API.
- Please have a look at [OFFLINE_PAYMENTS_V2.md](https://github.com/sumup/sumup-android-sdk/blob/master/OFFLINE_PAYMENTS_V2.md) for more information.