Skip to content

Commit

Permalink
daily dev 20220223
Browse files Browse the repository at this point in the history
PreviewVideoActivity: improve button UX
Restore fast forward/rewind buttons in fullscreen video
PreviewVideoActivity: convert to Kotlin
PreviewMediaFragment: fix restoring seek position when returning from fullscreen stream
PreviewVideoActivity: fix control buttons
PreviewVideoActivity: pause player when activity stops
PreviewVideoActivity: ensure player is stopped when closing fullscreen
PreviewMediaFragment: stop video when stopping activity, and don't recreate existing player
  • Loading branch information
tobiasKaminsky committed Feb 23, 2022
1 parent 615d787 commit 13b3477
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ android {
versionDev {
applicationId "com.nextcloud.android.beta"
dimension "default"
versionCode 20220222
versionName "20220222"
versionCode 20220223
versionName "20220223"
}

qa {
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
PreviewVideoActivity: improve button UX
Restore fast forward/rewind buttons in fullscreen video
PreviewVideoActivity: convert to Kotlin
PreviewMediaFragment: fix restoring seek position when returning from fullscreen stream
PreviewVideoActivity: fix control buttons
PreviewVideoActivity: pause player when activity stops
PreviewVideoActivity: ensure player is stopped when closing fullscreen
PreviewMediaFragment: stop video when stopping activity, and don't recreate existing player

0 comments on commit 13b3477

Please sign in to comment.