Vahid Garousi
Vahid Garousi
### Gradle Version 8.2 ### AGP Version 8.1.1 ### Code Minifier/Optimizer R8 ### Version 3.12.0 ### Sentry SDK Version 6.28.0 ### Steps to Reproduce Just Generate signed apk in release...
### Describe the bug? we get this error: AuthorizationException: {"type":0,"code":0,"errorDescription":"Handshake failed"} ### What is expected to happen? AuthorizationException: {"type":0,"code":0,"errorDescription":"Handshake failed"} successfully login and redirect to native android app our PWA...
### Feature description Hi I am using the Hiddify desktop version and I want to ignore our internal company domain for resolving dependencies, but with ```Fodev.org``` proxy I can use...
Android Studio Koala Gradle 8.5.0
**PR Description:** This pull request introduces GitHub Actions workflows to verify the automatic installation of pre-commit and pre-push hooks. These workflows ensure that the appropriate Git hooks are installed and...
### **Is your feature request related to a problem? Please describe.** Currently, there is no direct way to detect and prevent a Trusted Web Activity (TWA) from opening in "Desktop...
Hi, I’m looking for the best approach to create a shared shimmerInstance that can be used across multiple composables, similar to how CompositionLocalProvider works. Here’s the idea I’m thinking of:...
Hi, In the code below, which I wrote to create a shimmer animation in Compose, I noticed I'm using the alpha property for the colors. However, the shimmer animation doesn't...