Ferencz Andras

Results 7 issues of Ferencz Andras

Hello. I am using this library for a local radio, and i saw that few times when i start the radio, the playback is very very slow. If i stop...

```gradle 11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470] JNI DETECTED ERROR IN APPLICATION: use of invalid jobject 0x12d0de20 11-17 22:13:01.174 7415-7885/com.radio.app A/art: art/runtime/java_vm_ext.cc:470] from int com.spoledge.aacdecoder.Decoder.nativeStart(int, com.spoledge.aacdecoder.BufferReader, com.spoledge.aacdecoder.Decoder$Info) 11-17 22:13:01.174 7415-7885/com.radio.app A/art:...

``` Fatal Exception: java.lang.UnsatisfiedLinkError: dlopen failed: /data/app/com.ferenczandras.marosvasarhelyiradio-2/lib/arm/libaacdecoder.so: has text relocations at java.lang.Runtime.loadLibrary(Runtime.java:372) at java.lang.System.loadLibrary(System.java:1076) at com.spoledge.aacdecoder.Decoder.loadLibrary(Decoder.java:187) at com.spoledge.aacdecoder.Decoder.create(Decoder.java:221) at com.spoledge.aacdecoder.Decoder.create(Decoder.java:198) at com.spoledge.aacdecoder.AACPlayer.createDecoder(AACPlayer.java:508) at com.spoledge.aacdecoder.MultiPlayer.createDecoder(MultiPlayer.java:91) at com.spoledge.aacdecoder.AACPlayer.(AACPlayer.java:130) at com.spoledge.aacdecoder.MultiPlayer.(MultiPlayer.java:81) at co.mobiwise.library.radio.RadioPlayerService.getPlayer(RadioPlayerService.java:401)...

I just started, to make a new feauture. Group messages. You can create new Groups, and add people on it, and this group is live till somebody is online. If...

feature request

``` java.lang.NoSuchMethodError: No static method AnimatedContent(Ljava/lang/Object;Landroidx/compose/ui/Modifier;Lkotlin/jvm/functions/Function1;Landroidx/compose/ui/Alignment;Ljava/lang/String;Lkotlin/jvm/functions/Function4;Landroidx/compose/runtime/Composer;II)V in class Landroidx/compose/animation/AnimatedContentKt; or its super classes (declaration of 'androidx.compose.animation.AnimatedContentKt' appears in /data/app/~~ld90tcC92DCwdfLxq_5ZEg==/com.coachpass.h2oTeam-pl-p1A2QOnPKYKUPzRpTpw==/base.apk) at com.himanshoe.kalendar.ui.component.header.KalendarHeaderKt.KalendarHeader(KalendarHeader.kt:87) at com.himanshoe.kalendar.ui.oceanic.KalendarOceanicKt.KalendarOceanic(KalendarOceanic.kt:120) ``` Hi, I am using Compose 1.5.1...

### Ktorfit version 1.12.0 ### What happened and how can we reproduce this issue? I have the following POST request: ``` val groups: StringValues = StringValuesSingleImpl( caseInsensitiveName = false, name...

bug

Hi! Is there a way, to set up an error handler, whenever a fatal error happens, the app does not stop, but it gets caught? For example, when there is...

documentation