- Aug 13, 2023
- Aug 12, 2023
-
-
q3k authored
-
- Aug 11, 2023
-
-
This finally bakes in some UX assumptions about the meaning of each button. The app button (by default the left button) is for exclusive use by applications. In the menu, the app button is used to go left/right and to select an option. The os button (by default the right button) is for exclusive use by the OS. It always adjusts the volume and allows the user to navigate back (either exit the app or go back in menus - the latter not being implemented yet).
-
q3k authored
- Aug 10, 2023
-
- Aug 09, 2023
-
- Aug 08, 2023
- Aug 06, 2023
-
-
Required a bunch of renaming from ctx.Ctx to ctx.Context (its real name) Makes the docs actually show docstrings Also apparently mypy doesn't like "from typing_extensions import Protocol" and the fact that it didn't complain so far means that we're probably not type checking everything.
-
q3k authored
This lets us modify a ViewManager stack from menus and foregrounded apps without having to first inject a global object.
-
- Aug 05, 2023
- Aug 03, 2023