diff --git a/app/build.gradle b/app/build.gradle index c6d3a22..c75216a 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -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" } diff --git a/app/src/fdroid_full/play/release-notes/en-US/default.txt b/app/src/fdroid_full/play/release-notes/en-US/default.txt index a665ec1..f51a1f8 100644 --- a/app/src/fdroid_full/play/release-notes/en-US/default.txt +++ b/app/src/fdroid_full/play/release-notes/en-US/default.txt @@ -2,4 +2,6 @@ - See replies to comments - Reply to comments - Reply to replies -- Fix some issues when posting \ No newline at end of file +- See accounts (displays their channels & videos) +- Fix some issues when posting +- Fix videos not paused after screen lock \ No newline at end of file diff --git a/app/src/main/java/app/fedilab/fedilabtube/PeertubeActivity.java b/app/src/main/java/app/fedilab/fedilabtube/PeertubeActivity.java index 3ae660f..7a0bdb9 100644 --- a/app/src/main/java/app/fedilab/fedilabtube/PeertubeActivity.java +++ b/app/src/main/java/app/fedilab/fedilabtube/PeertubeActivity.java @@ -867,7 +867,6 @@ public class PeertubeActivity extends AppCompatActivity implements CommentListAd } } }; - getApplicationContext().registerReceiver(mPowerKeyReceiver, theFilter); } diff --git a/app/src/main/res/layout/activity_peertube.xml b/app/src/main/res/layout/activity_peertube.xml index f605e12..961d097 100644 --- a/app/src/main/res/layout/activity_peertube.xml +++ b/app/src/main/res/layout/activity_peertube.xml @@ -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" />