Release 1.5.0

This commit is contained in:
Thomas 2020-10-16 17:53:30 +02:00
parent 6b4abd019e
commit 967f11ddb4
4 changed files with 7 additions and 4 deletions

View File

@ -11,8 +11,8 @@ android {
minSdkVersion 21
targetSdkVersion 30
versionCode 17
versionName "1.4.2"
versionCode 18
versionName "1.5.0"
multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
}

View File

@ -2,4 +2,6 @@
- See replies to comments
- Reply to comments
- Reply to replies
- Fix some issues when posting
- See accounts (displays their channels & videos)
- Fix some issues when posting
- Fix videos not paused after screen lock

View File

@ -867,7 +867,6 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd
}
}
};
getApplicationContext().registerReceiver(mPowerKeyReceiver, theFilter);
}

View File

@ -265,6 +265,7 @@
android:id="@+id/add_comment_write"
app:alwaysShowHint="false"
app:useDenseSpacing="false"
android:textSize="14sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>
@ -445,6 +446,7 @@
android:id="@+id/add_comment_write_reply"
app:alwaysShowHint="false"
app:useDenseSpacing="false"
android:textSize="14sp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
/>