-
-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(exoplayerview): Migrate ExoPlayerView to kotlin #4038
feat(exoplayerview): Migrate ExoPlayerView to kotlin #4038
Conversation
android/src/main/java/com/brentvatne/exoplayer/ExoPlayerView.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/com/brentvatne/exoplayer/ExoPlayerView.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/com/brentvatne/exoplayer/ExoPlayerView.kt
Outdated
Show resolved
Hide resolved
@l2hyunwoo I have 3 small comments. |
@seyedmostafahasani applied your review 👍🏻 thanks |
android/src/main/java/com/brentvatne/exoplayer/ExoPlayerView.kt
Outdated
Show resolved
Hide resolved
android/src/main/java/com/brentvatne/exoplayer/ExoPlayerView.kt
Outdated
Show resolved
Hide resolved
Hi @l2hyunwoo, could you please resolve conflicts? |
@l2hyunwoo |
b99fe2a
to
ca9653a
Compare
@moskalakamil @seyedmostafahasani I resolved it! |
@freeboub @KrzysztofMoch |
@YangJonghun I just merge a PR which ads 2 small functions and a visibility change Sorry for the review delay .... The new functions:
|
this PR will also conflict ... |
Migrate ExoPlayerView to Kotlin Lint fix Fix build (by isPlaying) Apply lint Apply code review Apply code review Apply code review
be2d224
to
77a87c8
Compare
@freeboub i resolved conflicts! |
Let's go with that ! |
Summary
Migrate
ExoPlayerView
to KotlinMotivation
Migrate the codebase from Java to Kotlin
Changes
Test plan