summaryrefslogtreecommitdiff
path: root/src/StaticStack.h
AgeCommit message (Collapse)AuthorFilesLines
2023-01-05Implement a return app stackRiku Isokoski1-0/+38
Each opened app (screen) is pushed on a stack, which is then popped from when returning instead of hard coded "previous apps". Return swipe and refresh directions are automatically determined from the app transition.