Nathan S.

Results 77 issues of Nathan S.

A concept of "layer" must be introduced, to allow adding stuff below and over activites without hardcoding them in `Application`. A layer has a "draw" method and is simply resized...

legacy -> yoga
feature reimplementation

Having to add styles and themes entries programmatically is bad. They need to be loaded externally from XML files, called "stylesheets". Every built-in view should have its own stylesheet for...

enhancement
code smell
code design
api design

Crowd source some translations to showcase the i18n system

demo

This is a hairy one because I would like a way to treat `Image` and `MaterialIcon` the same way (and potentially more icons / images classes in the future). The...

view reimplementation
legacy -> yoga
code design
api design

Move the `describe` method to its own `Describable` class to make it reusable

enhancement
code design

When you have 200+ games on your Switch and you try to use the sys-clk manager, the framerate is down the toilets and RAM usage is up to the roof....

enhancement

A method in Application to get framerate in FPS.

enhancement

Currently worked on via #77

enhancement
code design
api design

We should be able to animate views / their properties. Animations can have multiple steps, animating multiple parts. For example animate the scale from 0 to 1 in 10s then...

enhancement
code design
api design

It would be nice to have a way to animate layout changes. Instead of having the layout pass done and every view be resized at once, the changes would be...

enhancement
code design
api design