drogatkin

Results 12 comments of drogatkin

I resolved the issue updating Gradle and Kotlin to 1.6. Hopefully it will work for you. Заслано с моего LG G8, может быть криво On Mon, Aug 1, 2022, 3:52...

You are welcome. Generally I can't solve the problem gracefully yet, since there is a wide range of Android devices on different networks and auto detection of a proper network...

Despite the fact it is used on Kitkat where restriction to use sdcard for writing app data applied, two things should be checked first: 1. bee-dexwar.xml should be taken from...

.war file structure appears to be correct. .class file has to be in same directory as .java one. Can you check where is the application was deployed? The problem looks...

The Atjeews 1.1 contains also webfolder.war. Can you try to deploy it as well and see if it works. Android restricts class loader to get classes only in own app...

If you check https://github.com/drogatkin/JustFLAC/blob/57100f2402efad979211feb7afb4498adb46a67b/src/java/org/kc7bfi/jflac/sound/spi/FlacAudioFileReader.java#L155 then you find that these values are calculated when OGG header presented. You can add an implementation for other cases too. Let me know.

Generally AndroidRrv is android service wrapping TJWS and I do not recommend to use it if you try to embed the server in your own application. However you need server.jar...

A filter is adding as a part of web application deployment. See for example : https://www.digitalocean.com/community/tutorials/java-servlet-filter-example-tutorial

Currently TJWS code tied to old FastClasspathScanner and since API changed, it will require to rework TJWS code. Currently I do not have bandwidth to do that, but will happily...

No worry, the initial version works fine for me. I just backported few lines of your latest code to support bytecode version 53.