| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | clang-format: Always break template declarations | Riku Isokoski | 2023-02-16 | 1 | -5/+10 |
| | | | | | | I find this format easier to read, because the definitions are at the expected indentation, making it easier to find what I'm looking for. | ||||
| * | Implement a return app stack | Riku Isokoski | 2023-01-05 | 1 | -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. | |||||
