Vibin reddy
Vibin reddy
The library is really slow on phones with photos in thousands (not very unusual!). After digging a bit into the Content Resolver code, I found the culprit. It's the `ArrayList.contains()`...
The SIGQUIT-based ANR tracker that's present in the library doesn't track ANRs that happen in background if user has "Show background ANRs" switched off (which is the default value) in...
Google Chrome Version 89.0.4389.90 (x86_64) (This works fine on Firefox though, version: 86.0.1 - 64bit)
I checked with our POC from Meta on data disclosure for the FB Android SDK. They have suggested to use this as reference: https://www.facebook.com/legal/technology_terms The above link covers data collection,...
Why show a limited set of base densities to choose from? For example, I wanted to use 1.5x as my base density but the popup list doesn't have it.
Here's the snippet from my Grunt.js ``` webp:{ dist:{ files: [{ expand: true, cwd: 'src/img', src:['*.jpg'], dest:'src/img/', ext:'.jpg.webp' }], }, options:{ quality:85, }, }, ``` When ever I run grunt...
### Integration sentry-android ### Build System Gradle ### AGP Version 7.0.4 ### Proguard Enabled ### Version 5.7.4 ### Steps to Reproduce Initialize SentryAndroid ### Expected Result Expecting to initialize without...
## Proposed changes The `timeout` in ScrollUntilVisibleCommand should be interpreted as milliseconds: https://maestro.mobile.dev/api-reference/commands/scrolluntilvisible This was broken by https://github.com/mobile-dev-inc/maestro/pull/2023. ## Testing Updated and ran tests ## Issues fixed Fixes https://github.com/mobile-dev-inc/maestro/issues/2108