summaryrefslogtreecommitdiff
path: root/src/ui/include/ui_fsm.hpp
AgeCommit message (Expand)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-22Improve handling of the displayjacqueline
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-25WIP rewrie audio pipeline+fsm guts for more reliabilityjacqueline
2024-03-21Add very basic usb msc uijacqueline
2024-03-20Add exact display size to nvs, since it can varyjacqueline
2024-03-07Show the now playing screen after being locked for a whilejacqueline
2024-02-27Add time.ticks to lua bridgeailurux
2024-02-12Scroll sensitivity configurable, but invertedailurux
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-06let the bluetooth stack handle its own discovery statejacqueline
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-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
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-11-25implement play/pausejacqueline
2023-11-24Migrate 'now playing' screen to luajacqueline
2023-11-22Use protected mode for lua callbacks wherever possiblejacqueline
2023-11-20Use C functions for the backstack, instead of a lua modulejacqueline
2023-11-14Add two-way databinding for lua, and flesh out the lua statusbarjacqueline
2023-11-12Convert the main menu screen to lua loljacqueline
2023-10-04Add a basic database reindex screenjacqueline
2023-10-03Write up the new input modes to NVS and settingsjacqueline
2023-10-03Generalise the lvgl input driver in preparation for more input methodsjacqueline
2023-09-28Use databinding for the top bar. It's so nice now!jacqueline
2023-09-28Use bindey for databinding instead of hand rolling ui updatesjacqueline
2023-09-22make bluetooth pairing ui functionaljacqueline
2023-09-13Make the onboarding flow basically work. Much still to do!jacqueline
2023-09-12Fix ui nits for playback screenjacqueline
2023-09-12Use interrupt-based spi for the displayjacqueline
2023-09-08Flesh out onboarding a little, and add a way to get into itjacqueline
2023-09-05Move UI task to priority 0 during playbackjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-29Add a brightness slider to settingsjacqueline
2023-08-28Add some more icons, and reflect play/pause in top barjacqueline
2023-08-28Move battery measurement to its own classjacqueline
2023-08-25Add placeholder settings UIjacqueline
2023-08-25Add modal dialog supportjacqueline
2023-08-17Start on basic onboarding screensjacqueline
2023-07-28Lock button does that same thing alwaysjacqueline