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 minSdkVersion 21
targetSdkVersion 30 targetSdkVersion 30
versionCode 17 versionCode 18
versionName "1.4.2" versionName "1.5.0"
multiDexEnabled true multiDexEnabled true
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
} }

View File

@ -2,4 +2,6 @@
- See replies to comments - See replies to comments
- Reply to comments - Reply to comments
- Reply to replies - 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); getApplicationContext().registerReceiver(mPowerKeyReceiver, theFilter);
} }

View File

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