Nicola Corti
Nicola Corti
Hi @yigit We just discovered a crash with android-priority-jobqueue, we'd like to know if it's actually a Library problem or not. Library version: `1.3.5` So we just updated one of...
Updating the URL to a working one: https://buck.build/javadoc/com/facebook/buck/file/downloader/impl/MavenUrlDecoder.html
**Is your feature request related to a problem? Please describe.** Chucker should provide a way to show the Cookies that are sent for every request. **Describe the solution you'd like**...
Feature request collected from Reddit: https://www.reddit.com/r/androiddev/comments/esyceb/chucker_v310_is_out_this_release_comes_with_a_lot/fff296s/ We should definitely dig in into MultiPart requests a bit more, and eventually image support.
This is an early draft of my idea of a 'Rules Marketplace' which is hosted on our website. Users will just have to edit the array on `rulesmarketplace.js` via the...
Fixes #5196 I moved the 2 changelogs to be standalone pages. Sadly, the sidebar won't be shown on those pages (I don't think it's a major deal). To have the...
We do have several rules that have a mixed behavior (i.e. perform more checks or more detailed analysis) based on wether Type resolution is enabled or not. This is a...
This tries to address the problem I had in #4900 Essentially, our Gradle Plugin tests are currently running by fetching `detekt-cli` from Maven Central/Local. The problem is that once I...
This is a Draft PR for #619. I've added a new module `appintro-indicators` that developers can use in order to use a `PageIndicatorView` (and it's animation) as indicator. Here a...
I believe we should cleanup the code around `requestPermission` to don't call explicitly `setSwipeLock(true)` and `setSwipeLock(false)` but instead operate on the `isFullPagingEnabled` and potentially retain the value set by the...