Natan Vieira

Results 54 issues of Natan Vieira

Creates a base version of the processor and its configurations in order to simplify the creation of new implementations such as #27, reduce duplicated code between them and unify error...

codegen

Update back handler behavior to work according to docs Fixes #154 Fixes #255 As well #72 #### Current behavior | Method | How it works | |:-|:-| | `onBackPressed =...

bug

Introduces an "each render" handler for views that will NOT replace current `onFirstRender` to reduce library usage complexity and learning curve. Now will have a handler for each phase of...

feature

Create a `interface Configurable` containing `ViewConfig getConfig()` that is implemented by IFViewFrame, RootView, IFContext and Component. * Component is configured via `onSetup` (called once when component is ready to be...

feature

Assigns keys to pagination components to determine if they need to be updated. Closes #200

feature
performance

Closes #348

feature