Nicola Corti

Results 72 issues of 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

CLA Signed

**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

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.

feature request

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...

documentation

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...

build
documentation

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...

discussion
notable changes
never gets stale

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...

build
ci

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...

wip

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...

enhancement