summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-02-05Merge pull request 'Add luarun command' (#28) from hails/tangara-fw:luarun in...cooljqln
2024-02-06convert kCurrentDbVersion to a type of integer that gets stringifiedHailey Somerville
2024-02-06send a time=0 progress update after opening each filejacqueline
2024-02-05add version console commandHailey Somerville
2024-02-05define database::kCurrentDbVersion publiclyHailey Somerville
2024-02-05add luarun commandHailey Somerville
2024-02-05tweak pipeline buffers rather than i2s dma bufferjacqueline
2024-02-05hey i found 40KiB SRAM behind the couch!jacqueline
2024-02-05Properly persist bluetooth mode changesjacqueline
2024-02-05Make db updates more robust again the sd card disappearingjacqueline
2024-02-05Preserve the queue when going into standbyjacqueline
2024-02-01Accept opus files that don't fully parse, remove opus-specific tag parserjacqueline
2024-02-01add an indicator for database updatesjacqueline
2024-02-01Do a db update after every mountjacqueline
2024-02-01Reduce leveldb cache sizes and worker stacks, increase number of workersjacqueline
2024-02-01Use a single pool of bg workers instead of separate tasks per use casejacqueline
2024-01-31Don't unmount the sd card as aggressivelyjacqueline
2024-01-31Handle read errors properlyjacqueline
2024-01-30hand off the sd card to the samd properly, and remount when it's finishedjacqueline
2024-01-30Do more to avoid and recover from partial db updatesjacqueline
2024-01-30Improve handling of sd card changes during runtimejacqueline
2024-01-29Extract album artist from libtags-processed filesjacqueline
2024-01-23Fix bug where calling TrackQueue's next() repeatedly would increase the posit...Robin Howard
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-19fix issue with unclipped ditherjacqueline
2024-01-18on second thought, let's not violate patents. 'tis a silly system.jacqueline
2024-01-18calculate length for CBR mp3 filesjacqueline
2024-01-18fix issues with some song info not appearingjacqueline
2024-01-17move lua ui-related data to spi ramjacqueline
2024-01-17allocate lua properties in spi ramjacqueline
2024-01-17fix some properties that got copied wrongjacqueline
2024-01-17split out track pushingjacqueline
2024-01-17shift some long-lived allocs into spi ramjacqueline
2024-01-17whoopsjacqueline
2024-01-17Make reindex button work; no feedback yetjacqueline
2024-01-17all screens basically working, but bluetooth is roughjacqueline
2024-01-15Begin migration of remaining screens to Luajacqueline
2024-01-11wav-codec (#13)ailurux
2024-01-10add accurate esp and samd versions + expose this info to luajacqueline
2024-01-10Use doubles instead of floats for lua numbers (this unpins the ui task)jacqueline
2024-01-10Add faad2 for aac decodingjacqueline
2024-01-09tweak wheel sensitivity, improve AKS for centre buttonjacqueline
2024-01-09bringup r8 mutingjacqueline
2024-01-06move default theme into styles, for easier lua overridesjacqueline
2024-01-05split lua stubs into one set for ldoc, and one set for lua-lsjacqueline
2024-01-05add an alerts module for lua, and implement a volume indicator with itjacqueline
2024-01-04refactor handling of volume steps; improve controlsjacqueline
2024-01-04disable group wrapping by defaultjacqueline
2024-01-03fix yet more mono i2s issuesjacqueline