Dániel Zolnai
Dániel Zolnai
It seems that the player is not compatible with ExoPlayer version 2.12 anymore: ``` java.lang.NoSuchMethodError: No static method createContainerFormat(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;IILjava/lang/String;)Lcom/google/android/exoplayer2/Format; in class Lcom/google/android/exoplayer2/Format; or its super classes (declaration of 'com.google.android.exoplayer2.Format' appears...
In StackLayoutManager.kt, the class construct an animation and a layout using a declared constructor. These constructors get stripped by ProGuard, and the app will display the following exception: I added...
Jitpack was not able to build versions 0.8.3 and 0.8.2, so the last version available is 0.8.1. Would be nice if this could be fixed, the current documentation points to...
- They were not running on API level 34 because of a missing permission declaration in the testing libraries. Updating the libraries fixed this. - The eduID website and Chrome...
When expanding the last group on Android 4.4, there is no expand animation, the group is opened instantly. The collapse animation for the same group works fine. Possibly on Ice...