summaryrefslogtreecommitdiff
path: root/src/ui/ui_fsm.cpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-24Support getting a tree of controls + hooks via luajacqueline
2024-04-22Improve handling of the displayjacqueline
2024-04-18Suspend property bindings when their screens aren't visiblejacqueline
2024-04-11Merge pull request 'jqln/input-devices' (#62) from jqln/input-devices into maincooljqln
2024-04-11exec a config file on sdjacqueline
2024-04-11Migrate all existing control schemes to the cool new worldjacqueline
2024-04-10WIP decompose our giant LVGL driver into smaller classesjacqueline
2024-04-08Warn and block MSC disable if the sd card is busyjacqueline
2024-04-02Support disabling automatic database updatesjacqueline
2024-03-28Merge branch 'main' into themesailurux
2024-03-26pass stream start/update/end events through the whole pipelinejacqueline
2024-03-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-21Add very basic usb msc uijacqueline
2024-03-21Add support for screens declaring that they can't be poppedjacqueline
2024-03-20Merge branch 'main' into themesailurux
2024-03-20Add exact display size to nvs, since it can varyjacqueline
2024-03-07Remove the White Squareailurux
2024-03-07Show the now playing screen after being locked for a whilejacqueline
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
2024-02-29Merge branch 'main' into seek-supportjacqueline
2024-02-27Add time.ticks to lua bridgeailurux
2024-02-22split the lua thread registry into its own filesjacqueline
2024-02-22Make property bindings shared amongst all lua threadsjacqueline
2024-02-16WIP: seeking in lua exampleailurux
2024-02-13Merge branch 'main' into scroll-sensitivityailurux
2024-02-12Scroll sensitivity configurable, but invertedailurux
2024-02-12Merge branch 'main' of codeberg.org:cool-tech-zone/tangara-fwjacqueline
2024-02-12Remember per-device bluetooth volumejacqueline
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-06let the bluetooth stack handle its own discovery statejacqueline
2024-02-06fix various of bluetooth issuesjacqueline
2024-02-05Properly persist bluetooth mode changesjacqueline
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01add an indicator for database updatesjacqueline
2024-01-23Plumb queue next+previous through to Lua, incl. with stubs and docs.Robin Howard
2024-01-19fix some lua stack leaks + add a console func to help debugjacqueline
2024-01-17move lua ui-related data to spi ramjacqueline
2024-01-17fix some properties that got copied wrongjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2023-12-12Centralise which level is 'locked'jacqueline
2023-12-09Do db updates on the bg workerjacqueline
2023-12-08Add shuffle and repeat options for the playback queuejacqueline
2023-12-07Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwjacqueline
2023-12-07Remove pre-iterator conceptsjacqueline
2023-12-06Add a back button gesture in clickwheel modejacqueline
2023-12-05Rewrite the track queue to work directly with database iteratorsjacqueline