Natan Vieira
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...
Update back handler behavior to work according to docs Fixes #154 Fixes #255 As well #72 #### Current behavior | Method | How it works | |:-|:-| | `onBackPressed =...
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...
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...
Assigns keys to pagination components to determine if they need to be updated. Closes #200