Litrik De Roy
Litrik De Roy
I can confirm that upgrading to `com.android.tools.build:gradle:7.4.0-beta02` and setting `android.disableResourceValidation=true` in `gradle.properties` does solve/workaround the issue.
> I can't confirm the workaround. The badge is still not showing up for me. I tried as well with `com.android.tools.build:gradle:7.4.0-beta02` `android.disableResourceValidation=true` and AndroidStudio Electric Eel to make the gradle...
I was able to work around this issue by adding the following to AndroidManifest.xml ` ` If you do not use/need the RECEIVE_BOOT_COMPLETED permission you can also add ` `
You are right that `includeFontPadding` is going to be removed in the future on Android but, according to the blog post I have mentioned in the original description, the default...
FYI: Some time ago I have created an 'OAuth-only' fork of the Dropbox Core API. It contains only 226 methods. See https://github.com/litrik/dropbox-sdk-java
@Jothebug That's strange. Are you 100% sure 192.168.31.199 is the correct IP address? Can you doe `ping 192.168.31.199`? If both answer are 'yes'.... Is this on an emulator? Or a...
@hapishyguy is correct. You typically configure Displayer to go and retrieve content from the internet. You do not push content from the internet to Displayer. For example: In our sports...
If you're interested... here is the displayer file we use at our sports club: https://github.com/kcbj/kcbj-displayer/blob/main/kantine.json
That sounds like a very specific use case. It is technically possible but would still require other (big) changes implement the UI that requests the code. I'm not sure that...
Some dependencies do not support web/JS: **ktor-server** Is only supported on the JVM. See https://ktor.io/docs/engines.html This probably means some refactoring is needed in order to keep all code related to...