Vincent Prat

Results 28 issues of Vincent Prat

Hi, My layout is as follow : ``` LAYOUT |_ HEADER |_ PAGER |_ MapView |_ RecyclerView |_ Floating action button ``` When pushing the FAB, I want to animate...

Hi, Any chance to get support for Laravel 11 and PHP 8 ? The PR #32 seems to be working.

Hi, how do you handle "up" navigation with architect navigators?

When viewing a view layout in Android Studio, we cannot preview properly due to an Exception: ``` java.lang.NullPointerException   at architect.commons.view.PresentedRelativeLayout.onAttachedToWindow(PresentedRelativeLayout.java:42) ``` Basically, the presenter is null because the injection is...

The README file mentions a `@AutoPath` annotation in the section about robot - parameters. That annotation does not exist (yet). So doc should use the `pathWithView = new...` parameter instead...

Hi, I have a presenter which looks like that: ``` @AutoStackable( component = @AutoComponent( includes = StandardAutoComponent.class ), pathWithView = PickDeviceView.class ) @DaggerScope(PickDevicePresenter.class) public class PickDevicePresenter extends ViewPresenter { EventBus...

I did not yet find the way to include my custom view from XML. How to do that ? Does Michelangelo only work from code (in which case, this would...

Hi, The component is great, but we would like to change the icons to fit our branding. Would it be posssible to add a way to customize that? Some slots...