From 6c965ef8a73f76a8b752dfa3fc852bd00ec8e024 Mon Sep 17 00:00:00 2001 From: Semyon Yakimov Date: Mon, 29 Jan 2024 20:31:42 +0300 Subject: [PATCH] Add the ability to copy the data read from a card --- CHANGELOG.md | 6 ++++++ CHANGELOG.ru.md | 6 ++++++ app/build.gradle | 4 ++-- app/src/main/res/layout/fragment_read_card.xml | 1 + 4 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index feb4f3c..cd12591 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SportiduinoApp Changelog +## v1.4.1 + +* Add the ability to copy the data read from a card + +[All changes](https://github.com/sportiduino/sportiduinoapp/compare/v1.4...v1.4.1) + ## v1.4 * State Master card timestamp: yellow if the time of the station differs by more than 5 seconds, diff --git a/CHANGELOG.ru.md b/CHANGELOG.ru.md index d8fc224..dc135f3 100644 --- a/CHANGELOG.ru.md +++ b/CHANGELOG.ru.md @@ -1,5 +1,11 @@ # Список изменений SportiduinoApp +## v1.4.1 + +* Добавлена возможность скопировать данные, прочитанные с чипа + +[Все изменения](https://github.com/sportiduino/sportiduinoapp/compare/v1.4...v1.4.1) + ## v1.4 * Временная метка чипа состояния станции: жёлтая, если время на станции отличается более чем на 5 секунд, diff --git a/app/build.gradle b/app/build.gradle index 1afbcba..eaec75d 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -9,8 +9,8 @@ android { applicationId "org.sportiduino.app" minSdk 21 targetSdk 31 - versionCode 8 - versionName "1.4.0" + versionCode 9 + versionName "1.4.1" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" } diff --git a/app/src/main/res/layout/fragment_read_card.xml b/app/src/main/res/layout/fragment_read_card.xml index ff472c6..d47ac68 100644 --- a/app/src/main/res/layout/fragment_read_card.xml +++ b/app/src/main/res/layout/fragment_read_card.xml @@ -37,6 +37,7 @@ android:id="@+id/text_view_info" android:layout_width="match_parent" android:layout_height="wrap_content" + android:textIsSelectable="true" android:fontFamily="monospace"/>