android-player icon indicating copy to clipboard operation
android-player copied to clipboard

LUSH Player for Mobile, Tablet & TV

Results 3 android-player issues
Sort by recently updated
recently updated
newest added

So Dagger is used again. Currently it is an unused dependency: https://github.com/LUSHDigital/android-player-tv/blob/7cb2f565e070d7e2b350a7941cf18950d74696af/app/build.gradle#L94

enhancement

To prevent issues where the member variable isn't set and the call is made using an old state. See: https://github.com/LUSHDigital/android-player-tv/blob/e9585bc5ec94d8e1602912f216da86e9a13c1f56/app/src/main/java/com/cube/lush/player/MainApplication.java#L74

enhancement

The implementation for this method needs to be removed. It is no longer necessary: https://github.com/LUSHDigital/android-player-tv/blob/e9585bc5ec94d8e1602912f216da86e9a13c1f56/app/src/main/java/com/cube/lush/player/MainApplication.java#L78

bug