Skip to content

Commit

Permalink
Add the ability to copy the data read from a card
Browse files Browse the repository at this point in the history
  • Loading branch information
sembruk committed Jan 29, 2024
1 parent 6f2a2da commit 6c965ef
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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,
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.ru.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Список изменений SportiduinoApp

## v1.4.1

* Добавлена возможность скопировать данные, прочитанные с чипа

[Все изменения](https://github.com/sportiduino/sportiduinoapp/compare/v1.4...v1.4.1)

## v1.4

* Временная метка чипа состояния станции: жёлтая, если время на станции отличается более чем на 5 секунд,
Expand Down
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down
1 change: 1 addition & 0 deletions app/src/main/res/layout/fragment_read_card.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
</LinearLayout>
</ScrollView>

0 comments on commit 6c965ef

Please sign in to comment.