summaryrefslogtreecommitdiff
path: root/src/ui/include
AgeCommit message (Expand)Author
2023-11-23Add a second font, flesh out browser screenjacqueline
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-11-06Improve bt scanning responsivenessjacqueline
2023-10-18Add better controls for queue manipulationjacqueline
2023-10-05First pass at having some kind of design and themingjacqueline
2023-10-04Add a basic database reindex screenjacqueline
2023-10-04Implement UI for enqueuing instead of replacing the current trackjacqueline
2023-10-04Neaten up the various kinds of inputs, and move volumes to The New Wayjacqueline
2023-10-03Write up the new input modes to NVS and settingsjacqueline
2023-10-03Add scroll velocity + more input methodsjacqueline
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-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
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-09-04Support changing max volume, persisted to nvsjacqueline
2023-08-30Use a service locator instead of passing around subsets of drivers between FSMsjacqueline
2023-08-29store the screen brightness in nvsjacqueline
2023-08-29Add a brightness slider to settingsjacqueline
2023-08-28Add some more icons, and reflect play/pause in top barjacqueline
2023-08-28Merge branch 'main' of git.sr.ht:~jacqueline/tangara-fwailurux
2023-08-28Custom themes and top bar stylingailurux
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
2023-07-17Basic playlists for upcomingjacqueline
2023-07-13Ui polish and fleshing outjacqueline
2023-07-13Fix browser navigation crashesjacqueline
2023-07-12Make title bar a common component, some ui nitsjacqueline
2023-07-12Make now playing screen interacting, including nice scrollingjacqueline
2023-07-11Fix browser view jankjacqueline
2023-07-08Add theme classailurux
2023-07-07wire up the playing screen with some real datajacqueline
2023-07-05Start on wiring up playback screen to real datajacqueline
2023-07-05Reset styles, flesh out playback and browser screensjacqueline
2023-07-04Add missing files >.<jacqueline
2023-07-04Add basic browsing and playing uijacqueline
2023-06-30Clean up gpios interfacejacqueline
2023-06-30Start on converting gpio expander interupts to fsm eventsjacqueline
2023-06-26Improve encoder driverjacqueline