summaryrefslogtreecommitdiff
path: root/src/ui/include
AgeCommit message (Collapse)Author
2024-05-02WIP merge cyclically dependent components into one big componentjacqueline
2024-04-22Improve handling of the displayjacqueline
- Blank the display when locking to prevent burn-in - Delay turning the display on until *exactly* after the first lvgl flush - Init the display in the ui task to avoid blocking the rest of boot
2024-04-18Suspend property bindings when their screens aren't visiblejacqueline
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-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
Needed as prep for usb msc support; you really shouldn't leave the MSC settings screen until you've disabled usb msc.
2024-03-20Merge branch 'main' into themesailurux
2024-03-20Add exact display size to nvs, since it can varyjacqueline
2024-03-10WIP Lua Theming- style classesailurux
2024-03-07WIP: Base styles are appliedailurux
2024-03-07Show the now playing screen after being locked for a whilejacqueline
2024-03-07use prototype inheritance for lua screens, rather than functionsjacqueline
this gives us a way to give each screen nice little hooks, like 'onShown' and 'onHidden'. later we can use these hooks to disable bindings for screens that aren't in-use.
2024-02-27Add time.ticks to lua bridgeailurux
2024-02-13Sensitivity value now between 0 and 255ailurux
2024-02-12Scroll sensitivity configurable, but invertedailurux
2024-02-12Add buttons for shuffle + repeat trackailurux
2024-02-11Adds base dropdown-list styles.Robin Howard
Fixes dropdown contents being painted directly on top of anything sitting below them.
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-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-09tweak wheel sensitivity, improve AKS for centre buttonjacqueline
2024-01-06move default theme into styles, for easier lua overridesjacqueline
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
- No more IndexRecord/Result/dbGetPage nonsense - Queue is just track ids - i am so tired and have so much to do
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-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
Working with the default group and root kinda sucks if you have to do it from lua!
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