fbarthelery

Results 7 issues of fbarthelery

This allows to use LeakCanary initializers as dependencies using the `dependencies()` method. As this is an advanced use case and it should not be needed for basic usage, I kept...

### Problem description Androidx startup initializers allows to specify dependencies via the `dependencies()` method. This helps to determine the runtime order of the intializers. However, Leakcanary initializers are internals and...

type: enhancement

`MapView` use a layer approach to handle click on map element. If a click is not handled by a high layer, a lower layer will be able to handle it....

type: feature request
priority: p2
stale

Something like ``` @Class("pkg.SomeClass") public interface { // original method : String computeThing(int, String, InternalHidden) String computeThing(int uid, String name, @Class("pkg.InternalHidden") Object template); } ```

Icons are great but when you are not familiar with the game their meaning is unknown. Add a tooltip for icons when they are used as table header or to...

This should ensure that the output of third_party_licenses and third_party_licenses_metadata is sorted. Sorting the output will make it reproducible regardless of the input ordering. This is necessary to have reproducible...

**Is your feature request related to a problem? Please describe.** `awaitFetchPlace()` should allow customization of `FetchPlaceRequest`. This was the case before but it was changed in #103 . `FetchPlaceRequest.Builder` have...

type: feature request
triage me