Ramon

Results 5 issues of Ramon

We've StrictMode enabled in our app and we see the following policy violation: ``` StrictMode policy violation; ~duration=301 ms: android.os.strictmode.DiskReadViolation at android.os.StrictMode$AndroidBlockGuardPolicy.onReadFromDisk(StrictMode.java:1504) at java.io.UnixFileSystem.checkAccess(UnixFileSystem.java:251) at java.io.File.exists(File.java:815) at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:605) at android.app.ContextImpl.ensurePrivateDirExists(ContextImpl.java:596)...

bug

In [Step 5](https://codelabs.developers.google.com/codelabs/build-app-with-arch-components/index.html?index=..%2F..%2Findex#4) towards the end there's the following snippet: ``` allprojects { repositories { jcenter() maven { url 'https://maven.google.com' } } } ``` but this repository [build.gradle](https://github.com/googlecodelabs/android-build-an-app-architecture-components/blob/arch-training-steps/build.gradle#L5) uses the...

`ALooper_pollAll` is gone in NDK 27. This PR changes the code to use `ALooper_pollOnce`. See https://github.com/android/ndk/discussions/2020 for more context.

The old link was 404, opening some broken/incomplete website: ![Screenshot 2025-04-19 at 10 52 52](https://github.com/user-attachments/assets/ac63d5fb-be96-4b39-a7eb-f89728cffbe0) Updated the link to point to https://frankie567.github.io/httpx-oauth/usage/. We could also point directly to the OAuth2...