Skip to content

Commit 8963c17

Browse files
committed
Version 1.7.1
1 parent 58323fa commit 8963c17

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ android {
88
applicationId 'slowscript.warpinator'
99
minSdkVersion 21 //Required by NSD (attributes)
1010
targetSdkVersion 33
11-
versionCode 1070
12-
versionName "1.7"
11+
versionCode 1071
12+
versionName "1.7.1"
1313

1414
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1515
}

app/src/main/java/slowscript/warpinator/TransfersActivity.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ private void onFavoritesCheckChanged(boolean checked) {
261261
private void setFabVisibility(int vis) {
262262
fabSendFiles.setVisibility(vis);
263263
fabSendDir.setVisibility(vis);
264+
fabSend.setImageResource(vis == View.VISIBLE ? R.drawable.ic_decline : R.drawable.ic_upload);
264265
}
265266

266267
private void openFiles() {
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
- New Quick Settings tile to toggle Warpinator service
2+
- UI improvements
3+
- Fixed certificate error on some locales
4+
- Updated translations

0 commit comments

Comments
 (0)