vellrya

Results 7 issues of vellrya

Hello, in version 2.1.1 there is load more intermediate progress bar when calling `oneAdapter.setItems(listOf())` or `oneAdapter.clear()` if adapter has items previously. For example, I call this method in swipeRefreshLayout.setOnRefreshListener to...

bug
resolved in the next version

На многих устройствах при попытке выделить большУю часть изображения приложение падает: ### Caused by: java.lang.OutOfMemoryError at android.graphics.Bitmap.nativeCreate(Native Method) at android.graphics.Bitmap.createBitmap(Bitmap.java:640) at android.graphics.Bitmap.createBitmap(Bitmap.java:575) at android.graphics.Bitmap.createBitmap(Bitmap.java:501) at com.steelkiwi.cropiwa.image.CropArea.applyCropTo(CropArea.java:35) at com.steelkiwi.cropiwa.image.CropImageTask.doInBackground(CropImageTask.java:49) at com.steelkiwi.cropiwa.image.CropImageTask.doInBackground(CropImageTask.java:20)...

bug
help wanted

Hello, thank you for your fantastic work! I searched carefully for any information in your git repository, but did not find an answer to the question, can tdlight be used...

enhancement
help wanted

Hello. For a long time I have been trying to detect a memory leak in my program, but after tests it turns out that the leak is not in my...

Hello. In a small number of cases, calling sse.send() throws such an exception. I can't reproduce this in tests, but in production this situation happens 1-2 times an hour. Seems...

Hello. Long story short: ``` val url = "https://www.ozon.ru/" val requestBuilder = Request.Builder().url(url) requestBuilder.header("User-Agent", "Mozilla/5.0 (Linux; Android 13) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.97 Mobile Safari/537.36") val response = OkHttpClient.Builder().build().newCall(requestBuilder.get().build()).execute() println(response.protocol)...

bug

Hello, thank you for your tools and utilities! I noticed that there are some problems with the online check. Can you please take a look at this? https://tcpip.incolumitas.com/classify?detail=1 (same as...