summaryrefslogtreecommitdiff
path: root/src/ui/ui_fsm.cpp
AgeCommit message (Expand)Author
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
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-22Add basic lua browser screenjacqueline
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-11-10Fix display off on boot with new lock switch directionjacqueline
2023-11-10Change lock switch direction to match r7 standbyjacqueline
2023-11-07haptics: buzz on boot, and when changing focus of items.Robin Howard
2023-10-28Annotates the kTag with maybe_unused; they're only used for logging.Robin Howard
2023-10-18Add better controls for queue manipulationjacqueline
2023-10-13Remove templating of Continuationjacqueline
2023-10-04Add a basic database reindex screenjacqueline
2023-10-04Implement UI for enqueuing instead of replacing the current trackjacqueline
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-26Make NVS access synchronous againjacqueline
2023-09-26std::string -> std::pmr::string in psramjacqueline
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